
/* category listing styles */
#categorylist{
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
}

#categorylist ul {
	list-style: none;
	margin-bottom: 10px;
	padding-right: 20px;
}

#categorylist li {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}

#categorylist ul li{
	margin-top: 5px;
	color: #333;
}

#categorylist ul li ul {
	padding: 0px 10px 0px 15px;
	/* border: 1px solid #CCCCCC;
	background-color: #E9E9E9; */

}

#categorylist ul li ul li {
	font-size: 1em;
}

#categorylist a{
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

#categorylist a:hover{
	color: #990000;
	font-weight: normal;	
	text-decoration: underline;
}

#categorylist .horzline{
	padding: 0px;
	margin: 3px 0 0 0px;
	border-top: 1px solid #333;
	height: 1px; 
	width: 200px;
}

/* product list styles */
#productTable {width: 100%;}

#productTable th{
	background-color: #990000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
} 

#productTable td{padding: 3px;}

#productTable .rowOdd{
	background-color: #E9E9E9;
	border-top: 1px solid #fff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 12px;
}

#productTable .rowEven{
	background-color: #fff;
	border-top: 1px solid #fff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 12px;
}

#productTable .productAvailCell{padding-left: 30px;}


.qtyBox{
	border: 1px solid #ccc;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 40px;
}

#productTable a{color: #333333;}
#productTable a:hover{color: #333333;}

a.addNew {
	background: url(/includes/images/icon-add.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
}

/* product detail styles */
.detailHeader {
	background: url('../images/product-detail-hdr-expander.gif') repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 43px;
	padding: 4px;
}

.detailBody .detailImage {
	float: left;
	/*
	width: 200px;
	height: 200px;
	padding: 10px;
	*/
}

.detailImage img{border: 1px solid #CCCCCC; margin-right: 30px;}

.detailBody #detail {
	/* float: left; */
}

#detail strong{font-weight: bold; color: #333;}

#detail em {
	margin-left: 10px;
}

#detail em a {
	font-size: 10px;
	text-decoration: none;
	color: #666;
	font-style: italic;
}

#detail em a:hover {
	text-decoration: underline;
}

.notice {
	font-size: 10px;
	font-style: italic;
}
