/*
  $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-size: 13px; }
.errorBox {font-size : 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning {font-size : 13px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {font-size : 13px; color: #70d250; text-decoration: underline; }
P {
	color: #000000;
	text-decoration: none;
	text-align:left;
}
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #00527B;
	font-weight: bold;
}

TR.headerError{
  background-color:#ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color:#ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #0094f9;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0094f9;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	background: #ff0013;
	background-color: #CAD9C1;
}

TD.footer {
  font-size: 10px;
  background: #CAD9C1;
  color: #ffffff;
  font-weight: normal;
}

.infoBox {
  background: #DEDEDE;
}

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

.infoBoxNotice {
  background: #DEDEDE;
}

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

TD.infoBoxHeading {
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/button.gif);
}

TD.infoBox, SPAN.infoBox {
  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: #fff;
  border-bottom:1px #c0c0c0 solid;
}

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: #fff;
  border-bottom:1px #c0c0c0 solid;
}

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

.productListing-heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background: #c8ffd4;
	color: #000000;
	padding:15px;
	font-size:13px;
	font-weight:bold;
}

TD.productListing-data {
  font-size: 13px;
  padding:10px 15px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading {
	font-size: 24px;
	color: #677E9B;
	font-family: arial;
	text-decoration: none;
} 

DIV.pageHeading {
	font-size: 24px;
	color: #666666;
	font-family: arial;
	text-decoration: none;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 13px;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}
SPAN.greetUser {
  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:pointer; }
.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; }

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background: #F5F5F5;
	color: #2794D3;
	border-color: #D7D7D7;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
  
}
.priceModule {
	border: 7px solid #BFBDB1;
}
.priceFormat {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.priceModule  .hr {
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 8px;
	padding:0;
	border-top: 1px solid #d7d7d7;
}

.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

A.coolHref:hover {
	font-family: helvetica,tahoma,arial,sans-serif;
	font-size: 12px;
	color: White;
	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-color: #109BEE;
	border-bottom: 1px solid #15AEF1;
	border-left: 1px solid #1582DA;
	border-top: 1px solid #1582DA;
	border-right: 1px solid #15AEF1;
	
	
}
A.coolHref {
	font-family: helvetica,tahoma,arial,sans-serif;
	font-size: 12px;
	color: #F4F4F4;
	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-color: #2259D7;
	border-bottom: 1px solid #1941A5;
	border-left: 1px solid #1941A5;
	border-top: 1px solid #3888E9;
	border-right: 1px solid #3888E9;
}

A.coolHref_sel {
	font-family: helvetica,tahoma,arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-color: #2663E0;
}

A.coolHref_sel:hover {
	font-family: helvetica,tahoma,arial,sans-serif;
	font-size: 12px;
	color: #FF6B09;
	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight: normal;
			
}

.estimatedshippingBox {
background: #b6b7cb; 
}

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

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 11px; 
}

.ShowShipping {
background: #444ddd;
color: #fffffa;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
text-align: center;
}
/*Start whats new Style*/
.wncontainer { /*Main div holding children whats new products*/
	height:170px;
	width: 150px;
	text-align:center;
}

.whatsnew {/*Child div holding whats new products*/
	height:170px;
	width: 150px;
}
.whatsnew table{
	width:100%;
}

.whatsnew td{/*TD child specials products*/
	text-align:center;
	color:#000000;
}

.whatsnew a{/* Hyperlink style within specials products*/
	color:#33FF00;
}
/*End whats new Scroll Style */
/*Start specials style*/
.speccontainer { /*Main div holding children specials products*/
	height:170px;
	width: 150px;
	text-align:center;
}

.specials {/*Child div holding specials products*/
	height:170px;
	width:150px;
}
.specials table{
	width:100%;

}

.specials td{/*TD child specials products*/
	color:#000000;
	text-align:center;
}

.specials a{/* Hyperlink style within specials products*/
	color:#33FF00;
}
/*end specials style*/
/*Start Bestsellers scroll style options*/
.bscontainer { /*Main div holding children bestelling products*/
	height:170px;
	width: 150px;
	text-align:center;

}

.bestsellers {/*Child div holding bestelling products*/
	height:170px;
	width:150px;
}
.bestsellers table{
	width:100%;
	text-align:center;
}

.bestsellers td{/*TD child bestelling products*/
	text-align:center;
	color:#000000;
}

.bestsellers a{/* Hyperlink style within bestselling products*/
	color:#33FF00;
}
/*End Best Seller Scroll Style Functions*/ 
