﻿#prodCatCont
{
	padding-right:10px;
	padding-left:19px;
}
.contentPageEnd
{
	display:none;
}
.prodCatItem
{
	float:left;
	width:150px;
	margin-top:9px;	
}
.prodCatTitle
{
	text-align:center;
	background-color:#00ADEF;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	margin:0 auto;
	width:138px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;	
}
.prodCatTitle a:visited,
.prodCatTitle a
{
	color:#fff;
	text-decoration:none;
}
.prodThumbCont
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	width:138px;
	min-height:130px;
	text-align:center;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}
.prodThumbCont img
{
	padding:0;
}