/* ---------------------------------------------------------
						Toolbar items
------------------------------------------------------------*/
#divSearch
{
	height: 14px;
	vertical-align: left;
	float: left;
	width: 100px;
	background-position: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divSearch
{
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	float: left;
	width: 260px;
}
#ctl00_pnlSideNav
{
	float:left;
	width:16%;
	margin:0px 10px 10px 0px;
}
#ctl00_pnlSideNav h5
{
	margin:0px;
	padding:1px 5px 1px 5px;
}
#ctl00_pnlContent
{
	float:left;
	width:82%;
}
#ctl00_pnlContent.fullWidth
{
	width:100%;
}
/* ---------------------------------------------------------
						Toolbar
------------------------------------------------------------*/
#srchProducts
{
	float:left;
	margin-top:-5px;
	padding-right: 5px;
}
#divCartButtons
{
	float: right;
	width: 229px;
	text-align: right;
	vertical-align: bottom;
}
/* ---------------------------------------------------------
						Cart summary
------------------------------------------------------------*/
#divCart
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: right;
	width: 200px;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	color: #999999;
}
#divCartTop
{
	background-image: url(Images/CartL.gif);
	background-repeat: no-repeat;
	float: left;
	width: 30px;
	height: 26px;
	color: #999999;
}
#divCartBody
{
	padding: 5px;
	font-size: xx-small;
	text-align: center;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	float: left;
	width: 130px;
	height: 13px;
}
#divCartBottom
{
	background-image: url(Images/CartR.gif);
	background-repeat: no-repeat;
	float: right;
	width: 30px;
	height: 26px;
}
/* ---------------------------------------------------------
						Cart Item layout
------------------------------------------------------------*/
div.grid .quantity
{
	width:50px;
}
/* ---------------------------------------------------------
						Gallery Catalogue layout
------------------------------------------------------------*/
#ctl00_phContent_dlstProduct
{
	width: 100%;
}
.gallery
{
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 95%;
}
.detailDisplay
{
	width: 15%;
	float: left;
	margin-top: 2px;
}
.productDetails
{
	text-align: left;
}
.productName
{
	color: #816F45;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: normal;
	font-size: 12px;
}
.productDescription
{
	margin-bottom: 10px;
	line-height: 18px;
	color: #816F45;
}
.productPrice
{
	font-weight: lighter;
	margin-bottom: 10px;
	color: #816F45;
}
#divVariant
{
	margin-bottom: 10px;
}
#divPager
{
	color: #CC6633;
	width: 100%;
	float: left;
	clear: both;
}
/* ---------------------------------------------------------
						Image Rollover Styles (32/04/2009)
------------------------------------------------------------*/
div.colImage
{
	padding:12px;
}
div.legend
{
	color:#AEAEAE;
	padding-top: 6px;
	font-size: 10px;
}
div.colImage:hover
{
	background-color:#E7E7E7;
}
div.colImage:hover div.legend
{
	color:#414200;
}