/* ---------------------------------------------------------
						Toolbar items
------------------------------------------------------------*/
#divToolbar
{
	text-align:right;
	margin: 0px;
	padding: 5px 10px 0px 10px;
	width:740px;
}
#divSearch
{
	color:#660033;
	width:280px;
	float:left;
	text-align:left;
	/*vertical-align:middle;*/
	padding: 0px;
	margin: 0px;
}
.Bar
{
	width:100%;
	display:none;
	clear:both;
}
/* ---------------------------------------------------------
						Catalogue toolbar
------------------------------------------------------------*/
#divCatalogueToolbar
{
}
#divDepartmentTabs
{
	width: 500px;
	float: left;
}
#divCartButtons
{
	float: right;
	width: 229px;
	text-align: right;
	vertical-align: bottom;
}

/* ---------------------------------------------------------
						Cart summary
------------------------------------------------------------*/
#divCart
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float:right;
	width:220px;
	height:30px;
	vertical-align:middle;
	text-align:right;
}
#divCartTop
{
	background-image: url(Images/CartL.gif);
	background-repeat:no-repeat;
	float:left;
	width:40px;
	height:25px;
}
#divCartBody
{
	padding:5px 5px 5px 5px;
	font-size:xx-small;
	text-align:center;
	border-top: solid 1px #660033;
	border-bottom: solid 1px #660033;
	display:inline;
	float:left;
	width:129px;
	height:13px;
}
#divCartBottom
{
	background-image: url(Images/CartR.gif);
	background-repeat:no-repeat;
	float:right;
	width:40px;
	height:25px;
}

/* ---------------------------------------------------------
						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;
}
