/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Geneva, Arial, Helvetica, sans-serif; }
.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: #333333; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #333333;
  color: #cccccc;
  margin: 0px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	font-size: 11px;
	color: #0099CC;
	}

a:hover {
	color: #FF9900;
}

a:active {
	color: #FF9900;
	}

a.categoryimages {
	border-bottom: none;
	text-decoration:none;
	font-size: 11px;
	color: #0099CC;
	}

a.categoryimages:hover {
	border-bottom: none;
	color: #FF9900;
}

FORM {
	display: inline;
}

TR.header {
  width: 900px;
  height: 160px;
  background-image: url('/images/header_background.png');
}

TR.footer {
  width: 900px;
  height: 54px;
}

div.menu { 
	position: relative;
	text-align: center;
	width: 100%;
	height: 20px;
	background: #000000;
	overflow-x: hidden;
	overflow: visible;
	z-index: 9999;
	}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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 {
  background: #000000;
}

.infoBoxContents {
  background: #000000;
  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;
  background: #bbc3d3;
  color: #ffffff;
}

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.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #999999;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #666666;
}

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

TR.productListing-odd {
	background: #000000;
	}

TR.productListing-even {
	background: #000000;
	}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  border-bottom: 1px dotted #707070;
  text-decoration: none;
  color: #0099CC;
}

A.pageResults:hover {
  color: #FF9900;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, Times New Roman, Times, serif;;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
}

h1.pageHeading {
  font-family: Georgia, Times New Roman, Times, serif;;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
}

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;
  color: #ccffff;
}

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.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  padding: 3px 0px 0px 0px; 
  height: 21px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #f7f7f7;
  border: 1px solid #141414;
  background-color: #353535;
}

TEXTAREA {
  height: 200px;
  width: 635px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #f7f7f7;
  border: 1px solid #141414;
  background-color: #353535;
  scrollbar-arrow-color: #f8f3f3;
  scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #333333;
 scrollbar-shadow-color: #666666;
 scrollbar-track-color: #777777;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  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: #333333; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #333333; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-color: #ff0000; background-color: #000000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #000000; }

/* input requirement */

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

.left-column {
	background-image: url('images/left_sidebar_repeat.png');
	background-repeat: repeat-y;
	padding: 0px 0px 20px 0px;
	width: 220px;
	height: 100%;
	}

.sideinfobox {
	padding: 0px 0px 0px 5px;
	with: 220px;
	}

TD.sideinfoboxheading {
	padding-left: 10px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	font-variant: small-caps;
	}

td.cartheading {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	font-variant: small-caps;
	}

.sideinfoboxcontents {
	background: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.main-content {
	background: #000000;
	padding: 10px;
	}

span.greycopyright {
	color: #666666;
	font-size: 10px;
	}

span.facebookandtwitter {
	color:#cccccc;
	font-size:11px;
	}

div.footer { 
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 54px;
	background-image: url('/images/footer_background.png');
  	background-repeat: no-repeat;
	}

span.footer {
	color:#cccccc;
	font-size:11px;
	}

table.newproductstable {
	font-size: 11px;
	text-align: center;
	width: 100%;
	border: 0;
	padding: 0;
}

table.newproductstable td {
	font-weight: bold;
}

table.newproductstable th {
	background-color: #333333;
}

table.newproductstable tr.d0 td {
	background-color: #666666;
}

table.newproductstable tr.d1 td {
	background-color: #999999;
}

table.newproductstable_forsale {
	font-size: 11px;
	text-align: center;
	width: 100%;
	border: 0;
	padding: 0;
}

table.newproductstable_forsale td {
	font-weight: bold;
}

table.newproductstable_forsale th {
	background-color: #333333;
}

table.newproductstable_forsale tr.d0 td {
	background-color: #666666;
}

table.newproductstable_forsale tr.d1 td {
	background-color: #999999;
}

a.rolloverbut1 	{
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	letter-spacing: 1px;
	color: ffffff;
	text-align: center;
    	display: block;
    	width: 118px;
   	height: 20px;
    	background: url("includes/languages/english/images/buttons/rolloverbut1.gif") 0 0 no-repeat;
	}

a.rolloverbut1:hover{
    	background-position: 0 -20px;
	color: ffffff;
	}

a.rolloverbut2 	{
	padding-top: 2px;
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	letter-spacing: 1px;
	color: ffffff;
	text-align: center;
    	display: block;
    	width: 118px;
   	height: 20px;
    	background: url("includes/languages/english/images/buttons/rolloverbut1.gif") 0 0 no-repeat;
	}

a.rolloverbut2:hover{
    	background-position: 0 -20px;
	color: ffffff;
	}

a.rolloverbut1small 	{
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 10px;
	letter-spacing: 1px;
	color: ffffff;
	text-align: center;
    	display: inline;
    	width: 45px;
   	height: 14px;
    	background: url("includes/languages/english/images/buttons/rolloverbut1small.gif") 0 0 no-repeat;
	}

a.rolloverbut1small:hover{
    	background-position: 0 -14px;
	color: ffffff;
	}


.button {
	border: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	letter-spacing: 1px;
	color: ffffff;
	text-align: center;
    	display: block;
    	width: 118px;
   	height: 20px;
    	background: url("includes/languages/english/images/buttons/rolloverbut1.gif") 0 0 no-repeat;
	}

a.facebooktwitter {
	border-bottom: none;
	margin-right: 3px;
	}

.submit {
   	background-image: url(includes/languages/english/images/buttons/rolloverbut.gif);
   	width: 118px;
   	height: 20px;
   	border: none;
	padding-bottom: 5px;
	cursor: pointer;
   }

.submit2 {
   	background-image: url(includes/languages/english/images/buttons/rolloverbuthover.gif);
   	width: 118px;
   	height: 20px;
   	border: none;
	padding-bottom: 5px;
	cursor: pointer;
   }

div.maintxt {
	color: #cccccc;
	font-size: 11px;
	position: relative;
	text-align: left;
	width: 100%;
	}

.maintxt ul {
	width: 363px;
	padding: 20px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: bullet;
	}

.maintxt li {
	padding-bottom: 15px;
	}

div.sideboxdowncart {
	background-color: #000000;
	}

div.sideboxupcart {
	height: 1px;
	overflow: hidden;
	background-color: #000000;
	}

a.sideboxdowncart {
	margin: 3px 0px 0px 20px;
	background-image: url(images/sideboxdown.png);
	width: 20px;
	height: 20px;
	border: none;
	}

a.sideboxdowncart:hover {
	background-image: url(images/sideboxdownover.png);
	}

a.sideboxupcart {
	margin: 3px 0px 0px 20px;
	background-image: url(images/sideboxup.png);
	width: 20px;
	height: 20px;
	border: none;
	}

a.sideboxupcart:hover {
	background-image: url(images/sideboxupover.png);
	}
