/* font styles */
div, input, textarea, option, select, p, body {
	color: #663300;
	font-family:verdana;
	font-size:12px;
	line-height:18px;
}
p {
	padding:7px 0 10px 0;
}
a {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	line-height:1.4;
	margin:0;
	padding:10px 0 10px 0;
}
h1 {
	color:#0099ff;
    font-size:30px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:10px;
}

/* list, subnav, table styles */
ul.adminTools {
	list-style:none;
	width:398px;
	padding:0 0 10px 0;
	float:left;
}
ul.adminTools li {
	display:inline;
	margin:0px;
}
ul.adminTools li a{
	padding:3px 4px;
	background:#ff99ff;
	text-decoration:none;
	margin-right:1px;
	font-size:10px;
	float:left;
	display:block;
}
ul.adminTools li a.loud {
	background:#ff6600;
}
ul.adminTools li a:hover {
	text-decoration:underline;
}

.table *{
	font-size:11px;
}
.table .row {
	float:left;
	width:398px;
}
.table .row.drag {
	cursor:pointer;
	border-bottom:1px dotted #0099ff;
	border-top:1px dotted #0099ff;
	margin:2px 0 2px 0;
}
.table .row .coll {
	float:left;
}
.table .hrow .coll {
	float:left;
	background:#0099ff;
	color:#fff;
	font-weight:bold;
}

.list_products {
	
}
.list_products .product_item {
	cursor:pointer;
	border:2px solid #663300;
	width:374px;
	clear:both;
	float:left;
	margin:0 0 10px 0;
	padding:10px;
}
.list_products .product_item.active{
	background:#ff6600;
}
.list_products .product_item .images{
	width:120px;
	float:left;
}
.list_products .product_item .text{
	float:left;
}

/* forms */
form div {
	padding:0 0 4px 0;
}
form div label {
	float:left;
	width:100px;
}
input, select, textarea, option {
	font-size:11px;
}
textarea {
	width:360px;
	line-height:1;
}
input {
	line-height:1;
	width:200px;
}
input, textarea, select {
	padding:3px;
}

div.seo {
	padding:10px 5px;
	margin:10px 0;
	background:#efefef;
	border:1px solid #ccc;
}

/* messages */
.error-message {
	color:#f00;
	font-weight:bold;
}
.message {
	color:#ff6600;
	font-weight:bold;
	clear:both;
}