/* Overall styles */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:12px; 
	padding:0;
	background-color: #BEA1A5;
	text-align: center;
}

a:link {
	color: #710042;
}

a:visited {
	color: #2B3702;
}

a:hover {
	text-decoration: none;
}

a.nolinelink {
	text-decoration: none;
	color: #390021;
}

.spacer {
	clear: both;
}

.hidden {
	display: none;
}

/* Page container */

#container {
	width: 900px; 
	min-width: 500px;
	background-color: #FFF;
	margin: 0 auto;
}

/* The page header */

#header {
	width:100%;
	text-align: left;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	height: 119px;
	position: relative;
}

#header img {
	float: left;
}

/* Top tab navigation */

#navlist {	
	list-style-type: none;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 630px;
	margin-top: -25px;
	font-size: 90%;
}

#navlist li {
	display: inline;
	margin: 0 0.30em;
}

#navlist li a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#navlist li a:hover, #navlist li a#currentlink {
	color: #B0AA0E;
}

/* Products drop down menu */

#productsmenu {
	margin-top: -27px;
	text-align: right;
	width: 300px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
}

#productsmenu select {
	margin: 0 3px;
	font-size: 10px;
}

/* Main content area */

#maincol{ 
	float: right; 
	width: 750px; 
	margin: 0;
	font-size: 75%;
	text-align: left;
	padding: 0;
	line-height: 1.3em;
 }
 
#maincol ul li {
	list-style-image: url(../images/bullet.gif);
	line-height: 140%;
}

#content {
	padding: 0.25em;
	color: #4A0443;
}

/* Left hand navigation column */

#leftcol
{
	width: 150px;
	float:left; 
	position:relative; 
	text-align: left;
	font-size: 80%;
	line-height: 1.25em;
}

#leftcol a:link, #leftcol a:visited {
	text-decoration: none;
	color: #710042;
}

#leftcol a:hover {
	text-decoration: underline;
}

#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftcol ul li {
	border-top: 1px solid #FCC0A8;
	border-bottom: 1px solid #710042;
}

#leftcol ul li a {
	display: block;
	margin: 0;
	padding: 6px 0 6px 23px;
	font-size: 12px;
	width: 123px;
	font-weight: bold;
}

#leftcol ul li ul {
	padding: 0;
	margin: 0;
}

#leftcol ul li ul li {
	border: 0;
	padding: 0;
}

#leftcol ul li ul li a {
	padding: 2px 0 2px 23px;
	font-size: 11px;
	width: 123px;
	font-weight: normal;
}

#leftcol img {
	margin-right: 8px;
	margin-left: -18px;
}

.hideSwitch {
	display: none;
}

.showSwitch {
	display: block;
}

#leftcol a:visited.currentcat {
	color: #FFF;
}

/* Old drop down navigation
#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftcol a {
	display: block;
	margin: 0;
	padding: 6px 3px 6px 3px;
	font-size: 80%;
	width: 142px;
}

#leftcol a {
	color: #000;
	background: #FCA788;
	text-decoration: none;
	cursor: default;
}

#leftcol a.noline,#leftcol a:hover.noline {
	background: none;
}

#leftcol a:hover {
	background: #FCD5A8;
}

#leftcol li {
	position: relative;
	margin: 2px 0;
	border: 1px solid #390021;
}

#leftcol ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 148px;
	border: 1px solid #390021;
}

#leftcol li li {
	background: #F48220;
	margin: 0;
	width: 143px;
	border: none;
}

#leftcol ul li ul li a {
	cursor: pointer;
}

div#leftcol ul ul,
div#leftcol ul li:hover ul ul
{display: none;}

div#leftcol ul li:hover ul,
div#leftcol ul ul li:hover ul
{display: block;}
*/

/* Right hand column */

#rightcol {
	width: 150px;
	float:right;
	position:relative;
	margin-right:-150px;
	margin-left:1px;
	font-size: 70%;
	text-align: left;
	line-height: 1.25em;
	padding: 0px 0px 0px -3px;
}

#rightcol h2, #leftcol h2 {
	background-color: #710042;
	color: #FFF;
	padding: 8px 3px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftcol h2 a, #rightcol h2 a {
	color: #FFF;
	padding: 0;
}

#rightcolimages {
	text-align: center;
}

#rightcolimages img {
	display: block;
	margin: 10px 0;
}

.colcontent {
	padding: 3px;
}

/* Content container */

#outer_full { 
	background-image: url(../images/bg-buttons.gif);
	background-repeat: repeat-y;
	background-color: #FCC0A8;
} 

#inner{ 
	margin:0;
	width:100%;
}

/* Div containing the shopping cart */

#basket_box {
	float: right;
	padding: 2px 4px 0 0;
	text-align: right;
	font-size: 70%;
	width: 133px;
	color: #FFF;
}

#basket_box a {
	color: #FFF;
}

#basket_box img {
	float: none;
}

/* Form containing the add to basket button */

.basketform {
	padding: 0;
	margin: 0;
}

/* Page footer */

#footer {
	text-align: left;
	font-size: 70%;
	clear: both;
	color: #FFF;
	background-color: #390021;
	padding: 4px;
}

#footer a {
	color: #FFF;
}

#footerright {
	float: right;
}

/* Table holding the product list */

.main_table {
	border: 1px solid #390021;
	background-color: #FFFFFF;
}
.main_table_products {
	border: 1px solid #C2C2C2;
	background-color: #FFFFFF;
}
.main_table_products ul{
	margin-top:1px;
	padding-top:1px;
	margin-bottom:1px;
	padding-bottom:1px;
}

.optionstable {
	background-color: #390021;
}

.optionstable td {
	background-color: #FFF;
}

.optionstable th {
	color: #FFF;
	font-size: 80%;
	font-weight: normal;
}

/* Related products */

.relatedproductsbox {
	padding: 3px;
	border-bottom: 1px solid #390021;
	margin: 3px 0;
	text-align: center;
}

.relatedproductsbox img {
	display: block;
}

#relatedoproductstable td img {
	display: block;
}

/* Form styles */

textarea {
	width: 95%;
	border: 1px solid #780100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #780100;
}
.fullwidth {
	width: 95%;
}
.checkbox {
	border: 0px none;
}

legend {
	color: #390021;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #390021;
}
.buttoncontainer {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #3565A7;
}
.form_not_valid {
	color: red;
	font-weight: bold;
}

.yellow_button {
	background-color:#390021; 
	font-size:13px; 
	border-width: 2px;
	border-color: #999999;
	border-style: outset;
	cursor: hand;
	color: #FFF;
}

.options_select {
	font-size: 10px;
}

/* Header styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A0443;
	font-size: 150%;
}

h2 {
	font-size: 105%;
	color: #000;
	margin-top: 0;
	padding: 0;
}

.specials_header {
	font-size: 130%;
	color: #FFFFFF;
	background-color: #390021;
	padding: 4px;
}

.breadcrumb {
	font-size: 90%;
}

/* Table styles used for shopping cart */

.side_menu th, .side_menu td {
	font-weight: bold;
	background-color: #FCA788;
	height: 24px;
	border: 1px solid #390021;
}

/* Text styles */

.red_text {
	color: #FF0000;
}
.strikethrough {
	color: #999999;
	text-decoration: line-through;
}
.grey_text {
	color: #999999;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
	padding: 3px 0;
}

/* Checkout progress */

.checkout_stages {
	background-color: gray;
}
.checkout_stages td {
	background-color: white;
	text-align: center;
	
}
.checkout_stages_current {
	color: red;
	font-weight: bold;
}
.checkout_stages_notdone {
	color: #CCC;
}
.checkout_stages_done {
	color: #CCC;
	text-decoration: line-through;
}

/* iframe used for the checkout terms */

iframe {
	height: 150px;
	width: 95%;
	margin: 0.5em 2%;
}

/* Div to show expert tips */

.expertbox {
	margin: 0.5em 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666666;
	padding: 0 1em 1em 1em;
	background-color:#DBE5F0;
	clear: both;
}
.expertbox h2 {
	font-size: 15px;
	padding: 2px 0;
	margin: 2px 0 4px 0;
}


/* Div for the 'Review this product' box */

.reviewbox {
	width: 150px;
	border-top: 3px solid #A70060;
	border-bottom: 3px solid #A70060;
	line-height: normal;
	margin: 0.5em 0;
	padding: 0.5em 2px;
	background-color: #DBE5F0;
}

/* Columns for product categories */

div.Article {
	background: url(../images/bdr-box_top_left.gif) top left no-repeat;
 }

div.ArticleTop {
	 background: url(../images/bdr-box_top_right.gif) top right no-repeat;
}

div.ArticleBody {
	background: url(../images/bdr-box_margin_right.gif) top right repeat-y;
}

div.ArticleBody h2 {
	margin-bottom: 0.5em;
	color: #FAA929;
}

div.ArticleFooter {
	background:	url(../images/bdr-box_bottom_left.gif) bottom left no-repeat;
} 

div.ArticleFooter div {
background: url(../images/bdr-box_bottom_right.gif) bottom right no-repeat;
}

/* Specials column */

.specialscol {
	width: 200px;
	float: right;
	margin: 0.25em;
	padding: 0;
	border: 1px solid #FAA929;
	text-align: center;
}

.specialscol h2 {
	margin-top: 0;
	background-color: #004585;
	color: #FFF;
	padding: 5px 0;
	margin-bottom: 0.25em;
}

/* Home page product box */

.homebox {
	width: 210px;
	margin: 2px;
	float: right;
	border: 1px solid #004585;
	height: 150px;
}

.homebox h2 {
	background-color: #004585;
	color: #FFF;
	padding: 5px 15px;
}

.homebox img {
	display: block;
}

.header_bk {
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
	background-color: #DBE5F0;
	color: #134D8E;
	padding: 3px 15px;
	border: 1px solid #C2C2C2;
	clear: left;
	margin: 0 7px 0 4px;
}

.hideSwitch {
	display: none;
}

/* Product details photo */

.detailsphoto {
	margin: 2px;
	border: 1px solid #390021;
}

/* News box */

.newsbox {
	width: 565px;
	float: left;
	border-bottom: 1px solid #390021;
	padding: 0.25em 0;
	margin-bottom: 0.25em;
	margin-left: 7px;
}

.categorytable {
	background-color: #FCC0A8;
}

.categorytable td {
	background-color: #FCC0A8;
	padding: 3px;
	border: thin solid #730042;
}

.categorytable td.highlight {
	background-color: #FB805F;
}

.categorytable td img {
	display: block;
	border: 1px solid #94A584;
}

/* Worldpay logo in left margin */

.securelogo {
	text-align: center;
	padding: 8px 0 0 0;
}

/* Checkout login table */

.checkout_login_table h2 {
	background-color: #780100;
	color: #FFF;
	padding: 8px 3px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.checkout_login_table .checkout_login_table_td {
	border: 1px solid #780100;
	height: 250px;
}

/* Box to contain the 'shopping is safe' message */

#securebox {
	border: 1px solid #AAA;
	background-color: #E8E8DC;
	padding: 4px;
	margin: 3px 5%;
	width: 85%;
}

#securebox img {
	float: right;
}.pole_image_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A0443;
	background-color: #FCC0A8;
}

/****************************************************** Home page category table */

.home_cat_table {
	border-collapse: collapse;
	border: 1px solid #390021;
}

.home_cat_table th {
	background-color: #FCA788;
	padding: 3px;
	border: 1px solid #390021;
	color: #390021;
}

.home_cat_table td {
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDD2C1;
}

.home_cat_table td ul {
	margin: 0;
	padding: 0;
}

.home_cat_table td ul li {
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted gray;
	background-image: url(../images/bullet_square_red.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	list-style-type: none;
}

.home_cat_table td ul li.offer {
	background-image: none;
	font-size: 16px;
	font-weight: bold;
	color: red;
	padding: 6px 0 6px 0;
	list-style-type: none;
}

.home_cat_table td ul li.offer a:link, .home_cat_table td ul li.offer a:visited {
	color: red;
	text-decoration: underline;
}

.home_cat_table td ul li.offer a:hover {
	text-decoration: none;
}

.home_cat_table td a:link, .home_cat_table td a:visited {
	text-decoration: none;
}

.home_cat_table td a:hover {
	text-decoration: underline;
}

.home_cat_table td.bestsellers {
	padding: 3px;
	font-size: 90%;
	border: 1px solid #390021;
	text-align: center;
}

/****************************** Search form */

#searchform {
	margin: 0;
	position: absolute;
	right: 2px;
	bottom: 35px;
}