/*
  $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: Verdana, Arial, sans-serif; font-size: 11px; }
.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; }

html { 
  height:100%; 
}

body {
  background: #2F392F;
  background-image : url(images/bg1.gif);
  background-repeat: repeat-x;  
  color: #333333;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  height:100%;
}

#outer {
  width: 100%;
  height: 100%;  
}

#page-wrapper {
  width: 755px;
  margin: 10px auto 20px auto; 
  height: 100%;
}

#pageHeader {
  width: 100%;
  margin: 0px;
  padding: 0px;  
}

div.header {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

div.menu-row {
  background: #99CC01;
  width: 755px;
  margin: 0 auto 0 auto;
  padding: 0px;
}

div.menu-item {
  float: left;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
  padding: 0.5em; 
  margin: 0px 11px 0px 11px;
}

div.menu-item-logged-in {
  float: left;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
  padding: 0.5em; 
  margin: 0px 10px 0px 10px;
}

div.headerError {
  background: #ff0000;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;  
}

div.headerInfo {
  background: #00ff00;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;  
}

#outer2 { 
  width: 100%;
  height: 100%;
}

div.page-body { 
  width: 755px;
  top:0;
  margin: 0 auto 0 auto; 
  background-color: #ffffff;
  /* height: 100%;*/
  min-height: 705px;
  background-image : url(images/bg_white.gif); 
  background-repeat: repeat-y;
}

#pageColumnLeft {
  float: left;
  width: 170px;
  background: #F8FFE3;
}

#pageContent {
  float: left; 
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px; 
  font-size: 11px;
  line-height: 1.5; 
  text-align : left;
  width: 544px;
  /*height: 670px;*/
}

h1 { 
  font-size: 14px; 
  color: #4B5E4A;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0;
}

h2 {
  font-size: 14px; 
  color: #4B5E4A;
}

h3 {  
  font-size: 12px; 
  color: #4B5E4A;
  margin:0px 0px 10px 0px; 
  padding-top: 5px;
}

#online-stores-image {
  float: right;
  margin-left: 10px;
}

div.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #F3FFCF;
  color: #007864;
  text-align: right;
  padding: 6px 15px 6px 6px;
}

div.menu-separator {
  height: 1px;
  background: #F3FFCF;
  padding: 0px;
  margin: 0px;
}

div.menu { 
  font-size: 11px;
  background: #F3FFCF;  
  color: #4B5E4A; 
  font-weight: bold;
  text-align: right;
  padding: 4px 15px 4px 6px;
}

div.menu-hover {
  font-size: 11px;
  background: #99CC01;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  padding: 4px 15px 4px 6px;
  cursor: pointer;
}

div.menu-sub { 
  font-size: 10px;
  background: #F3FFCF;  
  color: #4B5E4A; 
  font-weight: normal;
  text-align: right;
  padding: 4px 15px 4px 6px;
}

div.menu-hover-sub {
  font-size: 10px;
  background: #99CC01;
  color: #ffffff;
  font-weight: normal;
  text-align: right;
  padding: 4px 15px 4px 6px;
  cursor: pointer;
}

div.news-box { 
  background: #F3FFCF;
  border-color: #99CC01;
  border-style: solid;
  border-width: 2px;
  margin: 6px 6px 6px 6px;
}

div.news-title {
  font-size: 11px;
  color: #4B5E4A;
  text-align: center;
  padding: 5px 5px 5px 5px;
}

div.news-item {
  font-size: 10px;
  color: #182939;
  padding: 0px 2px 4px 4px;
  line-height: 1;
  text-align: left;
}

.protx {  
  padding: 15px 0px 5px 0px;
  text-align: center;
}

.twitter {  
  padding: 0px 0px 15px 0px;
  text-align: center;
}

.w3c {
  padding: 0px 0px 5px 0px;
  text-align: center;
}

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

div.floatLeft {
  float: left;
}

div.floatRight {
  float: right;
}

div.productListing-row-even {
  width: 100%;
  background: #F8FFE3;
  padding: 5px 0px 5px 0px;  
}

div.productListing-row-odd {
  width: 100%;
  background: #F3FFCF;
  padding: 5px 0px 5px 0px;  
}

div.productListing-data {
  float: left;
  font-size: 10px;
  color: #4B5E4A;
  text-align: left;
}

div.productListing-name {
  float: left;
  font-size: 10px;
  color: #000000;
  text-align: left;
  width: 70%;
  padding-left: 5px;
}

div.productListing-link {
  float: left;
  font-size: 10px;
  color: #404040;
  text-align: left;
  width: 96%;
  padding-left: 5px;
}

div.productListing-image {  
  float: left;
  font-size: 10px;
  color: #000000;
  text-align: center;
  padding-bottom: 12px;
  width: 25%;  
}

div.productListing-price {  
  float: left;
  font-size: 10px;
  color: #4B5E4A;
  text-align: right;
  padding-right: 12px;
  width: 12%;
}

div.footer {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  width: 100%;
  float: left;  	
  padding: 10px 0px 10px 0px;  
}

div.contactUs {
  width: 95%;
  background: #ffffff;
  border-collapse: collapse;
  border-color: #BEBDBD;
  border-style: solid;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
}

div.productBox {
  width:100px;
  height:174px;
  margin:4px 6px 4px 0;
  float:left;
}

img {  
  border-style: none;
}

#bookmarks {
  margin: 30px 0 10px 0;
  height: 20px;  
}

#bookmarks div.bookmarktitle {
  width:130px;
  float:left;
  margin-right:10px;
}

#bookmarks div.bookmarkicons {
  float:left;
}

span.bookmarkspacer {
  padding-right:5px;
}

.clear {
        clear:both;
        font-size:0px;
        line-height:0px;
        height:0px;
        overflow:hidden;
        margin: 0 0 0 0;
}
/* ----------------------------------------------------------------- */

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

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

A.products {   
}

A.products:hover {  
}

A.accounts {  
}

A.accounts:hover {
}

A.newsNavigation {  
}

A.newsNavigation:hover {
}

A.pageResults {
}

A.pageResults:hover {
}

A.blackUnderlined { 
  text-decoration: underline;
}

A.blackUnderlined:hover {
}

FORM {
	display: inline;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #00765F;
  text-decoration: none;
}

A.faq {
  color: #000000; 
  text-decoration: underline;
}

A.faq:hover {
  color: #050AE7; 
}

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

.infoBox {
  background: #F8FFE3;
}

.infoBoxContents {
  background: #F8FFE3;
}

.infoBoxButtons {
  background: #F8FFE3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.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: 11px;
  font-weight: bold;
  background: #F8FFE3;
  color: #4B5E4A;
  text-align: right;
  padding: 6px 15px 6px 6px;
  //padding: 0.5em;
}

TD.featuredBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  color: #4B5E4A;
  text-align: left;
  padding: 0.5em;
}

TD.faq {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000 ;
  line-height: 1.5;
  vertical-align : top;
}

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

TD.popup-conditions {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000 ;
  line-height: 1.5;
  vertical-align : top;
  background: #ffffff;
}

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: #F3F3DB;
}

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: #F8FFE3;
}

TABLE.productListing {
  background: #F8FFE3;
}

TABLE.productListing-data {
  margin-top: 0px;
  margin-bottom: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #636352;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: left;
}

TD.productListing-data-image {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: center;
  padding-bottom: 12px;
}

TD.productListing-data-price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: right;
  padding-right: 12px;
}

TD.featured-image {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

A.productListing-data {
  color: #4B5E4A;
}

A.productListing-data:hover {
  color: #000000;
}

TD.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #4B5E4A;
  padding-top: 0px;
  padding-bottom: 5px;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.image {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-left:15px; 
}

P.main, div.main {
  line-height: 1.5;
  margin:1em auto; 
}

table.productAddToCartButton {
  margin-top: 30px;
}

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

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


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

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

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

TABLE.news { 
  background: #DEDE52;
  border-color: #182939;
  border-style: solid;
  border-width: 2px;
}

TD.news {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;  
  color: #182939;
}

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

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

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

SPAN.hightlightRed {
  font-family: Verdana, Arial, sans-serif;
  color: #B40202;
  font-weight: bold;
}

span.italic {
  font-style: italic;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #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: #99ff00; }

/* input requirement */

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

p { margin:0px 0px 10px 0px;}
p.11j {FONT-SIZE: 11px; text-align: justify; COLOR: black; FONT-FAMILY: verdana, arial, helvetica, sans-serif;}
p.11 {FONT-SIZE: 11px; text-align: justify; COLOR: black; FONT-FAMILY: verdana, arial, helvetica, sans-serif; margin:0em;}

ul {margin-top:0px;}