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

.boxText { font-family: Tahoma, Verdana ; font-size: 10px; }
.errorBox { font-family : Tahoma, Verdana ; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma, Verdana ; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma, Verdana ; font-size : 10px; color: #70d250; text-decoration: underline; }

img {
  border: 0;
  margin: 0;
  padding: 0;
}
BODY {
  background: #ffffff;
  color: #77716b;
  margin: 0px;
  padding: 20px 0;
}

A {
  color: #749ec6;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #fff;
}

TD.headerNavigation {
  font-family: Tahoma, Verdana ;
  font-size: 13px;
  background: #fff;
  color: #739cc4;
  font-weight : bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

A.headerNavigation { 
  color: #739cc4;
}

A.headerNavigation:hover {
  color: #739cc4;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Tahoma, Verdana ;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Tahoma, Verdana ;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #585340;
}

TD.footer {
  font-family: Tahoma, Verdana ;
  font-size: 10px;
  background: #585340;
  color: #ffffff;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

A.footerNavigation {
  color: #FFFFFF;
}

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

.infoBox {
  background: #aaaaaa;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Tahoma, Verdana ;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Tahoma, Verdana ;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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

.productListing-heading {
  font-family: Tahoma, Verdana ;
  font-size: 10px;
  background: #585340;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
}

TD.productListing-data {
  font-family: Tahoma, Verdana ;
  font-size: 11px;
  padding: 2px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading, H1.pageHeading {
  font-family: Tahoma, Verdana ;
  font-size: 20px;
  font-weight: normal;
  color: #739cc4;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Verdana ;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Verdana ;
  font-size: 11px;
  line-height: 1.2;
}

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

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

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

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

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

SPAN.newItemInCart {
  color: #ff0000;
}

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

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

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

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

SPAN.productSpecialPrice {
  font-family: Tahoma, Verdana ;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Tahoma, Verdana ;
  color: #ff0000;
}

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

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

/* message box */

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

/* input requirement */

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


/******Design elements*******/
.corner-top-left {
   width: 26px;
   height: 20px;
   background: url(images/site_corner_top_left.png) no-repeat bottom right;
}
.corner-top-right {
   width: 19px;
   height: 20px;
   background: url(images/site_corner_top_right.png) no-repeat bottom left;
}
.corner-bottom-left {
   width: 26px;
   height: 18px;
   background: url(images/site_corner_bottom_left.png) no-repeat top right;
}
.corner-bottom-right {
   width: 19px;
   height: 18px;
   background: url(images/site_corner_bottom_right.png) no-repeat top left;
}

.top {
   height: 20px;
   background: url(images/site_top.png) repeat-x bottom;
}
.top-1 {
   height: 20px;
   background: url(images/site_top_1.png) repeat-x bottom;
}
.top-2 {
   width: 3px;
   height: 20px;
   background: url(images/site_top_2.png) no-repeat bottom;
}
.bottom {
   vertical-align: top;
   text-align: right;
   height: 18px;
   background: url(images/site_bottom.png) repeat-x top;
}
.bottom-1 {
   height: 18px;
   background: url(images/site_bottom_1.png) repeat-x top;
}
.bottom-2 {
   width: 3px;
   height: 18px;
   background: url(images/site_bottom_2.png) no-repeat top;
}
.left {
   width: 26px;
   background: url(images/site_left.png) repeat-y right;
}
.right {
   vertical-align: bottom;
   text-align: left;
   width: 19px;
   background: url(images/site_right.png) repeat-y left;
}

.v-line {
   width: 3px;
   background: url(images/v-line.png) repeat-y left;
}

.h-line-top-left {
   width: 26px;
   height: 3px;
   background: url(images/h-line_left_top.png) no-repeat right;
}
.h-line-top-2 {
   width: 3px;
   height: 3px;
   background: url(images/h-line_top_2.png) no-repeat left;
}
.h-line-top {
   height: 3px;
   background: url(images/h-line_top.png) repeat-x bottom;
}
.h-line-top-right {
   width: 19px;
   height: 3px;
   background: url(images/h-line_right_top.png) no-repeat left;
}
.h-line-bottom-left {
   width: 26px;
   height: 3px;
   background: url(images/h-line_left_bottom.png) no-repeat right;
}
.h-line-bottom-2 {
   width: 3px;
   height: 3px;
   background: url(images/h-line_bottom_2.png) no-repeat left;
}
.h-line-bottom {
   height: 3px;
   background: url(images/h-line_bottom.png) repeat-x top;
}
.h-line-bottom-right {
   width: 19px;
   height: 3px;
   background: url(images/h-line_right_bottom.png) no-repeat left;
}

.shadow-top {
   height: 3px;
   background: url(images/shadow_top.png) repeat-x bottom;
}
.shadow-right {
   width: 3px;
   background: url(images/shadow_right.png) repeat-y left;
}
.shadow-bottom {
   height: 3px;
   background: url(images/shadow_bottom.png) repeat-x top;
}
.shadow-left {
   vertical-align: bottom;
   text-align: right;
   width: 26px;
   background: url(images/shadow_left.png) repeat-y right;
}
.site-bg-left {
   width: 43px;
   background: url(images/site_bg_left_2.png) no-repeat right bottom;
}
.site-bg-right {
   width: 42px;
   background: url(images/site_bg_right_1.png) no-repeat left bottom;
}
.site-bg-right-bottom {
   width: 42px;
   background: url(images/site_bg_right_2.png) no-repeat left;
}
.site-bg-bottom {
   height: 41px;
   background: url(images/site_bg_bottom_2.png) no-repeat right top;
}

.logo {
   background: #e0dacc;
   vertical-align: top;
   text-align: center;
   padding-top: 8px;
   padding-bottom: 8px;
}
.bej {
   background: #e0dacc;
}
.right-bej {
   width: 19px;
   background: url(images/right_bej.png) repeat-y left;
}
.main-menu {
   height: 189px;
   background: #e0dacc url(images/main_menu_bg.png) no-repeat;
}
.top-menu {
   vertical-align: top;
}
.site-content {
   vertical-align: top;
   padding: 10px 0px 0px 10px;
}
.search {
  vertical-align: middle;
  padding: 5px 5px 5px;
  font-family: Tahoma, Verdana ;
  font-size: 13px;
  color: #9d9b99;
  font-weight : bold;
}
.date-time {
  padding-bottom: 5px;
  font-family: Tahoma, Verdana ;
  font-size: 20px;
  color: #c37d7a;
  font-weight: normal;
}
/******Design elements*******/

/* Categories_Box */
.cat-box-top-left {
   width: 17px;
   background: #e0dacc url(images/cat_box/cat_box_left_top.png) no-repeat bottom right;
}
.cat-box-top {
   vertical-align: bottom;
   text-align: right;
   height: 15px;
   background: #e0dacc url(images/cat_box/cat_box_top_bg.png) repeat-x bottom;
}
.cat-box-top-right {
   width: 18px;
   background: #e0dacc url(images/cat_box/cat_box_right_top.png) no-repeat bottom left;
}

.cat-box-left {
   vertical-align: top;
   text-align: right;
   width: 17px;
   background: #e0dacc url(images/cat_box/cat_box_left_bg.png) repeat-y right;
}
.cat-box-content {
  vertical-align: top;
  background: #fff;
  padding: 5px 5px 5px 20px;
  font-family: Tahoma, Verdana ;
  font-size: 11px;
  line-height: 2;
  color: #77726c;
  font-weight : bold;
  text-transform: uppercase;
}
.cat-box-right {
   vertical-align: bottom;
   text-align: left;
   width: 18px;
   background: #e0dacc url(images/cat_box/cat_box_right_bg.png) repeat-y left;
}

.cat-box-bottom-left {
   width: 17px;
   background: #e0dacc url(images/cat_box/cat_box_left_bottom.png) no-repeat top right;
}
.cat-box-bottom {
   vertical-align: top;
   text-align: left;
   height: 20px;
   background: #e0dacc url(images/cat_box/cat_box_bottom_bg.png) repeat-x top;
}
.cat-box-bottom-right {
   width: 18px;
   background: #e0dacc url(images/cat_box/cat_box_right_bottom.png) no-repeat top left;
}


/* Simple Table_Box Style */

TABLE.simple_table_box{
   border: 1px solid #AAAAAA;
   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;
}

/* Product listing Table_Box Style */

TABLE.listing_table_box{
   border: 1px solid #AAAAAA;
   width: 100%;
   margin-bottom: 3px;
}

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

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

/* Simple product listing Table_Box Style */

TABLE.simple_listing_table_box{
   border-bottom: 1px solid #AAAAAA;
   width: 100%;

}

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

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

/* Column Table_Box Style */

TABLE.column_table_box{
   border-left: 1px solid #e0dacc;
   border-right: 1px solid #e0dacc;
   border-bottom: 1px solid #e0dacc;
   width: 100%;
}

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

TD.column_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%;
}

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

TD.heading_table_box{
   font-family:  Arial, 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: #ffffff;
}

TD.corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #77716b;
   line-height: 1.5;
   padding-left: 10px;
   text-align: left;
   border-top: 1px solid #e0dacc;
   border-left: 1px solid #e0dacc;
   background-image: url(images/infobox/heading_bottom.png);
   background-repeat: no-repeat;
   background-position: bottom right;
}

TD.corner_table_box_left{
   width: 0px;
}

TD.corner_table_box_right{
   width: 10px;
   height: 32px;
   background-color: #000000;
   background-image: url(images/infobox/corner_right.png);
   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;
}

/* End of Line Corner Table_Box Style */

