#pageWrapper{}

.section-heading.page-title{
	padding-top:5px;
	padding-bottom:7px;
	margin-top:0;
	font-size:1.6em;
}

/*
 * In category description
 */
#pageDesc{
	padding:0 4px;
}
.text-box-top{
	height:5px;
	background:url(../Design/siteWelcome.png) -600px top no-repeat scroll;
}
.text-box-mid{
	padding:0 10px;
	background:#fff;
	color:#2D3A49;
	font-size:1.2em;
	line-height:130%;
	overflow:hidden;
}
.text-box-bot{
	height:5px;
	background:url(../Design/siteWelcome.png) -1200px top no-repeat scroll;
}

.section-heading.sub-section{
	padding-top:7px;
	padding-bottom:5px;
	color:#C4D7ED;
}

/*
 * Categories
 */
.category-item-row{
	padding-left:4px;
	margin:9px 0;
	overflow:hidden;
}
.category-item{
	float:left;
	width:296px;
	margin-right:8px;
}
.category-item.last{
	margin-right:0;
}
.category-item-top{
	height:4px;
	background:url(../Design/siteCategory.png) left top no-repeat scroll;
}
.category-item-mid{
	padding:0 10px;
	background:#fff;
	text-align:center;
}
.category-item-bot{
	height:4px;
	background:url(../Design/siteCategory.png) left -4px no-repeat scroll;
}
.category-item-name{
	padding:5px;
	border-bottom:1px solid #004878;
}
.category-item-name a{
	color:#34506B;
	font-size:1.2em;
	text-decoration:none;
}
.category-item-name a:hover{}
.category-item-image{
	height:140px;
	padding:10px 0;
}

/*
 * Products
 */
.product-item{
	width:600px;
	margin:5px 4px;
}
.product-item-top{
	height:2px;
	background:url(../Design/siteProductListItem.png) left top no-repeat scroll;
}
.product-item-mid{
	padding:8px 10px;
	background:#fff;
	overflow:hidden;
}
.product-item-bot{
	height:2px;
	background:url(../Design/siteProductListItem.png) left -2px no-repeat scroll;
}

.product-item-mid-inner{
	padding:5px 0;
	border-top:1px solid #003E67;
	border-bottom:1px solid #003E67;
	overflow:hidden;
}

.product-item-image{
	float:right;
	width:100px;
	height:70px;
	text-align:center;
}
.product-item-name{
	margin:5px 110px 10px 0;
}
.product-item-name a{
	color:#34506B;
	font-size:1.4em;
	text-decoration:none;
}
.product-item-name a:hover{}
.product-item-price{
	margin:5px 110px 5px 0;
}
.product-item-price span{
	margin-right:10px;
}
.product-item-price .rrp{
	color:#34506B;
	font-size:1.2em;
	text-decoration:line-through;
}
.product-item-price .price{
	color:#06C;
	font-size:1.4em;
}
.product-item-price .tax{
	color:#34506B;
}
.product-item-info{
	margin:5px 110px 5px 0;
}
.product-item-info a{
	display:block;
	width:112px;
	height:20px;
	background:url(../Design/siteMoreInfo.png) left top no-repeat scroll;
	line-height:20px;
	text-indent:120px;
	overflow:hidden;
}
.product-item-info a:hover{
	background-position:left -20px;
}
