/* ------------------MoonLite Pro dynamic area stylesheet --------------------*/

/* ---------------------- Layout ------------------------------------------------ */

#pageContent {
	float:right;
	width:712px;
	margin:35px 0px 0px 0px;
	padding:20px 10px 0px 10px;
	min-height:550px;
	z-index:1;
	position:relative;
	background-color:#fff;
	}
	
#pageContent .snow {
	position:absolute;
	top:-11px;
	right:-6px;
	z-index:3000;
	}	

/* ---------------------- Dynamic content area general styles -------------------*/
	
#pageContent h1 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#003D7C;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	}

#pageContent h1.category {	
	float:left;
	}
	
#pageContent h2 {
	font-size:14px;
	font-family:Verdana,Sans-serif;
	font-weight:normal;
	color:#333;
	}
	
#pageContent h3 {
	font-size:14px;
	font-family:Verdana,Sans-serif;
	font-weight:normal;
	margin:35px 0 2px 0;
	}

#pageContent .catDescription {
	line-height:1.4em;
	margin-bottom:15px;
	padding-left: 0px;
	}

#pageContent p {
	line-height:1.4em;
	margin-bottom:15px;
	color:#333;
	}
	
#pageContent a{
	text-decoration:none;
	}	
	
	
#pageContent a.underline {
	text-decoration:underline;
	}
	
a.btn{
	display:block;
	width:110px;
	height:17px;
	padding:5px 5px;
	background-color:#669966;
	color:#fff;
	border:none;
	cursor: pointer;
	text-align:center;
	text-decoration:none;
	}		
	
a.btnSmall, input.btnSmall, .checkoutSubmit, .contactForm .submit {
	display:block;
	width:80px;
	height:26px;
	padding:5px 0px;
	background-color:#336699;
	color:#fff;
	border:none;
	cursor: pointer;
	text-align:center;
	}
	
.lowerBox .checkoutSubmit {
	margin-top:20px;
	width:80px;
	}			
	
input.btnSmall{
	height:30px;
	}		
	
	
/*------------------------ Products page - products.asp ----------------------------------------------*/

.star {
	position:absolute;
	right:0px;
	top:0px;
	background:url(../templateimages/star.png) no-repeat;
	width:72px;
	height:72px;
	display:none;
	}

p.productDescription {
	clear:both;
	color:#666;
	padding:15px 0px 12px 0px;
	}

#sortByDiv	{
	position:absolute;
	top:-30px;
	right:20px;
	margin:5px 0px 20px 0px;
	padding:8px 10px 0px 10px;
	height:24px;
	width:200px;
	background-color:#ECECEC;
	color:#333;
	}
	
#sortBy {
	float:right;
	margin:-2px 0px 0px 0px;
	padding:0px;
	}

#sortByDiv label {
	float:right;
	margin-right:5px;
	font-size:11px;
	padding-top:0px;
	}
	
#sortByDiv .showall {
	float:right;
	margin-right:40px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#333;
	}
	
#sortByDiv .nextPrev {
	float:right;
	margin-right:30px;
	color:#333;
	}
	
#sortByDiv .nextPrev a {
	color:#333;
	}	
	
#featuredProduct {
	/*margin:10px 0px 2% 0px;*/
	margin:0px 0px 0px 0px;
	width:353px;
	height:353px;
	padding:0px;
	border:1px solid #999;
	clear:right;
	float:right;
	text-align:center;
	}
	
#featuredProduct .featuredProductImgWrapper	{
	height:300px;	
	width:350px;
	display:table-cell;
  	vertical-align:middle; 
	align:center;
	}
	
#featuredProduct .mainImage {
	margin:5px 0px;
	}

#featuredProduct a img{
	border:none;
	}

#featuredProduct p  {
	text-align:center;
	margin:0px;
	}
	
#featuredProduct p a {
	text-decoration:underline;
	}	


	
#productList {
    
    
	}	
	
#productList a img{
	border:none;
	}
	

#productList .productWrapper {
	width:195px;
	height:195px;
	padding:10px;
	margin:10px 17px 14px 7px;
	text-align:center;
	float:left;
	border:1px dashed #999;
	position:relative;
	}
		
#productList .productImgWrapper{
	height:120px;	
	width:195px;
	display:table-cell;
  	vertical-align:middle; 
	align:center;
	}
	
#productList .productWrapper img{
	}

#productList .productWrapper p {
	margin:0px;
	padding:0px;
	}
	
#productList .productWrapper p.productPrice {
	position:absolute;
	bottom:15px;
	left:43px;
	text-align:center;
	width:129px;
	height:21px;
	padding-top:4px;
	color:#FFFFFF;
	background:url(../templateimages/priceBg.jpg);
}	
	
#productList .productWrapper p.productPrice a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#productList .productWrapper .productName {
	margin-bottom:0px;
	position:relative;
	top:5px;
	width:210px;
	left:-5px;
	}
	
#productList .productWrapper .productName a {
	font-size:10px;
	}	
	
#productList .productWrapper .productTextWrapper {
	height:30px;
	}	

#productList .productWrapper p a {
	text-decoration:none;
	}

/*------------------------ Product detail page - productDetail.asp ----------------------------------------------*/

h1.detail 
{
    padding:20px 0px 20px 15px  !important;
}


h2.description 
{
    margin:10px 0px;
	clear:left;
}


p.description {
	color:#666666;
	clear:left;
	font-size:13px;
	}

h2.code {
	padding:0px;
	margin:0px;
	}

#productDetailImages {
	width:298px;
	float:right;
    padding-top:20px;
	}
	
#productEnlargeImage {
	position:absolute;
	display:none;
	right:23px;
	top:120px;
	border:1px solid #ccc;
	background-color:#fff;
	z-index:1;
	text-align:center;
	padding:15px;
	}
	
#productEnlargeImage .enlargeClose{
	position:absolute;	
	right:5px;
	top:2px;
	color:#999;
	}

#productEnlargeImage a {
	color:#999;
	}
	
#productEnlargeImage a img{
	border:none;
	}
	
p.highlight 
{
    position:absolute;
    right:-11px;
    top:30px;
	font-size:20px;
	color:#fff !important;
	background:transparent url(../templateimages/highlightBG.gif) left top no-repeat;
	width:203px;
	height:45px;
	padding:2px 10px 0px 10px;
	text-align:center;
	}
	
.starBuyDetail 
{
    position:absolute;
    right:-11px;
    top:20px;
    }
    
.highlightStarBuy 
{
    display:block;
    margin:0px;
    padding:0px;
    color:Red;
    font-weight:bold;
    font-size:14px;
    position:relative;
    top:-15px;
    left:15px;
}

/* Images */
	
	
#productDetailImages .mainImage
{
    width:274px;
	border:2px solid #ccc;
	padding:5px 5px;
    -moz-border-radius:5px;
    border-radius:5px;	
    cursor:pointer;
    min-height:293px;
    position:relative;
	}  

#productDetailImages .mainImage img:focus 
{
    border:none;
    outline:none;
}

#productDetailImages .mainImage .enlarge-text
{
    position:absolute;
    z-index:100;
    bottom:0px;
    right:7px;
    padding:3px 9px;
	background-color:#666;
	color:#fff;
	font-family:Georgia, Verdana, Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
    border-top-left-radius:5px;	
    border-top-right-radius:5px;	
}



#productDetailImages #additionalImages, #productDetailImages #additionalImagesPopOut		
{
    margin:10px 0px;
}

#productDetailImages #additionalImages div, #productDetailImages #additionalImagesPopOut div  
{
    float:left;
    margin:0px 3px 10px 4px;
}

#productDetailImages #additionalImages div.video, #productDetailImages #additionalImagesPopOut div.video  
{
    position:relative;
    margin-left:4px;
    padding:2px 1px 0px 2px;
}

#productDetailImages #additionalImages div.video iframe, #productDetailImages #additionalImagesPopOut div.video iframe
{
}
	

#productDetailImages #additionalImages a, #productDetailImages #additionalImagesPopOut a
{
    border:2px solid #ccc;
    -moz-border-radius:2px;
    border-radius:2px;	
	display:table-cell;
	width:80px;
    height:80px;
  	vertical-align:middle; 
	text-align:center;
	padding:0px;
}

#productDetailImages #additionalImages a img, #productDetailImages #additionalImagesPopOut a img
{
    border:0px;
    cursor:pointer;
    margin:0px;
    padding:0px;
}


/* End images */

	
#productDetailInfo {
	float:left;
	width:380px;
	margin:0px 0px 30px 15px;
	}
	
#productDetailInfo h2{
	font-size:10px;
	margin-bottom:15px;
	}
	
#productDetailInfo h2.description, #customerReviews h2  {
	font-size:24px;
	font-family:Georgia, Verdana;
	color:#B3002D;
	margin-bottom:15px;
	}
	
#productDetailInfo .manufacturerLogo {
	float:left;
	}
	
#productDetailInfo .deliveryOffer {
	text-align:center;
	background-color:#FBF8F3;
	border:1px solid #E0C99F;
	margin:10px 0px;
	padding:10px;
	}
	
#productDetailInfo .optionCode {
	float:right;
	clear:right;
	color:#666;
	margin:0px;
	}
	
#productDetailInfo .optionBarcode {
	float:right;
	clear:right;
	color:#666;
	margin:0px;
	}
	
#productDetailInfo .rrp {
	float:right;
	clear:right;
	color:#666;
	}
	
#productDetailInfo .price {
	float:right;
	clear:right;
	font-size:24px;
	font-family:Georgia, Verdana;
	margin:20px 0px 0px 0px;
	color:#B3002D;
	padding:0px;
	}
	
#productDetailInfo .wasPrice {
	float:right;
	font-size:12px;
	margin:0px;
	text-decoration:line-through;
	}
	
#productDetailInfo .salePrice {
	float:right;
	clear:right;
	font-size:14px;
	color:#CC3300;
	font-weight:bold;
	margin:0px;
	}
	
#productDetailInfo .priceDesc { 
	clear:right;
	float:right;
	color:#333;
	}
	
#productDetailInfo .status {
	font-weight:bold;
	clear:right;
	float:right;
	}
	
#productDetailInfo .allStatus {
	font-weight:bold;
	clear:right;
	float:right;	
	margin:0px 0px 20px 0px;
	}
	
#productDetailInfo .loyaltyPoints {
	text-align:left;
	background-color:#EBF5E9;
	border:1px solid #B1D9AA;
	margin:10px 0px;
	padding:20px 20px;
	}
	
#productDetailInfo .loyaltyPointsNone {
	padding:0px;
	margin:0px;
	height:1px;
	}	

#productDetailInfo .optionsDropdown {
	margin:15px 0px;
	clear:right;
	float:right;	
	}	

	
#productDetailInfo .addbasket {
	clear:both;
	float:right;	
	width:120px;
	height:28px;
	color:#fff;
	border:none;
	cursor: pointer;
	background-color:#339966;
	text-align:center;
	}

#productDetailInfo .qty {
	float:right;	
	width:50px;
	margin-right:25px;
	margin-top:7px;
	}
	
#productDetailInfo label {
	float:right;	
	font-size:12px;
	margin-right:10px;
	margin-top:10px;
	}	
	
#productDetailInfo .qtyDiscMessage {
	clear:both;
	float:right;
	margin:20px 0px 0px 0px;
	font-style:italic;
	}
	
	
.imageOption {
	position:relative;
	height:65px;
	margin:0px 0px 5px 0px;
	width:420px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #ebebeb;
	clear:both;
	}

.optionImageDesc {
	position:relative;
	top:10px;
	font-weight:bold;
	width:150px;
	margin:0px 0px 0px 10px;
	font-size:12px;
	color:#A91C5B;
	line-height:1em;
	}
	
.optionImageStatus {
	position:relative;
	left:10px;
	}	

#productDetailInfo .wasPriceImage {
	font-size:11px;
	margin:0px;
	text-decoration:line-through;
	text-align:right;
	padding:0px 10px 0px 0px;
	}
	
#productDetailInfo .salePriceImage {
	font-size:12px;
	color:#CC3300;
	margin:0px;
	text-align:right;
	padding:0px 10px 0px 0px;
	}
	
#productDetailInfo .optionPriceImage {
	font-size:11px;
	margin:0px;
	text-align:right;
	padding:0px 10px 0px 0px;
	}
		
.imageOption img.small{
	}	
	
.imageOption .radio {
	width:40px;
	padding-left:10px;
	
	}
	
.imageOptionLarge {
	position:absolute;
	bottom:17px;
	left:105px;
	height:254px;
	width:254px;
	display:none;
	background-color:#fff;
	border:1px solid #ccc;
	}
	
.imageOptionLarge p {
	}
	
#socialMedia 
{
    display:none;
    margin:20px 0px;
    height:22px;
}	

#productDetailInfo #socialMedia  #twitterIcon
{
    height:25px;
    width:60px;
    float:left;
    margin:0px 5px 0px 0px;
    padding:0px;
}

#productDetailInfo #socialMedia  #twitterIcon iframe 
{
    height:20px;
    width:60px;
    padding:0px;
    margin:0px;
    border:none;
}

#productDetailInfo .faceBookLike
{
    float:left;
    width:50px;
    margin-left:30px;
    }

#productDetailInfo #googleIcon
{
    z-index:1;
    position:absolute;
    width:50px;
    left:220px;
    }




    
/* Styles for pop-out iframe */
#productGallery {
	background:#fff url(../templateimages/galleryThumbsBG.jpg) left top no-repeat;
	position:relative;
	z-index:2;
	width:520px;
	height:560px; 
	padding:40px 0px 0px 0px;
	margin:0px;
	}
 
#productGallery #thumbColumn{
	position:absolute;
	left:0px;
	bottom:0px;
	width:480px;
	height:145px;
	overflow:auto;
	display:table-cell;
	align:center;
	text-align:center;	
	vertical-align:middle;
	z-index:3;
	margin:0px 0px 0px 10px;
	padding:20px 0px 0px 40px;
	}		
	
#productGallery #thumbColumn img
{
    
}	
	
#productGallery #thumbColumn img:focus
{
    border:none;
}
	    
#productGallery #thumbColumn a
{
    margin:0px 20px 5px 10px;
    min-height:40px;
    padding:10px 0px;
	cursor:pointer;
	height:auto;
	float:left;
	}
	
#productGallery #mainImage{
	position:absolute;
	left:0px;
	top:50px;
	width:530px;
	height:420px;
	display:table-cell;
	}	
	
#productGallery #mainImage img {
	}
	
#productGallery #mainImage .loader{
	position:absolute;
	left:48%;
	top:48%;
	}	
	
	
	
#productGallery h1{	
	font-size:13px;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:16px;
	margin:0;
	text-align:center;
	font-size:22px;
	padding:0px;
	position:relative;
	top:-25px;
	}

/* End styles for pop-out iframe image display */

    
#moreDetailsBoxes {
	width:100%;
	clear:both;
	padding:25px 0px;
	margin:0px 0px 0px 0px;
	}

#moreDetailsBoxes ul{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

#moreDetailsBoxes ul li {
	display:inline;
	position:relative;
	float:left;
	text-align:center;
	list-style:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	}

#moreDetailsBoxes ul li.firstTab {
	margin-left:0px;
	}	


#moreDetailsBoxes ul li a {
	position:relative;
	top:2px;
	color:#333;
	font-weight:bold;	
	text-decoration: none;
	width:139px;
	height:19px;
	padding-top:6px;
	text-align:center;
	float:left;
	display:block;
	background-color:#ccc;
	margin:0px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #c9c9c9;
}

#moreDetailsBoxes ul li a.current {	
	position:relative;
	top:2px;
	background:none;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

	
#moreDetailsBoxes .tabBox {
	width:96%;
	min-height:100px;
	padding:2%;
	border:1px solid #ccc;
	margin:0px;
	}
	
#relatedProducts {
	display:block;
	}

#relatedProducts a {
	font-weight:bold;
	}
	
#relatedProducts a.relatedPrice {
	color:#3399CC;
	}	
	
#relatedProducts .relRight {
	float:right;
	width:45%;
	margin-top:15px;
	}
	
#relatedProducts .relLeft {
	float:left;
	width:45%;
	margin-top:15px;
	}

#relatedProducts .relRight img, #relatedProducts .relLeft img {
	float:left;
	margin:0px 20px 0px 20px;
	}

#keyFeatures {
	display:none;
	}

#keyFeatures .featureTitle{
	clear:both;
	float:left;
	margin:0px 0px 20px 20px;
	font-weight:bold;
	}
	
#keyFeatures .featureDesc{
	float:right;
	margin:0px 350px 20px 0px;
	}

#quantityDiscounts{
	display:none;
	}

	
#customerReviews   
{
    display:none;
	margin:0px 0px 20px 15px;
	}
	
	
.review {
	display:block;
	background-color:#ECEEF5;
	border:1px solid #B7B7B7;
	padding:10px;
	margin:10px 0;
	color:#333;
}

.review .reviewLabel {
	display:block;
	}

.review .reviewField {
	width:350px;
	margin:0px 0px 10px 0px;
	}
	
.review textarea{
	height:150px;
	}
	
.review .reviewStar{
	margin:0px 20px 0px 5px;
	}
	
#reviewLink {
	margin-top:10px;
	}
	
#newreview {
	display:none;
	}
	
.formWarning {
	position:relative;
	top:-10px;
	left:15px;
	color:red;
	}
	
	
/*------------------------ Category page ------------------------------------------------*/

.mainCatImage {
	float:left;
	margin:0px 15px 20px 0px;
	border:1px solid red;
	}

ul.subCatList {
	width:330px;
	float:left;
	list-style-type:none;
	margin:0px 18px 0px 0px;
	}
	
ul.subCatList li{
	width:100%;
	}
	
ul.subCatList li a {
	display:block;
	padding:12px 6px 0px 12px;
	height:25px;
	font-weight:bold;
	font-size:11px;
	color:#666666;
	border:1px solid #ADC9CF;
	margin:0px 0px 4px 0px;
	-moz-border-radius:15px;
	border-radius:8px;
	}

ul.subCatList li a:hover {
	background-color:#F2F3C8;
	}	
	

	
/* -----------------------  Search results page search.asp ---------------------------------------*/

	
#searchForm {
	width:95%;
	background-color:#FAFAF8;
	border:1px solid #ccc;
	margin:0px 0px 20px 0px;
	padding:15px 15px 0px 15px;	
	}
	
#searchForm  label {
	font-size:12px;
	color:#333;
	}
	
#searchForm  .inputs {
	}
	
#searchForm  .searchPrice {
	width:60px;
	}
	
#searchForm  p {
	clear:both;
	padding-bottom:20px;
	}
	
#searchForm #searchTable {
	width:99%;
	margin:0px 0px 20px 0px;
	}
	
#searchForm #searchTable .keywords {
	width:50%;
	}

#searchForm #searchTable input, #searchForm #searchTable select{
	font-size:13px;
	width:94%;
	padding:4px;
	}
	
#searchForm #searchTable select.narrow {
	width:40%;
	}
	
#searchForm #searchTable input.btnSmall {
	width:80px;
	float:right;
	margin:0px 20px 0px 0px;
	}

#contentSearchWrapper {
	border-bottom:1px dotted #ccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	}
	
#contentSearchWrapper h3{
	font-weight:normal;
	margin:5px 0px 0px 0px;
	}
	
#contentSearchWrapper a {
	text-decoration:underline !important;
	}
		
.relatedSearches {
	padding:10px 0px;
	}
	
.relatedSearches a {
	text-decoration:underline !important;
	}
	
#resultsList {
	width:700px;
	margin:0px;
	padding:0px;
	}
	
#resultsList .productSearchWrapper{
	clear:both;
	height:100px;
	padding:0px 0px 20px 0px;
	}

#resultsList .productTextWrapper {
	}
	

#resultsList .productImgWrapper{
	clear:both;
	width:140px;
	min-height:110px;
	float:left;
	display:inline;
	margin:0px;
	padding:0px 10px 0px 20px;
	/*width:70%; set now inline to allow for portrait and landscape */
	}	
	
#resultsList .productImgWrapper img{
	border:none;
	}

#resultsList .productImgWrapper p {
	margin:0px;
	padding:0px;
	}	

#resultsList .productImgWrapper .productName {
	margin-bottom:0px;
	}

#resultsList .productImgWrapper p a {
	text-decoration:underline;
	}	
	
#resultsList .searchClear {
	clear:both;
	height:20px;
	}	

	
/*------------------------ Basket page - basket.asp ----------------------------------------------*/
	

.basketTable {
	width:100%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 	
	border:1px solid #ddd;
	}
	
.basketTable th {
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	}
	
.basketTable td {
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	padding-top:5px;
	}	
	
.basketItem {
	}
	
.basketItem .itemName {
	font-weight:bold;
	color:#555;
	}
	
.basketPrice {
	width:100px;
	text-align:center;
	}
	
.basketQty {
	text-align:center;
	width:40px;
	}
	
.basketTable .basketQty .smallUpdate {
	text-decoration:underline;
	color:#666666;
	margin-top:5px;
	display:block;
	}	
	
.basketTable  .fieldQty {
	width:30px;
	}


	
.totalsTable {
	width:183px;
	float:right;
	padding:0;
	border-collapse: collapse; 
	}
	
.totalsTable td {	
	height:20px;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #ddd;
	}
	

	
.checkout {
	clear:right;
	float:right;
	}
	
.checkout a.btn {

width:110px;
height:15px;
font-weight:bold;
background-color:#336699;
color:#FFFFFF;
}	
	
#deliveryMessage {
	display:none;	
	width:200px;
	height:72px;
	float:right;
	background-color:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	}
	
	
#carryOnShopping {
	width:290px;
	}		
	
#carryOnShopping a {
	text-decoration:underline;
	}	
	
#alsoLike {
	clear:both;
	}		
	
/*--------------------- Checkout -----------------------------------------------*/

#formCustomerDetails input {
margin-bottom:10px;
	}
	

#topDeliveryMessage {
	display:none;
	height:50px;
	}

#orderDetails {
	display:none;
	}
	
#viewHideDetails {
	float:right;
	}

.checkoutTable {
	width:95%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 

	}
	
.checkoutTable th {
	height:20px;
	padding:5px 10px;
	background-color:#E0C99F;
	border: 1px solid #fff;
	}
	
.checkoutTable td {
	height:20px;
	padding:5px 10px;
	background-color:#FBF8F3;
	border: 1px solid #fff;
	}	
	
.checkoutItem {
	width:325px;
	}
	
.checkoutPrice {
	text-align:center;
	}
	
.checkoutQty {
	text-align:center;
	width:40px;
	}
	
.fieldQty {
	width:30px;
	}
	

		
.loginBox {

	}
	
.loginBox h2 {
	margin:0px 0px 10px 0px;
	}	
	
.loginBox label {
	display:block;
	margin-top:10px;
	}



.loginBox #customerNotFound, .loginBox #emailNotFound, .loginBox #emailInUse, .loginBox #emailSent {
	color:red;
	margin:5px 0px 5px 0px;
	}
	
#whyPostcode {
	display:none;
	height:50px;
	margin:0px;
	padding:0px;
	}
	
	
.detailsWarning {
	border:1px dotted red;
	background-color:#FDE8DF;
	padding:15px;
	margin-top:10px;
	}

.detailsTable {
	width:100%;
	margin:0%;
	padding:0px;
	border-collapse:collapse;
	
	}

.detailsTable td {
	border:none;
	}
	
#shippingAddress {
	hweight:200px;
	display:none;
	}

.detailsTable .labels {
	text-align:right;
	width:30%;
	padding:3px 10px 2px 0px;
	/*background-color:#E0C99F;*/
	color:#333;
		}

	
.detailsTable .inputs {
	width:50%;
	padding:5px;
	/*background-color:#FBF8F3;*/
	color:#333;
	}

	
.customerDetails {
	position:relative;	
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
	
.customerDetails h2 {
	margin-bottom:10px;
	}


.customerDetails label {
	}
	
.customerDetails textarea, .customerDetails .wide {
	width:200px;
	}

.customerDetails .narrow {
	width:80px;
	}

.customerDetails .submit {
	width:80px;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:0px 30px 20px 0px;
	}
	
#formExistng {
	clear:both;
	height:40px;
	padding:10px 20px 10px 0px;
	}
	
.customerShippingDetails {
	float:right;
	margin-right:3%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:40%;
	border:1px solid #ccc;
	height:180px;
	}

.customerShippingDetails p, .customerShippingDetails h3 {
	margin:0px;
	padding:0px;
	}
	
.customerBillingDetails {
	float:left;
	margin-left:3%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:40%;
	border:1px solid #ccc;
	height:180px;
	}
	
.customerShippingOptions {
	clear:both;
	margin-left:3%;
	}	
	
.deliveryOptionTable {
	border-collapse:collapse;
	width:45%;
	margin-top:10px;
	float:left;
}
	
.chosenDelivery {
	}
	
.newShippingOption {
	margin:3%;
	clear:both;
	}	
	
.checkoutEdit {
	text-decoration:underline;
	padding:10px 0px;
	color: #669966;
	}
	
.rowHighlight {
	background-color:#efefef;
	}
	
.lowlight {
	background-color:transparent;
	}
	
	
.customerBillingDetailsEdit, .customerShippingDetailsEdit {
	float:left;
	margin-left:12%;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#fff;
	padding:10px;
	width:70%;
	border:1px solid #ccc;
	}
	
.customerBillingDetailsEdit label, .customerShippingDetailsEdit label {
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
	position:relative;
	top:-5px;
	}	
	
.customerBillingDetailsEdit input, .customerBillingDetailsEdit textarea, .customerShippingDetailsEdit input, .customerShippingDetailsEdit textarea {
	width:190px;
	}
	
/* Summary page - checkout3.asp */	

.summaryTable {
	width:100%;
	margin:10px 0px 20px 0px;
	background-color:#fff;
	border:1px solid #ccc;
	border-collapse:collapse;
	}

.summaryTable th {
	height:35px;
	border-bottom:1px solid #ccc;
	}	
	
.summaryTable tr {
	height:25px;
	}	
	
.summaryTable tr.summaryName {
	
	}	
	
.summaryTable .summaryCode {
	width:320px;
	}
	
.summaryVAT, .summaryTotalExVat, .summaryQty, .summaryExVAT {
	text-align:right;
	}
	
.summaryQty {
	width:60px;
	}
	
.summaryTable .summaryLineTotal {
	text-align:right;
	padding-right:10px;
	}
	
.summaryTotals td{
	height:35px;
	border-top:1px solid #ccc;
	}
	
#summaryForm .submit {
	float:right;
	width:80px;
	display:block;
	height:27px;
	background:url(../templateimages/smallBtnBG.jpg) no-repeat top left;
	color:#333;
	border:none;
	cursor: pointer;
	text-align:center;
	margin:5px 10px 0px 0px;
	}
	
/* Loyalty points & Voucher Codes -------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
	
#loyaltyPointsSummary, #voucherCodeSummary {
	clear:both;
	margin:20px 0px;
	padding:5px 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

#voucherCodeSummary {
	display:none;
	}

#loyaltyPointsSummary h3, #voucherCodeSummary h3 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#loyaltyPointsSummary h4, #voucherCodeSummary h4 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:0px;
	}
	
#loyaltyPointsSummary p, #voucherCodeSummary p {
	margin:0px 0px 15px 0px;
	}
	
#voucherForm {	
	width:370px;
	float:right;
	clear:right;
	display:none;
	padding:10px 0px;
	}	
	
	
/* Terms */

#terms {
	height:200px;
	overflow:auto;
	display:none;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	}	
	
/*--------------------- FAQs ---------------------------------------------------*/

.questions .faqQuestion {
	display:block;
	margin-bottom:10px;
	}

.fullAnswers {
	margin-top:30px;
	}
	
.fullAnswers .faqQuestion {
	margin-bottom:0px;
	}
	
.fullAnswers .faqAnswer {
	margin-bottom:10px;
	}
	
/*------------------------ Contact ---------------------------------------------*/

.contactForm {
	padding-top:20px;
	height:170px;
	width:400px;
	margin-bottom:20px;
	padding-bottom:20px;
	}
	
.contactForm label {
	width:120px;
	float:left;
	}
	
.contactForm textarea {
	width:278px;
	}
	
.contactForm .submit {
	float:right;
	margin-right:0px;
	}	
	
.contactAddress {
	height:300px;
	width:300px;
	float:right;
	padding:0px;
	margin:0px;
	}

.map {
	border:1px solid #ccc;
	width:400px;
	margin-right:20px;
	float:left;
	}	


	
/*---------------------My Account-----------------------------------------------*/

#subscribeLink {
	height:50px;
	}

.topBox {
	width:99%px;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0px;
	padding:5px 15px 10px 15px;
	}
	

	
.lowerBox {
	width:99%px;
	min-height:300px;
	background-color:#FAFAF8;
	border:1px solid #ccc;
	margin:0px;
	padding:30px 15px 10px 15px;
	}	
	
.lowerBox label {
	display:block;
	margin-top:10px;
	}
	
.lowerBox input {
	width:180px;
	}



.lowerBox #customerNotFound, .lowerBox #emailNotFound, .lowerBox #emailInUse, .lowerBox #emailSent {
	color:red;
	margin:5px 0px 5px 0px;
	}
	
.lowerBox .lowerBoxLeft {
	width:200px;
	float:right;
	margin-right:20px;
	}
	
.lowerBox .lowerBoxRight {
	width:200px;
	float:left;
	margin-left:20px;
	}
	
.lowerBox p{
	margin-top:10px;
	}
	
.lowerBox .lowerBoxRight a{
	text-decoration:underline;
	}

.lowerBox .accountSubmit

#forgottenPassword {
	display:none;
	}

.accountOrdersWrapper {
    border:1px solid #ccc;
    background-color:#fff;
    margin:2px 0px 0px 0px;
}

.accountTable {
	width:90%;
	padding:0;
	margin-bottom:20px;
	border-collapse: collapse; 

	}
	
.accountTable th {
	height:20px;
	padding:5px 10px;
	}
	
.orderRow {
	height:20px;
	}
	
.accountOrder {
	width:60px;
	text-align:left;
	}	
	
.accountDate {
	width:120px;
	padding-left:15px;
	text-align:left;	
	}
	
.accountItems {
	width:80px;
	text-align:center;
	}	
		
.accountStatus {
	width:240px;
	text-align:left;
	}	
	
.accountDetails {
	width:120px;
	padding-right:15px;
	text-align:right;
}
	
.accountTable td {
	height:20px;
	padding:5px 10px;
	}	

.details {
	display:block;
	}
	
.checkoutQty {
	text-align:center;
	width:40px;
	}

.orderDetailsTable {
	width:600px;
	margin:10px 0px 10px 0px;
	padding:0px;
	border:1px solid #ccc;
	}
	
.orderDetailsTable tr {
	height:20px;
	vertical-align:bottom;
	}
	
.orderDetailsTable tr.code {
	height:10px;
	vertical-align:top;
	}
	
.orderDetailsTable caption 
    {
    font-size:13px;
    font-weight:bold;
    text-align:left;
	padding:5px 0px;
	}
  

.orderDetailsTable th,.orderDetailsTable td {
	}
	
.orderDetailsTable .orderDetailsCode 
{
    padding-left:10px;
	width:400px;
	}
	
.orderDetailsTable .orderDetailsItemPrice {
	width:90px;
	text-align:right;
	}
	
.orderDetailsTable .orderDetailsQty {
	width:40px;
	text-align:right;
	}
	
.orderDetailsTable .orderDetailsLineTotal {
	width:60px;
	text-align:right;
	padding-right:10px;
	}

	/*--------------------  Search ------------------------------------------------*/

.searchWord {
	font-style:normal;
	background-color:#ffc;
	}
	
	
	
/*-------------------- Miscellaneous ------------------------------------------*/

.clear {
	clear:both;
	height:1px;
	}

.clearLeft {
	clear:left;
	height:1px;
	}
	
	
.warning {
	border:1px dotted #990000;
	background-color:#FDD0C6;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	}	
	
.inputOK {
	border:1px solid #ccc;
	}
	
.inputWarning {
	border:1px solid #888;
	}
	
.inputGuide {
	color:#ffff;
	position:absolute;
	z-index:2;
	background-color:#E1E1E1;
	padding:2px 10px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.inputMessage {
	position:absolute;
	z-index:1;
	background:#FFE066 url(../templateimages/inputMessageArrow.gif) left bottom no-repeat;
	padding:2px 10px 2px 15px;
	font-weight:bold;
	width:180px;
	color:#FFFFFF;
	height:15px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	}	

	
form {
	margin:0px;
	padding:0px;
	}

.hidden {
	display:none;
	}
	
.noborder {
	border:none;
	}
	
.salePrice {
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
	}


