/*
  $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: Tahoma, sans-serif; font-size: 11px; }
.errorBox { font-family :  Tahoma, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Tahoma, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Tahoma, sans-serif; font-size : 11px; color: #000; text-decoration: underline; }

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

/**************************************************************************************************/
/* Simple Table_Box Style */

h1 {
  font-size: 1.5em;
  margin-bottom: .4em;
}
h2 {
  font-size: 1.3em;
}
#content p {
  margin-top: .4em;
}
TABLE.simple_table_box{
   border: 1px solid #00adef;
   width: 100%;   
}

#content TABLE.simple_table_box {
  border: none;
}
#search TABLE.simple_table_box {
  border-top: none;
}
TR.simple_table_box{
   background-color: #ffffff;   
}

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

/**************************************************************************************************/
/* Heading Table_Box Style */

TABLE.heading_table_box{   
   width: 100%;
}

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

TD.heading_table_box{
   font-family:  Tahoma, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.5;
   padding: 2px;
   text-align: left;
}

/**************************************************************************************************/
/* Corner Table_Box Style */

TABLE.corner_table_box{   
   width: 100%;
}

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

TD.corner_table_box{
   font-family:  Tahoma, 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:  Tahoma, 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:  Tahoma, 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;   
}

/* End of Line Corner Table_Box Style */
/**************************************************************************************************/


A {
  color: #000;
  text-decoration: underline;
 
}

A:hover {
  color: #6081AA;
   text-decoration: none;
}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
 
}

TD.headerNavigation {
  font-family:  Tahoma, sans-serif;
  font-size: 12px;
	font-weight: bold;
  color: #F6821F;
  font-size: 18px;
}


A.headerNavigation {
  display: block;
  color: #F6821F;
  font-size: 18px;
  background: #fff;
  padding: 16px 9px;
  border-top: 3px solid #00abf0;
  border-bottom: 3px solid #00ABf0; 
  white-space: nowrap;
  cursor: pointer;
}
*html A.headerNavigation {
  position: relative;
  top: -2px;
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #6081AA;
}

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

TD.infoBoxHeading {
  font-family:  Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background: #FFF;
  color: #00adef;
}

.infoBox {
  background: #00ADEF;
}

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

/*for left column*/
TD.infoBoxHeadingLeft {
  font-family:  Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #FFF;
  color: #00adef;
}

.infoBoxLeft {
  background: #fff;
}

.infoBoxContentsLeft {
  background-color: #ffffff;
  font-family:  Tahoma, sans-serif;
  font-size: 11px;
}

/*for right column*/
TD.infoBoxHeadingRight {
  font-family:  Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background: #FFF;
  color: #00adef;
}
.infoBoxRight {
  background: #AAAAAA;
}

.infoBoxContentsRight {
  background: #ffffff;
  font-family:  Tahoma, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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


TD.infoBox, SPAN.infoBox {
  font-family:  Tahoma, 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: 1px;
  border-style: solid;
  border-color: #aaa;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  background: #00adef;
  color: #FFFFFF;
  font-weight: bold;
}

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

.product_previewBox {
  overflow: auto;
  width: 400px;   
  border: 1px solid #8c8c8c;
  padding: 10px;
  background-color: #F2F2F2;  
}

.compareListing-heading {
  font-family: Tahoma, 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: Tahoma, 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: Tahoma, 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: Tahoma, sans-serif;
  font-size: 11px;

}

A.pageResults {
  color: #96722E;
}

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

}

TD.pageHeading, DIV.pageHeading, h2.pageHeading, TD.pageHeading h1 {
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #00adef;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

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

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

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

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

.productNewPrice {
  font-family:  Tahoma, sans-serif;
  color: #eb0088;
  font-weight: bold;
  font-size: 12px !important;
}
td.productNewPrice {
  padding: 5px 0;
}
SPAN.errorText {
  font-family:  Tahoma, sans-serif;
  color: #ff0000;
}

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family:  Tahoma, sans-serif; font-size: 11px; color: #ff0000; }

/************** New id ***************/

#header {
  background: url(images/header-bg-1px.gif) 0 0 fixed repeat;
  padding: 0 0 0 0;
  border-bottom: 3px solid #44C8F5;
  height: 195px;
}
#sub-header {
  background: url(images/sphere.png) 350px 0 no-repeat;
}
.ie-fix #sub-header { 
  background: none;
}
#headerContactbox {
  background: url(images/contact-bg.gif) right top no-repeat;
  font-size: 11px;
  font-family:  Tahoma, Verdana, sans-serif;
  height: 200px;
}
#right_column table.simple_table_box {
  border:1px solid #eb0088;
}
#right_column td.infoBoxHeading {
  color: #EB0088;
}
#search td.simple_table_box {
  text-align: left;
  padding: 5px 10px 8px;
}
/*#search input {
  padding: 3px;
}*/
#shopping_cart td.infoBoxHeading, #shopping_cart td.infoBoxHeading td {
  border-bottom: none !important;
}
#shopping_cart table.simple_table_box {
  border-top: none;
}
#shopping_cart td.simple_table_box {
  padding: 0 0 10px 17px;
  text-align: left;
}
#sub-footer {
  background: url(images/header-bg-1px.gif) 0 0 fixed repeat;
}
#content span.gb {
  display: none;
}
.corners-left {
  background: url(images/headerNav-link-bg.gif) 0 0 fixed no-repeat;
  overflow: hidden;
}
.bold {
  font-weight: bold;  
}
.categories a {
  color: #000;
  line-height: 1.5;
  text-decoration: none;
  font-size: 12px;
  background: url(images/3bullet.gif) 0 0 no-repeat;
  padding: 2px 0 2px 24px;
}
.categories a:hover {
  text-decoration: none;
}

.productOldPrice {
  text-decoration: line-through;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: normal;
}
td.details {
  background: #ccffff;
  padding: 1px;
}
a.details {
  background: #ccffff; color: #0099cc; text-decoration: none; padding: 2px 8px 2px 7px; font-weight: bold; text-transform: lowercase; font-size: 11px; font-family: Tahoma, sans-serif;
}
td.button-main-style {
  background: #ffccff;
  padding: 1px 0;
}
a.button-main-style {
   color: #ff0099; text-decoration: none; padding: 2px 8px 2px 7px; font-weight: bold; text-transform: lowercase; font-size: 11px; font-family: Tahoma, sans-serif;
   background: #ffccff;
}
.prod_list_label {
  color: #999;
  padding: 2px 8px 2px 7px;
  font-weight: bold; text-transform: lowercase; font-size: 11px;
  font-family: Tahoma,  Verdana, sans-serif;background: #f2f2f2;
}
td.prod_list_label {
  background: #f2f2f2;
  padding: 1px;
}
td.bottom-menu {
  color: #00ACEE;
  padding: 15px;
}
.bottom-menu a {
  color: #00ACEE;
  text-decoration: none;
}
.bottom-menu a:hover {
  text-decoration: underline;
}
.dev_d {
  color: #747474;
  text-decoration: none;
}
.black {
  color: #000;
}
*html .ie_width {
  width: 105% !important;
}

.entry_in_shop input[type="text"], .entry_in_shop input[type="password"] {
  border: 1px solid #00adef;
  width: 15em;
  padding: 2px 3px;
}

@media print {
  body {
    color: #000;
    font: 12pt "Times New Roman", Times, serif;
  } 
  #header, #footer, #sub-footer, #left_column, #right_column {
    display: none;
  }
  #content table, #content td {
    border: none;  
  }
}
.inputRequirement { font-family:  Tahoma, sans-serif; font-size: 11px; color: #ff0000; }

.shopping_cart2 td.simple_table_box {
  padding: 2px 0 0;
  height: 51px;
  color:#F6821F;
  *height: 55px;    
}
.shopping_cart2 table.simple_table_box {
  border: none;
  width:100%;
}
.hshop {
  padding: 4px 0 0 5px !important; height: 50px; text-decoration: none; outline: 0; _white-space: nowrap; _width: 130px; _height: 60px;
}
.def-cat a {
  font-size: 13px; font-weight: bold;
  font-family:  Tahoma, sans-serif;
  text-decoration: none;
}
.def-cat a:hover {
  text-decoration: underline;
}
a.headerNavigation .span-cart {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
}
a.headerNavigation:hover .span-cart {
  text-decoration: none;
}

/* data table */
/*.dataTableHeadingRow { background-color: #7799BB; }*/
.dataTableHeadingContent { font-family:  Arial, sans-serif; font-size: 12px; color: #000; font-weight: bold; }
/*.dataTableRow { border: 1px solid  #7799BB; background-color: #E8EEF7;}*/
/*.dataTableRowSelected { background-color: #C3D9FF; }*/
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { border-top: 1px solid  #c9c9c9; font-family:  Arial, sans-serif; font-size: 12px; color: #000000; }

TABLE.dataTable {
  border: 1px;
  border-style: solid;
  border-color: #C9C9C9;
  border-spacing: 1px;
  background-color: #FFFFFF;
}
.current_manufacturers {
  text-decoration: none;
  font-weight: bold;
}
/*.infoboxNew_border img {
	max-width: 280px !important;
}*/