.topmenu ul, .topmenu ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.topmenu ul{
	
}

.topmenu ul li{
	float:left;
	width:90px;
	height:28px;
	line-height:28px;
	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:90px;
	height:28px;
	font-size:11px;
	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;
}

/********************* PAGING BAR *************************/
.pagingbar{
	text-align:left;
	margin-bottom:10px;
}

.pagingbar a.linkSelected{
	border:solid 1px #c9cacb;
	padding:4px;
}

/********************* PRODUCT LIST *************************/
table td.tdproductimage {
	width:210px;
	margin-right:10px;
	white-space:nowrap;
}

.productshortdescription{
	
}

.addcart{

}
.productlist{
	margin-top:20px;
}

.productprice{
	font-weight:bold;
	color:#333333;
	font-size:14px;
	margin-bottom:4px;
}

.productname{
	font-size:15px;
	color:#02B5FF;
	margin-bottom:10px;
	font-weight:bold;
}

.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, table.tblnormal tr.trheader td{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

table.tblcart td{
	padding:5px;
}

.headerbold{
	color:#006633;
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
	padding:5px;
	text-align:left;
}

.alignleft{
	text-align:left;
}

.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;
	color:#333333;
}

.labelinfo{
	font-weight:bold;
	font-style:italic;
	color:#333333;
}

.message{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

table.tablebox{
	border:solid 1px #666666;
}

table.tablebox td{
	padding:5px 10px;
	border-bottom:solid 1px #666666;
}

table.tablebox td.label{
	background-color:#666666;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
	border-bottom:solid 1px white;
}

.labelbold{
	font-weight:bold;
}

.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;
}

/** CART ITEM **/
.cartitem{
	padding-bottom:10px;
}

.button{
	border:none;
	color:#ffffff;
	background-color:#000000;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	padding:5px 10px;
	cursor:pointer;
	width:auto;
}

.buynowbutton{
	width:100px;
	height:47px;
	background:url(images/buynowbutton.gif) no-repeat;
	border:none;
	cursor:pointer;
}


/** MISC **/
.boxcreamheader{
	background:#000000;
	width:221px;
	height:30px;
	color:#ffffff;
}

.boxcreamheadertext{
	line-height:30px;
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
}

.boxcreambody{
	width:221px;
	min-height:73px;
	height:auto !important;
	height:73px;
	display:inline-block;
}

.boxcreambodylogo{
	width:221px;
	background:url(images/mfcboxbot.jpg) repeat-x;
	height:54px;
}


.boxcreambody div.boxcreambodyinside{
	padding:5px 10px;
}

.smalltext{
	font-size:11px;
}

h3.h3header{
	background-color:#666666;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
	padding-top:10px;
}

.box{
	border:solid 1px #333333;
	padding:5px;
}

.message{
	display:block;
	background-color:#FFFF99;
	border:solid 1px #999999;
	width:95%;
	padding:5px 10px;
	color:#0033CC;
}

.boldheader{
	font-weight:bold;
	padding:5px 10px;
	background-color:#000000;
	color:#ffffff;
}



