@import "reset.css" screen;

/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family:  helvetica, arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 95%; font-family: Verdana, Arial, Helvetica, sans-serif; /*tahoma, courier, monaco, "Lucida Console", mono-space;*/ }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/* BASE SIZES */
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* LISTS */
ul { text-indent: -.85em; margin-left: .85em; }
.template li { text-indent: -.85em; margin-left: .85em; }

ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td {	padding: 3px; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */
a:link {
	text-decoration: none;
	color: #666600;
}
a:visited {
	text-decoration: none;
	color: #666600;
}
a:hover {
	text-decoration: underline;
	color: #666600;
}
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}
.clearfix {display: inline-block;} /* for IE/Mac */
html[xmlns] .clearfix {  display: block; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

FORM {
	display: inline;
}

.clear {
  clear: both;
}  

/* main */

#main {
	width: 900px;
	margin: 0 auto;
}

/* top + logo + menu */

#top {
	width: 100%;
	height: 33px;
	background-image: url(/images/top_background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
#top_menu {
	background-color: #333333;
	width: 100%;
	height: 80px;
}
#top_menu ul {
  list-style: none;
  padding-top: 59px;
  padding-left: 300px;
}
#top_menu li {
	display: inline;
	margin-left: 13px;
	margin-right: 8px;
	line-height: 0px;
}
#top_menu li img {
	margin-right: 12px;
}

#logo {
	background-color:#FFFFFF;
	width: 100%;
	height: 112px;
}
#logo img {
	width: 295px;
	height: 43px;
	padding: 39px 0px 0px 27px;
}

#menu li, #top_menu li, #info_pages li, .box_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 2px;
	padding-right: 0px;
	/*line-height: 0px;*/
}
#menu li a, #top_menu li a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10px;
}
#info_pages li {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	list-style-position: outside;
}
#info_pages li a, .box_head a {
	text-decoration: none;
	color: #fff;
	list-style:none;
	padding-top: 5px;
}
#menu {
	/*width: 100%;*/
	height: 38px;
	background-color: #000;
	border-top: 1px solid #666633;
}
#menu ul {
  list-style: none;
  padding-top: 12px;
}
#menu li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#menu_image {
	width: 100%;
	height: 85px;
	background-image: url(/images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #666633;
   border-bottom: 1px solid #666633;
}
#header_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: uppercase;	
	font-weight: bolder;
	letter-spacing: 1px;
	margin-left: 30px;
	padding-top: 56px;
	color: #fff;
}
#menu_tools {
	width: 732px;
	height: 30px;
	margin-top: 2px;
	background-color: #CCCCCC;
}
#menu_tools ul {
  list-style: none;
  text-align: right;
  padding-top: 9px;
}
#menu_tools li {
	display: inline;
}
#menu_tools li a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}


/* content */

#content {
	width: 100%;
}
#content_center {
	background-color: #fff;
	width: 100%;
	padding-bottom: 150px;

}
#left {
	width: 732px;
	float: left;
}
#right {
	width: 168px;
   float: left; 
   position: relative;
   top: -30px;
   vertical-align: top;
}
#right td { 
	padding: 0; 
	margin: 0;
}
#shopping_cart {
	width: 114px;
	height: 10px;
	border: 0px;
}
#cart_icon {
	text-align: right;
}
.cart_text ul {
	padding-top: 15px;
	padding-left: 12px;
	list-style: none;
}
.cart_text li {
	margin-bottom: 7px;
}

#catCartSummary, .cartSummaryTable {
	text-align:left;
	padding:5px;
}

.breadcrumbs, .catalogueTable, .catalogueItemNotFound {
	color:#000000;
	font-size: 11px;
	padding: 6px;
}

.sum {
	background-image: url(/images/basket.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 14px;
	width: 140px;
	height: 41px;
	font-size: 12px;
	font-weight: bold;	
	text-align: justify;	
}
.discount, .gift {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 14px;
	line-height: 1.5;
}
.discount span, .gift span {
	font-weight: bold;
}
#basket {
	width: 39px;
	height: 41px;
	display: block;
	float: right;
	text-decoration: none;
}
#info_pages {
	margin: 0px;
	padding: 0px;
}
#info_pages li {
	border-bottom: 1px solid #fff;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	height: 30px;
	background-color: #666600;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
}
#info_pages li a {
	display: block;
	padding: 10px 0px 10px 7px;
	list-style: none;
}
.yellow_back, #right, #content {
	background-color: #D4D4B8;
}
.box_head {
	width: 100%;
	height: 22px;
	background-color: #666600;
	text-align: center;
	padding-top: 8px;
}
.box_head  a {
	display: block;
}
.box_head a:link { text-decoration: none; }
.box_head a:visited { text-decoration: none; }
.box_head a:hover { text-decoration: underline; }
.box_head a:active, a:focus { text-decoration: underline;}

#content_center {
	width: 100%;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.pr_image {
	vertical-align: top;
}
td.pr_desc {
	vertical-align: top;

}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

div.pr_sep {
	background-color: #CCCCCC;
	width: 100%;
	height: 9px;
}

.product td { 
	padding: 5px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.26;
	color: #000;
}

.pr_name {
	font-weight: bold;
	font-size: 13px;
}
.pr_name a {
	color: #000;
}
.pr_time, .pr_cost {
	font-weight: bold;
	font-size: 11px;
}
.pr_buy {
	margin-top: 6px;
	margin-bottom: 17px;
}

.pr_list {
	padding: 0px;
}


/* footer */
#footer {
	width: 100%;
	height: 145px;
	background-color: #000;
}