/* CSS Document */


#emphDiv {
	background-color: #fff;
	margin:auto;
	
}
#emphDiv .thfloat {
	float: left;
	margin: 5px 35px 5px 0px;
	text-align: center;
  }
.prodListItem{
	width: 500px;
	vertical-align: top;
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	border-bottom: 1px dashed #999;
	margin-left: 72px;
}

.prodListItem .prodTitle{
	font-weight:bold;
	margin-top: 0px;
}
#prodHeadItem{
	padding: 5px;
	vertical-align: top;
	clear:both;
	font-size: 11px;
	color: #999;
}
#prodHeadItem .rgtCol{
	float:left;
	width:500px;
	vertical-align: top;
}
.lftCol{
	float:left;
	padding-right: 8px;
}
.lftCol2{
	clear:left;
	padding-top:8px;
}

.rgtCol2{
	float:right;
}

.centreCol{
	float:left;
	width:320px;
	vertical-align: top;
	color: #999;
	padding-left: 6px;
}
.rgtCol{
	float:left;
	width:350px;
	vertical-align: top;
	color: #999;
	padding-left: 6px;
}

#prodDetail{
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;	
}
.prodTitle{ 
font-weight:bold;
}

.prodTitle a{
	color: #000000;
	text-decoration: underline;
}

.prodTitle a:visited{
	color: #666666;
	text-decoration: underline;
}
.dashLine{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	min-height:200px;
}
.indent {
	font-size: 14px;
}

.itemHead {
	font-size: 11px;
	color:#333;
	width:510px;
	height:24px;
	margin-top: 10px;
	background: #FFF url(../intImages/itemHeadBG.png) no-repeat;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: bold;
}


#catBrowser{
	width:180px;
	float:left;
	margin-top: 10px;
}
.catHeadT{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 24px;
	color: #333;
	font-size: 11px;
	font-weight: bold;

}
#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: #333;
	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;
}

	
