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

.checkout { }

.checkout div,.checkout a{
	display:block;
	width:170px;
	height:28px;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-right:2px;
}

.checkout div#d1 {background-position:0 0;}
.checkout a#l1 {background-position:0 -28px;}
.checkout div#s1 {background-position:0 -56px;}
.checkout div#d2 {background-position:0 -84px;}
.checkout a#l2 {background-position:0 -112px;}
.checkout div#s2 {background-position:0 -140px;}
.checkout div#d3 {background-position:0 -168px;}
.checkout a#l3 {background-position:0 -196px;}
.checkout div#s3 {background-position:0 -224px;}
.checkout div#d4 {background-position:0 -252px; margin-right:0px;}
.checkout a#l4 {background-position:0 -280px;margin-right:0px;}
.checkout div#s4 {background-position:0 -308px;margin-right:0px;}


#standardpage{padding:0 35px 0 6px;}

input#inputbutton{
	display:inline-block;
	height:19px;
	background-repeat:no-repeat;
	background-position:0 0;	
}

input#inputbutton:hover{
	background-position:0 -19px;
}

a#button{
	display:inline-block;
	height:19px;
	text-decoration:none;
	background-repeat:no-repeat;	
	background-position:0 0;	
}
a#button:hover{
	background-position:0 -19px;
	text-decoration	:none;
}


#container {	
	position:relative;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:20px;
}

#topnav
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#000;
	color:#ffffff;
	height:40px;			
}

#topnav a{
	font-size:10px;
	color:#FFF;
}

#topnav td {
	color:#FFF;	
}

#topnav table {
	color:#FFF;
}

#topnav input{
	font-size:10px;
}

#topnav select{
	border:1px solid #fff;
	font-size:10px;
}

#content
{
	padding-top:18px;
	background:url(images/template/bg_content.png) top no-repeat #ebe5d2;
}

#navcategories{	
	background:#000;
	/*height:290px;*/
        height:320px;
}

#navcategories a{
	font-size:10px;
	color:#FFF;
	display:block; 
	margin:0; 	
	height:22px; 
	width:148px; 
	border-bottom:1px solid #404040;
	padding:9px 0px 0px 37px;
} 

#navcategories a:hover{background:#8c8c8c; color:#000000; text-decoration:none}
#navcategories a#bottom{
	border-bottom:none;height:25px;
}
#navcategories a.selected{
	text-decoration:underline;
}

#boxbottom{
	width:100%;
	background:url(images/template/bottom.png) bottom no-repeat #8c8c8c;
}

#box_prod_desc {

	padding:33px 11px 0px 10px;
	width:160px;
	height:287px;
	background:url(images/template/bg_prod_desc.png);
	font-size:11px;
	color:#ffffff

}

#box_prod_desc p{color:#FFFFFF; }

#box_prod_desc b{color:#000000;}

.boxText {  font-size: 10px; }
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #fff; }
.orderEdit { font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; font-size : 10px; color: #3501bb; text-decoration: underline; }

BODY {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#FFFFFF;
  /*background: url(images/template/bg_body.png) repeat-x #ffffff;*/
  color: #000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #8c8c8c;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
 
  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-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #8c8c8c;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  padding-left:6px;
  font-size: 10px;
  font-weight: bold;
  background: #8c8c8c;
  color: #000;
}

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

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

TABLE.productListing {
  border-style:solid;
  border-color:#8c8c8c;
  border-width:0 0 1px 1px;
}

.productListing-heading {
    border-style:solid;
  border-color:#8c8c8c;
  border-width:1px 1px 0 0;
  font-size: 10px;
  background: #8c8c8c;
  color: #000;
  font-weight: bold;
}

TD.productListing-data {
  border-style:solid;
  border-color:#8c8c8c;
  border-width:1px 1px 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	vertical-align:top;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

CHECKBOX, RADIO, SELECT {
  
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
 border:1px solid #fff;
  font-size: 11px;
}

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-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #DDDDDD; cursor: pointer; cursor:pointer; }
.moduleRowSelected { background-color:#DDDDDD; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

.menu_footer{
	color:#000000;
	text-align:center;
	height:30px;
	font-size:12px;
}

.menu_footer a{margin:0 25px 0 25px;}
.menu_footer a:link {color: #000000; text-decoration:none}
.menu_footer a:visited {color: #000000;}
.menu_footer a:hover {color: #000000; text-decoration:underline;}
.menu_footer a:active {color: #000000;}

.png img{behavior: url(scripts/iepngfix.htc);}


