/*main colours
#dfb021
#4c0c0c
#F2A30F
*/

.boxText { font-family: Arial,Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial,Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial,Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial,Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
  color:#202020;
  margin: 10px;
	text-align: center;
	background:url('images/bg_body.jpg') 0 0 repeat-x; 
}

h2 {
font-size:15px;
color:#fff;
}

h3 {
font-size:16px;
color:#a00;
}

div#wrap {
width:90%;
min-width:950px;
margin-left:auto;
margin-right:auto;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

div#head {
width:100%;
height:156px;
background:url('images/bg_h.jpg') 0 0 repeat-x;
}

div#head #hm {
float:left;
padding:10px;
}

div#head #hm {
color:#000;
}

div#head #hm a {
color:#202020;
font-size:14px;
text-decoration:none;
margin:0 15px 0 15px;
}

div#head img.l {
float:left;
}

div#head img.r {
float:right;
}

div#head img.logo {
float:left;
margin-top:5px;
}

div#head div#links {
margin:9px 0 5px 60px;
}

div#head img.dlogo {
margin:9px 9px 5px 9px;
}

div#main {
width:100%;
height:100%;
background:url('images/bg_main.jpg') 0 0;
}

div#main div#l {
float:left;
width:2px;
height:100%;
background:url('images/bg_main_l.jpg') 0 0 repeat-y;
}

div#main div#r {
float:right;
width:2px;
height:100%;
background:url('images/bg_main_r.jpg') 0 0 repeat-y;
}

div#lnav {
width:30%;
margin:12px;
background:#fff;
}

div#lnav div#t {
width:100%;
height:20px;
background:url('images/bg_box_t.jpg') 0 0 repeat-x;
}

div#lnav div#t img.l {
float:left;
}

div#lnav div#t img.r {
float:right;
}

div#lnav div#m {
width:100%;
}

div#lnav div#m div#l {
height:100%;
width:20px;
float:left;
background:url('images/bg_box_l.jpg') 0 0 repeat-y;
}

div#lnav div#m div#r {
height:100%;
width:20px;
float:right;
background:url('images/bg_box_r.jpg') 100% 0 repeat-y;
}

div#lnav div#t div#r img.t {
position:relative;
top:0;
}

div#lnav div#t div#r img.b {
position:relative;
bottom:0;
}

div#lnav div#b {
position:relative;
bottom:-100%;
width:100%;
height:20px;
background:url('images/bg_box_b.jpg') 0 100% repeat-x;
}

div#lnav div#b img.l {
float:left;
}

div#lnav div#b img.r {
float:right;
}

div.box {
width:30%;
margin:6px;
background:#fff;
}

div.box div#t {
width:100%;
height:20px;
background:url('images/bg_box_t.jpg') 0 0 repeat-x;
}

div.box div#t img.l {
float:left;
}

div.box div#t img.r {
float:right;
}

div.box div#m {
width:100%;
height:20%;
}

div.box div#m div#l {
height:100%;
width:20px;
float:left;
background:url('images/bg_box_l.jpg') 0 0 repeat-y;
}

div.box div#m div#r {
height:100%;
width:20px;
float:right;
background:url('images/bg_box_r.jpg') 100% 0 repeat-y;
}

div.box div#t div#r img.t {
position:relative;
top:0;
}

div.box div#t div#r img.b {
position:relative;
bottom:0;
}

div.box div#b {
position:relative;
bottom:-100%;
width:100%;
height:20px;
background:url('images/bg_box_b.jpg') 0 100% repeat-x;
}

div.box div#b img.l {
float:left;
}

div.box div#b img.r {
float:right;
}

ul {
margin:3px;
padding:5px 5px 10px 15px;
}

ul li {
list-style-image:url('images/arrow_li.gif');
margin:2px;
}

ul li a {
display:block;
padding:4px;
border-bottom:1px solid #ccc;
font-size:13px;
line-height:14px;
text-decoration:none;
}

ul li a:hover {
color:#c00;
text-decoration:none;
}
/*=========*/

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(images/box.png) no-repeat bottom right;
} 
.cssbox {
/*width: 335px !important; /* intended total box width - padding-right(next) */
/*width: 320px;  IE Win = width - padding */
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
margin: 0; /* use to position the box */ } 
/* set the top-right image */

.cssbox_head {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */

.cssbox_head h2 {
background-position: top left;
margin: 0;
/* reset main site styles*/ 
/* ditto */ padding: 29px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */

} 
/* set the lower-left corner image */ 
.cssbox_body { 
background-position: bottom left; 
margin-right: 25px; 
/* interior-padding right */ 
padding: 5px 0 25px 20px; /* mirror .cssbox_head right/left */ } 



/*============*/

/*=========*/

/* set the image to use and establish the lower-right position */ 
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2 { 
background: transparent url(images/box2.png) no-repeat bottom right;
} 
.cssbox2 {
/*width: 335px !important; /* intended total box width - padding-right(next) */
/*width: 320px;  IE Win = width - padding */
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
margin: 0; /* use to position the box */ } 
/* set the top-right image */

.cssbox_head2 {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 40px; /* right-image-gap + right-inside padding */ } /* set the top-left image */

.cssbox_head2 h2 {
background-position: top left;
margin: 0;
/* reset main site styles*/ 
/* ditto */ padding: 29px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */

} 
/* set the lower-left corner image */ 
.cssbox_body2 { 
background-position: bottom left; 
margin-right: 25px; 
/* interior-padding right */ 
padding: 5px 0 25px 20px; /* mirror .cssbox_head right/left */ } 



/*============*/
div.left {
float:left;
width:22%;
height:90%;
}

div.intro {
float:right;
width:74.5%;
}

div.small {
float:left;
width:36.4%;
}

hr {
height:1px;
color:#c00;
background-color:#c00;
border:0;
margin:10px 0 10px 0;
}

a:link.dark,a:active.dark,a:visited.dark,a:hover.dark {
color:#353535;
}

a:hover.dark {
color:#666666;
}

A {
font-size:11px;
  color: #252525;
  text-decoration: underline;
}

A:hover {
  color: #404040;
  text-decoration: underline;
}



img {
border:0;
}

td {
font-family: Arial,Helvetica, sans-serif;
font-size: 13px;
}

h1 {
font-size:30px;
color:#000;
padding:5px;
margin-top:10px;
}

.productListing-even img {
padding:4px;
border:1px solid #808080;
}

.productListing-odd img {
padding:4px;
border:1px solid #808080;
}

table#fly img {
padding:4px;
border:1px solid #808080;
}

td#hl {
width:469px;
height:161px;
}

td#hm {
height:161px;
width:172px;
}

td#hr {
width:225px;
height:161px;
background:url("images/bg_hr.gif") 0 0 no-repeat;
text-align:right;
padding-bottom:1px;
}

td#rcol {
width:180px;
background-color:#121212;
padding:5px;
}

FORM {
	display: inline;
}

span.frame {
padding:2px;
font-weight:bold;
color:#fff;
font-size:11px;
/*background-color:#4c0c0c;*/
}

TR.header {
  background: #000;
}

TR.headerNavigation {
  background-color: #E4B627;
  }

TD.headerNavigation {
height:22px;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 10px;
  background: #353535;
  background:url("images/bg_topnav.jpg") 0 0 repeat-x;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  background:url("images/arrow_small.gif") 0 0 no-repeat;
  color: #FFFFFF; 
  padding-left:15px;
  padding-right:6px;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial,Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial,Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #252525;
}

TD.footer {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  /*background: #dfb021;*/
  color: #fff;
  font-weight: bold;
  padding:3px;
}

.infoBox {
  /*background:url("images/infoBox_corner.gif") 100% 100% no-repeat;*/
  background-color:#101010;
  border-bottom:3px solid #4c0c0c;
}

.infoBoxContents {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
  color:#fff;
}

.infoBox2 {
  background: #000;
}

.infoBoxContents2 {
  background: #000;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
  color:#fff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 10px;
}

td.bhl {
width:11px;
height:22px;
background:url("images/infobox/corner_left.gif") 0 0 no-repeat;
background-color:#dfb021;
}

td.brm {
background-color:#151515;
padding:8px;
}

table.brt {
width:100%;
margin-top:10px;
border-bottom:3px solid #4c0c0c;
}

td.bhr {
width:11px;
height:22px;
background:url("images/infobox/corner_right.gif") 0 0 no-repeat;
background-color:#dfb021;
}

TD.infoBoxHeading {
height:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:18px;
  font-weight: bold;
  background: #dfb021;
  color: #000;
  padding:0px;
}

TD.infoBoxHeading2 {
height:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:18px;
  font-weight: bold;
  background: #dfb021;
  color: #000;
  padding:0px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #fff;
  border-top:1px solid #fff;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  background: #eee;
  color: #454545;
  font-weight: bold;
	padding:4px;
}

TD.productListing-data {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 14px;
  border-bottom:1px solid #b00;
	padding:4px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  height:35px;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom:1px solid #909090;
}

TD.pageHeading h1 {
font-size:19px;
color:#ccc;
}

TD.pageHeading1, DIV.pageHeading1 {
  height:35px;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom:1px solid #909090;
}

TD.pageHeading1 h1 {
color:#000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main h1 {
color:#fff;
font-size:12px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
}

TD.smallText_border {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  border:1px solid #ccc;
}

td.smallText_border a  {
font-size:13px;
font-weight:bold;
}

td.smallText img  {
border-bottom:2px solid #ccc;
}

TD.accountCategory {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  color: #fc3;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {	
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial,Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial,Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial,Helvetica, sans-serif;
  font-weight:bold;
  font-size:17px;
  color: #c00;
}

SPAN.errorText {
  font-family: Arial,Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #353535; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial,Helvetica, sans-serif; font-size: 12px; font-weight:normal; color: #fff; }
.checkoutBarCurrent { font-family: Arial,Helvetica, sans-serif; font-size: 12px; font-weight:bold; color: #fc0; }

/* message box */

.messageBox { font-family: Arial,Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial,Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial,Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial,Helvetica, sans-serif; font-size: 10px; color: #ff0000; }
