/*
  $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: 12px; color:#1F4D59 }
.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:#1D4E55;
  text-decoration: none;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  
}

A:hover {
  color:#1D4E55;
  text-decoration: underline;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFAA00;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFAA00;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
  font-size: 11px;
  text-decoration:underline;
}

A.headerNavigation:hover {
  color: #ffffff;
    font-size: 11px;
    text-decoration:underline;
}

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: #FFAA00;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFAA00;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
 /*background: #b6b7cb;*/
  
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 background-image:url(images/info_box_02.gif);
}
.infoBoxContents2 {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight:bold;
  color:#1E4C59;
  
 
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background: #FFAA00;*/
  color: #ffffff;
}

TD.infoBoxHeading_small{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /*background: #FFAA00;*/
  color: #ffffff;
}


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: #fffffff;
  
}

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: #fffffff;
  
}

TABLE.productListing {
  border: 0px;
  
  border-spacing: 3px;
}

A.productListing-heading, A.productListing-heading:visited , A.productListing-heading:hover{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*background-color:899B9D;*/
  text-decoration:none;
  color: #FFFFFF;
  font-weight: bold;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;

  /*background-color:899B9D;*/
 
  color: #FFFFFF;
  font-weight: bold;
}

A.productListing-heading2, A.productListing-heading2:visited , A.productListing-heading2:hover{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image:url(images/table_heading.gif);
  text-decoration:none;
  color: #FFFFFF;
  font-weight: bold;
}
.productListing-heading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image:url(images/table_heading.gif);
 
  color: #FFFFFF;
  font-weight: bold;
}

A.productListing-heading3, A.productListing-heading3:visited , A.productListing-heading3:hover{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*background-color:899B9D;*/
 
  text-decoration:none;
  color: #FFFFFF;
  font-weight: bold;
}
.productListing-heading3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color:899B9D;
   background-image:url(images/tb_bg_spacer);
  background-position:right;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  color:#1D4E55; 
  font-size: 12px;
  border-right-color:#cccccc; 
  border-right-width:1px; 
 
  padding-top:5px;
}


A.pageResults  {
  color: #1F4D59;
}

A.pageResults:hover {
  color: #1F4D59;
  /*background: #FFFF33;*/
}


TD.pageHeading, DIV.pageHeading {
  font-family:Arial;
  font-size: 14px;
  font-weight: bold;
  color: #447289;
  background-image:url(images/page_heading_background.gif);
  background-position:right;
  background-repeat:no;
  padding-right:23px;
  height:25px;
}
TD.pageHeading2, DIV.pageHeading2 {
  font-family:Arial;
  font-size: 16px;
  font-weight: bold;
  color: #447289;
  background-image:url(images/page_heading_left_bg.gif);
  background-position:right;
  background-repeat:no;
  
  height:25px;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #1F4D59;
}
TD.main, P.main {
	font-size: 12px;
	font-family: Arial;
	color: #1f4d59;
	text-decoration: none;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

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;
  border-right: #A4ABB1 1px solid;
  border-top:  #A4ABB1 1px solid;
	border-left:  #A4ABB1 1px solid;
	border-bottom:  #A4ABB1 1px solid;
	background:E4E6E5;
}

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: 12px;  font-weight:bold}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px;   color:#c00; font-weight:bold }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px;  color:#c00;  font-weight:bold}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.product_info_title {
  background-color:899B9D;
  color:FFFFFF;
  font-size:12px;
  font-family: Arial;
  font-weight:bold;
  padding-right:10px;
}
.product_info_title2 {
  background-color:#80B2BD;
  background-image:url(images/product_info_bg.gif);
  color:FFFFFF;
  font-size:12px;
  font-family: Arial;
  font-weight:bold;
  padding-right:10px;
}
A.category_info_title, A.category_info_title:visited, A.category_info_title:hover{
  text-decoration:none;
  color:FFFFFF;
  font-size:12px;
  font-family: Arial;
  font-weight:bold;

}

.txt_orange
{
    font-size: 11px;
	
	font-family: Arial;
    color: #ffac04;
	text-decoration: none;
}	
.txt_main_article
{
	font-size: 11px;
	
	font-family: Arial;
	color: #1f4d59;
	text-decoration: none;
}

