@charset "utf-8";
/* CSS Document */



.gradHW {color:#fff;background-image: linear-gradient(bottom, rgb(97,84,51) 0%, rgb(176,160,119) 74%);
background-image: -o-linear-gradient(bottom, rgb(97,84,51) 0%, rgb(176,160,119) 74%);
background-image: -moz-linear-gradient(bottom, rgb(97,84,51) 0%, rgb(176,160,119) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(97,84,51) 0%, rgb(176,160,119) 74%);
background-image: -ms-linear-gradient(bottom, rgb(97,84,51) 0%, rgb(176,160,119) 74%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(97,84,51)),
	color-stop(0.74, rgb(176,160,119))
);}
.gradG{color:#fff;background-image: linear-gradient(bottom, rgb(89,110,13) 0%, rgb(145,173,85) 74%);
background-image: -o-linear-gradient(bottom, rgb(89,110,13) 0%, rgb(145,173,85) 74%);
background-image: -moz-linear-gradient(bottom, rgb(89,110,13) 0%, rgb(145,173,85) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(89,110,13) 0%, rgb(145,173,85) 74%);
background-image: -ms-linear-gradient(bottom, rgb(89,110,13) 0%, rgb(145,173,85) 74%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(89,110,13)),
	color-stop(0.74, rgb(145,173,85))
);}
.gradCD{color:#fff;
background-image: linear-gradient(bottom, rgb(105,17,17) 0%, rgb(222,71,71) 74%);
background-image: -o-linear-gradient(bottom, rgb(105,17,17) 0%, rgb(222,71,71) 74%);
background-image: -moz-linear-gradient(bottom, rgb(105,17,17) 0%, rgb(222,71,71) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(105,17,17) 0%, rgb(222,71,71) 74%);
background-image: -ms-linear-gradient(bottom, rgb(105,17,17) 0%, rgb(222,71,71) 74%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(105,17,17)),
	color-stop(0.74, rgb(222,71,71))
);}

#latitudetab {
position:fixed;
right: 0px;
top: 70px;
width:40px;
}

.delivForm input{width:200px;}

#checkoutFinal{border: none;		
width: 145px;
height:42px;
display: block;
outline: none;		
background: #fff url(assets/checkout.gif) no-repeat;
cursor:pointer;
float:right;
}

.cardMessageBox{background:#FAF7E6;color:#333;margin: 10px 0 10px 0; width: 380px; padding: 5px 10px; font-family: 'Dancing Script', Verdana, Arial; font-size:20px; line-height:26px;border:1px solid #000;}

td.s{font-weight:bold;color:#000;}


body {
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#222;

background-color:#AFA6A3;
}

#wrap {
width:950px;
}

.bgbottom {
background-image:url(assets/curve_bot.jpg);
background-position:bottom;
background-repeat:no-repeat;

height:5px;
margin-bottom:10px;
}

h1, h2 {
font-family:Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
margin:0px 0px 12px 0px;
padding:0px;
color:#3D0029;
}

h2{font-size:120%;}

p {
margin:0px 0px 12px 0px;
padding:0px;

line-height:18px;
}

h1{font-size:20px; font-weight:normal; line-height:30px;}
h2 a{text-decoration:underline;}

a {
outline:none;
font-weight:bold;
color:#3D0029;
text-decoration:none;
}

ol {
margin:0px;
padding:0px 0px 0px 20px;
}

ol li {
margin-bottom:20px;
}

img {
border:none;
}

#dd1{display:none;}	
#nav {
height:30px;
position:absolute;
z-index:500;
top: 0;
}

#nav ul {
margin:0px;
padding:0px;
}

#nav ul li {
margin:0px;
padding:0px;
display:inline;
list-style:none;
float:left;
}

#nav ul li a {
padding:8px 31px;
margin:0px 5px 0px 0px;

color:#fff;

line-height:30px;
background-image:url(assets/bg_nav.jpg);
background-position:top;
background-repeat:repeat-x;
}

#nav ul li a:hover {
background-color:#320031;
background-image:none;
}

#nav ul li#active a {
background-color:#BCD1E2;
background-image:none;

background-image:url(assets/bg_nav_active.jpg);
background-position:top;
background-repeat:repeat-x;

color:#000000;
}

#nav li.menu ul { 
margin:0px; 
padding:10px; 
list-style-type:none; 
width:170px;
background-color:#D8E8F5;
z-index:100;
}

#nav li.menu ul li { 
float:none;
}

#nav li.menu ul li a { 
color:#000; 
text-decoration:none; 
display:block; 
padding:3px 0px 3px 15px; 
margin:0px;
background-image:url(assets/bg_nav_menu.jpg);
background-repeat:no-repeat;
background-color:#D8E8F5;
font-weight:bold;
border-bottom:1px solid #D8E8F5;
}

#nav li.menu ul li a:hover {
background-image:url(assets/bg_nav_menu_hover.jpg);
background-repeat:no-repeat;
}

#header {
margin:50px 0px 0px 0px;
}

#headright {
float:right;
text-align:right;		
font-size:100%;

font-weight:bold;
color:#3D0029;
}

#head_cart_buttons {
padding-right:10px;
margin-top:10px;
}

#head_cart_buttons a {
background-color:#3D0029;
color:#FFFFFF;
padding:4px 10px;
line-height:22px;
}

.banner {
background-color:#FFFFFF;
padding:8px 8px 3px 8px;		
min-height:290px;
background-image:url(assets/curve_top.jpg);
background-position:top;
background-repeat:no-repeat;
clear:right;
}

#colorlinks {
width:206px;
padding: 0 10px 13px 10px;
margin: 0px;
float: right;
}

#colorlinks h3{margin:3px 0 7px 0;}

.heading3{margin:3px 0 7px 0;font-weight:bold;font-size:15px;}
.heading4{margin:3px 15px 7px 15px;font-weight:normal;font-size:13px;color:#777;}
#bannerlinks {
width:206px;

background-color:#D8E8F5;

padding: 13px 10px 13px 10px;
margin: 0px;
float: right;
}

#bannerlinks ul {
margin:0px;
padding:0px;
}

#bannerlinks li {
list-style:none;
padding:0px;
margin:0px;
}

#bannerlinks li a {
font-size:100%;
display:block;

background-image:url(assets/bg_bannerlink.jpg);
background-position:right;
background-repeat:no-repeat;

border-bottom:1px solid #D8E8F5;
padding:9px 10px;
}

#bannerlinks li a:hover {
background-image:url(assets/bg_bannerlink_hover.jpg);
background-position:right;
background-repeat:no-repeat;
}

#index_postcodecheck {
width: 206px;
background-color: #D8E8F5;
float: right;
padding: 10px;
margin: 8px 0px 0px 0px;
clear: right;
}

#rightcol {
width:226px;
float:right;
}

#mainarea {
background-color:#FFFFFF;
padding:10px 10px 35px 10px;
overflow:hidden;
width:930px;
clear:right;

background-image:url(assets/curve_top.jpg);
background-position:top;
background-repeat:no-repeat;	
}

#basket_thumb {
float:left; 
width:70px; 
height:70px; 
overflow:hidden; 
padding:5px;
margin:0px 5px 10px 0px;

border:1px solid #ccc; 
background-color:#eee;

}

#rightCol {
float:right;
width:226px;
}

.chocvase {
font-size: 11px;
color: #777;
clear:both;

}

.buy-colour {
margin-top:6px;
text-align:center;

background: url(assets/buttGrad.png) repeat-x 0% 0%;

font-size:130%;
padding:8px 0px;
border:1px solid #BCD1E2;
display:block;
font-weight:normal;
}

.buy-colour:hover{border:1px solid #3D0029;}

.cats_prod {
border:1px solid #ccc; 
background-color:#eee;
float:left;
width:200px;
padding:10px 10px 0 10px;
overflow:hidden;
margin-right:10px;
margin-bottom:10px;
cursor:pointer;
}
div.cats_prod:hover{border:1px solid #600040;} 

.thbPrice{float:right;color:#3D0029;font-size:15px;font-weight:bold;line-height:34px;font-family:Arial;}
img.orderOptions{padding:4px 0;}
#paging {
clear:left;
}

#paging a {
background-color:#3D0029;
padding:3px 10px;
color:#FFFFFF;
}

.cat_img_wrap {
height:200px; 
width:200px;	

overflow:hidden;
}

#prod_page_img_wrap {
float: left;
margin-right: 9px;
}
.rCol{float:right;width:450px;}

.product_image {
padding: 10px;
background-color:#eee;
border:1px solid #ccc;
}

.prod_page_photo_representation {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #999;
text-align: left;
padding-top: 10px;
}

.prod_page_col {
width:224px;
padding:10px;
float:left;
margin-right:10px;
}

.prod_page_col form {
margin:0px;
padding:0px;
}

.prod_page_col input {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:150%;
color:#3D0029;

background-color:#D8E8F5;
border:2px solid #BCD1E2;

width:224px;

margin-bottom:9px;
padding:8px;
}

.prod_page_col input#selected {
background-color:#fff;
}

.prod_page_col#right {
width:244px;
padding:0px;
margin-right:0px;
}

#prices {
padding:8px;
border:1px solid #ccc;
background-color:#eee;
margin-bottom:10px;
}

.prod_page_col#right #prices input {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:120%;
color:#3D0029;

background-color:#D8E8F5;
border:2px solid #BCD1E2;

width:224px;

margin-bottom:9px;
padding:4px 0px;
}

.prod_page_col#right #prices input#selected {
background-color:#fff;
}

#addtocart_btn {
color:#FFFFFF;
text-align:left;
font-size:100%;

font-weight:bold;

width:244px;
border:none;
outline:none;

padding:8px 0px 8px 10px;
margin-top:10px;

background-color:#3D0029;

background-image:url(assets/bg_white_arrow.jpg);
background-position:right;
background-repeat:no-repeat;
}

.design_leftcols {
float:left;
width:280px;
margin-right:10px;
}

#design_menu select {
width:244px;
line-height:25px;
height:30px;
outline:none;
padding:4px;
margin-bottom:7px;
}

#design_menu select option {
padding:5px;
}

#design_rightimg {
float:right;
border:1px solid #ccc;
background-color:#eee;
padding:10px;
}

#index_postcodecheck form {
padding:0px;
margin:0px;
}

#index_postcodecheck input {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:150%;
color:#3D0029;

width:185px;

border:3px solid #c0d2e0;

margin-bottom:12px;
padding:8px;
}

#index_postcodecheck input.submit {
color:#FFFFFF;
text-align:left;
font-size:100%;

font-weight:bold;

width:200px;
border:none;
outline:none;

margin-bottom:5px;
padding:8px 0px 8px 10px;

background-color:#3D0029;

background-image:url(assets/bg_white_arrow.jpg);
background-position:right;
background-repeat:no-repeat;
}

#pc_check {
padding: 10px;
width:100%px;
margin: 0;

background-color:#D8E8F5;
border:2px solid #BCD1E2;
}

.pc_input {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:150%;
color:#3D0029;

width:185px;
margin: 1px 15px 0 25px;
padding:8px;

border:3px solid #c0d2e0;
}

.pc_submit {
position:relative; top:-2px; left:50px;
color:#FFFFFF;
text-align:left;
font-size:15px;
font-weight:bold;			
width:200px;
border:0px solid #3D0029;
outline:none;	
margin:0;
padding:10px 0px 10px 10px;	
background-color:#3D0029;		
background-image:url(assets/bg_white_arrow.jpg);
background-position:right;
background-repeat:no-repeat;
cursor:pointer;
}

.backButt {
color:#FFFFFF;
text-align:left;
font-size:15px;
font-weight:bold;			
width:200px;
border:0px solid #3D0029;
outline:none;	
margin:0;
padding:10px 0px 10px 10px;	
background-color:#3D0029;		
background:url(assets/backArrow.jpg) no-repeat 0% 50%;
cursor:pointer;
}

td.addCell{font-size:12px;font-weight:bold;color:#222;padding:3px 0;}




#index_postcodecheck input.submit#submbottom {
margin-bottom:0px;
}







.red {
font-size:90%;
color:#ff0000;
text-align:center;
font-weight:bold;
}

.basket_button {
color:#3D0029;	
background-color:#BBD1DF;
display:block;

background-image:url(assets/bg_bannerlink.jpg);
background-position:right;
background-repeat:no-repeat;

padding:9px 10px;
margin-bottom:1px;
}

a.basket_button:hover {
background-image:url(assets/bg_bannerlink_hover.jpg);
background-position:right;
background-repeat:no-repeat;
}


#footer {
font-size:80%;
width:910px;
margin:0px auto 0px auto;
padding:10px 20px 5px 20px;
background-color:#FFFFFF;

background-image:url(assets/curve_top.jpg);
background-position:top;
background-repeat:no-repeat;
}

#footer li {
padding:0px 6px;
border-right:1px solid #333;
list-style:none;
display:inline;
}

#footer li#right {
border:none;
}

#footer li#left {
padding-left:0px;
}

#footer img {
float:right;
}

/* STYLES FOR CHECKOUT */

.warning 
{
list-style-image:url(checkout/images/form_bullet.gif);
font-size: 12px;
color: #CC0000;
}

.fieldLabel 
{
font-family: Arial, Helvetica, sans-serif;
color:#575C53;
font-size:14px;
font-weight:normal;
text-align: right;
width: 33%;
}	

.fieldData 
{
width: 70%;
}

.inputBoxDisable
{
background-color: #DDDDDD;
border: 1px solid #999999;
}
.inputBoxEnable
{
background-color: #FFFFFF;
border: 1px solid #999999;
}
.subheader 
{
padding: 20px 0px 8px 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #3D0029;
}
.errorheader
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
text-align: center;
padding: 12px;
border: #BCD1E2 3px solid;
background-color:#D8E8F5;
}

#checkout_buttons {
padding: 20px 0px 0px 0px;	
clear: left;
}

.bluebox {
background-color:#D8E8F5;
padding: 8px;
border: 1px solid #BCD1E2;

margin: 10px 20px 10px 0px;	
width: 420px;
}

.checkout_button_fwd {
float: right;
color: #FFFFFF;
text-align: left;
font-size: 100%;
font-weight: bold;			
border: none;		
width: 160px;
display: block;
outline: none;		
padding: 6px 0px 9px 0px;	
margin: 0px;	
background-image:url(assets/checkout_arrow_fwd.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#ffffff;
}

.proceed {

border: none;		
width: 106px;
height:25px;
display: block;
outline: none;
float:right;			
background: #fff url(assets/proceed.png) no-repeat;

}

.checkout_button_bkw {
color: #FFFFFF;
text-align: right;
font-size: 100%;
font-weight: bold;			
border: none;		
width: 140px;
display: block;
outline: none;		
padding: 8px 15px 9px 0px;	
margin: 0px;		
background-image: url(assets/checkout_arrow_bkw.jpg);
background-position: left;
background-repeat: no-repeat;
background-color:#ffffff;
cursor:pointer;
}

/* Latitude CSS */

#lat-content {
padding: 0px 0px 0px 0px;
background-color: #fff;
}

.latblock {
float: left;
padding: 10px 0px 0px 0px;
margin-right: 20px;
}

.container { width: 260px; padding: 0px 0px 10px  15px; margin-top: 15px; }

.widecontainer { width: 400px; padding: 0px 0px 10px  15px; margin-top: 15px; }

.latbox { margin-top: 10px; width: 280px;   overflow: visible;clear: both; }

.latbox h3 {font-weight:Bold; margin:0px; padding: 0px 5px 0px 15px; font-size:19px; color: #025f18; text-transform: capitalize; }

#blackOut{position:fixed;top:34px;left:0;bottom:0;right:0;background: #fff url(http://www.patterncooler.com/patlib/0191/FFFFFFFF0000FF7E7E_174.png) repeat 0% 0%;filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;z-index:20;}
#noticeBox{position:fixed;background:#fff;left:50%;top:50%;margin-top:-100px;margin-left:-250px;width:500px;height:200px;border-radius: 15px;padding:35px;text-align:center;font-size:15px;color:#f00;font-size:30px;line-height:60px;z-index:21;box-shadow:2px 4px 12px #000;}






