/*
  $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: 'Trebuchet MS', Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : 'Trebuchet MS', Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : 'Trebuchet MS', Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : 'Trebuchet MS', Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

HTML{}

BODY {
  background-image:url('images/body_grad.gif');
  background-repeat:repeat-x;
  background-color:#ffffff;
  background-position:top;
  text-align:center;
}

.container{ 
  color: #000000;
  margin: auto;
  width:800px;
  padding:0px 0px 0px 0px;
  text-align:left;
  /*background-color:#F9E5B6;*/
  }

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

A:hover {
  color: #000000;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 10px;
  background: #FEE5EB;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:  'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #F6EBCD;
  width:800px;
}

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

.infoBox {
  
}

.infoBoxContents {

  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background: #FFFFFF;*/
  color: #cccccc;
}

TD.infoBox, SPAN.infoBox {
  font-family: 'Trebuchet MS', 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: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main , .main {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

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

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

TD.fieldKey {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: 'Trebuchet MS', 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:  'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

.messageBox { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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


.clear { clear: both; background: none; }


.menuBox{
margin-top:2px;
float:right; 
width:140px; 
margin-right:50px;
height:200px;
}

.menuNavigation{
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  text-decoration:none;
  color: #cccccc;
  margin:2px 0px 0px 0px;
  padding:5px 0px 0px 15px;
  height:25px;
  width:133px;
  font-weight : bold;
  background-color:#F6E394;
}


.menuNavigationhover {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  text-decoration:none;
  color: #cccccc;
  margin:2px 0px 0px 0px;
  padding:5px 0px 0px 15px;
  height:25px;
  width:133px;
  font-weight : bold;
  background-color:#F0B565;
  background-position:0px 50px;
}

.menuNavigationhover a {
  font-weight : bold;
  color:#000000;
}

.header_box{
width:800px;
height:210px;
background-image:url('images/header.gif');
}


.my_hover_sm{
color: #cccccc; 
font-size:18px;
font-weight:bold;
}

.my_hover_sm:hover{
color: #BE0100; 
font-size:18px;
font-weight:bold;
text-decoration:none;
}

.my_thumb{
width:125px;
height:100px;
font-size:11px;
background-image:url('images/thumb_shadow.png');
background-repeat:no-repeat;
background-position:5px 0px;
}

.my_main_cat{
font-size:14px;
width:172px;
padding:4px;
margin:2px 10px 2px 0px;
border:1px solid #FCB9CA;
background-color:#FCB9CA;
background-image:url('images/red_stripe.png');
}

.my_sub_cat{
font-size:14px;
width:168px;
padding:4px;
margin:1px 12px 1px 4px;
border:1px solid #FCB9CA;
background-color:#FFE6EC;
background-image:url('images/white_stripe.png');
}

.my_hover_main_cat{
font-size:14px;
width:172px;
padding:4px;
margin:2px 10px 2px 0px;
border:1px solid #D7BCBC;
background-color:#FFFFFF;
background-image:url('images/dot.png');
background-repeat:no-repeat;
background-position:142px 0px;
color:#000000;
}

.my_hover_sub_cat{
font-size:14px;
width:168px;
padding:4px;
margin:1px 12px 1px 4px;
border:1px solid #D7BCBC;
background-color:#FFFFFF;
background-image:url('images/dot.png');
background-repeat:no-repeat;
background-position:138px 0px;
}

.my_hover_sub_cat a{
color:#000000;
}

.my_hover_main_cat a{
color:#000000;
}
.footer_a{
  color: #666666; 
  text-decoration:none;
}

.footer_a:hover{
  color: #000000; 
  text-decoration:none;
}

.my_info{
background-image:url('images/info.png');
background-repeat:no-repeat;
width:148px;
height:170px;
padding:14px 0px 5px 10px;
font-size:12px;
font-family:'Trebuchet MS', Arial, sans-serif;
}

.white_bg{
background-color:#FFFFFF;
}

.pageHeading {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}


.product_bottom_box{
  padding:0px 0px 0px 0px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  margin:0px 0px 0px 10px;
  line-height: 1.5;
}

.product_small_box{
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  height:80px;
  width:220px; 
  float:left; 
  border:4px solid #efefef; 
  margin:0px;
  padding:10px 20px 10px 20px;
}

.big_pic{
background-image:url('images/bp_shadow.png');
background-repeat:no-repeat;
background-position:5px 7px;
padding:7px;
margin:7px;
}

.my_extra_thumb{
margin:0px 10px 0px 10px;
font-size:11px;
background-image:url('images/thumb_shadow.png');
background-repeat:no-repeat;
background-position:5px 5px;
}

.my_product_listing{
width:570px;
}

.my_medium_txt {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 16px;
  text-decoration:none;
  color: #000000;
  font-weight : bold;
}

.my_small_txt {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 14px;
  text-decoration:none;
  color: #666666;
  font-weight : bold;
}

.my_medium_a{
 font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  }
  
.my_cart_thumb{
font-size:11px;
background-image:url('images/thumb_shadow.png');
background-repeat:no-repeat;
background-position:7px 6px;
padding:7px;
}

.cart_div{
font-family: 'Trebuchet MS', Arial, sans-serif;
font-size: 12px;
}

.my_cart_info{
background-image:url('images/cart_info.png');
background-repeat:no-repeat;
font-family: 'Trebuchet MS', Arial, sans-serif;
font-size: 12px;
width:300px;
padding:15px 10px 10px 35px;
}

.left_column{
width:190px;
padding:10px 10px 10px 0px;
background-color:#ffffff;
}



.my_cartBox_title{
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFFF;
  color: #cccccc;
  }
  
  #main_bd{
width:800px; 
  }
  
  
  .img_shadow{
  background-image:url('images/thumb_shadow.png');
  background-repeat:no-repeat;
  background-position:3px 0px;
  width:107px;
  height:190px;
  }
  
  .grey_box{
  float:left;
  margin:0px 5px 5px 5px;
  border:1px solid #E6E6E6;
  width:285px;
  height:60px; 
  background-image:url('images/grey_box.png');
  background-repeat:no-repeat;
  }
  
  .grey_boxHover{
  float:left;
  margin:0px 5px 5px 5px;
  border:1px solid #B7AA87;
  width:285px;
  height:60px; 
  background-image:url('images/grey_box.png');
  background-repeat:no-repeat;
  }
  
 
  
.headingStripes{
  background-image:url('images/content_header.gif');
  background-repeat:no-repeat;   
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin:10px 0px 0px 0px;
  width:600px;
  color: #ffffff;
  height:40px; 
  padding:15px 0px 0px 10px;
}

.content_box{
margin:0px 0px 5px 0px; 
padding:10px; 
width:578px; 
border-bottom:1px solid #C4C289; 
border-left:1px solid #C4C289; 
border-right:1px solid #C4C289; 
}

.headingStripesCat{
  background-image:url('images/title_stripe.png');
  background-position:0px -36px;
  height:75px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
  
}

.home_box_titles{
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.home_box_txt{
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
}

.home_box_link{
  color: #555555;
}

.home_box_link:hover{
  color: #000000;
}

.collections{
  height:37px;
  background-image:url('images/collections.png');
  background-repeat:no-repeat; 
}

.greySpacer{
width:550px;
height:4px;
overflow:hidden;
background-color:#CCCCCC;
}

.greySpacer100{
width:100%;
height:4px;
overflow:hidden;
background-color:#CCCCCC;
}

.tableBold{
text-align:center;
font-weight:bold;
color:#000000;
}

.tableRedCent{
text-align:center;
font-weight:bold;
color:#694D4D;
}


.accountBox{
border:1px solid #efefef;
width:560px;
height:120px;
margin:10px;
}

.bestSellers{
  height:20px;
  background-image:url('images/best_sellers.gif');
  background-repeat:no-repeat; 
  margin:10px 0px 0px 0px;
  color:#534727;
  font-weight:bold;
  padding:10px;
  font-size:14px;
}

.homeInfoBox{
float:left; 
width:530px;  
border:2px solid #efefef; 
margin:0px 14px 0px 7px; 
padding:20px;
text-align:justify;
}

.homeRandomSpecial{
float:left; 
width:283px; 
height:255px; 
border:1px dashed #cccccc; 
margin:0px 0px 0px 0px; 
padding:5px 0px 0px 0px;
}

.right_column{}

.mainBody{}

.footerDiv{width:800px;}

.tellaFriendTxtBox{float:left; width:160px; margin-top:20px;}

.listProductContainer{
background-color:#FFFFFF; 
border:4px solid #efefef;
width:540px; 
padding:5px;
margin:10px 0px 10px 2px;  
font-size:12px; 
font-family:'Trebuchet MS', Arial, sans-serif;
}

.left_col_content{
width:183px; 
border-left:1px solid #C4C289; 
border-right:1px solid #C4C289; 
border-bottom:1px solid #C4C289;
padding-left:5px; 
}


.home_new_products{
width:287px;
border:2px dashed #cccccc; 
padding:2px; 
margin:5px 0px 10px 0px;
}

.grey_box_int{
float:left; 
margin:10px 10px 10px 55px;
}

.home_new_products_div{
margin: 0px 0px 10px 10px; 
float: left; 
width: 130px;
}