/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/
BODY {
	background-color: #000;
	color: #a6a6a6;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 12px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0 90px;
	margin: auto;
	position: relative;
	text-align: left;
	width: 995px !important;
	background: url(../images/superchrono_bg.jpg) repeat-y;
}

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

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

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

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
/*  border-bottom: 1px solid #9a9a9a; */
}

TABLE.header2 {
/*  background-image: url(../images/header_bg2.jpg);
  background-repeat: repeat-x; */
/*  background-color: #E3E2E0; */
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; 
}

TABLE.headerNavigation {
  background-image: url(../images/tile_back.jpg);
  background-color: #550909;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
/*  border-bottom: 1px solid #9a9a9a; */
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
/*  font-weight: bold; */
  color:#060000;
  letter-spacing:0px;
  padding: 3px;
}

#navBreadCrumb {
  font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
  padding:5px;
  border-bottom: 1px dotted #9a9a9a;
  width:580px;
  margin:auto;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #000;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #550909;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ff0000;
  color: #060000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  /*background: #550909;*/
  padding: 2px;
}

.boxText {
  color: #ffffff;
  font-size: 12px;
  line-height: 125%;
}
.leftbox, .rightbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*background: #550909;
  border: 1px solid #9a9a9a;*/
  margin-bottom: 15px;
}
.centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*border: 1px solid #9a9a9a;*/
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading {
  /*background-color: #abbbd3;*/
  font-size: 12px;
  font-weight: bold;
  color: #060000;
  /*padding: 3px;
  height: 20px;*/
  padding-left: 10px;  
  background: transparent url(../images/box_heading.jpg) left no-repeat;
  height: 40px;
  width: 197px;
  text-align:left;
}

.centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 13px;
  font-weight: bold;
  color: #060000;
  padding:5px 0 0 15px;  
  background: transparent url(../images/center_heading.jpg) left no-repeat; 
  height: 33px;
  width: 585px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #060000;
}

TR.leftboxheading, TR.rightboxheading {
  color: #550909;
}

TR.centerboxheading, TR.singleboxheading {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
}

.leftboxcontent, .rightboxcontent {
  color: #ffffff;
  line-height: 125%;
  padding: 4px;
  /*border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;*/
  padding-bottom:10px;
  background:#24201F url(../images/sidebox_bg.jpg) top no-repeat;
}

.leftboxcontent a, .rightboxcontent a {color:#fff}

.centerboxcontent {
  width:585px;
  margin:auto;
  display:block;
  background: #000;
}

.centerboxcontent p	{padding:4px 2px; }



.singleboxcontent {
  line-height: 125%;
  padding: 4px;
  background-color: #000;
}



.leftboxfooter, .rightboxfooter {
  background-color: #abbbd3;
  background-image: url(../images/box_footer.jpg);
  width: 197px;
  height: 10px;
  margin-bottom: 5px;
  display:none;
}

.centerboxfooter, .singleboxfooter {
  width: 585px;
  margin-bottom: 5px;
  display:none;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f464741;
/*  border:1px solid #9a9a9a; */
  padding: 0px;
  width: 585px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 13px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #232323;
  /*background-image: url(../images/tile_back.jpg);*/
}

TD.productlisting {
  border:1px solid #545454;
}

TD.productListing-data, #cartProdTitle {
  font-size: 11px;
  padding: 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, div.pageHeading, h1.pageHeading, h1, #ezPagesHeading {
  font-size: 14px;
  font-weight: bold;
  color: #a6a6a6;
  padding-top: 11px;   
}

TD.pageHeading, DIV.pageHeading, .pageHeading, #ezPagesHeading	{
 background: transparent url(../images/center_heading.jpg) left no-repeat;
  height: 35px;
  width: 580px;
}

TD.pageHeading h1 { 
	font-size: 13px; 
	padding: 0;
	padding-bottom: 8px; 
	padding-left: 15px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px; 	
	color:#000;
}

#ezPageDefault	{width:580px; margin:auto;}
#ezPageDefault h1 {color:#000000; margin:0; padding:20px 0 0 15px;}

.center_column {
  padding: 0px;
}
.main_page{
  width: 994px;
  background-color: #000;
  /*border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;*/
  padding: 5px 0 0;
}

/* footer
--------------*/

TABLE.footer {
  background: #550909;
  text-align: center;
  font-size: 11px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;

}
TR.footertop {
  background: #abbbd3;
  background-image: url(../images/tile_back.jpg);
  font-size: 12px;
}

TD.footertop, TD.footerbottom {
  color: #ffffff;
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TR.productListing-odd, TR.upcomingProducts-odd, .rowOdd {
  background: #000;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications, .rowEven {
  background: #000;
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: #464741;
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

td.pageresults a {
  color: #fff;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 11px;
}

TD.fieldKey {
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 13px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-size: 12px;
}

.greetUser {
   font-size: 13px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 13px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #FB5413;
}

span.productSpecialPriceSale {
  color: #FB5413;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 11px;
  color: #FB5413;
}
.moduleRow { }
.moduleRowOver { background-color: #545454; cursor: pointer; }
.moduleRowSelected { background-color: #464741; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 11px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 11px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 12px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
/*  background: #D0D0D0;
  border:1px solid #9a9a9a; */
}

TD.categoriesdescription {
  font-size: 12px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top {
  color: #a6a6a6;
font-weight: normal; text-transform:capitalize;
  text-decoration: none;
}
A.category-links {
  color: #a6a6a6;
  font-weight: bold;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FB5413;
  display:block;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
A.menu {
  font-size: 11px;
  color: #FF3333;
}
table.billboard {
  background-image: url(../images/billboardbg1.jpg);
  font-size: 11px;
  color: #FFFFFF;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  margin:0px;
}




/*Latest Skin CSS*/
#upper-box { 
	width: 995px;
	height: 77px;
	background: transparent url(../images/upper_box.jpg) top left no-repeat;
} 

#category-bar { 
	width: 995px;
	height: 44px;
	background: transparent url(../images/category_bar.jpg) top left no-repeat;
	text-align:right;
}

#category-bar ul { margin:0; padding:15px 60px 0 0 ; }
#category-bar li { display: inline;  padding-left: 8px; padding-right: 5px; margin: 0; list-style-type: none; background: transparent url(../images/m09.gif) left no-repeat; }
#category-bar li a { color: #060000; font-weight:bold;  }

#main_menu { margin:0;}
#main_menu img	{margin:0;}

#main_menu a	{text-indent:-999em; height:51px; display:block; outline:none;}

#main_menu #menu_main_page	{width:181px; background: url(../images/Untitled-5_01.jpg) no-repeat;}
#main_menu #menu_main_page:hover	{background: url(../images/Untitled-5_01.jpg) 0 -51px no-repeat;}

#main_menu #menu_new_product	{width:215px; background: url(../images/Untitled-5_02.jpg) no-repeat;}
#main_menu #menu_new_product:hover	{background: url(../images/Untitled-5_02.jpg) 0 -51px no-repeat;}

#main_menu #menu_my_account	{width:199px; background: url(../images/Untitled-5_03.jpg) no-repeat;}
#main_menu #menu_my_account:hover	{background: url(../images/Untitled-5_03.jpg) 0 -51px no-repeat;}

#main_menu #menu_shopping_cart	{width:217px; background: url(../images/Untitled-5_04.jpg) no-repeat;}
#main_menu #menu_shopping_cart:hover	{background: url(../images/Untitled-5_04.jpg) 0 -51px no-repeat;}

#main_menu #menu_checkout	{width:181px; background: url(../images/Untitled-5_05.jpg) no-repeat;}
#main_menu #menu_checkout:hover	{background: url(../images/Untitled-5_05.jpg) 0 -51px no-repeat;}


#billboard {
	width: 990px;
	height: 268px;
	padding-left: 5px;
	background: transparent url(../images/billboard_bg.jpg) left top no-repeat;
}

#flash {
	
	float:left;
	height: 254px;
	width: 330px;
	margin: 3px;
	margin-top: 6px;
}

#secure-buy {
	/*background: transparent url(../images/secure_buy.jpg) left top no-repeat;*/
	float:left;
	height: 254px;
	width: 330px;
	margin: 3px;
}

#static-banner {
	/*border: 1px solid #000;*/
	float:left;
	height: 254px;
	width: 308px;
	margin: 3px;
}

#footer {
	width: 942px;
	height: 59px;
	background: transparent url(../images/footer_bg.jpg) left top no-repeat;
	margin:10px auto;
	clear:both;
}

#footer a {color:#060000;}

#category-summmary ul { padding: 0 0 0 5px; margin: 0; list-style-type: none;}
#category-summmary li { background: transparent url(../images/m11.gif) left no-repeat;  padding-left: 15px; padding-top: 3px; border-bottom: 1px dashed #fff; display: block; padding-bottom: 3px; }


#main-search { 
	background: transparent url(../images/searchbox.jpg) left no-repeat; 	
	height: 136px;
	width: 585px;
	margin:auto;
}

input, select { margin-bottom: 5px; }
input[type="text"], input[type="password"]	{background:#FEFEFE url(../images/input_bg.gif) repeat-x; border:1px #6f6f6f solid; padding-top:4px;}

img { margin-top: 3px; border:none;}

textarea { width: 500px;  margin-bottom: 5px;}

font { color: #fbf9f9; font-size: 12px; text-decoration: none; font-weight: normal; }

.main_desc	{margin-bottom:20px;}
.cat_list td	{padding-left:5px;}
.clearBoth	{clear:both;}
.back	{float:left;}
.forward	{float:right;}
.small, .navSplitPagesResult, .navSplitPagesLinks	{font-size:11px;}
.greeting	{padding: 10px 0 0 15px;}

/* right column */
#navColumnTwo	{text-align:center;}



/* Index Page */
#indexDefaultMainContent	{position:relative; overflow:hidden; margin:auto; width:585px;}

/* Testimonial */
#testimonials	{position:relative; overflow:hidden; margin:auto; width:585px;}
#testimonials h2	{padding-top:20px;}


/* Monthly Special - Index */
#specialsDefault	{position:relative; overflow:hidden; padding-bottom:10px; margin:auto; width:585px;}
#specialsDefault h2	{padding-top:20px;}
.centerBoxContentsSpecials	{float:left; text-align:center; font-size:11px;}

/* New Products - Index */
#whatsNew	{position:relative; overflow:hidden; padding-bottom:10px; margin:auto; width:585px;}
#whatsNew h2	{padding-top:20px;}
.centerBoxContentsNew	{float:left; text-align:center; font-size:11px;}

/* New Product Page */
#newProductsDefault	{margin:auto; width:585px;}
#newProductsDefault h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#sorter	{text-align:right;}

/* Special Product Page */
#specialsListing	{margin:auto; width:585px;}
#specialsListing h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#specialsListing .specialsListBoxContents	{float:left; text-align:center; margin:10px 0;}

/* New Product Page */
#shoppingCartDefault	{margin:auto; width:585px;}
#shoppingCartDefault h1	{padding: 20px 0 0 15px; margin:0;  color:#000;}
#shoppingCartDefault .cartTotalsDisplay	{text-align:center; font-size:11px;}
tr.tableHeading	{color:#FFFFFF; font-size:11px; font-weight:bold; height:20px; padding:3px; background:#232323; text-align:center;}
#shoppingCartDefault .cartQuantityUpdate	{text-align:center;}
#shoppingCartDefault #cartImage	{margin-right:10px;}
#shoppingCartDefault .cartTotalDisplay	{font-size:11px;}
#shoppingCartDefault td	{padding:10px 5px;}
#shoppingCartDefault #cartSubTotal	{text-align:right; padding:5px 0; border-top:1px solid #BBC3D3; border-bottom:1px solid #BBC3D3; margin:5px 0;}
#shoppingCartDefault .btn_update	{margin-top:3px;}
#shoppingCartDefault .btn_continue	{text-align:center;}

.centerBoxContentsNew	{height:280px;}

/* Categories Page */
#indexCategories	{margin:auto; width:585px;}
#indexCategories h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#categoryDescription h1	{color:#FB5413; padding:10px 0;}
.categoryListBoxContents	{float:left; font-size:11px;}

/* Login/Logout Page */
#loginDefault, #logoffDefault, #timeoutDefault	{margin:auto; width:585px;}
#loginDefault h1, #logoffDefault h1,  #timeoutDefault h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#loginDefault input[type="text"], #timeoutDefault input[type="text"]	{width:40%;}
#loginDefault .inputLabel, #timeoutDefault .inputLabel	{float:left; width:130px;}
#loginDefault legend, #timeoutDefault legend	{color:#ffb062; font-weight:bold;}

/* Checkout Page */
#checkoutShipping, #checkoutShipAddressDefault, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #checkoutPayAddressDefault	{margin:auto; width:585px;}
#checkoutShipping h1, #checkoutShipAddressDefault h1, #checkoutPayment h1, #checkoutConfirmDefault h1, #checkoutSuccess h1, #checkoutPayAddressDefault h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#checkoutShipping input[type="text"], #checkoutShipAddressDefault input[type="text"],
#checkoutPayment input[type="text"], #checkoutPayAddressDefault input[type="text"]	{width:40%;}
#checkoutShipping .inputLabel, #checkoutShipAddressDefault .inputLabel, #checkoutPayment .inputLabel,
#checkoutPayAddressDefault .inputLabel	{float:left; width:130px;}
#checkoutShipping legend, #checkoutShipAddressDefault legend, #checkoutPayment legend,
#checkoutPayAddressDefault legend	{color:#ffb062; font-weight:bold;}

#checkoutShipto, #checkoutBillto	{width:100%;}
#ottotal .lineTitle, #ottotal .totalBox	{font-weight:bold; border-top:1px solid #ccc; margin-top:10px;}


/* My account Page */
#accountDefault, #accountHistoryDefault, #accountHistInfo, #accountEditDefault, #accountPassword, #accountNotifications,
#acctNewslettersDefault, #addressBookDefault, #addressBookProcessDefault	{margin:auto; width:585px;}
#accountDefault h1, #accountHistoryDefault h1, #accountNotifications h1, #acctNewslettersDefault h1,
#addressBookDefault h1, #addressBookProcessDefault h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#accountEditDefault input[type="text"], #accountPassword input[type="text"], #addressBookProcessDefault input[type="text"]	{width:40%;}
#accountEditDefault .inputLabel, #accountPassword .inputLabel, #accountNotifications .inputLabel,
#addressBookProcessDefault .inputLabel	{float:left; width:140px;}
#accountEditDefault legend, #accountPassword legend, #accountNotifications legend, #addressBookDefault legend,
#addressBookProcessDefault legend	{color:#ffb062; font-weight:bold;}

/* Index Product Listing Page */
#indexProductList	{margin:auto; width:585px;}
#indexProductList h1	{padding: 20px 0 0 15px; margin:0; color:#000;}

/* Sendign GV Page */
#gvSendDefault, #gvFaqDefault, #gvRedeemDefault	{margin:auto; width:585px;}
#gvSendDefault h1, #gvFaqDefault h1, #gvRedeemDefault h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#gvSendDefault input[type="text"]	{width:40%;}
#gvSendDefault .inputLabel	{float:left; width:120px;}
#gvSendDefault legend	{color:#ffb062; font-weight:bold;}


/* Single Review Page */
#reviewsInfoDefault	{margin:auto; width:585px; text-align:center;}
#reviewsInfoDefault h1	{padding: 20px 0 0 0; margin:0; color:#000;}
#reviewsInfoDefault .rating, #reviewsInfoDefault #reviewsInfoDefaultMainContent, #reviewsInfoDefault #reviewsInfoDefaultDate	{text-align:left;}

/* Review Page */
#reviewsDefault	{margin:auto; width:585px; text-align:center;}
#reviewsDefault h1	{padding: 20px 0 0 0; margin:0; color:#FB5413; text-align:center;}
#reviewsDefault #productReviewsDefaultProductImage	{margin:auto; width:350px; display:block;}
#reviewsDefault .reviews 	{text-align:left;}

/* Tell a Friend Page */
#tellAFriendDefault	{margin:auto; width:585px;}
#tellAFriendDefault input[type="text"]	{width:40%;}
#tellAFriendDefault .inputLabel	{float:left; width:120px;}

/* Advanced Search Page */
#advSearchDefault, #advSearchResultsDefault	{margin:auto; width:585px;}
#advSearchDefault h1, #advSearchResultsDefault h1	{padding: 20px 0 0 15px; margin:0; color:#000;}
#advSearchDefault .floatingBox	{width:46%;}
#advSearchDefault legend	{color:#ffb062; font-weight:bold;}
#advSearchDefault input[type="text"], #advSearchDefault select	{width:80%;}

/* Single Product page*/
.categoryIcon	{display:none;}
.navNextPrevCounter	{text-align:center; font-size:11px; }
.btn_next_pre	{text-align:center; display:block; position:relative; overflow:auto; width:585px;}
.btn_next_pre .navNextPrevList	{width:190px; text-align:center;}

#productGeneral	{margin:auto; width:585px;}
#productGeneral h1	{padding: 20px 0 0 15px; margin:0; color:#000;}

#productMainImage	{margin:auto; text-align:center;}
#productPrices	{color:#FB5413; font-size:14px; font-weight:bold; padding-top:11px; text-align:center;}
#productDetailsList	{text-align:center; list-style:none; padding:0; margin:0;}
#cartAdd	{font-size:11px; padding:3px; border:1px dotted #ffb062; text-align:center; width:140px; float:right;}
#productDescription	{padding:0 20px;}

#alsoPurchased	{margin:auto; text-align:center;}
#alsoPurchased h2	{padding: 20px 0 0 15px; margin:0; color:#000;}

/* Shopping Cart Module */
#shoppingcartContent ul	{list-style-type:none; text-align:left; padding:0;}
#shoppingcartContent .cartBoxTotal	{text-align:right;}
.cartRemoveItemDisplay	{text-align:center;}

/* Best Seller Module */
#bestsellersContent ol	{text-align:left; padding:0 0 0 30px; margin:0;}

/* Best Seller */
.centerBoxContentsAlsoPurch	{float:left;}

/* Information Module */
#ezpagesContent ul	{text-align:left; padding:0 0 0 5px;}


/* Popup Image for products */
#popupImage div img	{width:350px; height:400px; display:block; position:absolute; left:50%; top:50%; margin-top:-200px; margin-left:-175px;}
#popupImage  {background: url(../images/superchrono_bg.jpg)}


