/* BEGIN: CSS Buttons Everywhere */
.cssButton {
	color: #FFCC00;
	width: 120px;
	height: 20px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px;
	border-style: solid;
	border-color: #000080;
	border-spacing: 1px;
	background:#003366;
	font: normal 11px "Trebuchet MS";
}
/* END: CSS Buttons Everywhere *//*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

#banner {
	padding-top: 0px;
	z-index: 1;
	position: relative;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background: #533800 url(images/banner.jpg) no-repeat right top;
}
hr {
	border: 1px dotted #666666;
}
#hometext {
	border: 1px solid #000000;
}
#nav-menu
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 30;
	width: 850px;
	text-align: center;
	background: #996600 url(images/menus.jpg) repeat-x left top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav-menu a:link, #nav-menu a:active, #nav-menu a:visited
{
	font: bold 22px "Trebuchet MS";
	color: #FFFF00;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #666666;
}

#nav-menu a:hover
{
	color: #FFFFFF;
}

#cart {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 30px;
	width: 150px;
	top: 150px;
	right: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
	color: #000000;
	display: block;
}


.productinfo{
	position:relative;
	border: 1px solid #CCCCCC;
	width: 288px;
	position: relative;
	text-align: left;
	background: #666600 url(images/buttons.jpg) repeat-x top;
	margin: 0px 0px 15px;
	height: 150px;
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.productinfo a:hover {
	margin-bottom: 20px;
	padding: 5px;
	color: #FF0000;
}
.productinfo a:link , .productinfo a:visited , .productinfo a:active {
	padding: 5px;
	
	color: #FFFF00;
}




.prodbutton a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
.prodbutton {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	height:30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	background: no-repeat left bottom;
	padding-top: 5px;
	clear: both;
}
.bnbutton {
	z-index: 30;
	padding:5px;
	display:block;
	width:250px;
	float:left;
	margin-top:20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #666633 no-repeat right top;
	color: #FFFF00;
}




.therest {
	height: 25px;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
	font: normal 12px "Trebuchet MS", Verdana;
	color: #999999;
}

.cats {
	font-family: "Trebuchet MS", Verdana;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 200px;
}

.cats a:link , .cats a:visited , .cats a:active {
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	background: #666600;
	width: 180px;
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
}

.cats a:hover {
	color: #FFFF00;
	font-size: 10px;
}


.boxText {
	background: #000000;
	font: 11px Verdana, Arial, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

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

BODY {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: url(images/layout/bg.jpg) repeat center top;
	font: 14px "Trebuchet MS";
}

A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #FFFF00;	
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
}

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

A.headerNavigation { 
  color: #666666; 
}

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

TR.footer {
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;

}

.infoBox {
	color: #666600;
	margin: 0px;
	padding: 0px;	
}

.infoBoxContents {
	font: 10px Verdana, Arial, sans-serif;
	color: #CCCCCC;
	background: #666600;
}



.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: #ffffff;
	background-color: #3333FF;
}

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 {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {
  border: 0px;


}

.productListing-heading {
	color: #FF6600;
	background:#333333 url(images/layout/headersbg.png) repeat-x;
	font: bold 10px Verdana, Arial, sans-serif;
}

TD.productListing-data {
	font: 12px Verdana, Arial, sans-serif;
	color: #FFFF00;
}

A.pageResults {
	color: #FFFF00;
}

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

TD.pageHeading, DIV.pageHeading {
	color: #FF9933;
	background-image: url(images/layout/headersbg.png);
	background-repeat: repeat-x;
	padding-left: 15px;
	font: bold 11px Verdana, Arial, sans-serif;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main {
	padding:10px;
	font: normal 12px/1.5 "Trebuchet MS", Verdana;
	color: #FFCC66;
}

TD.smallText, SPAN.smallText, P.smallText {
	color: #CCCCCC;
	font: bold 10px Verdana, Arial, sans-serif;
}
.smallText a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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

TABLE.formArea {
  background: #f1f9fe;


}

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: #000000; cursor: hand; cursor: hand; }
.moduleRowSelected {
}

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

/* 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; }
h1,h2,h3,h4,h5 {
	font-size: 18px;
	color: #CC9900;
}

#hometext {
	border:1px solid #666666;
	padding:10px;
	margin-bottom:10px;
	color:#ffffff;
	font-size:12px;
	margin-right:15px;
	margin-left:10px;
	background: #3D3D1F;
}
#footer {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px;
	border-top: 1px solid #999999;
}
.forms{
	float:left;
	width:250px;
	margin-bottom: 2px;
	min-height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	height: 35px;
	text-align: left;
}

.blog {
	color: #FFFFFF;
	background: #993300;
	width: 600px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	background: #993300 url(images/layout/headersbg.png) repeat-x left top;
	padding-bottom: 10px;
}

.blog h1 {
	display: block;
	padding: 10px;
	float: left;
	position: relative;
	width: 580px;
	color: #FFFFFF;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
}

.blog a:hover {
	color: #FFFFFF;

}


.blog a {
	color: #FFFF00;
	font-size: 12px;
}
.tables {
	border-style: none;
}

.bgmenu {
	background: #666600;
}
.pics {
	float:left;
	padding:5px;
	margin-bottom:15px;
	margin-right:10px;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.pics p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.pics a:link, .pics a:active, .pics a:visited {
	color: #999999;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-weight: bold;
}
.pics a:hover {
	color: #FFFF00;
}
