/*
  $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: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

A:hover {
  color: #F5A70C;
  text-decoration: bold;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  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: #FFFFFF;
}

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

.infoBox {
  background: #FFFFFF;
  /*
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  */
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  background-color: #FFFFFF;
  /*color: #727373;*/
  color:#799BB2;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px dotted #799BB2;
}

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

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #90B0C5;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-footer {
  font-family: Verdana;
  font-size: 11px;
  color: #125F8C;
  background: #F3F3F3;
  font-weight: bold;
  border-top: 1px solid #90B0C5;
}

.productListing-Info {
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF;
  background: #FFFFFF;
  font-weight: bold;
  border-top: 1px solid #90B0C5;
  border-left: 1px solid #90B0C5;
}

TD.productListing-data {
  font-family: Verdana;
  font-size: 10px;
}

A.pageResults {
  color: #6A93AE;
}

A.pageResults:hover {
  color: #F5A70C;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #78A5BC;
}

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.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: 10px;
  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: 12px; color: #7BA837; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* ------------------ CLORO -------------------*/
.right_column {
	/*border-left: thin dotted #B4B4B4;*/
}

.left_column {
	/*border-right: thin dotted #B4B4B4;*/
}

.checkout_price {
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.clLoginBox {
  background: #F3F3F3;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
}

.clUtilBox {
  background: #FFFFFF;
  /*
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  */
}

.clUtilBoxContents {
  background: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
}

.clUtilBoxNotice {
  background: #FF8E90;
}

.clUtilBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana;
  font-size: 10px;
}

TD.clUtilBoxHeading {
  background-color: #E8F0F5;
  /*color: #727373;*/
  color:#125F8C;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  /*border-bottom: 1px dotted #799BB2;*/
  padding-left: 7px;
  /*
  border-top: 1px solid #799BB2;
  border-bottom: 1px solid #799BB2;
  border-left: 1px solid #799BB2;
  border-right: 1px solid #799BB2;
  */
}

TD.clUtilBox, SPAN.clUtilBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.ContinueBox {
  border: 1px solid #AAAAAA;
  background-color:#E3E3E3;
}

.clUtilBoxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.moduleRow { }
.moduleRowOver { background-color: #DEDEDE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EEEEEE; }
/* ------------------ CLORO -------------------*/

/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,0);
	left:0; 
	top:0;
	visibility:visible
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:5px;
	height:10px;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding:1px;
	font-family:Arial;
	font-size:10px;
}

.clLevel0{
   background-color: #F3F3F3;
   color: #737373;
	layer-background-color:#F3F3F3;
}

.clLevel0over{
	background-color:#E8F0F5;
	layer-background-color:#E8F0F5;
	color:#628FAC;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	layer-background-color:white;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	font-family:Arial;
	font-size:10px;
}

.clLevel1{
	background-color:#F3F3F3;
	layer-background-color:#F3F3F3;
	color:#737373;
}

.clLevel1over{
	background-color:#E8F0F5;
	layer-background-color:#E8F0F5;
	color:#628FAC;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#B4B4B4;
	layer-background-color:#B4B4B4;
}
/* ----------------- coolMenu_eof ----------------- */