/* BEGIN: CSS Buttons Everywhere */
.cssButton {
	color: #FFFFFF;
	width: 80px;
	height: 20px;
	vertical-align: top;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 10px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px;
	border-style: solid;
	border-color: #000080;
	border-spacing: 1px;
	background:#999999;
}
/* 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: 300px;
	z-index: 1;
	position: relative;
	width: 865px;
	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: #FFFFFF url(images/banner.jpg) no-repeat right top;
}
hr {
	border: 1px dotted #666666;
}
#hometext {
	border: 1px solid #000000;
}
#nav-menu
{
	position: absolute;
	left: 0px;
	top: 210px;
	z-index: 30;
	width: 867px;
	text-align: center;
}

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

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

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







.prodbutton a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.prodbutton {
	display:block;
	width:290px;
	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: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	background: url(images/layout/newprodbg.png) no-repeat left bottom;
}
.bnbutton {
	z-index: 30;
	padding:5px;
	display:block;
	width:250px;
	float:left;
	margin-top:20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #FFFF66 url(images/layout/buynowhome.png) no-repeat right top;
}
.productinfoleft {
	position:relative;
	border: 1px solid #CCCCCC;
	width: 290px;
	position: relative;
	text-align: center;
	background: #FFFFFF repeat;
	margin: 0px 15px 15px 0px;
	padding: 55px 0px 40px;
	height: 180px;
}
.productinforight {
	position:relative;
	border: 1px solid #CCCCCC;
	width: 290px;
	position: relative;
	text-align: center;
	background: #FFFFFF repeat;
	margin: 0px 0px 15px;
	padding: 55px 0px 40px;
	height: 180px;
}
.productinfo:hover {
	border: 2px solid #CCCCCC;
	width: 99%;
	margin-bottom: 20px;
	padding: 5px;
}
.productinfo a:link , .productinfo a:visited , .productinfo a:active {
	padding: 5px;
	display: block;	
}

.productinfo a:hover {

}
.therest {
	font-family: "Trebuchet MS", Verdana;
	height: 25px;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	position: relative;
	left: 5px;
}

.cats {
	
	font-family: "Trebuchet MS", Verdana;
	height: 25px;

	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.cats a:link , .cats a:visited , .cats a:active {
	display: block;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	height: 25px;
	padding-left: 20px;
	background-image: url(images/layout/catbg.png);
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.cats a:hover {
	color: #CC0000;
	background: url(images/layout/catbgh.png) no-repeat left center;
	font-size: 10px;
}


.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-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: #FFFFFF repeat center top;
	font: 14px "Trebuchet MS";
}

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

A:hover {
	color: #FF0000;
	
}

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

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

.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;
  border-style: solid;
  border-color: #ffffff;

}

.productListing-heading {
	color: #FF0000;
	background:#fff;
	font: bold 10px Verdana, Arial, sans-serif;
}

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

A.pageResults {
  color: #0000FF;
}

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 14px/1.5 "Trebuchet MS", Verdana;
	color: #333333;
}

TD.smallText, SPAN.smallText, P.smallText {
	color: #003366;
	font: bold 10px Verdana, Arial, sans-serif;
}
.smallText a:link {
	color: #000099;
	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 {
	background: #FFFF99;
}

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