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

body { 
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
}

a{ text-decoration:none; color:#535353; }
a:hover { text-decoration:underline; color:#535353; }

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-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-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #dbe2ff;
}

.infoBoxContents {
  background: #fff;

}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

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: #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: #dbe2ff;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 11px;
  background: #001158;
  color: #FFFFFF;
  font-weight: bold;
  height:20px;
}

TD.productListing-data {
 
}


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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {

  line-height: 1.5;

}

.main a:link { 
	color: #000e58;
}

.main a:visited {
	color: #000e58;
}

.main a:hover {
	color: #000e58;
}

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

.smallText a:link { 
	color: #C32B2B;
	text-decoration: none;
}

.smallText a:visited {
	color: #C32B2B;
	text-decoration: none;	
}

.smallText a:hover {
	color: #C32B2B;
	text-decoration: underline;	
}

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


TEXTAREA {
  width: 100%;
}

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.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 12px; color:#fff; background-color: #C32B2B; padding-left:5px; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* added for spaworld */
/* CSS Document */

TD.grey-footer {
	background:#ECECEC;
	color: #565656;
	
	font-size: 10px;
}

TD.grey-footer a:link {
	color: #565656;
	text-decoration:none;
}

TD.grey-footer a:visited {
	color: #565656;
	text-decoration:none;
}

TD.grey-footer a:hover {
	color: #565656;
	text-decoration:underline;
}

TD.normal-blue-text {
	color: #306599;
	
}

.normal-blue-text a:link {
	color: #306599;

	
	text-decoration: none;
}

.normal-blue-text a:visited {
	color: #306599;
	
	text-decoration: none;
}

.normal-blue-text a:hover {
	color: #306599;
	text-decoration: underline;
}

SPAN.bold-dark-grey-text, td.bold-dark-grey-text { 
	color: #565656;
	font-weight: bold;
}

.search-box {
	border: 0px;
}

TD.category {

	color: #306599;
}

.category a:link {
	

	color: #306599;
}

.category a:visited {

	color: #306599;
}

.category a:hover {

	color: #306599;
	text-decoration: underline;
}

table.grey-background {
	background: #F2F2F2;
}


.large-blue-bold-text {
  font-size: 12px;
  font-weight: bold;
  color: #50769D;
    
}

.large-blue-bold-text a:link {
  font-size: 12px;
  font-weight: bold;
  color: #50769D;
  text-decoration: none;
    
}

.large-blue-bold-text a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #50769D;
  text-decoration: none;  
    
}

.large-blue-bold-text a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #50769D;
  text-decoration: underline;  
    
}

.product-image {
	border-style:double; 
	border-color:#E3E2E2; 
	margin: 3px;
}

img.product-image-small { 
	border:1px solid #E3E2E2;
}

SPAN.price-text {
  
  font-size: 18px;
  line-height: 1.5;
  color: #565656;
}

SPAN.productSpecialPrice {

  color: #ff0000;
}

.search-box-border {
	border: 1px;
	border-color: #7F9DB9;
	border-style: double;
}

span.light-blue-bold-text { 
	color: #50769D;
	font-weight:bold;
}

td.telephone-no { 
	color: #50769D;
	font-size: 14px;
	
	font-weight: bold;
}


a.white { 
	color:#fff;
	text-decoration:none;
}


a.white:hover { 
	color:#fff;
	text-decoration:underline;
}
