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


BODY {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #a4a4a4;
  color: #000000;
  margin: 0px;
}

@media print {
  body { background: #fff; }
}


h3 {
  font-size:14px;
  font-weight:bold;
}


.mainframe {
  background:#fff;
  min-width:640px;
/*  height:100%; */
  max-width:1024px;
/*  border:3px groove #040;*/
}

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

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

a.plink {
  color:#902;
}

a.plink:hover {
  color: #d02;
  text-decoration: underline;
}

a.tinylink {
  font-size:10px;
  color:#702;
}

a.tinylink:hover {
  color:#d02;
  text-decoration: underline;
}

a.wlink {
  color:#fff;
}
a.wlink:hover {
  color:#ffe;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #6f9;
}

.boxText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #5F5F5F;
}

.errorBox { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #d02; }
.productsNotifications { background: #eee; color:#d52; }
.orderEdit { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #d02; text-decoration: underline; }


img.imgthumb {
  padding:1px;
  border:1px solid #afafaf;
}

.alpha66 {filter:alpha(opacity=66);-moz-opacity:.66;opacity:.66;font-weight:bold;padding-left:3px;}


td.socialbookmarks a{
  font-size:8px;
  filter:alpha(opacity=34);
  -moz-opacity:.34;opacity:.34;
}

td.socialbookmarks a:hover{
  filter:alpha(opacity=99);
  -moz-opacity:.99;opacity:.99;
  text-decoration:none;
}

td.socialbookmarks img{
  border:0px none #000;
}

.account_data {
display: none;
}


.kbutton, .kbutton_back, .kbutton_continue, .kbutton_buy {
  display:block;
  margin: 3px;
  padding:1px;
/*  width:90%; */
  width:140px;
/*  height:12px; */
  font-size:10px;
  background-color:#667;
/*background-color:#d02;*/
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  text-align:center;
  vertical-align:bottom;
  color:#fff;
  border:1px outset #300;
  -moz-border-radius: 7px;
  border-radius: 7px 7px;
}

.kbutton_continue {
  width:120px;
  background-color:#060;
}

.kbutton_back {
  width:120px;
  background-color:#667;
}

.kbutton_buy {
  width:120px;
  background-color:#d02;
}

.kbutton:hover {
  background-color:#080;
  color:#ffe;
  border:1px outset #000;
  text-decoration:none;
}

.kbutton_back:hover {
  background-color:#080;
  color:#ffe;
  border:1px outset #000;
  text-decoration:none;
}

.kbutton_continue:hover {
  background-color:#080;
  color:#ffe;
  border:1px outset #000;
  text-decoration:none;
}

.kbutton_buy:hover {
  background-color:#080;
  color:#ffe;
  border:1px outset #000;
  text-decoration:none;
}


.plistmodel {
  font-weight:;
  font-size:10px;
  color:#501;
}
.plistname {
  font-weight:bold;
  font-size:14px;
}

b.catfoc {
  width: 100%;
}


ul.catelist {
	padding: 0px;
	margin: 0px;
	list-style-type:circle;
}


ul.catelist {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	list-style-type:none;
	font-size: 12px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
}

ul a:hover {
  color: #d02;
  text-decoration: none;
}

li.cateliste0 {
  padding:1px;
  font-size: 13px;
  font-weight : normal;
  background: #dfdfdf;
  color: #777;
  /*border-bottom: 1px solid #ffffff;*/
}

a.cateliste0 {
  font-weight : bold;
  color: #000;
  text-decoration: none;
}

a.cateliste0:hover {
  color: #d02;
}

li.cateliste0foc {
  font-size: 13px;
  font-weight : normal;
  background: #cf001f;
  color: #ffffff;
  /*border-bottom: 1px solid #ffffff;*/
  text-decoration: none;
}

a.cateliste0foc {
  color: #ffffff;
}

a.cateliste0foc:hover {
  color: #ffff00;
}

li.cateliste1 {
  font-size: 10px;
  font-weight : normal;
  background: #efefef;
  color: #7f7f7f;
  border-bottom: 1px solid #ffffff;
}

li.cateliste1foc {
  font-size: 10px;
  font-weight : normal;
  background: #e9e5df;
  color: #7f7f7f;
  border-bottom: 1px solid #ffffff;
}

a.cateliste1 {
  font-size: 13px;
  font-weight : bold;
  color: #000000;
  text-decoration: none;
}

a.cateliste1foc {
  font-size: 13px;
  color: #0F001F;
  text-decoration: none;
}

a.cateliste1foc:hover {
  color: #d02;
}

li.cateliste2 {
  font-size: 10px;
  font-weight : normal;
  background: #fafdff;
  color: #7f7f7f;
}

a.cateliste2 {
  font-size: 13px;
  font-weight : bold;
  color: #000000;
  text-decoration: none;
}

li.cateliste2foc {
  font-size: 10px;
  background: #ffffef;
  color: #601;
}

a.cateliste2foc {
  font-size: 13px;
  color: #CF001F;
  text-decoration: none;
}

a.cateliste2foc:hover {
  color: #d02;
}


li.cateliste3 {
  font-size: 13px;
  font-weight : normal;
  background: #efefef;
  color: #7f7f7f;
  /*border-bottom: 1px solid #ffffff;*/
}

a.cateliste3 {
  font-size: 13px;
  font-weight : normal;
  color: #000000;
  text-decoration: none;
}

a.subcatbuttons {
  border: 2px solid #fff;
  text-align:center;
  padding: 4px;
  position:relative;
  display:block;
  top:0px;
  left:10px;
  width:200px;
  font-size: 14px;
  font-weight : bold;
  color: #fff;
  background: #555;
  text-decoration: none;
}

a.subcatbuttons:hover {
  color: #fff;
  text-decoration: none;
  background: #d02;
}

li.adv_search {
  color: #CF001F;
  text-decoration: underline;
}

li.headerTopBar {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #5f5f5f;
  color: #ffffff;  
}

.loginput {
  color:#cf001f;
  background-color:#efefef;
  border:0px none #000;
  border-bottom:1px dotted #000000;
  padding:1px;
}

.loginput:focus {
  color:#000;
  background-color:#fff;
  border-bottom:1px solid #000000;
}
/*----------------------------------------------headerSearch--*/
td.headerSearch {
  background: #d02;
  max-width: 256px;
  max-height: 24px;
}

.searchinput {
  width:95%;
  color:#666;
  background: #fff;
  min-width:80px;
}

.searchinput:focus {
  color:#000;
  background: #ffe;
}

A.headerSearch {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #d02;
  text-decoration: none;
}

A.headerSearch:hover {
  text-decoration: underline;
  color: #d02;
}
/*----------------------------------------------headerNavigation--*/
TABLE.headerNavigation {
  background: #5f5f5f;
  vertical-align:middle;
}

TD.headerNavigation,
TD.headerNavigationFoc {
  border-left: 1px solid #ffffff;
  min-width: 40px;
}

TD.headerNavigationFoc {
  background: #d02;
}

A.headerNavigation,
A.headerNavigationFoc{
  position:relative;
  text-align:center;
  vertical-align:middle;
  padding-top: 6px;
  padding-bottom: 6px;
  display:block;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

div.headerNavigation {
  background: #5f5f5f;
}

div.headerNavigation:hover {
  color: #FFFFFF;
  background: #d02;
}

A.headerNavigation {
  background: #5f5f5f;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  background: #d02;
  text-decoration: none;
}

A.headerNavigationFoc {
  background: #d02;
  text-decoration: none;
}

A.headerNavigationFoc:hover {
  color: #FFFFFF;
  background: #f03;
  text-decoration: none;
}

/*------------------------------------------------*/

.money {
  color: #284;
  font-weight: bold;
}

.breadcrumb {
  font-family: SmallFonts, Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

/*------------------------------------------------*/


span.headerNavTop {
  font-size: 10px;
  font-weight: normal;
  color: #444;
  text-decoration: none;
}

A.headerNavTop {
  font-size: 12px;
  font-weight: bold;
  color: #cf001f;
  text-decoration: none;
}

A.headerNavTop:hover {
  color: #ffff00;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #cfcfcf;
}

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

.infoBox {
  background: #efefef;
}

.infoBoxContents {
  font-size: 10px;
  margin: 0px;
  text-decoration: none;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #cfcfcf;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  position:relative;
  height:18px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #5f5f5f;
  color: #ffffff;
}

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

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: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

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

TD.productListing-data {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  border-bottom: 1px groove #3f0000;
}

TD.productListing-data2 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #7f002F;
  font-size: 12px;
  font-weight: bold;
}

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

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

TD.pageHeading {
  display:inline;
  position:relative;
  top:12px;
  left:auto;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-size: 12px;
  line-height: 1.25;
}

TR.account_data{
  font-size: 12px;
  line-height: 1.25;
  }


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

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

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

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

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

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

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

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

SPAN.greetUser {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px; */
  color: #d02;
  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: Tahoma, Verdana, Arial, sans-serif;
  color: #ef001f;
}

SPAN.productEndPrice {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #7f3f9f;
}

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

table.deliverymethod,
table.deliverymethodOver,
table.deliverymethodSelected {
  margin:0px;
  padding:0px;
  border:1px solid #aaa;
  width:100%;
  background-color: #fff;
}

table.deliverymethodOver {
  border:1px solid #000;
}

table.deliverymethodSelected {
  border:1px solid #d02;
}

.moduleRow { }
.moduleRowOver {
  border:1px solid #afa;
  background-color: #D7E9F7;
  cursor: pointer;
}
.moduleRowSelected { background-color: #efe; }

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

/* message box */

.messageBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold; color:#004; background-color: #ff0; }
.messageStackSuccess { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* header shopping cart popup */

td.cntinfo {
  color:#555;
  font-size: 9px;
  font-weight : normal;
}

span.cntinfo {
  color:#050;
  font-weight : bold;
}

.tinyinfo {
  color:#ff0;
  font-size: 9px;
  font-weight : normal;
  text-decoration: underline;
}

.shopup {
  color:#fff;
  font-size: 14px;
  font-weight : bold;
}

div.cart {
  position:relative;
  right:auto;
}

a.cart span {
  display:none;
}

a.cart:hover {
  color:#d02;
}

a.cart:hover span {
  display:block;

  font-size: 14px;
  font-weight : bold;

  position:absolute;
  top:auto;
  right:-12px;

  background:#d01;

  border:1px outset #333;
  -moz-border-radius: 12px;
  border-radius: 15px 7px;

  margin:-1px;
  padding:5px;
  z-index:7;

  filter:alpha(opacity=85);
  -moz-opacity:.85;
  opacity:.85;
}

span.cPL0 {
  font-weight:bold;
  color:#666;
}

span.cPL1 {
  font-weight:bold;
  color:#026;
}

span.cPL2 {
  font-weight:bold;
  color:#062;
}

#newproductsslide { 
    margin: 0px auto; 
    position: relative; 
    width: 100%; 
    height: 236px; 
    padding: 0px;      
}

#newproductsslide > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}