/*
  $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
*/

.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: #488740; text-decoration: underline; }

body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 870px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}	
* {
	padding: 0px;
	margin: 0px;
}
a, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
    border:0;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
/*  background: #b6b7cb;
*/}

.infoBoxContents {
/*  background: #f8f8f9;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
.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.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 {
/*  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
*/}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
/*  background: #b6b7cb;
*/  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.productListing-data a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #006600;
}
A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	background-image: url(images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 486px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
}

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.smallText a, SPAN.smallText a, P.smallText a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #006600;
}
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: 11px;
  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: #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; }

/************************************************
*	Header  									*
************************************************/

#header {
	width: 870px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainNav {
	padding-top: 152px;
	padding-left: 478px;
}
#mainNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#mainNav a:hover {
	color: #000000;
	text-decoration: none;
}
/************************************************
*	Footer									    *
************************************************/

#footer {
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 870px;
}
.footerlink {
	background-image: url(images/linkbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #BBBBBC;
	height: 17px;
	width: 868px;
}
.footerlink a{
	font-size: 11px;
	color: #2B3A0F;
	line-height: 17px;
}
.footerbottom {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 61px;
	width: 870px;
}
.footerbottom p {
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footerbottom p a {
	color: #000000;
	text-decoration: none;
}
.footerbottom p a:hover {
	color: #000000;
	text-decoration: underline;
}
.footerbottom p span {
	font-size: 9px;
}
.footerbottom p span a {
	color: #000000;
	text-decoration: none;
}
.footerbottom p span a:hover {
	color: #000000;
	text-decoration: underline;
}
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 870px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	/*padding-bottom: 50px;*/

}
.leftbox {
	width: 180px;
	margin-bottom: 32px;
}
.leftboxtop {
	width: 100%;
	background-image: url(images/leftbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 29px;
	text-align: center;
}
.leftboxtop a{
	color: #000000;
}
.leftboxbody {
	width: 100%;
	background-image: url(images/leftboxbody.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftboxbot {
	background-image: url(images/leftbox_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 35px;
	min-height:170px;
	_height:170px;
}
.leftboxmid {
	width: 112px;
	background-image: url(images/leftbox_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 38px;
	padding-left: 30px;
	padding-top: 10px;
	min-height:65px;
	_height:65px;
}
.leftboxmid a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.leftboxmid a:hover {
	color: #000000;
	text-decoration: underline;
}
.rightbox {
	width: 180px;
	margin-bottom: 32px;
}
.rightboxtop {
	width: 100%;
	background-image: url(images/rightbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 29px;
	text-align: center;
}
.rightboxtop a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.rightboxbody {
	width: 100%;
	background-image: url(images/rightboxbody.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightboxbot {
	background-image: url(images/rightbox_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 34px;
	min-height:137px;
	_height: 137px;
}
.rightboxmid {
	width: 112px;
	background-image: url(images/rightbox_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	padding-left: 38px;
	padding-top: 10px;
	min-height:33px;
	_height:33px;
}
.rightboxmid a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.rightboxmid a:hover {
	color: #000000;
	text-decoration: underline;
}
.index_top {
	background-image: url(images/index_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 480px;
}
.index_bottom {
	background-image: url(images/index_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	width: 480px;
}
.index_middle {
	background-image: url(images/index_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 19px;
	padding-left: 15px;
	line-height: 15px;
	width: 447px;
}
.new_product_background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/new_product_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 305px;
	color: #000000;
	line-height: normal;
	text-align: center;
	padding-left: 16px;
	padding-right: 20px;
}
.new_product_background a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.new_product_background_height{
	margin: 0px;
	padding: 0px;
	height: 4px;
}
.new_product_background_height1{
	margin: 0px;
	padding: 0px;
	height: 6px;
}
.infoBoxHeading_height{
	margin: 0px;
	padding: 0px;
	height: 15px;
}