/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

table.site_content{
  width: 1000px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
td.site_content_top_left {
  width: 32px;
  height: 32px;
  background: url(images/shadow_top_left.png) no-repeat bottom right;
}
td.site_content_top {
  height: 32px;
  background: url(images/shadow_top.png) repeat-x bottom;
}
td.site_content_top_right {
  width: 32px;
  height: 32px;
  background: url(images/shadow_top_right.png) no-repeat bottom left;
}
td.site_content_left {
  width: 32px;
  background: url(images/shadow_left.png) repeat-y right;
}
td.site_content_right {
  width: 32px;
  background: url(images/shadow_right.png) repeat-y left;
}
td.site_content_bottom_left {
  width: 32px;
  height: 32px;
  background: url(images/shadow_bottom_left.png) no-repeat top right;
}
td.site_content_bottom {
  height: 32px;
  background: url(images/shadow_bottom.png) repeat-x top;
}
td.site_content_bottom_right {
  width: 32px;
  height: 32px;
  background: url(images/shadow_bottom_right.png) no-repeat top left;
}


.boxText { font-family: Arial, sans-serif; font-size: 11px; }
.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: #fff;
  color: #000000;
  margin: 0px;
  font-family: Arial, sans-serif;
}

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

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

FORM {
	display: inline;
}

TR.header {
  
}


table.headerNavigation {
 background: #fff;
}

TD.headerNavigation {
  border: 5px solid #f7941d;

  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ff3399;
  text-transform: uppercase;
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

A.headerNavigation { 
  color: #ff3399;
  margin-right: 30px;  
}

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

A.breadcrumbNavigation { 
  color: #ff3399;
  font-size: 11px;  
}

A.breadcrumbNavigation:hover {
  color: #ff3399;
}

TD.breadcrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f7941d;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
TD.breadcrumb a {
  color: #f7941d;
}

TD.breadcrumb a:hover {
  color: #f7941d;
}

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


    
table.footer {
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ff3399;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

A.footerNavigation {
  color: #ff3399;
}

A.footerNavigation:hover {
  color: #ff3399;
}

.infoBox {
  background: #ced7d7;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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: #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 {
  width: 100%;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;  
  color: #2c2c2c;
  font-weight: bold;
  padding: 2px;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 2px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, H1.pageHeading, span.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #f8a644;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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; cursor: hand; }
.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: 11px; color: #ff0000; }


TABLE.categories_table_box{
   border: 2px solid #ff3399;
   width: 100%;
}

TR.categories_table_box{
   background-color: #ffffff;
}

TD.categories_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

.categories_table_box a { color: #2c2c2c; font-size: 13px; font-weight: bold;}


/* Simple Table_Box Style */

TABLE.simple_table_box{
   border: 1px solid #f79d31;
   width: 100%;
}

TR.simple_table_box{
   background-color: #ffffff;
}

TD.simple_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

/* Heading Table_Box Style */

TABLE.heading_table_box{
   width: 100%;
   background: #fff;
}

TR.heading_table_box{
   
}

TD.heading_table_box{
   font-family:  Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;   
   line-height: 1.5;
   padding: 2px;
   text-align: left;
   color: #f79d31;
   text-transform: uppercase;
}

/* Corner Table_Box Style */

TABLE.corner_table_box{
   width: 100%;
}

TR.corner_table_box{
   background-color: #AAAAAA;
}

TD.corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

TD.corner_table_box_left{
   width: 5px;
   height: 5px;
   background-color: #AAAAAA;
   background-image: url(../../images/design/table_box/corner_left_top.gif);
   background-repeat: no-repeat;
}

TD.corner_table_box_right{
   width: 5px;
   height: 5px;
   background-color: #AAAAAA;
   background-image: url(../../images/design/table_box/corner_right_top.gif);
   background-repeat: no-repeat;
}

/* Corner Table_Box Style */

TABLE.round_corner_table_box{
   width: 100%;
}

TR.round_corner_table_box{
   background-color: #AAAAAA;
}

TD.round_corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

TD.round_corner_table_box_left_top{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_left_top.gif);
   background-repeat: no-repeat;
}

TD.round_corner_table_box_right_top{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_right_top.gif);
   background-repeat: no-repeat;
}

TD.round_corner_table_box_left_bottom{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_left_bottom.gif);
   background-repeat: no-repeat;
}

TD.round_corner_table_box_right_bottom{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_right_bottom.gif);
   background-repeat: no-repeat;
}


/* Line Corner Table_Box Style */

TABLE.line_corner_table_box{
   width: 100%;
}

TR.line_corner_table_box{
   background-color: #ffffff;
}

TD.line_corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

TD.line_corner_table_box_left_top{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_left_top_blue.gif);
   background-repeat: no-repeat;
}

TD.line_corner_table_box_right_top{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_right_top_blue.gif);
   background-repeat: no-repeat;
}

TD.line_corner_table_box_left_bottom{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_left_bottom_blue.gif);
   background-repeat: no-repeat;
}

TD.line_corner_table_box_right_bottom{
   width: 5px;
   height: 5px;
   background-image: url(../../images/design/table_box/corner_right_bottom_blue.gif);
   background-repeat: no-repeat;
}

TD.line_corner_table_box_middle_top{
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-x;
}

TD.line_corner_table_box_middle_left{
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-y;
}

TD.line_corner_table_box_middle_right{
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-y;
   background-position: right;
}

TD.line_corner_table_box_middle_bottom{
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

img.imageBorder {border: 1px solid #f8a968}

input.search_field { color: #979797}







