/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright 2006 osCMax

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox {
	font-size: 11px;
	background: #ffb3b5;
	font-weight: bold;
	border: 1px solid #ff0000;
	color: #000;
	padding: 5px;
}

.productsNotifications { background: #f2fff7; }
.orderEdit {
	font-size : 10px;
}

BODY {
	background-color: #333;
	margin: 0;
	padding: 0;
}

body, table {
	line-height: 125%;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

p {
  	margin-top: 0;
  	margin-bottom: 5px;
}

#container {
	width: 850px;
	margin: 0 auto 0 auto;
	background: #fff url(images/container-bg.png) repeat-y top left;
	padding: 0 25px;
}

A {
	color: #335e99;
	text-decoration: none;
}

A:hover {
	color: #2d3c51;
}

/* style the <b> tag for consistency */
b {
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
   	margin-bottom: 1em;
	padding: 0;
	color: #333;
}

h3 { 
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
   	margin-bottom: 1em;
	padding: 0;
	color: #333;
}

h4 {
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0px;
	color: #333;
}

h3 + h4 { 
	margin: 0em 0 0 0;
	padding: 0;
}

ul, ol {
	padding: 0 0 0 18px;
	margin: 0 0 0 0;
	list-style-position: outside;
}

FORM {
	display: inline;
}

table#the-header {
	background: #445163 url(images/header-bg.png) repeat-x top left;
	height: 85px;
}

table#the-header td.accountControls {
	color: #fff;
	padding-right: 20px;
	padding-top: 8px;
}

table#the-header td.cartControls {
	color: #fff;
	padding-right: 20px;
	padding-bottom: 16px;
}

table#the-header a.headerNavigation { 
  	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

table#the-header a.headerNavigation:hover {
  	text-decoration: underline;
}

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;
}

table#the-body {
	margin: 0px 20px 0px 0px;
	width: 830px;
}

table#the-footer {
	border-bottom: 1px solid #fff;
	background: #c5c5c5 url(images/footer2-bg.png) repeat-x top left;
	height: 78px;
}

table#the-footer td.footer {
  	color: #ccc;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #cbcbcb;
}

table#the-footer td.footer2 {
  	text-align: center;
  	color: #999;
	width: 33%;
	padding: 10px 0;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

table.simpleBox {
	border: 1px solid #543542;
	border-collapse: collapse;
}

table.simpleBox td {
	font-size: 11px;
	padding: 2px 4px;
}

table.simpleBox-heading {
	border: 1px solid #543542;
	border-collapse: collapse;
}

table.simpleBox-heading td {
	color: #fff;
	font-size: 12px;
	padding: 2px 4px;
	background-color: #543542;
}

table.simpleBox-heading a {
	color: #fff;
}

table.specialsBox {
	border: 3px solid #9E4C2F;
	border-collapse: collapse;
}

table.specialsBox td {
	font-size: 10px;
	padding: 2px 4px;
	width: 33%;
	vertical-align: bottom;
}

table.specialsBox td img {
	display: block;
	text-align: center;
}

table.specialsBox-heading {
	border: 3px solid #9E4C2F;
	border-collapse: collapse;
}

table.specialsBox-heading td {
	color: #fff;
	font-size: 12px;
	padding: 2px 4px;
	background-color: #9E4C2F;
}

table.specialsBox-heading a {
	color: #fff;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-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.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TD.pageHeading, DIV.pageHeading {
  	color: #000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 0px;
	padding-bottom: 4px;
}

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;
}

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;
}

.formLabel {
	color: #000;
}

SPAN.productSpecialPrice {
  	color: #ff0000;
}

span.errorText, .messageStackError, .messageStackWarning, .inputRequirement {
  	color: #ff0000;
}

.messageStackSuccess {
	color: #76b900;
}

.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; }





/* Product Listing Table */
table.productListing {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 0px;
}

table.productListing td {
	
}

table.productListing td.productListing-data {
	vertical-align: top;
	width: 33%;
	padding: 10px 10px 10px 8px;
	border-left: 1px solid #aaa;
}

table.productListing td.productListing-data-empty {
	width: 33%;
	padding: 10px 10px 10px 8px;
	border-left: 0px solid #aaa;
}

table.productlisting tr.productListing-odd td.productListing-data {
	border-bottom: 1px solid #aaa;
}

table.productListing tr > td.productListing-data:first-child {
	border-left: 0px solid #aaa;
}

table.productListing a.productName {
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	min-height: 32px;
}

table.productListing a.productImage {
	display: block;
	margin-bottom: 5px;
}

table.productListing span.productPrice {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

table.productListing span.productSpecialPrice {
	color: #ff0000;
}

table.productListing a.productBuyNow {
	display: block;
	margin-bottom: 5px;
}

table.productListing a.productLearnMore {
	display: block;
}

/* Product Listing Table 2 - for row based layouts */
table.productListing2 {
	width: 100%;
	border-collapse: collapse;
}

table.productListing2 td.productListing-data2 {
	vertical-align: top;
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #aaa;
}

table.productListing2 a.productListing-heading {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

table.productListing2 td.headerNavigation {
	color: #000;
	font-weight : bold;
	padding: 15px 8px 4px 8px;
}

table.productListing2 a.headerNavigation { 
  	color: #000; 
}

table.productListing2 a.headerNavigation:hover {
  	color: #000;
}

table.productListing2 a.productName {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

table.productListing2 span.productPrice {
	font-weight: bold;
	color: #000;
}

table.productListing2 span.productSpecialPrice {
	color: #ff0000;
}

/* Result Listing Table */
table.resultListing {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

table.resultListing td {
	padding: 8px;
	background-color: #e6f2ff;
}

/* Category Heading */
table.categoryTable {
	background: #fff url(images/category-header-bg.gif) no-repeat top left;
}

table.categoryTable td.categoryHeading {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 376px;
	height: 86px;
	padding: 16px 24px 0 10px;
	vertical-align: top;
}

table.categoryTable td.categoryHeading span.categoryDesc {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-top: 8px;
}

/* Category Featured Item */
table.categoryTable td.featuredItem {
	font-weight: bold;
	width: 179px;
	height: 86px;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
	background: #fff url(images/featured-bg.gif) no-repeat top left;
}

/* Category Listing Table */
table.categoryListing {
	width: 100%;
	border-collapse: separate;
	margin-top: 15px;
}

table.categoryListing td.categoryListing-data {
	vertical-align: top;
	border-left: 1px solid #aaa;
}

table.categoryListing tr > td.categoryListing-data:first-child {
	border-left: 0px solid #aaa;
}

/* Product List Filter */
td.filterList {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: right;
	padding: 8px;
	background-color: #e2e2e2;
}

/* Product Info Page */
td.productIntroText {
	width: 66%;
	vertical-align: top;
	border-right: 1px solid #aaa;
	padding-right: 15px;
}

td.productInfoText {
	width: 66%;
	vertical-align: top;
	border-right: 1px solid #aaa;
	padding-right: 15px;
	padding-top: 10px;
}

td.productInfoPic {
	width: 33%;
	vertical-align: top;
	padding-left: 15px;
}

td.productInfoAdditional {
	width: 33%;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 10px;
}

td.productInfoName {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}

span.productInfoPrice {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}

span.productInfoPrice span.productSpecialPrice {
	color: #ff0000;
}

span.productInfoAddToCart {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
}

table.productsOptions {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.productOptions td {
	padding: 2px;
}

table.productOptions span.productOptionsHeader {
	font-weight: bold;
	font-size: 12px;
}

/* Advanced Search Results Page */
span.searchResults {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	margin-left: 8px;
	color: #000;
}

span.searchKeyword {
	font-weight: bold;
}

/* Cart Listing Box */
table.cartListing {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #aaa;	
}

table.cartListing td.cartListing-heading {
	background-color: #aaa;
	color: #fff;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #aaa;
}

table.cartListing td.cartListing-data {
	vertical-align: top;
	padding: 8px 8px 8px 8px;
	border-top: 1px dashed #aaa;
}

table.cartListing span.productsName {
	display: block;
	font-weight: bold;
	color: #000;
}

table.cartListing span.productsSKU {
	display: block;
	padding-left: 10px;
}

table.cartListing span.productsOptionsHeader {
	display: block;
	padding-left: 10px;
	margin-top: 5px;
	font-weight: bold;
}

table.cartListing span.productsOptions {
	display: block;
	padding-left: 15px;
}

table.cartListing span.markProductOutOfStock {
	display: block;
	color: #ff0000;
	font-weight: bold;
	margin-top: 5px;
}

table.cartListing span.stockWarning { 
	display: block;
	color: #ff0000; 
	}

table.cartListing td.cartListing-data input {
	text-align: right;
}

table.cartListing span.productsTotal {
	font-weight: bold;
	color: #000;
}

table.cartListing td.cartListing-subtotal {
	vertical-align: top;
	padding: 16px 8px 8px 8px;
	border-top: 1px solid #aaa;
	font-weight: bold;
	color: #000;
}

table.cartListing td.cartListing-totals {
	padding: 2px 8px 2px 8px;
}

/* Login Page Boxes */
table.loginBox {
	border: 1px solid #aaa;
	border-collapse: collapse;
}

table.loginBox td {
	padding: 10px;
}

table.loginBox td table td {
	padding: 0;
}

table.loginBox td.loginBox-header {
	background-color: #aaa;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	height: 28px;
}

table.loginBox span.loginBox-subheader {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
}

/* Also Purchased Box */
table.alsoPurchasedListing {
	width: 100%;
	border-collapse: collapse;
}

table.alsoPurchasedListing td {
	padding-top: 3px;
	padding-left: 15px;
}

table.alsoPurchasedListing td a {
	text-decoration: none;
	font-weight: bold;
	display: list-item;
	list-style-type: square;
}

/* Page Content Sub-Heading */
.subHeading {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}

/* Search Box */
#searchBox {
	background: url(images/left-column-box-corner.gif) no-repeat bottom right;
	padding: 20px 5px 20px 10px;
	margin-left: 0px;
	margin-right: 2px;
}

span.boxHeading {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

/* Categories Box */
#ul_categoriesBox {
	background: url(images/left-column-box-corner.gif) no-repeat bottom right;
	padding: 10px 5px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 2px;
}

#ul_categoriesBox ul li a {
	color: #fff;
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

#ul_categoriesBox ul li ul li a {
	font-weight: normal;
	font-size: 11px;
}

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

#ul_categoriesBox ul {
	margin: 5px 8px 8px 0;
	padding: 0;
}

#ul_categoriesBox ul li {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 3px;
}

#ul_categoriesBox ul li ul {
	margin: 0px 0 12px 0;
	padding: 0 0 0 10px;
}

/* Showcase */
table#the-showcase {
	background: #d8d8d8 url(images/showcase-bg.png) repeat-x top left;
}

table#the-showcase td {
	border-bottom: 1px solid #79822b;
}

table#the-showcase td.theDigits {
	font-size: 13px;
	font-weight: bold;
	font-stretch: narrower;
	color: #333;
	padding: 12px 20px 12px 0;
}

table#the-body td.the-guts {
	padding: 30px 0px 30px 30px;
}

/* Toolbar */
#toolbar {
	height: 31px;
	background: url(images/toolbar-bg.png) repeat-x;
}

#toolbar_nav li.active_menu a {
	background: url(images/toolbar-select.png) 50% 0 no-repeat;
}


#toolbar_nav {
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#toolbar_nav a {
	font-size: 110%;
}

#toolbar_nav li {
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#toolbar_nav li a {
	color: #fff;
}

#toolbar_nav a:hover {
	color: #c69806;
}

#toolbar_nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 31px;
	overflow: hidden;
}

#toolbar_nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#toolbar_nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#toolbar_nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#toolbar_nav li.on li.on a {
	text-decoration: underline;
}

#toolbar_nav li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 15px;
}

/* Left Column of Main Body */
#the-left-column {
	background: #fff url(images/left-column-bg.gif) repeat-y top left;
}