/*
  $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: 12px; line-height: 17px;}
.errorBox {  font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 11px; color: #70d250; text-decoration: underline; }


body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #5B6F7B;
}

body {
	background-color: #FFFFFF;
	margin-left: 22px;
	margin-top: 14px;
	margin-right: 22px;
	margin-bottom: 14px;
}

a:link {
	color: #747469;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #747469;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #747469;
}


#nav {
	height: 112px;
	width: 146px;
	left: 44px;
	top: 113px;
	position: absolute;
}
#line {
	height: 300px;
	width: 1px;
	left: 190px;
	top: 113px;
	position: absolute;
}
#main {
	position: absolute;
	top: 100px;
	left: 210px;
	width: 600;
}

.welcome {
	line-height: 25px;

}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #5B6F7B;
  height: 25px;
}

TD.headerNavigation {
  
  font-size: 12px;
  background: #5B6F7B;
  color: #ffffff;
  font-weight : bold;
  
}




A.headerNavigation { 
 color: #ffffff;
}


A.headerNavigation:hover {
 
    background: #FFFFFF; 
  color: #5B6F7B;
}

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 {

}

TD.footer {
  
  font-size: 10px;
}

.infoBox {


}

.infoBoxContents {
  

 
}

.infoBoxNotice {

}

.infoBoxNoticeContents {
 
  
}

TD.infoBoxHeading {
  
  font-size: 12px;
  font-weight: bold;
  font-variant:upper-caps;
  color: #666666;
  
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 12px;
}

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: 1px;
  border-style: dotted;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 12px;
  
  font-weight: bold;
}

TD.productListing-data {
  

}

A.pageResults {

}

A.pageResults:hover {

}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 14px;
  font-weight: bold;
  
}

TR.subBar {
 
}

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

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

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

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

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

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

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

SPAN.greetUser {
  

  font-weight: bold;
}

TABLE.formArea {

  border-color: #7b9ebd;
  border-style: dotted;
  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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 12px; }
.messageStackError, .messageStackWarning {  font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 12px; color: #ff0000; }

.pic {
	border: 1px solid #5B6F7B;
}
.pic:hover {
	border: 1px solid #000000;
}