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

/*
5056A4 -> 242A5C
F99438 -> FF9900
*/

.boxText { font-family:  Arial, sans-serif; font-size: 11px; background-color: #f4ebdc; }
.errorBox { font-family :  Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

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

@font-face {
  font-family: "Palatino Linotype";
  font-style:  normal;
  font-weight: normal;
  src: url('PALATIN0.eot');
}

A {
  color: #242A5C;
  text-decoration: none;
}

A:hover {
  color: #242A5C;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #6081AA;
}

TD.headerNavigation {
  font-family:  Palatino Linotype, Arial, sans-serif;
  font-size: 12px;
	font-weight: bold;
  color: #ffffff;
  height: 30px;

}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma,  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,  Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #6081AA;
}

TD.footer {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  background: #6081AA;
  color: #ffffff;
  font-weight: bold;
}

TD.infoBoxHeading {
  font-family:  Palatino Linotype, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #AAAAAA;
  /* color: #ffffff; */
  color: #FC861B; /*#FF9900*/
  height: 24px;
  background-color: #f4ebdc;
}

.infoBox {
  background: #AAAAAA;
  background-color: #f4ebdc;
}

.infoBoxContents {
  background: #ffffff;
  font-family:  Arial, sans-serif;
  font-size: 11px;
  background-color: #f4ebdc;
}

/*for left column*/
TD.infoBoxHeadingLeft {
  font-family:  Palatino Linotype, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /* color: #ffffff; */
  background-color: #f4ebdc;
  height: 24px;
  color: #FF9900;
}

.infoBoxLeft {
  background-color: #f4ebdc;
}

.infoBoxContentsLeft {
  background-color: #f4ebdc;
  font-family:  Palatino Linotype, Verdana, Arial, sans-serif;
  font-size: 11px;
}

/*for right column*/
TD.infoBoxHeadingRight {
  font-family:  Palatino Linotype, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f4ebdc;
  height: 24px;
}
.infoBoxRight {
  background-color: #f4ebdc;
}

.infoBoxContentsRight {
  background-color: #f4ebdc;
  font-family:  Palatino Linotype, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}


TD.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

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: #ffffff; */
}

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: #ffffff; */
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #847C67;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Palatino Linotype, Arial, sans-serif;
  font-size: 14px;
  background: #847C67;
  color: #FFFFFF;
  font-weight: bold;
}

.compareBox {
  overflow: auto;
  width: 590px; 
  border: 1px solid #8c8c8c;
  padding-top: 5px;
  padding-bottom: 10px;
}

.compareListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #8c8c8c;
  color: #FFFFFF;  
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 15px;
}

.compareListing-content {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

.compareListing-content-selected {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #e6e6e6;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

a.productListing-heading {
  /* color: #FFFFFF; */
}

a.productListing-heading:hover {
  /* color: #FFFFFF; */
}

TD.productListing-data {
  font-family: Palatino Linotype, Arial, sans-serif;
  font-size: 14px;
  background-color: #f4ebdc;

}

A.pageResults {
  color: #96722E;
}

A.pageResults:hover {
  color: #96722E;

}

TD.pageHeading, DIV.pageHeading {
  font-family: Palatino Linotype, Times New Roman, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  /*color: #392715;*/
  color: #FF9900;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family:  Palatino Linotype; /*, Times New Roman, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  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,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 14px; color: #FF0000; }

TD.main A {
  font-family:  Palatino Linotype;
  font-size: 16px;
  line-height: 1.0;
  text-decoration: none;
}

TD.main A:hover {
  text-decoration: underline;
}

TD.left_menu A {
  font-size: 11pt !important;
}

.contactTextColor {
  color: #242A5C;
}

TD.header_right A {
  color: #FFFFFF;
  font-size: 8px;
  font-family:  Verdana;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}

TD.header_right A:hover {
  color: #FFFFFF;
  font-size: 8px;
  font-family:  Verdana;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
}

TD.orange_head {
  color: #FF9900;
  font-size: 18pt;
  white-space: nowrap; 
}

.product_name {
  color: #FF9900;
}

.product_description {
  color: #242A5C;
}

.product_price {
  color: #FF9900;
}

TD .product_price {
  font-size: 18px;
  /* font-weight: bold; */
}

.vtop {
  vertical-align: top;
}

.vcenter {
  vertical-align: middle;
}

#info_page {
  border: 1px solid #CBA76B;
  padding: 3px;
  margin: 3px;
}

.info_page {
  border: 1px solid #CBA76B;
  padding: 1px;
  margin: 0px;
}

.menu_link {
  height: 20px;
  /*white-space: nowrap;*/
  background-image: url('images/small_cube.gif');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
  vertical-align: middle;
}

.index_page {
  border: 1px solid #495496;
}

TD .gallery_image_name {
  color: #495496;
  font-size: 16px;
}

TD.index_top {
  vertical-align: top;
}

TD.index_contacts:first-line {
  color: #FF9900;
  font-size: 16pt;
  white-space: nowrap; 
}

TD.index_contacts {
  color: #242A5C;
  font-size: 16pt;
}

TD.index_contacts_phone:first-line {
  color: #242A5C;
}

TD.index_contacts_phone {
  color: #FF9900;
  font-size: 16pt;
  white-space: nowrap; 
}

.icq {
  height: 25px;
  background-image: url('images/icq.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  color: #242A5C;
}

UL .sitemap {
  color: #242A5C;
}

LI .sitemap {
  color: #242A5C;
}

TD .search_heading {
  font-size: 11pt;
  color: #242A5C;
  padding-left: 40px;
}

TD A.name_anchor {
  text-decoration: none;
}

TD A.name_anchor:hover {
  text-decoration: none;
}

.text_cube_prefix {
  background-image: url('images/small_cube.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 15px;
}

TD.main UL LI {
  display: marker;
  list-style-image: url('images/text_marker_cube.gif');
}

/*
P IMG {
  border: 1px solid #CBA76B;
  padding: 1px;
  margin: 0px;
}
*/
/*
DIV IMG {
  border: 1px solid #CBA76B;
  padding: 1px;
  margin: 0px;
}
*/