/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:13 wilt Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ace5ff; 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: #1c8dd4; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  width:100%; height:100%; background-color: #ffffff;
}

A {font-size: 11px; font-family: tahoma; color: #5f6871;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #5f6871;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
}

a:hover.headerNavigation {
  color: #000000;
}

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

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

.infoBox {
  background: #fffffff;
}

.infoBoxContents {
  background: #fffffff;
  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: #ffffff;
  color: #000000;
}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #fffffff;
  border-spacing: 1px;
}

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

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

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

A.pageResults {
  color: #0000FF;
}

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

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

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

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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #fffffff;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #fffffff;
  color: #5f6871;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #fffffff;
  border-bottom: 1px solid #fffffff;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #fffffff;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */

/* DWD Contribution -> Add: Browse by Categories. */

UL.BrowseBy {
  list-style-type: disc;
  list-style-position: inside;

  list-style: none;
  margin-left: 1em;
  padding-left: 2em;
  text-indent: -1em;
} /* UL.BrowseBy */

LI.BrowseBy {

} /* LI.BrowseBy */

/* DWD Contribution End. */

 
 /*my*/
.ml01  {font-size: 10px; font-family: Tahoma; color: #8f8f8f; vertical-align: center}
.ml02  td a{font-size: 11px; font-family: Tahoma; color: #ffffff; vertical-align: center ;  font-weight: bold ; text-decoration: none }
.ml02  td a:hover{text-decoration: underline}
.ml03  span a{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  font-weight: none ; text-decoration: underline}
.ml03  span a:hover{text-decoration: none }
.ml04  {font-size: 10px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  font-weight: none ; text-decoration: none ; line-height: 12px;}
.ml04  a{font-size: 10px; font-family: Tahoma; color: #8fb313; vertical-align: center ;  font-weight: bold ; text-decoration: underline ; line-height: 12px;}
.ml04  a:hover{text-decoration: none }
.ml05 {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  font-weight: none ; text-decoration: underline}
.ml06 td {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 20px;}
.ml07 td {font-size: 11px; font-family: Tahoma; color: #959494; vertical-align: center ; line-height: 20px;}
.ml07 td span{font-size: 9px; font-family: Tahoma; color: #959494; vertical-align: center ; line-height: 13px;}
.ml07 td a {font-size: 11px; font-family: Tahoma; color: #959494; vertical-align: center ; font-weight: bold ; line-height: 20px; text-decoration: none ;}
.ml07 td a:hover {text-decoration: underline ;}


.cat1 {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 20px; text-decoration: underline ; padding-left: 19px}
.cat1 a{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 20px; text-decoration: underline ; }
.cat1  a:hover{text-decoration: none ;}
.cat2 {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 20px; text-decoration: none ; padding-left: 19px ; background: url(images/ar1.jpg) left center ; background-repeat: no-repeat ; border-bottom: #dddddd solid 1px}
.cat2 span{color: #ff0101;}
.cat2 a{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 20px; text-decoration: none ; }
.cat2  a:hover{text-decoration: underline ;}

.h_cont {font-size: 11px; font-family: Tahoma; color: #696969; vertical-align: center ;  line-height: 14px;}
.h_cont td {font-size: 11px; font-family: Tahoma; color: #696969; vertical-align: center ;  line-height: 14px;}
.h_cont a{color: #9db018;  text-decoration: underline}
.h_cont span{color: #d22a2a;}
.h_cont a:hover{text-decoration: none}

li{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
p{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
td{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
.cate {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}

.cate td {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
.cate a{color: #8fb313;  text-decoration: none}
.cate a:hover{text-decoration: underline}
.cate1 {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
.cate1 td {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
.cate1 b{color: #8fb313; }
.cate1 a{color: #8fb313;  text-decoration: none}
.cate1 a:hover{text-decoration: underline}
.copy {font-size: 11px; font-family: Tahoma; color: #a09f9f; vertical-align: center ;  line-height: 14px; padding-left: 30px}
.copy a{color: #a09f9f;  text-decoration: none}
.copy a:hover{text-decoration: underline}
.head_box1{background-color: #e9e9e9 ;  height: 32px ; font-size: 11px; font-family: Tahoma; color: #4c4c4c; font-weight: bold ; padding-left: 21px ; text-transform: uppercase}
.head_box2{  height: 25px ; font-size: 11px; font-family: Tahoma; color: #4c4c4c; font-weight: bold ; padding-left: 30px ; text-transform: uppercase}
.head_box3{  height: 32px ; font-size: 11px; font-family: Tahoma; color: #9cb313; font-weight: bold ; text-transform: uppercase}

.head_cont1{font-size: 11px; font-family: Tahoma; color: #9cb313; vertical-align: center ; font-weight: bold ; text-transform: uppercase ; padding-left: 14px}
.prod_man{font-size: 11px; font-family: Tahoma; color: #777777;  font-weight: bold ;  line-height: 14px; text-decoration: none ; padding-left: 10px ; background: url(images/ar1.jpg) left center ; background-repeat: no-repeat ;}
.prod_name {padding-left: 10px}
.prod_name a{font-size: 11px; font-family: Tahoma; color: #a2a2a2;  font-weight: bold ; line-height: 14px; text-decoration: none}
.prod_name a:hover{text-decoration: underline ;}
.prod_price{font-size: 11px; font-family: Tahoma; color: #97b313;  font-weight: bold ; line-height: 19px; text-decoration: none ; padding-left: 10px}

.se  {width:100px; height:17px; color:#696969; font-family:tahoma,verdana,arial; font-size:11px; padding-left:2px; border: solid 1px #abadb3;}
.se2  {width:151px; height:17px; color:#696969; font-family:tahoma,verdana,arial; font-size:11px; padding-left:2px; border: solid 1px #abadb3;}
.pools{font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 20px; padding-left: 13px ; background: url(images/ar1.jpg) left center ; background-repeat: no-repeat ;}

.cateZ {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
.cateZ td {font-size: 11px; font-family: Tahoma; color: #8f8f8f; vertical-align: center ;  line-height: 14px;}
.cateZ a{color: #8f8f8f;  text-decoration: none}
.cateZ a:hover{text-decoration: underline}
 
