/*
  Orchard-Furniture Stylesheet

  http://www.orchard-furniture.co.uk

  Copyright (c) 2010 Orchard-Furniture Ltd.

*/





BODY {
  background: #ffffff;
  color: #817342;
  margin: 6px;
}




TABLE.header {
  background-image: url('images/title_colour.gif');
  background-repeat:repeat-x;
  height: 80px
}


TR.footer {
  background: #ffffff;
}

TD.footer {
  background-image: url('images/header_back.jpg');
  background-repeat:repeat-x;
  height: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

/* Borders Start - Left Shared Border */

.mws_boxTop    { background: url('images/top_grey.gif');
                 font-family: Tahoma;
                 font-size: 8px;
                 color: #817342;
                 text-decoration: underline;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }

.mws_boxLeft   { background: url('images/left_grey.gif'); }
.mws_boxRight  { background: url('images/right_grey.gif'); }
.mws_boxBottom { background: url('images/bottom_grey.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; }


/* Borders Start - Main Product Border */

.mws_boxTop_main    { background: url('images/top_grey.gif');
                 font-family: Tahoma;
                 font-size: 8px;
                 color: #ffffff;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_main   { background: url('images/left_grey.gif'); }
.mws_boxRight_main  { background: url('images/right_grey.gif'); }
.mws_boxBottom_main { background: url('images/bottom_grey.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { background: #FFFFFF;
                 font-family: Arial;
                 font-size: 10px;
                 color: #817342; }
                 
                 
/* Product Boxes */

.product_detail_info { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;
                 color: #817342;
                 text-align: center; }
.product_detail_description { background: #ffffff; 
                 font-family: Arial;
                 font-size: 14px;
                 color: #817342;
                 font-weight: bold;
                 text-align: left; }
.product_detail_values { background: #ffffff; 
                 font-family: Arial;
                 font-size: 14px;
                 color: #817342;
                 text-align: left; }
.product_detail_main { background: #ffffff; 
                 font-family: Arial;
                 font-size: 10px;
                 color: #817342;
                 text-align: left; }
.product_below { background: #ffffff; 
                 font-family: Arial;
                 font-size: 18px;
                 font-style: italic;
                 color: #817342;
                 text-align: centre; }
                 



.delivery_box { font-family: Verdana, Arial, sans-serif;
                 font-size: 16px;
                 background: #ffffcc;
                 color: #808080;
                 text-align : center;
                 vertical-align: middle;
                 white-space: normal;
                 font-weight: bold;
                 border: medium double #FF0000;
                 text-decoration: none; }
 
.ebrochure_box    { background: url('images/Test/dl_bg_gradient.png');
                 font-family: Tahoma;
                 font-size: 8px;
                 color: #ffffff;
                 text-align : center;
                 font-weight: bold;
                 vertical-align: middle;
                 white-space: nowrap; }
                 
                      

/* Headings */

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}


/*Links*/

A {
  color: #817342;
  text-decoration: underline;
}

A:hover {
  color: #808080;
  text-decoration: none;
}

a:visited {	
	color: #808080;
	background: inherit;
	text-decoration: underline;
}

		
	
/*Forms*/	
	
FORM {
	display: inline;
	color: #817342;
	vertical-align: middle;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  vertical-align: middle;
}