/* CSS Document */
.prodListItem{
	width: 500px;
	padding: 5px;
	vertical-align: top;
	clear:both;
}

.dashLine{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	min-height:200px;
}
.indent {
	font-size: 14px;
}

.itemHead {
	font-size: 14px;
	width:510px;
	height:24px;
	margin-top: 10px;
	background: #FFF url(../intImages/itemHeadBG.png) no-repeat;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 4px;
}


#catBrowser{
	width:180px;
	float:left;
	margin-top: 10px;
}
.catHeadT{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 32px;
	font-family: "Times New Roman", Times, serif;
	color: #4A0000;
	font-size: 14px;
}
#catBrowser  ul{
	margin:0;
	padding:0;
	border-bottom: 0px solid #d0d2ae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A0000;
	
}
#catBrowser .catHead{
	background: #FFF url(../intImages/subHeadBG2.png) no-repeat;
	padding-top: 4px;
	padding-bottom: 5px;
}
#catBrowser  li{
	list-style-type: none;
	margin:0 0 0 5;
	padding: 0;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


#catBrowser a:hover, #catBrowser a:active, #catBrowser a:focus {
	display: block;
	color: #fff;
	background:	url(../intImages/catLinkBG.png) repeat-x;

	}
	
#catBrowser li a{
	display: block;
	text-decoration: none;
	padding: 4px 8px;
	color: #ffffff;
	line-height:1;
	background-color: #999999;
}

	
.lftCol{
	width:150px;
	float:left;
	padding-right: 8px;
}
.lftCol2{
	clear:left;
	padding-top:8px;
}
.rgtCol{
	float:left;
	width:340px;
	vertical-align: top;
}
