/*
  $Id: stylesheet.css,v 1.19 2005/07/14 15:07:03 hristo 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: 10px; padding-left: 9px; }
.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: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #9E3A31; /* bbc3d3 */
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #9E3A31; /* bbc3d3 */
  color: #ffffff;
  font-weight : bold;
}

a.headerNavigation {
    font-size: 10px;
    color: #9A3427; /* #EC9E9E; */
}

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: #9E3A31; /* bbc3d3 */
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #9E3A31; /* bbc3d3 */
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /* background: #9E3A31; */
  background-color: #FAF9EC;
  border: 0px;
}

.infoBoxContents {
  background: #FAF9EC; /* f8f8f9 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: 10px;
  font-weight: bold;
  background: #FAF8D5; /* bbc3d3 */
  color: #9E3A31;
  height: 21px;
  border-bottom: 1px solid #fff;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #9E3A31; /* b6b7cb */
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #9E3A31; /* b6b7cb */
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #9A3427;
  padding: 2px 5px 2px 5px;
}

A.pageResults:hover {
  color: #9A3427;
  background: #E5E3EB;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  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;
}

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 {
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #F7E9DB; /*D7E9F7;*/ cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F7E9DB; /*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: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #90F092; }

/* input requirement */

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



/* common styles */
body {
    background-color: #fff;
    font-family: verdana, arial;
	behavior: url("/csshover.htc");
    color: #9A3427;
    font-size: 10px;
}
body input, body select, body textarea {
    background-color: #fff;
    border: 1px solid #9A3427;
}
body img.btn, input.btn {
    border: none;
    background-color: transparent;
}
div#wrap {
    width: 790px;
    margin: 0px auto 0px 0px;
    /* border-top: 1px solid #9A3428; */
    background-color: #fff;
}
form {
    margin: 0px;
    padding: 0px;
}
div.gradient {
    background-image: url(/images/new/hr_light_brown.gif);
    background-repeat: repeat-y;
    height: 17px;
    font-size: 10px;
    padding: 0px 5px 0px 9px;
    line-height: 16px;
}
a.abutton {
    display: block;
    width: 119px;
    padding: 2px 0px 1px 0px;
    border: 1px solid #9F3425;
    background-color: #DFE6D4;
    color: #9F3425;
    text-align: center;
}
* html a.abutton {
    width: 121px;
}
a.abutton:hover {
    color: #9F3425;
    text-decoration: none;
}
div.hr2 {
    background-image: url(/images/new/hr.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 5px;
    font-size: 1px;
}
div.products_footer { /* used on many pages; not only products page  */
    background-image: url(/images/new/hr_green.gif);
    background-repeat: repeat-y;
    height: 15px;
    color: #93978F;
    font-size: 10px;
    padding: 0px 50px 0px 9px;
    verical-align: bottom;
}
div.common_footer {
    background-image: url(/images/new/hr_green.gif);
    background-repeat: repeat-y;
    height: 24px;
    color: #93978F;
    font-size: 10px;
    padding: 0px 10px 0px 10px;
}
div.common_footer img, div.common_footer input {
    margin-top: 7px;
}
div.common_footer span.right {
    float: right;
    margin-top: -1px;
}
div.hr {
    background-image: url(/images/new/hr.gif);
    background-repeat: repeat-y;
    height: 5px;
    font-size: 1px;
}
div.index_header { /* common header - not only index page */
    background-image: url(/images/new/hr_green.gif);
    background-repeat: repeat-y;
    height: 25px;
    color: #9D3D33;
    font-weight: bold;
    font-size: 11px;
    line-height: 22px;
    font-family: arial;
    padding: 0px 9px 0px 9px;
    verical-align: bottom;
    margin-bottom: 10px;
}
div.index_header span.right {
    float: right;
    font-size: 15px;
}
div.cart_header {
    height: 21px;
    background-color: #FAF8D5;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    line-height: 19px;
    margin-bottom: 1px;
}
div.cart_header span.right {
    float: right;
    font-weight: normal;
}
p.nospace {
    margin: 0px;
    padding: 0px;
    text-align: justify;
}
p.nospace:first-letter {
}
p.nospace a {
    text-decoration: underline;
}
/* common styles end */

/* header */
ul.menu_top {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.menu_top li {
    float: left;
    font-size: 10px;
    color: #9A3427; /* #EC9E9E; */
    margin-left: 5px;
    position: relative;
}
ul.menu_top li a {
    color: #9A3427; /* #EC9E9E; */
}
ul.menu_top img.bracket {
    vertical-align: bottom;
}
ul.menu_top ul {
    display: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 150px;
}
ul.menu_top ul li {
    float: none;
    /* border: 1px solid #9A3427 ;*/
    /* border-left: 5px solid; */
    /* margin-bottom: 1px; */
    height: 17px;
    background-color: #fff;
    padding: 3px 2px 4px 10px;
}
ul.menu_top ul li a:hover {
    text-decoration: none;
}
ul.menu_top li:hover ul {
    display: block;
    position: absolute;
    top: 12px;
    left: -5px;
	z-index: 10;
}
ul.menu_top li:hover ul.footer {
    top: -113px;
    left: -5px;
}
ul.menu_top li:hover ul.footer li {
    background-color: #FCF0F0;
}
ul.menu_top li:hover ul.footer li:hover {
    background-color: #fff;
}
ul.menu_top li:hover ul li:hover {
    background-color: #FCF0F0;
    /* border: 1px solid; */
    border-left: 5px solid #F1D7D7;
    padding-left: 5px;
}
div#header table td {
    border: 0px;
}
div.header_back_right {
    background-image: url(/images/new/header_back_right.jpg);
    background-repeat: no-repeat;
    height: 111px;
    position: absolute;
    left: 499px;
    top: 44px;
    width: 500px;
}
div.navigation {
    color: #9A3427; /* #EC9E9E; */
    font-size: 10px;
    padding-left: 15px;
}
/* header end */

/* categories */
div#categories {
    background-image: url(/images/new/left_col_border.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-left: 12px;
}

ul#tree_menu {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 178px;
}
ul#tree_menu ul, ul#tree_menu li:hover ul ul {
    display: none;
    width: 178px;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
ul#tree_menu li {
    position: relative;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    background-color: #F2F1F7;
    border: 1px solid #9A3426;
}
ul#tree_menu li:hover {
    background-color: #E3E1EF;
}
ul#tree_menu li:hover ul, ul#tree_menu li:hover ul li:hover ul {
    display: block;
    position: absolute;
    top: -2px;
    left: 176px;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* -moz-opacity:.95;
	filter:alpha(opacity=95); */
}
* html ul#tree_menu li:hover ul, * html ul#tree_menu li:hover ul li:hover ul {
    top: -1px;
}
ul#tree_menu a {
    display: block;
    padding: 2px 0px 2px 8px;
    margin: 0px;
    border: 0px;
    font-family: verdana;
    font-size: 13px;
    text-decoration: none;
    color: #9A3426; /* #EA9E9E; */
    width: 100%;
}
ul#tree_menu a:hover {
    /* color: #fff; */
}
ul#tree_menu img.arrow {
    border: 0px;
    float: right;
    margin: 0px 14px 0px 4px;
}
* html ul#tree_menu img.arrow {
    margin-right: 5px;
}
/* categories end */

/* login block */
div#login {
    background-color: #F1F5E9;
    padding: 3px 3px 4px 3px;
    font-size: 11px;
    color: #9D3D33;
}
div#login div.header {
    border-top: 1px solid #9D3D33;
    background-color: #E0E6D4;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 6px;
    height: 16px;
}
div#login input.input {
    background-color: #fff;
    border: 1px solid #9D3D33;
    width: 141px;
}
div#login input.button {
    background-color: #DFE6D4;
    border: 1px solid #9D3D33;
    width: 121px;
    color: #9D3D33;
    padding: 0px;
}
div#login input.button_go {
    background-color: #F1F1F6;
}
div#login p {
    margin: 2px 5px 0px 5px;
}
/* login block end */

/* registration block */
div#reg_box {
    background-color: #F5F5F8;
    padding: 3px 3px 4px 3px;
    font-size: 11px;
    color: #9D3D33;
}
div#reg_box div.header {
    border-top: 1px solid #9D3D33;
    background-color: #E4E3EB;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 6px;
    height: 16px;
}
div#reg_box p {
    margin: 2px 5px 0px 5px;
}
/* registration block end */

/* index page */
table.index_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 7px;
}
table.index_table td.bracket {
    background-image: url(/images/new/bracket_big.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F4F3CF;
    width: 20px;
    border-right: 2px solid #fff;
}
table.index_table td.content {
    background-color: #FAF8D5;
    color: #9D3D33;
    font-size: 10px;
    padding: 11px;  
}
table.index_table td.space1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/* index page end */

/* top line */
div.top_line {
    background-image: url(/images/new/hr_top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 26px;
}
/* top line end */

/* bottom line */
div.bottom_line {
    background-image: url(/images/new/hr_bottom.gif);
    background-repeat: repeat-y;
    background-position: left;
    height: 16px;
    padding-left: 10px;
}
div.bottom_line2 {
    background-image: url(/images/new/hr_bottom2.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 1px;
}
* html div.bottom_line2 {
    font-size: 1px;
    margin-top: -1px;
}
/* bottom line end */

/* product list */
table.product_list {
    border-collapse: collapse;
    margin-top: 9px;
    width: 100%;
}
table.product_list td {
    vertical-align: top;
    color: #9A3427;
    font-size: 10px;
}
table.product_list a {
    color: #9A3427; /* #EA9F9F; */
}
table.product_list td.img {
    padding: 5px 0px 5px 0px;
    border: 1px solid #9A3427;
    text-align: center;
}
table.product_list td.img img {
    /* border: 1px solid #9A3427; */
}
table.product_list td.description {
    padding: 4px 0px 5px 0px;
}
table.product_list td.separator {
    background-image: url(/images/new/products_vertical_separator.gif);
    background-repeat: no-repeat;
    background-position: top center;
    width: 10px;
}
div.products_hr {
    background-image: url(/images/new/products_hr.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 10px;
}
table.product_list td.buy {
    text-align: right;
}
/* product list end */

/* shopping cart */
div.products_footer img, div.products_footer input {
    vertical-align: middle;
    margin-top: 5px;
}
div.products_footer img {
    margin-left: 22px;
}
/* shopping cart end */

/* shopping cart */
table.cart_row_even, table.cart_row_odd {
    border-collapse: collapse;
    font-size: 10px;
    color: #9A3427;
    margin-top: 1px;
    width: 100%;
}
table.cart_row_even {
    background-color: #FAF8D5;
} 
table.cart_row_even td.total {
    background-color: #F7E8C6;
}
table.cart_row_odd {
    background-color: #FAF9EC;
} 
table.cart_row_odd td.total {
    background-color: #F7E9DB;
}
table.cart_row_even td, table.cart_row_odd td {
    padding-left: 8px;
}
table.cart_row_even td.img, table.cart_row_odd td.img {
    padding: 7px;
}
table.cart_row_even img, table.cart_row_odd img {
    width: 37px;
    height: 50px;
    border: 1px solid #A04033;
}
table.cart_row_even input, table.cart_row_odd input {
    border: 1px solid #A04033;
    background-color: #fff;
}
table.cart_row_even td.separator, table.cart_row_odd td.separator, td.shipping_adr_vseparator {
    background-image: url(/images/new/cart_vert_separator.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;
    width: 9px;
}
table.cart_row_odd td.separator {
    background-image: url(/images/new/cart_vert_separator1.gif);
}
table.cart_row_even td.info, table.cart_row_odd td.info {
    vertical-align: top;
    padding-top: 8px;
    width: 170px;
}
table.cart_row_even td.info a, table.cart_row_odd td.info a {
    color: #A04033;
}
/* shopping cart end */

/* checkout_payment page */
td.payment_v_separator {
    background-image: url(/images/new/payment_v_separator.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
/* checkout_payment page end */

/* checkout_success */
div.thank_you {
    background-image: url(/images/new/rose.gif);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    font-size: 10px;
    background-color: #FAF9EC;
}
div.checkout_products {
    background-color: #F7E9DB;
    margin: 0px 10px 0px 130px;
    padding: 7px 0px 7px 10px;
}
div.checkout_products input {
    background-color: transparent;
    border: none;
}
/* checkout_success end */

/* search box */
input.search_text {
    width: 148px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 2px;
}
* html input.search_text {
    margin-bottom: -1px;
}
input.search_button {
    height: 20px;
    width: 28px;
    background-color: #F1F1F6;
    color: #9A3427; /* #EA9F9F; */
    vertical-align: bottom;
}
* html input.search_button {
}
/* search box end */

/* shipping page */
table.info_table {
    font-size: 11px;
    border-collapse: collapse;
}
table.info_table td {
    border: 1px solid #9A3427;
    background-color: #E4E3EB;
    padding: 3px;
}
table.info_table ul {
    padding-left: 15px;
}
/* shipping page end */
