/*	Description:	CSS File for www.cardewoxford.co.uk
	Created by:		Craig Mason - www.stasismedia.com */

@import url('style_tables.css');

.clearBoth {
	clear: both;
}

img.content_img_right{
	float: right;
	margin: 5px 30px 5px 15px;
}
img.content_img_left{
	float: left;
	margin: 5px 15px 5px 30px;
}
div.content_banner_wide{
	float: left;
	margin: 10px 0 10px 0;
}
div#contentcol_body_coffee {
	width: 524px;
	float: left;
	background-image: url('../images/content_bg_coffee.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
div.contentcol_body_content_padded{
	float: left;	
	padding: 0 20px;
}
div.contentcol_body_top_prop {
	width: 20px;
	float: right;
	height: 161px;
}
div.contentcol_body h1 {
	color: #AC050C;
	font-size: 24px;
	margin: 20px 0 0 30px;
	line-height: 24px;
}
div.contentcol_body h2 {
	color: #7C3B1B;
	font-size: 20px;	
	padding: 2px 0 2px 0;
	margin: 20px 0 0 15px;
}
div.contentcol_body h2 .normalprice 			{ text-decoration:line-through; font-weight: normal; }
div.contentcol_body h2 .unit 					{ font-size: 12px; font-weight: normal; }
div.contentcol_body h2 .productPriceDiscount	{ color: #a8060a; }


div.contentcol_body h3, div.contentcol_body h3 a {
	color: #7C3B1B;
	margin-left: 10px;
	font-size: 16px;
	margin: 10px 0 0 30px;
	display: block;
}
div.contentcol_body_content p{
	margin: 0 30px 0 30px;
	line-height: 18px;
	font-size: 12px;	
}

div.contentcol_body_content p.heading{
	margin: 30px 30px 0 30px;
	line-height: 20px;
	font-size: 14px;
}
p.category_description {
	margin-top: 20px; 
	width: 300px;
	color: #9d7944;
}



div.product_listing_bg_top{
	float: left;
	width: 524px;
	height: 30px;
	background-image:url('../images/product_listing_bg_top.gif');
	background-position: 10px;
	background-repeat: no-repeat;
}
div.product_listing_bg_bottom{
	float: left;
	width: 524px;
	height: 30px;
	background-image:url('../images/product_listing_bg_bottom.gif');
	background-position: 10px;
	background-repeat: no-repeat;
	border-collapse: collapse;	
}
div.product_listing_bg{
	float: left;
	width: 524px;
	background-image:url('../images/product_listing_bg_repeat.gif');
	background-position: 10px;
	background-repeat: repeat-y;
	border-collapse: collapse;
}

div.product_listing_pages{
	float: left;
	width: 524px;
	text-align: center;
	margin-top: 10px;
}



div.product_listing_row {
	float: left;
	display: inline;
	width: 504px;
	margin-left: 10px;
	border-bottom: 1px solid #cbb283;

}

	div.product_listing_row .normalprice, product_listing_row_last .normalprice{
		text-decoration: line-through;
		font-weight: normal;
	}
	div.product_listing_row .productSpecialPrice, div.product_listing_row_last .productSpecialPrice {
		font-size: 14px;
	}
	div.product_listing_row .unit, div.product_listing_row_last .unit {
		font-weight: normal;
	}
	
	div.product_listing_row .productPriceDiscount, div.product_listing_row_last .productPriceDiscount {
		color: #A8060A;
	}
	
	div.product_listing_row a, div.product_listing_row_last a { color: #A8060A; }
	div.product_listing_row a:hover, div.product_listing_row_last a:hover { color: #FFF; }
	
	
div.product_listing_row_last {
	float: left;
	display: inline;
	width: 504px;
	margin-left: 10px;
}
div.product_listing_item_info{
	width: 340px;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
}
div.product_listing_item_info p{
	margin: 0; padding: 0;
}
div.product_listing_item_price{
	width: 144px;
	float: left;
	text-align: center;
	color: #a8060a;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 10px 0 10px;
}
div.product_listing_item_price span{
	font-size: 12px;
	color: #511a00;
}

div.product_listing_item_read_more{
	width: 164px;
	float: left;
	margin-top: 20px;
	text-align: center;
}

div.product_listing_item_image{
	float: left;
	width: 80px;
	height: 100px;
	padding: 10px;
}
div.product_listing_item_image a span.enlarge{
	font-size: 11px;
	display: block;
	width: 80px;
	text-align: center;
	color: #7B3716;
}
div.product_listing_item_image a span.enlarge:hover {
	color: #FFF;
}

div.product_listing_item_desc{
	float: left;
	width: 220px;
	padding: 10px 0 20px 0;
}
span.product_listing_item_desc_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #a8060a;
	margin-bottom: 6px;
}
div.product_listing_item_desc p{
	font-size: 11px;
	line-height: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #7b3716;
}
.product_desc_body {
	line-height: 18px;
	margin: 6px 0 2px 0;
	font-size: 12px;
}
.product_desc_body img {
	vertical-align: text-bottom;
}

.navNextPrev{
	width: 414px;
	margin: 0 auto;
	text-align: center;
}
.navNextPrevList{
	display: inline;
}


div#productMainImage {
	float: left;
}

h1#productName {
	margin-left: 0;
}

div.namePrice {
margin-bottom: 10px;
}

div#productDescription p.product_desc_body {
	margin: 0;
}


/* Specials */
div.home_specials_row {
	width: 258px;
	float: left;
	margin: 15px 0 0 0;
}

div.home_specials_row .product_image {
	margin-left: 10px;
	width: 40px;
	float: left;
	border: none;
}

div.home_specials_row .product_info {
	float: left;
	width: 198px;
}

div.home_specials_row .product_title{
	float: left;
	width: 190px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #a8060a;
	margin: 0;
}

div.home_specials_row .product_price {
	float: left;
	width: 190px;
	margin-bottom: 6px;
}

div.home_specials_row .product_price span.normalprice {
	text-decoration: line-through;
	font-size: 14px;
	line-height: 18px;

}
div.home_specials_row .product_price span.productSpecialPrice {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
div.home_specials_row .product_price span.unit {
	font-size: 12px;
	line-height: 18px;
	display: none;
}
div.home_specials_row .product_price span.productPriceDiscount {
	font-size: 16px;
	color: #a8060a;
}
div.home_specials_row div.read_more {
	display: block;
	text-align: right;
}


.listing_inline {
	display: inline;
	margin-left: 4px;
}


div.categoriesList {
	margin-top: 20px;
	text-align: center;
	width: 464px;
}

div.categoriesList p{
	font-size: 16px;
	line-height: 24px;
}

div#visitorsCartInfo {
	margin-top: 20px;
}

div.checkout {
	float: right;
}

div.backToShopping {
	float: left;
}
div.checkoutButtons{
margin-top: 20px;
text-align: center;
}



/* Contact Us Page */

address {
	margin: 0 0 0 30px;
}
div#contact_information{

}
div#contact_information span{
display: block;
width: 100px;
height: 16px;
margin-bottom: -16px;
}
div#contact_information address {
margin-left: 100px;
}


form.genericForm {}
form.genericForm fieldset {
	margin: 20px 30px;
	border: 1px solid #E2D09E;
	padding: 5px;
}

form.genericForm fieldset legend{
	font-size: 14px;
	font-weight: bold;
	color: #A41D14;
}

div#contactUsDefault .messages {
	margin-top: 20px;
	color: #7B3716;
}
div#contactUsDefault .buttonRow{
	text-align: center;
}
.messageStackError {
	margin: 10px 30px;
}
.success{
	margin: 10px 30px;
}

form.genericForm fieldset div {
	margin: 2px 0;
}
form.genericForm fieldset label{
	display: block;
	width: 140px;
	font-weight: bold;
	float: left;
}
form.genericForm fieldset label.radioButtonLabel {
	display: inline;
	width: auto;
	font-weight: bold;
	float: none;
}

form.genericForm fieldset input, form.genericForm fieldset select{
	width: 200px;
	border: 1px solid #AA8856;
	height: 16px;
	font-family:Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 2px;
}

form.genericForm fieldset select {
	height: auto;
}
form.genericForm fieldset input.radio,
form.genericForm fieldset input.checkbox {
	width: auto;
	height: auto;
	float: none;
	border: none;
}
form.genericForm fieldset input.image {
	width: auto;
	border: none;
	height: auto;
}
form.genericForm fieldset div.image input{
	width: auto;
	border: none;
	height: auto;
}

form.genericForm fieldset textarea{
	width: 240px;
	border: 1px solid #AA8856;
	font-family:Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 2px;	
}

form.genericForm fieldset p {
	margin-left: 0;
}

/* Product Information */
div.wrapperAttribsOptions {
	margin-bottom: 6px;
}
div.wrapperAttribsOptions input, div.wrapperAttribsOptions select {
	font-family:Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

div.wrapperAttribsOptions label{
	display: block;
	width: 70px;
	font-weight: bold;
	float: left;
}


/* Home page */
div#welcome h1 {
	color: #AC050C;
	font-size: 20px;
	margin: 30px 20px 0 20px;
}

div#welcome h2 {
	color: #7C3B1B;
	font-size: 16px;
	margin: 10px 20px 0 20px;	
}

div#welcome p {
	font-size: 12px;
	line-height: 16px;
	margin: 16px 20px;
	color: #511A00;
}


/* SITEMAP */

div#siteMapList ul{
	margin-left: 50px;
}

div#siteMapList ul li{
	margin-top: 2px;
	margin-bottom: 2px;
}

div#siteMapList ul li ul{
	margin-left: 20px;
}


/* Discount Vouchers */
div#discountcouponInfoMainContent p {
	margin: 1em 30px 1em 30px;
}

div#discountcouponInfoMainContent p.bold, div#discountcouponInfoMainContent span.bold {
	font-weight: bold;
}

/* Shipping checkout */
form.genericForm fieldset.shippingMethods div {
display: inline;
}
form.genericForm fieldset.shippingMethods label {
width: auto;
display: inline;
}
form.genericForm fieldset.shippingMethods img {
	border: 1px solid #E2D09E;
}

form.genericForm fieldset.checkoutOrderTotals div{
	float: none;
}
.lineTitle{
	font-size: 14px;
	font-weight: bold;
}

h1#checkoutSuccessHeading {
margin: 20px 30px;
font-size: 18px;
}



/* Order Information */
div#accountHistInfo div.orderDate {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #A41D14;
}


/* Specials */
div#specialsListing h1 {
	margin-top: 30px;
}

div#specialsListing .specialsListBoxContents {
	width: 242px;
	text-align: center;
	float: left;
	margin-top: 20px;
}

div#specialsListing #specialsListingBottomNumber {
	text-align: center;
	width: 484px;
}

div#specialsListing .normalprice {
	text-decoration: line-through;
}
div#specialsListing .productSpecialPrice {
	font-weight: bold;
}
div#specialsListing .productPriceDiscount {
	color: #A8060A;
}
div#specialsListing  .specialsListBoxContents a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

/* Search */
div#advSearchDefault h1{
	margin: 30px 0 20px 30px;
}

div#advSearchDefault fieldset {
	margin: 10px 30px;
}
div#advSearchDefault fieldset fieldset{
	margin: 10px 10px;
}





/* Featured Product */
div.home_featured {
	width: 204px;
	padding-left: 15px;
	float: left;
}
div.home_featured .product_title{
	float: left;
	width: 204px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #a8060a;
	margin: 0 0 2px 0;
}

div.home_featured .product_price {
	float: left;
	width: 204px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}

div.home_featured .product_price span.normalprice {
	text-decoration: line-through;
	font-size: 12px;
	line-height: 18px;

}
div.home_featured .product_price span.productSpecialPrice {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
div.home_featured .product_price span.unit {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
div.home_featured .product_price span.productPriceDiscount {
	font-size: 16px;
	color: #a8060a;
}
div.home_featured div.read_more {
	display: block;
	margin-top: 4px;
	text-align: right;
}
div.home_featured .product_description {
	font-size: 11px;
}


.product_image, .listingProductImage {
	border: 1px solid #C7AF81;
}