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

* { font-family: Verdana, Arial, sans-serif; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: 40px 0 0 0;*/
}

#global {
    position : absolute;
    margin-left : -500px;
    left : 50%;
    width : 1000px;
    background : #FFFFFF;
    border-left : 1px solid #cecece;
    border-right : 1px solid #cecece;
}

.content {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  color : #000000;
  padding : 10px 10px 30px 5px;
  background : #a0c4d5;
}

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
  margin-top : -2px; 
  height : 50px;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  background : url(images/menuBackground.png) repeat-x;
  color: #ffffff;
  vertical-align : top;
  padding : 0px 10px 10px 10px;
  margin : 0;
  text-align : center;
}

TD.headerNavigationSeparator {
  font-family: Verdana, Arial, sans-serif;
  background : url(images/menuBackground.png) repeat-x;
  color: #ffffff;
  vertical-align : top;
  padding : 0;
  margin : 0;
  text-align : right;
}

A.headerNavigation {
  color: #FFFFFF;
  margin : 0;
  padding : 0;
}

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

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

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

TD.footer2 {
  font-size: 10px;
  padding : 10px 0 10px 0;
  background: #809daa;
}

TD.columnLeft {
  background-color : #fffdf5;
  background-image : url(images/boxBackground.png) !important;
  background-image : url(no-image);
  filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/boxBackground.png');
}

TD.columnRight {
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding : 7px 28px 30px 5px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxHeading {
  margin : 0;
  background-color : #f5eece;
  background-image : url(images/boxBackground.png) !important;
  background-image : url(no-image);
  filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/boxBackground.png');
  width:230px;
}

TD.infoBoxHeadingLeft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #827436;
  height : 19px;
  padding : 0 2px 0 2px;
}

TD.infoBoxHeadingCenter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #827436;
  height : 28px;
  padding : 0 2px 0 2px;
}

TD.infoBoxHeadingRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #827436;
  height : 19px;
  padding : 0 15px 0 2px;
  width : 20px;
}

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

.contentBox {
	border : 1px solid #f5eece;
}

.contentBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding : 7px 0 7px 7px;
  background : #FFFFFF;
}

.contentBoxNotice {
  background: #FF8E90;
}

.contentBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.contentBoxHeading {
  margin : 0;
  background: #f5eece;
}

TD.contentBoxHeadingLeft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #827436;
  height : 19px;
  padding : 0 2px 0 2px;
}

TD.contentBoxHeadingCenter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #827436;
  height : 28px;
  padding : 0 2px 0 2px;
}

TD.contentBoxHeadingRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #827436;
  height : 19px;
  padding : 0 2px 0 2px;
  width : 20px;
}

TD.contentBox, SPAN.contentBox {
  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: #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;
}

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

.noProducts {
	text-align:center;
	margin-top : 20px;
}


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

TABLE.productBoxes {
}

.productBox {
    padding : 5px 5px 5px 5px;
    width : 240px;
    vertical-align : top;
}

.productBox .productBoxBorderTop {
	display:none;
}

.productBox .productBoxBorderBottom {
	display:none;
}

.productBox .productBoxBorderBottom img {
  margin : 0;
  padding : 0;
}

.productBoxContent {
  background : #fffdf5 url(images/productBoxBackground.png) repeat-x ;
  margin : 0;
  padding : 0;
}

.productBoxContent:hover {
  cursor : pointer;
}

.productBox .products_image {
	margin : 0 13px 0 3px;
}

.productBox .products_model {
	font-size : 90%;
	margin : 5px 13px 5px 3px;
}

.productBox .products_name {
	color:#827436;
	height : 30px;
	font-size : 12px;
	overflow : hidden;
	margin : 10px 13px 5px 3px;
}

.productBox .products_name a {
	color:#827436;
}

.productBox .manufacturers_name {
	font-weight : bold;
	color:#c56410;
	margin : 0 13px 5px 3px;
}

.productBox .manufacturers_name a {
	color:#c56410;
}

.productBox .products_description {
    text-align : left;
	margin : 0px 13px 5px 3px;
	height : 72px;
	overflow : hidden;
	font-weight : normal;
	color : #000000;
}

.productBox .product_note {
}

.productBox .products_price {
	height : 40px;
	text-align : right;
}

.productBox .products_price .normal_price {
	color : #827436;
	background : url(images/productBoxTopRightCorner.jpg) top right no-repeat;
	padding : 0 45px 10px 0;
	text-align : center;
	font-weight : bold;
}

.productBox .products_price .old_price {
	padding : 3px;
	color : #AAAAAA;
	font-weight : normal;
	font-size : 12px;
	text-decoration : line-through;
	padding : 0 5px 14px 0;
}

.productBox .products_price .special_price {
	display : block;
	padding : 0 45px 20px 0;
	color : #B00000;
	font-weight : bold;
	background : url(images/productBoxTopRightCorner_promo.jpg) top right no-repeat;}

.productBox .products_price .specials_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -5px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  */
}

.productBox .products_quantity {
	margin : 0px 13px 0 3px;
}

.productBox .products_weight {
	margin : 0px 13px 0 3px;
}

.productBox .products_availability {
	text-align : center;
	height : 22px;
	width : 22px;
	margin :  0;
	padding : 7px 0 0 2px;
	float : left;
	background : url(images/productBoxTopLeftCorner.jpg) top left no-repeat;
}

.productBox .products_availability .products_lbl_stock_available {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_available {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_available {
	display : none;
}

.productBox .products_availability .products_lbl_stock_waiting {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_waiting {
	vertical-align: middle;
	font-size: 10px;
}

.productBox .products_availability .products_text_stock_waiting {
	display : none;
}

.productBox .products_availability .products_lbl_stock_on_store {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_on_store {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_on_store {
	display : none;
}

.productBox .products_availability .products_lbl_stock_unavailable {
	padding-right : 5px;
}

.productBox .products_availability .products_img_stock_unavailable {
	vertical-align: middle;
}

.productBox .products_availability .products_text_stock_unavailable {
	display : none;
}

.productBox .products_score {
	text-align : center;
	height : 22px;
	margin : 0px 13px 0 3px;
}

.productBox .products_score .products_score_lbl {
	padding-right : 5px;
}

.productBox .products_score .products_score_txt {
	display : none;
}

.productBox .products_buy_now {
    border-top : 1px solid #e0d5a7;
    border-left : 1px solid #e0d5a7;
	height : 27px;
	padding-top : 3px;
	background : #fbf4d6 url(images/productBoxBottomRightCorner.jpg) bottom right no-repeat;
}

.productBox .products_more_info {
    border-top : 1px solid #e0d5a7;
    border-right : 1px solid #e0d5a7;
	float : left;
	padding-top : 5px;
	height : 25px;
	width : 150px;
	color : #999999;
	font-size : 10px;
	font-weight : bold;
	background : #fbf4d6 url(images/productBoxBottomLeftCorner.jpg) bottom left no-repeat;
	color : #827436;
	margin : 0;
	margin-right : -4px;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #e0d5a7;
  height: 50px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #e0d5a7;  
  padding : 3px 0 3px 0;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading a {
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading a:hover {
  text-decoration : underline;
}

.productListing-heading img {
  border : 0;
  margin-left : 5px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-top : 1px solid #e0d5a7;
  height : 30px;
  background : #FFFDF5;
}

.productListing-data .products_image {
	margin-top : 10px;
	height : 100px;
}

.productListing-data .products_model {
	font-size : 90%;
	margin-top : 5px;
	color:#827436;
}

.productListing-data .products_model a {
	color:#827436;
}

.productListing-data .products_name {
	margin-top : 7px;
	margin-bottom : 2px;
	color:#827436;
}

.productListing-data .products_name a {
	color:#827436;
}

.productListing-data .manufacturers_name {
	margin-bottom : 7px;
	font-weight : bold;
	padding-left : 5px;
}

.productListing-data .manufacturers_name a {
	margin-bottom : 7px;
	font-weight : bold;
	color : #827436;
}

.productListing-data .products_description {
}

.productListing-data .products_note {
	text-align : left;
}

.productListing-data .products_normal_price {
	color:#827436;
	font-size : 100%;
}

.productListing-data .products_old_price {
	padding : 0 2px 0 2px;
	color : #AAAAAA;
	font-size : 100%;
	text-decoration : line-through;
}

.productListing-data .products_special_price {
  padding : 0 2px 0 2px;
  font-weight : bold;
  font-size : 100%;
  color:#827436;
}

.productListing-data  .special_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -9px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  float : right;
  display : none;
*/
}

.productListing-data .products_quantity {
}

.productListing-data .products_weight {
}

.productListing-data .products_availability {
}

.productListing-data .products_availability .products_lbl_stock_available {
	display : none;
}

.productListing-data .products_availability .products_img_stock_available {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_available {
	display : none;
}

.productListing-data .products_availability .products_lbl_stock_waiting {
	display : none;
}

.productListing-data .products_availability .products_img_stock_waiting {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_waiting {
	display : none;
}

.productListing-data .products_availability .products_lbl_stock_on_store {
	display : none;
}

.productListing-data .products_availability .products_img_stock_on_store {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_on_store {
	display : none;
}

.productListing-data .products_availability .products_lbl_stock_unavailable {
	display : none;
}

.productListing-data .products_availability .products_img_stock_unavailable {
	margin-top : 9px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.productListing-data .products_availability .products_text_stock_unavailable {
	display : none;
}

.productListing-data .products_score {
	text-align : center;
}

.productListing-data .products_score .products_score_lbl {
	display : none;
}

.productListing-data .products_buy_now {
}

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

TABLE.productCompleteBoxes {
  border-top : 1px solid #e0d5a7;
  border-left : 1px solid #e0d5a7;
}

.productCompleteBox {
  border-bottom : 1px solid #e0d5a7;
  border-right : 1px solid #e0d5a7;
  background : #fffdf5 url(images/productBoxBackground.png) repeat-x ;
  font-size : 11px;
}

.productCompleteBox:hover {
  cursor : pointer;
}

.productCompleteBox .col1 {
	width : 150px;
}

.productCompleteBox .products_image {
	margin-top : 5px;
	text-align : center;
}

.productCompleteBox .products_model {
	text-align : center;
	margin-top : 5px;
}

.productCompleteBox .products_name {
	margin-top : 5px;
	color:#000000;
	float:left;
}

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

.productCompleteBox .manufacturers_name {
	margin-top : 5px;
	margin-right : 10px;
	font-weight : bold;
	color:#c56410;
	float : left;
}

.productCompleteBox .manufacturers_name a {
	color:#c56410;
}

.productCompleteBox .products_description {
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : justify;
	width : 100%;
}

.productCompleteBox .product_note {
	text-align : left;
	margin-right : 30px;
	margin-top : 10px;
	display : inline;
}

.productCompleteBox .products_price {
	text-align : right;
}

.productCompleteBox .products_price .normal_price {
	padding : 3px;
	color : #827436;
}

.productCompleteBox .products_price .old_price {
	padding : 3px;
	color : #AAAAAA;
	text-decoration : line-through;
}

.productCompleteBox .products_price .special_price {
	padding : 3px;
	color : #827436;
}

.productCompleteBox .products_price .specials_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -5px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  float : right;
*/
}

.productCompleteBox .products_quantity {
}

.productCompleteBox .products_weight {
}

.productCompleteBox .products_availability {
	text-align : left;
	display : inline;
}

.productCompleteBox .products_availability .products_lbl_stock_available {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_available {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_available {
}

.productCompleteBox .products_availability .products_lbl_stock_waiting {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_waiting {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_waiting {
	display : none;
}

.productCompleteBox .products_availability .products_lbl_stock_on_store {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_on_store {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_on_store {
	display : none;
}

.productCompleteBox .products_availability .products_lbl_stock_unavailable {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_availability .products_img_stock_unavailable {
	vertical-align: middle;
}

.productCompleteBox .products_availability .products_text_stock_unavailable {
}

.productCompleteBox .products_score {
	display : inline;
	padding-left : 30px;
}

.productCompleteBox .products_score .products_score_lbl {
	padding-right : 5px;
	font-weight : bold;
}

.productCompleteBox .products_score .products_score_txt {
	display : none;
}

.productCompleteBox .products_buy_now {
	display : block;
	float : right;
	width : 30px;
	margin-right : 20px;
	margin-bottom : 10px;
}

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

.pageHeading .product_name {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #827436;
}

.pageHeading .manufacturers_name {
  padding-left : 15px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B00000;
  display : none;
}

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

.pageHeading .normal_price {
	padding : 3px;
	color : #827436;
	font-size : 20px;
	font-size : 100%;
	font-weight : bold;
}

.pageHeading .old_price {
	padding : 0 2px 0 2px;
    color: #999999;
    font-weight : normal;
	font-size : 20px;
	text-decoration : line-through;
	margin : 0;
	font-size : 100%;
	display:inline;
}

.pageHeading .special_price {
	padding : 0 2px 0 2px;
	color : #827436;
	font-size : 20px;
	font-weight : bold;
	margin : 0;
	width : 10px;
	font-size : 120%;
	display:inline;
}

.pageHeading .special_rate {
  display: none;
/*
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -5px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
  color : #000000;
  float : right;
*/
}

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

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

.productInfo .products_manufacturer {
  margin : 5px 0 5px 20px;
}

.productInfo .products_manufacturer .products_lbl_manufacturer {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_manufacturer span.products_text_manufacturer {
}

.productInfo .products_manufacturer a.products_text_manufacturer {
  text-decoration : underline;
}

.productInfo .products_manufacturer a.products_text_manufacturer:hover {
  text-decoration : none;
}

.productInfo .products_availability {
  margin : 5px 0 5px 20px;
}

.productInfo .products_availability .products_lbl_stock_available {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_available {
	vertical-align: middle;
}

.productInfo .products_availability .products_text_stock_available {
}

.productInfo .products_availability .products_lbl_stock_waiting {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_waiting {
}

.productInfo .products_availability .products_text_stock_waiting {
	vertical-align: top;
}


.productInfo .products_availability .products_lbl_stock_on_store {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_on_store {
}

.productInfo .products_availability .products_text_stock_on_store {
	vertical-align: top;
}

.productInfo .products_availability .products_lbl_stock_unavailable {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_unavailable {
}

.productInfo .products_availability .products_text_stock_unavailable {
	vertical-align: top;
}

.productInfo .products_availability .products_lbl_stock_upcoming {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_availability .products_img_stock_upcoming {
	vertical-align: middle;
}

.productInfo .products_availability .products_text_stock_upcoming {
  vertical-align: top;
}

.productInfo .products_score {
  margin : 5px 0 5px 20px;
}

.productInfo .products_score .products_score_lbl {
  font-weight : bold;
  width : 100px;
  display : block;
  float : left;
}

.productInfo .products_score .products_score_txt {
  font-style : italic;
  padding-left : 5px;
  display : none;
}

.productInfo .add_to_cart {
  margin : 20px 0 20px 20px;
}

.productInfo .products_image {
	padding-right : 30px;	
}

.productInfo .products_image a {
  color : #555555;
  font-size : 95%;
}

.products_additional_image a {
  color : #555555;
  font-size : 95%;
}

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

.reviews_score_lbl {
  padding-right : 5px;
  font-weight : bold;
}

.reviews_score_txt {
  padding-left : 5px;
  font-style : italic;
  display : none;
}

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

.specials {
  margin : 0;
  padding : 0;
}

.specials .products_image {
  display : block;
}

.specials .products_name {
  display : block;
  padding-top : 2px;
}

.specials .products_price {
  margin : 7px 5px 0 5px;
  padding : 4px 0 0 0;
  border-top : 1px solid #CCCCCC;
  font-size : 120%;
}

.specials .products_old_price {
  color : #9a9a9a;
  font-weight : bold;
  text-decoration : line-through;
  padding : 2px 2px 0 0;
  font-size : 120%;
}

.specials .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 180%;
}

.specials .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -4px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

.specials_main {
  margin : 0;
  padding : 0;
}

.specials_main .products_image {
  display : block;
}

.specials_main .products_name {
  display : block;
  padding-top : 2px;
}

.specials_main .products_price {
  margin : 7px 5px 0 5px;
  padding : 4px 0 0 0;
  border-top : 1px solid #CCCCCC;
  font-size : 100%;
}

.specials_main .products_old_price {
  color : #9a9a9a;
  font-weight : normal;
  text-decoration : line-through;
  padding : 2px 2px 0 0;
  font-size : 100%;
}

.specials_main .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 140%;
}

.specials_main .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -4px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

.whats_new {
  margin : 0;
  padding : 0;
}

.whats_new .products_image {
  display : block;
}

.whats_new .products_name {
  display : block;
  padding-top : 2px;
}

.whats_new .products_price {
  margin : 7px 5px 0 5px;
  padding : 4px 0 0 0;
  color : #000000;
  font-weight : bold;
  border-top : 1px solid #CCCCCC;
  font-size : 120%;
}

.whats_new .products_old_price {
  color : #9a9a9a;
  font-weight : bold;
  text-decoration : line-through;
  padding : 2px 2px 0 0;
  font-size : 120%;
}

.whats_new .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 140%;
}

.whats_new .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -9px -4px 0;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

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

.products_new .products_price {
  margin : 5px 0 0 0;
  padding : 0;
  color : #000000;
  font-weight : bold;
  font-size : 120%;
}

.products_new .products_old_price {
  color : #9a9a9a;
  font-weight : bold;
  text-decoration : line-through;
  padding : 2px 2px 0 10px;
  font-size : 120%;
}

.products_new .products_specials_price {
  font-weight : bold;
  color : #B00000;
  padding : 2px 0 0 2px;
  font-size : 140%;
}

.products_new .specials_rate {
  background : url(images/specials.png) no-repeat;
  width : 58px;
  height : 31px;
  margin : 0 -5px -3px 50px;
  padding : 9px 0 0 9px;
  font-weight : bold;
  text-align : left;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #827436;
}

TD.pageHeading a.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #827436;	
  text-decoration : underline;
}

.currentCategoryHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #827436;
}

.currentCategoryHeading a.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #827436;	
  text-decoration : none;
}

.currentCategoryHeading a.headerNavigation:hover {
  text-decoration : underline;
  color : #827436;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  color : #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  padding: 10px;
}

.main a {
  color : #000000;
  text-decoration : none;
}

.main a:hover {
  color : #5C3682;
  font-weight: bold;
  text-decoration: underline;
  font-size: 10px;
}

h1 {
  border-top : 1px solid #4173b8;
  border-left : 1px solid #4173b8;
  border-right : 1px solid #4173b8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin : 0;
  padding : 3px 0 3px 5px;
  background : url(images/h1Background.png) repeat-x;
  height : 24px;
}

.pageContent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  border : 1px solid #4173b8;
  padding : 10px;
  margin : 10px 0 20px 0;
}

.pageContent * {
  font-size : 13px;
  color : #444444;
}

.pageContent h2 {
  border-bottom : 1px solid #4173b8;
  font-weight : normal;
  color:#444444;
  font-weight : bold;
  margin-top : 20px;
}

.pageContent table tr td {
  text-align : center;
}

.pageContent table tr td img {
  border-top : 2px solid #95b9db;
  border-left : 2px solid #95b9db;
  border-right : 2px solid #95b9db;
  border-bottom : 2px solid #95b9db;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color : #000000;
  padding : 10px;
  font-weight:bold;
}

TD.smallText a {
  color: #5C3682;
}

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

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


#menuChoice {
	margin-left : 10px;	
}

#menu {	
}

#menu .infoBoxContents {
  padding : 0 20px 0 0;
}

.mainCategoryTitle {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding : 2px 0 0 0;
	height:20px;
	cursor: pointer;
	border-top:1px solid #f5eece;
	color : #c56410;
	background : #fbf8eb;
}

.stretcher {
}

.mmenu {
	border-top:1px solid #f5eece;
	margin : 0;
	padding : 5px 0 5px 5px;
	list-style : none;
}

.smenu {
	display :none;
	margin : 0;
	padding : 0 0 0 12px;
	list-style : none;
}

.boutonMenu {
	border : 0;
	margin-right : 3px;
	text-decoration : none;
	color : #fffdf5;
	padding : 0;
}

.boutonMenu img {
	border : 0;
}

.categorie {
	text-decoration : none;
	color : #c56410;
	font-size : 110%;
}

.categorie:hover {
	color : #c56410;
}

.tabs {
	padding : 0 10px 0 10px;
}

.tabs div {
  margin : 0 5px 0 5px;
  padding : 2px 7px 4px 7px;
  font-weight : bold;
  font-size : 10px;
  float:left;
  background : #c9bb82;
}


.tabs div.selected {
  background : #faf2d0;
  color : #827436;
}

.tabs div a {
  color : #FFFFFF;
}

.tabs a:hover {
  text-decoration : underline;
}

.tab {
  padding : 15px;
  height : 350px;
  overflow : auto;
  vertical-align : top;
  /*border : 1px solid #faf2d0;*/
  background : #fffdf5 url(images/productBoxBackground.png) repeat-x ;
}





.info{
	margin-top: 3px;
	margin-left: 80px;
}

#img {
	border : 1px solid #999999;
	background : #FFFFFF;
}

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

.newsHeading {
  position : absolute; 
  top : 10px; 
  left : 360px;
  color : #000000;
}

.newsContent {
  position : absolute;
  top : 10px; 
  left : 400px;
  text-align : left;
}

.newsContent .news {
	margin : 0;
	padding :0;
}

/* ---------------------------- */
/*      FUZZY SEARCH STYLE      */
/* ---------------------------- */

TR.suggestedKeywords {
  background: #fffdf5;
}

TABLE.suggestedKeywords {
  border: 1px;
  border-style: solid;
  border-color: #f5eece;
  border-spacing: 1px;
  margin-top : 10px;
}

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

TD.suggestedKeywords .label {
  font-weight : bold;
  padding-right : 7px;
  font-style : italic;
}

TD.suggestedKeywords a {
}

/* ---------------------------- */
/*            HEADER            */
/* ---------------------------- */

.headerMenuBarContainer {
	position: fixed;
	top: 0;
	left:0;
	margin-left:0;
	width:100%;
	z-index:9;
	background: url(images/menu_background.png) repeat-x;
	vertical-align:top;
}

.headerMenuBar {
	position: fixed;
	top: 0;
	width:1000px;
	z-index:10;
	background: url(images/menu_background.png) repeat-x;
	vertical-align:top;
	border-bottom : 1px solid #666666;
}

.headerMenu td img {
	display:block;	
}

/*.headerMenu {
	background:#ff7301;
	vertical-align:top;
	margin:0;
	padding:0;
}

.headerMenu .headerMenuSeparator {
	float:left;
	height:40px;
	height:30px;
	padding:0;
	margin:0;
}

.headerMenu .headerMenuCategory {
	color:#FFFFFF;
	font-size:100%;
	display:block;
	float:left;
	background: url(images/menu_background.png) repeat-x; 
	margin : 0; 
	padding : 0;
	padding : 10px 20px 0 20px; 
	height:40px; 
	text-align:center;
}

.headerMenu .headerMenuCategory:hover {
	color:#ff7301;
	font-size:100%;
	text-decoration:none;
	height:35px; 
}

.headerMenu .headerMenuCategorySelected {
	color:#FFFFFF;
	font-size:100%;
	display:block;
	float:left;
	background: url(images/menuHeadSelectedBackground.png) repeat-x; 
	margin : 0; 
	padding : 10px 15px 0 15px; 
	height:30px;
	text-align:center;
}*/

.headerMenuCategory {
	color:#FFFFFF;
	font-size:100%;
	font-weight: bold;
	padding : 8px 20px 0 20px;
	height:32px;
}

.headerMenuCategory:hover {
	text-decoration:none;
	/*color:#ff7301;*/
	background: url(images/menuHeadSelectedBackground.png) repeat-x; 
}

.headerMenuCategorySelected {
	display:block;
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
	padding : 8px 15px 0 15px;
	height:32px;
}

.searchFormContainer {
	vertical-align:top;
}

.searchForm {
	display:block;
	margin:0 0 0 40px;
	background: url(images/searchFormBackground.png) no-repeat;
	padding : 8px 2px 0px 8px;
	height:21px;
	width:170px;
	text-align:left;
}

.searchForm .fieldContainer {
	display:block;
	float:left;	
	margin:0;
	padding:0;
}

.searchForm .fieldContainer .field {
	border:0;
	margin:0;
	padding:0;
	width:140px;
}

.searchForm .button {
	border:0;
	display:block;
}

.headerTitle {
	/*position:absolute;
	right:50%;
	margin-right:-500px;
	width:673px;*/
	vertical-align:top;
	text-align:right;
	padding:10px 10px 0 0;
	background: url(images/menu_shadow.jpg) repeat-x;
}

.headerPromo {
	position:absolute;
	vertical-align:top;
	text-align:left;
}

.headerLogo {
	vertical-align:top;
	text-align:right;
}

.headerNavig {
	/*position:absolute;
	right:50%;
	margin-right:-500px;
	width:673px;
	top:0;
	padding-top:150px;*/
	color:#908349;
	text-align:right;
	vertical-align:bottom;
}

.headerNavig td {
	padding : 0;
	height : 0;
}

.headerNavig .selected {
	background:#a0c4d5;
}

.headerNavig .unselected {
	background:#cfe1ea;
}

.headerNavig td img {
	display:block;
}

.headerNavig a {
	color:#999999;
	font-size:100%;
	font-weight:bold;
}

.headerNavig span {
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
}

.headerCategoryIllustration {
	text-align:left;
	height:152px;
	width:317px;
	background: url(images/menu_shadow.jpg) repeat-x;
} 

.headerCategoryIllustration img {
	display : block;
}

.bulle {
	margin-top:-40px;
	margin-left:-270px;
}
