/* layout */

body {
	min-width: 944px;
}

div#container {
	position: relative;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
}

header {
	color: #550000;
	font-size: 12px;
}

header section {
	padding-top: 10px;
}

header section#left {
	margin-left: 10px;
	margin-bottom: 5px;
}

header a, header a:active, header a:visited {
	text-decoration: none;
	color: #550000;
}

header a:hover {
	text-decoration: underline;
	color: #550000;
}

header nav ul {
	list-style: none;
	margin: 0;
}

header nav ul li {
	display: inline;
}

header nav.main {
	margin-top: 5px;
  color: #444444;
}

header nav.main ul {
  margin:0;
  padding:0;
  list-style:none;
  position: relative;
  z-index: 22;
}

header nav.main ul li {
  padding: 8px;
  position: relative;
  line-height: 20px;
  display: block;
  float: left;
  border: 1px solid #FFF;
  
}

header nav.main ul li:hover {
	background: #FFF;
	border: 1px solid #dddddd;
}

header nav.main ul li:hover a {
	color: #333333;
}

header nav.main ul li:hover ul li a {
	color: #000;
}

header nav.main ul li ul li:hover {
	border: 1px solid #FFF;
}

header nav.main a {
	text-transform: uppercase;
	color: #444444;
	font-weight: bold;
	font-family: Georgia;
	font-size: 14px;
}

header nav.main ul li ul a {
  font-weight: normal;
}

header nav.main ul li ul {
  display:none; 
  position: absolute;
  top: 37px;
  left: -1px;
  z-index: -2;
  background: #FFF;
  border: 1px solid #ddd;
  padding: 5px 2px;
  box-shadow: 2px 2px 4px #333;
  -webkit-box-shadow: 2px 2px 4px #333;
  -moz-box-shadow: 2px 2px 4px #333;
}

header nav.main ul li ul li {
  display: block;
  padding: 2px 8px 2px 8px;
 	white-space:nowrap;
  margin-right: 0;
  float: none;
  color: #000;
}

header nav.main ul li ul li a {
	color: #000;
	font-size: 12px;
	text-transform: capitalize;
}

header nav.main ul li ul li a:hover {
  
}

header section#right {
	float: right;
	width: 440px;
	padding: 10px;
	background-color: #f9f9f9;
	text-align: center;
}

header section#right nav {
  float: right;
}

header section#right input, header section#right div#minibasket {
	margin-bottom: 0px;
	width: 198px;
	border: #b9b9b9 1px solid;
	padding: 5px;
	color: #6c9f55;
	background: #ffffff;
  vertical-align: middle;
  float: right;
  margin-left: 5px;
  margin-top: 5px;
}

header section#right div#minibasket {
  height: 42px;
  line-height: 21px;
  padding-left: 52px;
  width: 150px;
  text-align: left;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url('/images/sprites/shopping_bag green.png');
  cursor: pointer;
}

header section#right input, header section#right div#minibasket a, header section#right input, header section#right div#minibasket a:hover {
  color: #6C9F55;
  text-decoration: none;
  vertical-align: middle;
}

header section#right input {
	-webkit-appearance: none;
  -moz-appearance:none;
	margin-bottom: 5px;
  margin-right: 5px;
}

header section#right input.actionbtn {
	margin-top: 0px;
  padding: 0;
}

div#main {
	margin: 10px 0;
}

footer { 
	margin: 30px 0;
	border-top: #e9e7e3 3px solid;
	padding-top: 10px;
	color: #6b6b6b;
}

footer section {
	width: 150px;
	float: left;
	margin-right: 30px;
}

footer section h5 {
	color: #444444;
	margin-bottom: 10px;
}

footer section nav ul {
	margin-left: 15px;
}

footer section nav ul.inline li {
	display: inline;
}

footer section nav ul li a {
	text-decoration: none;
	color: #6b6b6b;
}

footer section nav ul li a:hover {
	text-decoration: underline;
	color: #6b6b6b;
}

footer section.last {
	margin-right: 0;
}

footer section#images {
	width: 430px;
	margin-right: 0;
}

footer section#images img {
	margin-right: 10px;
	vertical-align: top;
}

footer section#images img.last {
	margin-right: 0;
}

/* end layout */

/* global */

.fll {
	float: left;
}

.flr {
	float: right;
}

/* end global */

/* pager */

div.pagination {
  height:35px;
  padding:10px 0;
}

div.pagination .links {
  float:right;
}

div.pagination .info {
}

div.pagination p {
  margin:0;
}

/* end pager */


/* global - forms */

input, textarea {
	border: #aba8a3 1px solid;
	padding: 3px;
}

input {
	height: 14px;
}

select {
	height: 22px;
	font-size: 13px;
}


table.form th {
  width: 140px;
  text-align: right;
  padding: 13px 0 10px 0;
  vertical-align: top;
}

table.form td {
  width: 180px;
  padding: 10px 0;
}

table.form td.forgot_password {
  width: 140px;
  text-align: center;
}

table.form label {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}

table.form input, table.form textarea, table.form select {
  width: 180px;
  font-size: 12px;
  padding: 2px;
}

table.form input.checkbox {
  width: 30px;
}

table.form select.date {
  width: 58px;
  margin-right: 0;
}

ul.error_list {
  color: #DA1F26;
  padding: 5px;
  font-weight: bold;
}

table.form label span.required {
  color: #DA1F26;
}

table.form tfoot td {
  width: auto;
}

table.form span.help {
  font-size: 11px;
}

.captcha {
  float: right;
}

tr.detail {
  display: none;
}

/* end forms */

/* flashes */

div.flash {
  margin: 20px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  border: 3px double #FFFFFF
}

div.flash.error {
  background-color: #A1171C;
  color: #ffffff;
}

div.flash.success {
  background-color: #6C9F55;
  color: #ffffff;
}

/* end flashes */


/* global - buttons (referenced by id as it has high precedence) */

div#container .greybtn {
	background: url('/images/buttons/grey.gif');
	width: 105px;
	height: 22px;
  line-height: 15px;
	border: none;
	color: #877f73 !important;
	background-repeat: no-repeat;
  display: block;
}

div#container .actionbtn {
	background: url('/images/buttons/action.gif');
	width: 105px;
	height: 22px;
  border: none;
	background-repeat: no-repeat;
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  line-height: 22px;
}

div#container input.actionbtn {
  line-height: 16px;
}

div#container .bigactionbtn {
 	background: url('/images/buttons/action-big.gif');
	width: 158px;
	height: 33px;
  font-size: 14px;
  border: none;
	background-repeat: no-repeat;
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  line-height: 23px;
}

/* end buttons */

h1 {
  font-size: 22px;
  margin-bottom: 10px;
}

h2 {
  font-size: 16px;
  margin-bottom: 8px;
}

/* end global */

/* home */


div#main section#primary {
	margin-bottom: 10px;
}

div#main section#primary ul {
  list-style: none;
  margin: 0;
}

div#main section#primary ul li {
  display: none;
}

div#main section#primary ul li.active {
  display: block;
}

div#main section#secondary {
	margin-bottom: 30px;
}

div#main section#primary img, div#main section#secondary img, div#main section#secondary a {
	display: block;
}

div#main section#secondary a {
	float: left;
	margin-right: 18px;
}

div#main section#secondary a.last {
	margin-right: 0;
}

div#main section#newsletter {
	background-color: #dad6d0;
	position: relative;
	height: 45px;
	border: #ffffff 3px double;
	padding: 5px;
	padding-left: 130px;
}

div#main section#newsletter img {
	position: absolute;
	top: -25px;
	left: -10px;
}

div#main section#newsletter hgroup {
	color: #766d61;
	font-family: Georgia;
	width: 150px;
	float: left;
}

div#main section#newsletter h4 {
	font-size: 20px;
	font-weight: normal !important;
}

div#main section#newsletter h5 {
	margin-left: 12px;
	font-size: 16px;
	font-weight: normal !important;
}

div#main section#newsletter form input, div#main section#newsletter form select {
	margin-top: 12px;
	width: 120px;
	margin-right: 15px;
  vertical-align: middle;
}

div#main section#newsletter .captcha {
  float: none;
  display: inline;
  position: static;
  vertical-align: middle;
}
div#main section#newsletter img.captcha {
  margin-top: 10px;
  margin-right: 15px;
}

body.ie6 div#main section#newsletter form select {
  margin-top: -6px;
}

div#main section#newsletter form input.submit {
	width: 105px;
	margin-right: 0;
  display: inline;
}

/* end home */

/* category nav */

nav#category_sub {
  width: 190px;
  float: left;
}

nav#category_sub h3 {
  font-size: 14px;
  background-color: #F9F9F9;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  padding: 10px;
}

nav#category_sub ul {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #B9B9B9;
}

nav#category_sub ul li.current {
  background-color: #F9F9F9;
}

nav#category_sub ul li a {
  display: block;
  background: none;
  margin-left: 20px;
  text-decoration: none;
  line-height: 18px;
  font-size: 12px;
  color: #444444;
}

nav#category_sub ul li a:hover {
  text-decoration: underline;
}

/* end category nav */

/* category */

div#category {
  width: 730px;
  float: left;
  margin-left: 20px;
}

body.ie6 div#category {
  width: 725px;
  margin-left: 15px;
}

div#category div.summary {
  margin: 10px 0;
}

div#category div.summary p {
  margin-bottom: 10px;
}

/* end category */

/* category list */

ul.categories {
  list-style: none;
  margin: 0;
  margin-left: 15px;
}

ul.categories li {
  display: block;
  float: left;
  border: 1px solid #DADADA;
  width: 140px;
  height: 180px;
  padding: 10px;
  text-align: center;
  margin: 0 15px 15px 0;
}

ul.categories li div.image {
  width: 140px;
  height: 130px;
  text-align: center;
}

ul.categories a {
  color: #444444;
  text-decoration: none;
}

ul.categories a:hover {
  text-decoration: underline;
}

ul.categories li div.info {
  margin-top: 5px;
}

/* end category list */

/* product list */

ul.products {
  list-style: none;
  margin: 0;
  margin-left: 15px;
}

ul.products li {
  display: block;
  float: left;
  border: 1px solid #DADADA;
  width: 140px;
  height: 260px;
  padding: 10px;
  text-align: center;
  margin: 0 15px 15px 0;
}

ul.products li div.image {
  width: 140px;
  height: 130px;
  text-align: center;
}

ul.products a {
  color: #444444;
  text-decoration: none;
}

ul.products a:hover {
  text-decoration: underline;
}

ul.products li div.info {
  margin: 0;
  margin-top: 5px;
  height: 100px;
}

ul.products li div.info h3 a {
  color: #aF0101;
}

ul.products li div.info h3 a span {
  color: #4F0101;
}

ul.products li div.info span.full_price {
  text-decoration: line-through;
}

ul.products li div.info span.full_price_wrapper {
  font-size: 12px;
  font-weight: normal;
}

ul.products li a.actionbtn {
  margin: auto;
  margin-top: 5px;
}

/* end product list */

/* product */

div#product {
}

div#product div.left {
  width: 460px;
  float: left;
}

div#product div.left div.thumbnails {
  float: left;
  width: 65px;
}

div#product div.left div.thumbnails ul {
  list-style: none;
  margin: 0;
}

div#product div.left div.thumbnails li {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  padding: 5px;
}

div#product div.left div.thumbnails li a {
  display: block;
  width: 100%;
  height: 100%;
}

div#product div.right {
  width: 450px;
  float: right;
  padding: 10px;
  padding-top: 0;
}

div#product div.main_image {
  margin-left: 65px;
  width: 370px;
  padding: 10px;
  padding-top: 0;
  text-align: center;
  
}

div#product div.main_image div.image {
  border: 1px solid #DADADA;
  padding: 10px;
}
div#product div.main_image div.image a {
  width: 100%;
  height: 100%;
  display: block;
}

div#product div.main_image div.zoom {
  margin-top: 10px;
}

div#product div.description, div#product ul.details {
  margin-bottom: 10px;
}

div#product div.description p {
  margin-bottom: 10px;
}

div#product div.purchase_options {
  background-color: #F9F9F9;
  padding: 10px;
  border: 1px solid #B9B9B9;
  width: 250px;
  float: right;
}

div#product div.purchase_options div.addtobasket {
  clear: right;
  float: right;
}

div#product div.purchase_options p.quantity {
  float: right;
}

div#product div.purchase_options input.actionbtn {
  margin: 10px;
  margin-right: 0;
  margin-bottom: 0;
}

div#product div.purchase_options .full_price {
  font-size: 14px;
  color: #000000;
}

div#product div.purchase_options .full_price strong {
  color: #4F0101;
  text-decoration: line-through;
}

div#product div.purchase_options .price {
  font-size: 18px;
  color: #000000;
}

div#product div.purchase_options .price strong {
  color: #AF0101;
}

/* end product */

/* basket */

div.basket {

}

div.basket table.contents {
  width: 100%;
  font-size: 14px;
}

div.basket table.contents thead tr {
  background-color: #F9F9F9;
  height: 25px;
}

div.basket table.contents td, div.basket table.contents th {
  vertical-align: middle;
  padding: 10px;
}

div.basket table.contents td img {
  vertical-align: middle;
}

div.basket table.contents input.greybtn {
  display: inline !important;
  margin-left: 10px;
  margin-right: 10px;
}

div.basket table.contents .qty {
  text-align: left;
  width: 190px;
}

div.basket table.contents tbody .qty input {
  width: 20px;
}

div.basket table.contents .price {
  text-align: right;
}

div.basket table.contents .total {
  text-align: right;
}

div.basket table.contents a.thumblink {
  display: inline-block;
  width: 60px;
  text-align: center;
}

div.basket table.contents tbody .total, div.basket table.contents tfoot .total {
  font-weight: bold;
}

div.basket table.contents tfoot th {
  text-align: right;
  font-weight: normal;
}

div.basket table.contents tfoot tr.total {
  font-size: 16px;
  background-color: #F9F9F9;
}

div.basket table.contents tfoot tr.total td.empty {
  text-align: left;
}

div.basket table.contents tfoot tr.total .greybtn {
  font-size: 12px;
  height: 25px;
}

p.backlink {
  float: left;
  margin: 5px;
}

p.backlink a {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  background-image: url('/images/sprites/back-arrow.gif');
  background-repeat: no-repeat;
  background-position: 0 1px;
}

div.basket div.bottom div.right {
  float: right;
}

div.basket div.bottom .bigactionbtn {
  display: inline !important;
  margin-left: 20px;
  margin-top: 5px;
}

div.basket div.bottom input {
  vertical-align: middle;
}

div.basket ul#products {
  margin: 10px 20px 15px 30px;
}

/* end basket */

/* basket/checkout progress banner */

div#progress {
  height: 25px;
  padding: 20px;
  background-color: #DAD6D0;
  color: #550000;
  border-bottom: 3px double #FFFFFF;
  border-top: 3px double #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}

div#progress h1 {
  display: inline;
  font-weight: normal;
}

div#progress ul {
  margin: 0;
  display: inline;
  font-size: 22px;
}

div#progress ul li {
  background-image: url('/images/sprites/progress-arrow.gif');
  background-repeat: no-repeat;
  display: inline;
  padding-left: 25px;
  margin-left: 20px;
  background-position: 0 0;
}

div#progress ul li.active {
  font-weight: bold;
}

/* end basket/checkout progress banner */

/* 2 column forms */

div#wrap.twoform {
  margin: 20px 10px;
}

div.twoform div.form {
  padding: 40px;
  width: 370px;
}

div.twoform div.form.full {
  width: auto;
}

div.twoform h1 {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}

/* end 2 col forms */

/* search */

div#search ul#products {
  margin-left: 35px;
}

/* end search */

/* faqs */

div.faqset {
  margin: 20px;
  padding: 10px;
  background-color:#DAD6D0;
  border:3px double #FFFFFF;
}

div.faqset ul {
  list-style: none;
}

div.faqset ul li {
  display: block;
}

div.faqset ul li.question {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

div.faqset ul li.answer {
  
}

/* end faqs */

/* bread crumb */

ul.bread_crumb {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}

ul.bread_crumb li {
  display: inline;
}

ul.bread_crumb li a {
  color: #444444;
  text-decoration: none;

}
ul.bread_crumb li a:hover {
  text-decoration: underline;
}

/* end bread crumb */

/* addthis */

div.addthis_toolbox {
  float: right;
}

/* end add this */

/* page */

div.page_content p {
  margin-bottom: 10px;
}

/* end page */
