﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:gray;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
.narrowTextBox {
	width: 150px;
}
.mediumTextBox {
	width: 260px;
}
.wideTextBox {
	width: 515px;
}

.list
{
	width:570px;
}

h1, h2, h3, h4, h5, h6, strong {	
	color:#681621;	
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {	
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}

#homepage img
{
	margin:0px 0px 10px 0px;
	float: left;
}

#homepage #left
{
	width:401px;
	padding:0px 10px 0px 0px;
}

#homepage #right
{
	width:175px;
}

#container
{
	width:770px;
	margin:0px auto;
	background-color:white;
}

#header
{
	padding-top:8px;
	background-image:url('../images/header-background.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	height:305px;
}

#header .column
{
	width:385px;
}

#headerLeft img
{
	padding:4px 0px 0px 5px;	
}

#headerRight
{
	text-align:right;
	color:#681621;
}

#headerRightTop
{
	font-weight:bold;
	font-size:1.7em;
	padding:4px 10px 0px 0px;
}

#headerRightBottom
{
	font-size:1.5em;
	padding:17px 10px 2px 5px;
}

#headerRightTop img
{
	padding-right:8px;
}
.actionLabel {
	cursor: pointer;
}
.actionLabel ul {
	visibility: hidden;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.actionMenu {
	position: absolute;
	background-color: #cccccc;
	display: block;
	z-index: 100;
	border: 1px solid #666666;
	background-color: white;
	background-image: url('../global/images/actionmenu-background.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.actionLabel:hover ul {
	visibility: visible;
}
.actionMenu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	z-index: 100;
}
.actionMenu a, .actionLabel span {
	display: block;
}

.topMenu, #designer
{
	background-color:#681621;
	clear:both;
	padding:2px 5px 5px 5px;
	font-weight:bold;
	color:white;
}

#topMenuContainer #left
{
	background-color:#681621;
	padding:2px 5px 5px 5px;
	font-weight:bold;
	color:white;
	width:220px;
}

#topMenuContainer #left a
{
	color:white;
}

#topMenuContainer #right
{
	background-color:#681621;
	padding: 0px 5px 0px 5px;
	font-weight:bold;
	color:white;
	width:530px;
	z-index:100;
}


.topMenu
{
	text-align:right;
	z-index:100;
}

.topMenu a
{
	color:white;
	padding:0px 10px;
}

.topMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:100;
}

.topMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:100;
}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
}
.topMenu .actions a {
	color: black;
}


#designer a
{
	color:white;
}

#contentLeft
{
	width:160px;
	z-index: 100;
}

#contentRight
{
	width:610px;
	padding:5px 0px;
	z-index:50;

}

#specialOfferBanner
{
	background-color:#515151;
	padding:15px 0px;
	margin:0px 20px;
	text-align:center;
	font-size:1.2em;
}

#specialOfferBanner a
{
	color:white;
}

#contentTitle
{
	margin:0px 20px;
	font-size:1.2em;
	font-weight:bold;
	color:#681621;
}

#products
{
	padding:10px 0px 10px 5px;
	margin:0px 0px 0px 10px;
	float:left;
	position:relative;
	width:565px;
}

.productActionContainer
{
	float:left;
	position:relative;
	width:188px;
}

.productActionContainer .productActions
{
	margin:0px 0px 10px 0px;
}

.productActions a
{
	color:#681621;
}

.productBackground
{
	background-image:url('../images/product-background.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	/*height:295px;*/
	width:188px;
	float: left;
	position: relative;
}
.product {
	width:172px;	
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	background-color:#EEEEF4;
}
.product:hover{
	background-color:#E1E1E1;
}
.product h2
{
	padding:4px 4px 0px 4px;
	height: 24px;
	margin: 0px;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	background-color:#681621;
}

.product .image
{

	height:134px;
	text-align:center;
	background-color:white;
	overflow: hidden;
}
.product p {
	
	margin: 0px;
}

.product .introduction
{
	height:75px;
	padding:5px 2px;
	font-size:0.9em;
	overflow:hidden;
}

.product .footer
{
	height:23px;
	padding: 5px 4px 0px 4px;
	text-align:right;
	background-color:#681621;	
	font-weight:bold;
}
.product a {
	color: white;
}
a img {	
	border: 0px none;
}

#productDetail
{
	padding:0px 10px;
	width:590px;
	float:left;
	position:relative;
}

#productDetailImage
{
	width:300px;

}


#productDetailBody
{
	width:270px;
}

#productDetailBodyTitle 
{
	/*background-color:#515151;*/
	background-color:#681621;
}

#productDetailBodyTitle h1
{
		color:white;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0px 5px 10px;

}


#productDetailBodyCode
{
	color:#666666;
	font-weight:bold;
	padding-left:10px;
}

#productDetailBodyPrice
{
	color:#681621;
	font-size:1.3em;
	font-weight:bold;
	padding:5px 0px 5px 10px;
}


#productDetailBodyDetails
{
	color:#666666;
	font-weight:bold;
}

#productDetailBodyDetails ul
{
	padding:0px;
	margin:0px 0px 10px 15px;
}

#productDetailLine
{
	margin:7px 0px;
	height:5px;
	width:550px;
	/*background-color:#515151;*/
	background-color:#681621;
}

#productSelections
{
	padding:0px 10px;
	width:570px;

}

#productDetailBodyBody
{
	width:550px;
	border-top:5px #681621 solid;
	padding:5px 0px;
}


.leftMenu
{
	font-size:1.2em;
	color:#681621;
	font-weight:bold;
}

.leftMenu a
{
	color:#681621;
}

.leftMenu ul
{
	list-style:none;
	margin:0px;
	padding:4px 0px 0px 0px;
}

.leftMenu li
{
	padding:3px 8px;
	font-size:0.9em;
	position: relative;
}

.leftMenu .actions 
{
	position: relative;
	color:#681621;
	font-weight: bold;
	z-index:100;
}

.leftMenu .actions a
{
	color:black;
}

.leftMenu .actions ul {
	left: 50px;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;
}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	font-size:1.2em;
}


#footer
{
	color:#681621;
	font-weight:bold;
	font-size:0.9em;
}

#footer .column
{
	padding:5px;
}

#footerLeft
{
	width:170px;
}

#footerRight
{
	width:580px;
	text-align:right
}

.selectionGrid
{
	color:black;
	background-color:#F3F3F3;
}

.selectionGrid a
{
	color:#681621;
	font-weight:bold;
}

.selectionGrid .productCode
{
	color:#681621;
	font-weight:bold;
}

.selectionGrid td
{
	text-align:center;
}

.selectionGrid .headerStyle
{
	background-color:#681621;
	
}

.selectionGrid .itemStyle:hover
{
	background-color:#E1E1E1;
}


.selectionGrid .headerStyle td
{
	color:white;
}


.footerStyle2
{
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url('../images/table-footer-default.jpg');
	height:20px;
}

.footerStyle3
{
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url('../images/table-footer-default2.jpg');
	height:20px;
}

.mediumButton
{
	font-size:1.1em;
	background-image:url('../images/mediumbutton.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	padding:4px 5px 0px 0px;
	text-align:center;
	height:26px;
	width:105px;
}
.mediumButton a
{
	color:white;
}

.largeButton
{
	font-size:1.1em;
	background-image:url('../images/largebutton.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	padding:4px 5px 0px 0px;
	text-align:center;
	height:26px;
	width:155px;
	margin:0px 0px;
}
.largeButton a
{
	color:white;
}

#basketButtons
{
	margin:10px 0px;
}

/*#basketButtons .column
{
	width:190px;
	
}*/

#basketButtons #empty
{
	text-align:left;
}

#basketButtons #update
{
	text-align:center;
}


#basketButtons #checkout
{
	text-align:right;
}

#loginContainer
{
	
}

#newCustomer
{
	height:330px;
	width:266px;
	padding:0px 10px;

}

#existingCustomer
{
	height:330px;
	width:266px;
	padding:0px 10px;
}

#existingCustomer a
{
	color:#681621;
}

.loginTitle
{
	background-color:#681621;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	padding:5px;
}

.deliveryTitle
{
	background-color:#681621;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	padding:5px;
	margin:0px 20px 0px 0px;
}



#registerButton
{
	width:271px;
	height:39px;
	text-align:center;
	padding:10px 15px 0px 0px;
}

#signinButton
{
	width:271px;
	height:39px;
	text-align:center;
	padding:10px 15px 0px 0px;
}

#totals
{
	font-weight:bold;
	margin:10px 0px;
	text-align:right;
	width:570px;
}

#totals table
{
	text-align:left;
}

.linkColour
{
	color:#681621;
}

.tabPage h2
{
	margin:5px 0px 0px 0px;
	background-color:#681621;
	color:white;
	font-weight:bold;
	width:570px;
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
}

.style1 {
	text-align: center;
}

.linkGroup
{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}

.linkGroup .linkItem
{
	float:left;
	position:relative;
}

.basketList td
{
	text-align:center;
}

.smallText
{
	float:left;
	position:relative;
	width:550px;
	text-align:right;
	margin:10px;
	font-size:1.0em;
	font-weight:bold;
}

.relatedProductsTitle
{
	padding:5px; 
	margin:10px 0px; 
	width:554px; 
	font-size:1.1em; 
	float:left; 
	position:relative;
	font-weight:bold;
	color:white;
	background-color:#681621;
}

.productArea4Col
{
	width:570px;
	float:left;
}

.productItem4Col
{
	width:116px;
	padding:10px;
	text-align:center;	
	float:left;
	position:relative;
	border:1px #681621 solid;
	margin:0px 4px 4px 0px;

}

.productItem4Col a
{
	color:white;
	font-size:1.0em;
	font-weight:bold;
}

.productImage4Col
{
	height:180px;
	overflow:hidden;
}

.productImage4ColS
{
	height:125px;
	overflow:hidden;
}

.productTitle4Col
{
	height:35px;
	overflow:hidden;
}

.productTitle4Col a
{
	color:black;
}

.productTitle4Col h2
{
	font-size:0.9em;
	padding-top:5px;
	margin:0px;
}

.productPrice4Col
{
	height:17px;
	font-weight:bold;
	padding:5px 0px;
}

.productMoreInfo4Col
{
	background-image:url('../images/button.gif');
	background-position:top center;
	background-repeat:no-repeat;
	height:16px;
	padding:2px 0px;
}

.thumbnail
{
	margin:0px 3px 3px 0px;
}