/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font: 12px/1.6 arial,helvetica,sans-serif;
	background: none repeat scroll 0 0 #FFFFFF;
    color: #444444;
	text-align: center;
	}
	
a img {border: none; }

a, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}
	
.floatingBox h2 {
  border-bottom: 1px solid #C9C9C9;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 8px 12px 4px 0;
}

.floatingBox h3 {
  border-top: 1px solid #C9C9C9;
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 0;
  padding: 8px 12px 4px 0;
}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	color:#777;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
.centerColumn{
	
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,  .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 960px;
	vertical-align: top;

	}

#loginDefault {
    margin: 0;
	padding: 0 10px;
}

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{
  margin: 0 auto;
  width: 960px;
  z-index: 1000;
}

#logoWrapper {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  z-index: 100;
  height:80px;
}
#logo{
	float:left;
	width:395px;}
.logo_2{
	float:left;
	width:120px;
	margin-top:20px;}
.logo_3{
	float:right;
    width:350px;
}
.searchcontainer {
  float: right;
  width: 224px;
  background: url("../images/search_bg.gif") no-repeat scroll 0 0 transparent;
  height: 27px;
  position: relative;
  margin-top:5px;
}
.schbox {
  background-repeat: no-repeat;
  height: 25px;
  padding-left: 23px;
  padding-top: 3px;
  width: 215px;
}
.schtxtcontainer {
  background-color: #FFFFFF;
  color: #898989;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  overflow: hidden;
  padding-left: 2px;
  padding-top: 1px;
  width: 160px;
  float:left;
}
.schtxtbox {
  border: 0 none;
  color: #898989;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  overflow: hidden;
  padding-left: 2px;
  padding-top: 1px;
  width: 160px;
}
.schbutton {
  float: left;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {

	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox {
    margin: 0;
}

.signBox {
    width: 50%;
    margin: 0 auto;
}

.signBox ul {
    list-style: none;
	padding: 0;
}

.signBox ul li {
    margin: 0 0 5px 0;
}

.signBox label {
	font-weight: bold;
    font-size: 12px;
	line-height: 24px;
    width: 30%;
	text-align: right;
}

.signBox #login-email-address, .signBox #login-password {
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  padding: 4px;
  width: 64%;
}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
 .footer{
	margin: 0 auto;
	overflow:hidden;
	zoom:1
	}
.footer1{
	width:960px;
	margin:0 auto;
	}
	
#navCatTabsWrapper {
  height: 25px;
  left: 100px;
  position: absolute;
  text-align: center;
  top: 118px;
  width: 825px;
  z-index: 105;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis; 
}

#navCatTabsWrapper	#navCatTabs .catul{
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;

	}
	
#navCatTabsWrapper	#navCatTabs .catul li {
  background: url("../images/nav_bg.gif") no-repeat scroll right 6px transparent;
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 10;

}

#navCatTabsWrapper	#navCatTabs .catul li.last {
  background: none repeat scroll 0 0 transparent;
}

#navCatTabsWrapper	#navCatTabs .catul li a {
  border: 1px solid #434343;
  color: #9B9B9B;
  display: inline-block;
  font: bold 14px/25px Arial;
  height: 25px;
  padding: 0 5px;
}

#navMainWrapper{
	float:right;
	margin-top:10px;
	}
#navCatTabsWrapper {
	
	color: #9a9a9a;
	background-image:none;
}

#navMain ul{
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #666666;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription, .navNextPrevList {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background: none repeat scroll 0 0 #EFEFEF;
	line-height: 21px;
    margin-bottom: 8px;
    padding: 3px 12px 2px;
	font-size: 0.95em;
	font-weight: bold;
	border: 1px solid #BBBBBB;
	}

#navBreadCrumb a{
	color:#777777;}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 1em;
	border: 1px solid #cacaca;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	background-color:#9D9D9D;
	border-right: 1px solid #CCCCCC;
	}

.tableHeading, #cartSubTotal {

	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,  .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.additionalImages{
	margin:10px 3px;}
.centerBoxWrapper {
	/*border: 1px solid #9a9a9a;*/
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
	background-color:#DCDCDC;}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;

}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/header_bg_left.gif);
	padding: 1.2em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
    font-family: Arial;
    padding: 0 0 10px;
	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix,  #siteinfoCredits, #siteinfoStatus, #siteinfoIP,  .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance,  .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top {
	color: #777777;
	text-decoration: none;
	}
A.category-links {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products {
	color: #777;
	text-decoration: none;
	font-size:10px;
	display:block;
	}
A.category-products{
  background: url("../images/arrow_ico.gif") no-repeat scroll left center transparent;
  line-height: 1.35;
  margin: 0 0 3px;
  padding-left: 20px;
}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;

	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {

	height: 1.5em;
	vertical-align: top;
	}

.rowEven {

	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 0px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}

.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
	
#seShipTo {
	padding: 0.2em;
}

.CreatAccShipping {
    padding: 0; margin: 0; 
	list-style: none;
}

.CreatAccShipping li {
  margin: 0 0 10px;
}

.CreateAccBox label, .CreatAccShipping label {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: right;
    width: 36%;
}

.CreateAccBox input, .CreatAccShipping input {
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    padding: 4px;
    width: 53%;
}

.boxLeft {
   width: 50%;
}

.boxRight {
   width: 50%;
}

.CreateAccBox select, .CreatAccShipping select {
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  padding: 4px;
  width: 55.2%;
}

.addressesLable {
  width: 18% !important;
}

#street-address, #suburb, #street-address_shipping, #suburb_shipping {
  width: 76.5% !important;
}

#shippingAddress-checkbox {
  width: 2em !important;
}

/*================banner1===================*/
.banner1 {
  margin:0;
  padding:0;
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 5;
}
.banner1  ul{
  margin:0;
  padding:0;
	}
/*===============index new ================*/
.inner-product-wrapper{
  float:left;
}
.b1 .s1 .inner-product-wrapper .IFimg {
  background: url("../images/pr200_bg.gif") no-repeat scroll -2px -2px transparent;
  height: 200px;
  padding: 2px;
  width: 200px;
}
.b1 .s1 .inner-product-wrapper a{
	color:#777;}
.b1 .s1 .inner-product-wrapper .span7 .IFitemprice .productSpecialPrice,.productPriceDiscount{
  color: #D5D3C8;
  font: bold 16px/20px Arial;
  height: 20px;
	}
/*====================footer====================*/
#navSupp h3{
  background: url("../images/letter_bg.gif") no-repeat scroll 0 -4px transparent;
  height: 50px;
  margin: 0 0 0 8px;
  width: 220px;
	}
#navSupp p {
  color: #8D8D8D;
  margin: 5px 0 0 5px;
  padding: 12px 0 0;
}

.center .divright{
	float:right;
	width:350px;}
	
#navSuppWrapper{
	overflow:hidden;
	zoom:1}
	
.center{
	width:100%;
	height:140px;
	margin:0;
	padding:0;}
	
.center ul{
	font-size: 10px;
	float:right;
	width: 195px;
	height: 120px;
    text-transform: uppercase;
	margin-right:410px;
	padding:0;
	list-style:none;}
	
.center ul li{
	text-align:left;
	padding: 0 10px;}
	
.center ul li a{
  font-size: 11px;
  color:#777777;}
  
.legalCopyright,.divpay{
	margin:10px;}
/*=============pro list==============*/
.sideBoxContent  a.category-top{
	display:block;
	color: #777777;
    font: bold 13px/25px Arial;
    text-transform: uppercase;}
	
.sideBoxContent  a:hover{
	background:url(../images/icon.jpg) no-repeat scroll -10px -154px transparent;
	}
		
.m-s1 {
  background: url("../images/bg3.jpg") no-repeat scroll 0 0 #383838;
  height: auto;
  padding: 0 0 20px;
  position: relative;
  width: 780px;
}

#productListHeading{
  background: url("../images/category_title_bg.gif") no-repeat scroll 0 0 transparent;
  color: #666;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 7px 15px 5px;}

.page {
  background: url("../images/page_bg.jpg") no-repeat scroll right bottom transparent;
  height: 25px;
  margin: 0 10px;
  padding: 10px 0;
  text-align: right;
  width:100%;
}

.page a, .navSplitPagesLinks a{
	color:#777;}
	
.firstBox,.conBox,.lastBox{
	margin:15px auto}
	
.centerBoxContentsProducts{
  display: inline;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
	}

	
.itemimage img{
	height:230px}
	


.itemTitle a{
	color:#777;
	font-size:12px}
		
.itemimage .sale {
  background: url("../images/sale.gif") no-repeat scroll 0 0 transparent;
  height: 50px;
  position: absolute;
  right: 23px;
  top: 0;
  width: 20px;
}

/*======pro info================*/
.crumb{
	padding-left:10px;}
	
.pr_up{
	width:760px;
	padding: 0 0 0 20px;
	height:600px;}

.pr_review {
  padding: 0 0 0 20px;
  width: 760px;
}

.pr_up .upleft{
	float:left;
	width:400px;
}
	
.pr_up .upright{
	float:right;
	width:330px;
}

.pr_review .downleft{
	float:left;
	width:400px;
}
	
.pr_review .downright{
	float:right;
	width:330px;
	background-color:#2C2C2C;
}

.pr_up .upleft #productMainImage {
  height: 400px;
  width: 400px;
  overflow: hidden;
  text-align: center;
}

.pr_up .upleft #productMainImage img {
	width:400px;
	height:400px;}

.navNextPrevWrapper{
	width:100%;
	height:35px;
}

.navNextPrevWrapper .navNextPrevList, .navNextPrevList{
		float:right;
}
	
#productName{
  color: #D5D3C8;
  font: bold 15px/21px Arial;
}

#productDetailsList{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0}
	
.additionalImages a{
	color:#777;}



.firstBox .back2{
	width:160px;
	height:100px;
	padding-top:12px;
	text-align:left}
/*========shop cart=============*/
#cartProdTitle, #alsoName{
	color:#777}
	
/*=========index===============*/
.index-text p {
  padding: 5px 10px;
  color:#777;
}

.firstBox .b1 .s1 .t_85{
  background: url("../images/top_sell.png") no-repeat scroll -11px 0 transparent;
  height: 305px;
  left: 330px;
  position: absolute;
  width: 40px;
  margin-top:20px;
}

.firstBox .b1 .s1 .t_50{
  background: url("../images/top_sell.png") no-repeat scroll -64px 0 transparent;
  height: 305px;
  margin-left:20px;
  position: absolute;
  width: 40px;
  margin-top:20px;
}

.firstBox .b1 .s1 .t_81{
  background: url("../images/top_sell.png") no-repeat scroll -119px 0 transparent;
  height: 305px;
  margin-left:20px;
  position: absolute;
  width: 40px;
  margin-top:20px;
}

#alsoImg img{
	width:122px;
	height:122px;}
.ban_bot {
  background: url("../images/navbg.jpg") repeat-x scroll 0 0 transparent;
  clear: both;
  height: 46px;
  padding: 0 15px;
}
 .aleft {
  float: left;
  line-height: 40px;
}
#whatsNew{
  background: url("../images/featured_bg.gif") repeat-x scroll 0 0 #F8F8F8;
  padding: 20px 60px;
  width: 840px;
  display:block;
  position:relative;
}
#whatsNew img{
	height:105px;}
.footer-top {
  background: none repeat scroll 0 0 #EEEEEE;
  height: 50px;
  padding: 0 25px;
}
.footer-top .fl {
  float: left;
  margin-top: 15px;
}

.footer-top .fr {
  float: right;
  margin-top: 15px;
}
.footer-top .info {
  background: url("../images/info_ico.gif") no-repeat scroll left center transparent;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 25px;
  color:#666;
}
.navleft{
	float:left;
	width:660px}
.navleft ul{
	float:left;
	list-style:none;}
.navleft ul li a{
	color:#666;}
navright{
	float:right;
	width:350px}
.centerBoxContentsNew{
	margin-right:15px;
	centerBoxContentsNew}
#currenciesContent{
	margin-top:15px;}
#productsListingTopNumber,#productsListingBottomNumber{
  background: url("../images/bkg_toolbar.gif") repeat-x scroll 0 100% #FFFFFF;
  border-top: 1px solid #DDDDDD;
  font-size: 11px;
  padding: 4px 8px;
  text-align: center;
}
.block-content {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
  text-align: center;
}
#productMainImage img{
	height:350px;
	border:#CACACA solid 1px}
.up{
	padding-left:20px;
	overflow:hidden;
	zoom:1;}
.up_right{
	float:left;
	width:400px;}
.down{
	padding-left:20px;
	overflow:hidden;
	zoom:1;}
#alsoImg img{
	width:200px;
	height:230px;}
#alsoName{
	font-size:12px;
	width:180px;}
	
#whatsNew .prev {
  background: url("../images/imageNavLeft.gif") no-repeat scroll 0 0 transparent;
  float: left;
  position:absolute;
  top:80px;
  left:20px;
}
#whatsNew  .prev, #whatsNew  .next {
  cursor: pointer;
  display: block;
  height: 23px;
  overflow: hidden;
  text-decoration: none;
  width: 23px;
}
#whatsNew  .next {
  background: url("../images/imageNavRight.gif") no-repeat scroll 0 0 transparent;
  float: left;
  position:absolute;
  top:80px;
  right:20px;
}