.topmenu ul, .topmenu ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.topmenu ul{
	
}

.topmenu ul li{
	float:left;
	width:110px;
	height:34px;
	line-height:34px;
	text-align:center;
	background-color:#666666;
	margin-right:1px;
	display:block;
}

.topmenu ul li.selected, .topmenu ul li.lihover, .topmenu ul li:hover{
	background-color:#993300;
	cursor:pointer;
}

.topmenu ul li a, .topmenu ul li a:visited{
	color:white;
	text-decoration:none;
	display:block;
	width:110px;
	height:34px;
	font-size:12px;
	font-weight:bold;
}

.clear{
	clear:both;
}

table td{
	font-size:12px;
	vertical-align:top;
}

table.Table_Grid th{
	background-color:#818385;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}


table.Table_Grid td{
	padding:5px;
	color:#ffffff;
}

/********************* PAGING BAR *************************/
.pagingbar{
	text-align:left;
	margin-bottom:10px;
}

.pagingbar a.linkSelected{
	background-color:#c9cacb;
	padding:4px;
}

/********************* PRODUCT LIST *************************/
.tdproductimage {
	width:130px;
	margin-right:10px;
}

.productshortdescription{
	width:326px;
}

.addcart{
	width:73px;
	height:46px;
	background:url(images/addtocart.gif) no-repeat;
	cursor:pointer;
	border:none;
}
.productlist{
	margin-top:20px;
}

.productprice{
	font-weight:bold;
	color:#ff7521;
	font-size:14px;
	margin-bottom:4px;
}

.productname{
	font-size:17px;
	color:#ff7521;
	font-style:italic;
	font-weight:bold;
	margin-bottom:10px;
}

.productdesc{
	font-size:14px;
	color:#666666;
}

.tddetailimage{
	width:220px;
	padding-right:15px;
}

.additionalimages{
	margin-top:10px;
}

.thumbimage{
	margin-right:5px;
	float:left;
}

.tdpadding{
	padding:0px 10px;
}

table.tblcart tr.trheader td{
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

table.tblcart td{
	padding:5px;
}

.liner{
	height:10px;
	line-height:10px;
	margin-bottom:20px;
	border-bottom:Solid 1px #666666;
}

.buttonlist{
	margin-top:10px;
}

.tblcart{
	width:550;
}

.labeltotal{
	font-weight:bold;
	width:70px;
}

.labelinfo{
	font-weight:bold;
	font-style:italic;
	color:#087014;
}

.message{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

table.tablebox{
	border:solid 1px #666666;
}

.labelbold{
	font-weight:bold;
}

.mininfo{
	margin-bottom:5px;
}

.buttonbox{
	margin-top:5px;
}
/********************** CATEGORY LIST ****************************/
.categorylist ul, .categorylist ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.categorylist ul li{
	line-height:20px;
}

.categorylist ul li a{
	padding-left:10px;
	background:url(images/bluearrow.gif) 0px 3px no-repeat;
}

.categorylist ul li ul li{
	border-bottom:none;
	padding-left:10px;
}