﻿/* ---------------------------------------------------------
						Toolbar items
------------------------------------------------------------*/
#divSearch
{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	float: left;
	width: 290px;
}
#ctl00_pnlSideNav
{
	float:left;
	width:20%;
	margin:0px 10px 10px 0px;
}
#ctl00_pnlSideNav h5
{
	margin:0px;
	padding:1px 5px 1px 5px;
}
#ctl00_pnlContent
{
	float:left;
	width:76%;
}
#ctl00_pnlContent.fullWidth
{
	width:100%;
}
/* ---------------------------------------------------------
						Toolbar
------------------------------------------------------------*/
#srchProducts
{
	float:left;
	margin-top:-5px;
}
#divCartButtons
{
	float: right;
	text-align: right;
}
/* ---------------------------------------------------------
						Cart summary
------------------------------------------------------------*/
#divCart
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 140px;
	float: left;
	height: 25px;
	vertical-align: middle;
}
#divCartTop
{
	background-image: url(Images/CartL.gif);
	background-repeat: no-repeat;
	float: left;
	width: 40px;
	height: 25px;
}
#divCartBody
{
	padding: 5px;
	font-size: xx-small;
	text-align: center;
	border-top: solid 1px #efeeec;
	border-bottom: solid 1px #efeeec;
	float: left;
	width: 90px;
	height: 13px;
}
#divCartBottom
{
	background-image: url(Images/CartR.gif);
	background-repeat: no-repeat;
	float: left;
	width: 40px;
	height: 25px;
}
/* ---------------------------------------------------------
						Cart Item layout
------------------------------------------------------------*/
div.grid .quantity
{
	width:50px;
}
/* ---------------------------------------------------------
						Gallery Catalogue layout
------------------------------------------------------------*/

.gallery
{
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 50%;
}
.detailDisplay
{
	width: 50%;
	float: right;
}
.productDetails
{
	text-align: center;
}
.productName
{
	font-weight: bold;
	margin-bottom: 10px;
}
.productDescription
{
	margin-bottom: 10px;
}
.productPrice
{
	font-weight: bold;
	margin-bottom: 10px;
}
#divVariant
{
	margin-bottom: 10px;
}
#divPager
{
	width: 100%;
	float: left;
	clear: both;
}

/* ---------------------------------------------------------
						Columns
------------------------------------------------------------*/
.Catalogue span
{
	padding-right:1%;
	display:block;
	float:left;
	border-bottom:solid 1px transparent;	/*stops empty columns from disappearing*/
}
.colCode
{
	width:9%;
}
.colDesc
{
	width:19%;
}
.colImage
{
	width:13%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
.colImage a
{
	display:block;
}
.colStatus
{
	width:6%;
}
.colQty
{
	width:12%;
}
.colPrice
{
	width:10%;
	text-align:right;
}
.colPrice>span
{
	float:right;
}
.colOption
{
	width:20%;
}
.colOption input[type="text"]
{
	width:100%;
}
.colAdd
{
	width:3%;
}
.colOption select
{
	width:100%;
}
.colSpacer
{
	width:9%;
}
.colLargeSpacer
{
	width:14%;
}
/* ---------------------------------------------------------
						Other shop page layout
------------------------------------------------------------*/
.footerLabels
{
	text-align:right;
	width:79%;
}
.footerTotals
{
	width:15%;
	text-align:right;
}
.footerTotals span
{
	float:right;
}
/* ---------------------------------------------------------
						Option selector layout
------------------------------------------------------------*/
.VariantList
{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
