#Header img.ShowImage
{
	display:block;
}

ul.SubDepartments
{
	margin:0;
}

ul.SubDepartments li
{
	list-style-image:none;
	font-size:13px;
}

ul.SubDepartments li a
{
	text-decoration:none;
}

#PrimaryContent ul.SubDepartments li a.Active
{
	color:#95B50D;
	font-weight:bold;
}

.DepartmentIntro
{
	padding-bottom:20px;
	border-bottom:2px dotted gray;
	width:490px;
}

.ProductWrapper
{
	width:490px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:2px dotted gray;
	/*clear: both;*/
	float:left;
}
.ResultsWrapper
{
	width:490px;
	float:left;
	margin-bottom:10px;
	border-bottom:2px dotted gray;
}
.ResultsWrapper .ImgHolder
{
	margin-bottom:6px;
}
.ImgHolder
{
	padding:0;
	float:left;
	width:143px;
	background:White;
	color:White;
	text-align:center;
}
.ImgHolder img
{
	padding:0;
	margin:0;

}
.ImgHolder span.Name
{
	background:#98BF00;
	width:143px;
	padding:0;
	margin:0;
	display:block;
}
.ProductDetails
{
	 padding:0 0 0 150px;
}

.ProductDetails ul
{
	list-style:square;
	margin:0 0 20px 20px;
	padding:0;
}


table.TableData
{
	font-weight:bold;
	
}
table.TableData td
{
	padding:0px 15px 5px 0px;
	margin:0;
	vertical-align: top;
}

table.TableData a
{
	color:#98BB05;
}

/*.Clear
{
	clear:both;margin:0;padding:0;
}
*/


/*search products*/

.SearchProduct
{
	width:104px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	margin-right:12px;
	text-align:center;
}

.SearchProduct .Name
{
	background:#98BF00;
	border-bottom:4px solid white;
	color:white;
	width:104px;
}


.ColumnWrapper a
{
	text-decoration:none;
	color:#9CC400;
}

.ColumnWrapper a:hover
{
	color:#9CC400;
}

#Breadcrumbs
{
	
	color:#BBBABE;
	font-size:11px;
	float:right;
	width:53%;
	margin-top:55px;
}
/*safari workaround*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
			#Breadcrumbs { margin-top:57px; }
		}


#Breadcrumbs a
{
	color:#B8B9BA;
}
#Breadcrumbs a:hover
{
	color:#999;
}

.AdviceTable table
{
	border-collapse:collapse;
}

.AdviceTable table td
{
	width:33%;
	text-align:center;
}
.AdviceTable table th
{
	
}

#PrimaryContent p.Message,
#PrimaryContent p.Message p
{
	font-weight: bold !important;
	font-style: italic !important;
}
