﻿/**

 * 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-family: Arial, helvetica, sans-serif;

	font-size: 78.5%;

	color: #545252;

	background: url("") no-repeat fixed center 0 #FFFFFF;

	}



a img {border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #333333;

	text-decoration: none;

	}

 

a:visited {

	color: #000000;

	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: #000000;

	}



a:active {

	color: #333333;

	}



h1 {

	font-size: 1.5em;

	color: #9a9a9a;

	}



h2 {

	font-size: 1em;

	}



h3 {

	font-size: 1.1em;

	}



h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	font-size: 1.1em;

	}



.biggerText {

	font-size: 1.1em;

	}



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%;

	}

*/



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



FORM, SELECT, INPUT {

	display: inline;

	font-size: 1em;

	margin: 0.1em;

	}



TEXTAREA {

	margin: auto;

	display: block;

	width: 95%;

	}



input:focus, select:focus, textarea:focus {

	background: #E4FEF5;

	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 1px solid #cccccc;

	background-color: #F6F4F4;

	}



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;

	}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .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: 980px;

	vertical-align: top;

	background-color: #FFFFFF;

	}



#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}



#logoWrapper{

	height:90px;

	padding-top: 5px;

	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.5em;

	margin-right: 0.5em;

	}

	

#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, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {

	margin: 0;

	width: 47%;

	}

#productGeneral .floatingBox {

	margin: 0;

	width:95%;

	margin:0;

	list-style:none;

	padding:0;
	line-height: 22px;

	}

.wrapperAttribsOptions {

	margin: 0.3em 0em;

	}



/*navigation*/



.navSplitPagesResult {}

.navSplitPagesLinks {}



.navNextPrevCounter {

	margin: 0em;

	font-size: 0.9em;

	}

.navNextPrevList {

	display: inline;

	white-space: nowrap;

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	}



#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {

	margin: 0em;

	padding: 0.5em 0.2em;

	font-weight: bold;

	color: #333333;

	height: 1%;

	}



#navCatTabsWrapper {

	background-color: #ffffff;

	color: #9a9a9a;

	background-image:none;

}



#navMain ul, #navSupp ul, #navCatTabs ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}

	

#navSupp ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 2em;

	}	



#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;

	color: #333333;

	white-space: nowrap;

	}



#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 {

	margin: 0.5em;

	}



#navMainSearch {

	float: right;

	}



#navBreadCrumb {

	padding: 0.5em 1em 1em;

	background-color: #ffffff;

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	}



#navEZPagesTop {

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	}



#navColumnOne, #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;

	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	padding: 0.1em 0.8em 0.6em;;

	}



.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 1em;

	}



/*Shopping Cart Display*/

#cartAdd {

	float: left;

	text-align: center;

	margin: 0.2em;

	border: 1px solid #eeeeee;

	padding: 0.2em;

	}



.tableHeading TH {

	border-bottom: 1px solid #9a9a9a;

	}



.tableHeading, #cartSubTotal {

	background-color: #e9e9e9;

	 }



#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:#000000;

	}



.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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}



.centerBoxWrapper {

	height: 1%;

	margin: 1.1em 0;

	}



h2.centerBoxHeading {

	font-size: 1.3em;

	}



/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a,

h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 1em;

	color:#666565;

	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {

	font-size: 0.9em;

	color: #ffffff;

}



.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	margin: 0em;

	padding: 0.5em 0.2em;

	background: none repeat scroll 0 0 #F2F2F2;

	}



.leftBoxContainer, .rightBoxContainer {

	margin: 0em;

	margin-top: 1.5em;

	}



.sideBoxContent {

	background-color: #ffffff;

	padding: 0.4em;

	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	text-decoration: none;

	} 



.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {

	color: #333333;

	}



.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .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, A.category-top:visited {

	color: #666666;

	text-decoration: none;

	}

A.category-links, A.category-links:visited {

	color:#333300;

	text-decoration: none;

	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {

	color:#663300;

	text-decoration: none;

	}

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 {

	background-color: #E8E8E8;

	height: 1.5em;

	vertical-align: top;

	}



.rowEven {

	background-color: #F0F0F0;

	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 3px; 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;

	}
/****************************************************************tagǩ*/

#con1 ol li {
	MARGIN: 8px
}
#con1{
	FONT-SIZE: 12px; MARGIN: 0px auto; 
}
#con1 #tags {
	border-bottom: 1px solid #DDDDDD; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 10px;  PADDING-TOP: 0px; HEIGHT: 23px
}
#con1 #tags LI {
	BACKGROUND: url("../images/tagleft.gif") no-repeat left bottom; FLOAT: left; MARGIN-RIGHT: 1px; LIST-STYLE-TYPE: none; HEIGHT: 23px
}

#con1 #tags LI A {
	font-size:14px; text-transform:uppercase;PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: url("../images/tagright.gif") no-repeat right bottom; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #999; LINE-HEIGHT: 23px; PADDING-TOP: 0px; HEIGHT: 23px; TEXT-DECORATION: none
}
#con1 #tags LI.emptyTag {
	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px
}
#con1 #tags LI.selectTag {
	background-color: #E7E5E6; BACKGROUND-POSITION: left top; MARGIN-BOTTOM: -2px; POSITION: relative; HEIGHT: 25px
}
#con1 #tags LI.selectTag A {
	BACKGROUND-POSITION: right top; COLOR: #000; LINE-HEIGHT: 25px; HEIGHT: 25px
}
#con1 #tagContent {
	 PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px;  PADDING-TOP: 1px; overflow: auto; 
}
#con1 .tagContent {
	PADDING-RIGHT: 5px; DISPLAY: none; PADDING-LEFT: 7px; PADDING-BOTTOM: 10px;  COLOR: #474747; PADDING-TOP: 3px; 
}
#con1 #tagContent DIV.selectTag {
	DISPLAY: block
}
#con1 #tagContent2 .centerBoxContentsSpecials {}
/***********************************************************************************/

#logoWrapper h1 {

    float: left;

    padding: 5px 0 0 6px;

    width: 170px;

}

.link_search {

    float: left;

    width: 792px;

}



#menu {

    border-top: 1px solid #C7C7C7;

    float: right;

    height: 31px;

    line-height: 31px;

    width: 760px;

}



.search_cur {

    float: right;

    width: 225px;

}



.top_link {

    border-right: 1px dotted #666666;

    float: left;

    padding-right: 10px;

    text-align: right;

    width: 500px;

	list-style:none;

	margin:0;

}



.top_link li {

    color: #7A7979;

    line-height: 18px;

    padding: 2px 5px 0;

}



#head .sys_cart {

    background: url("../images/cart.jpg") no-repeat scroll 0 0 transparent;

    color: #7A7979;

    display: block;

    float: right;

    font-size: 11px;

    margin-top: 7px;

    padding: 2px 0 0 23px;

    text-align: right;

    text-transform: capitalize;

}

.centerBoxContentsNew, .centerBoxContentsFeatured {

    background: none repeat scroll 0 0 #FFFFFF;

    font-family: Arial;

    font-size: 10pt;

    height: 250px !important;

    margin-bottom: 5px;

    margin-left: 6px;

    margin-top: 5px;

    padding-left: 5px;

    padding-right: 5px;

	border:1px solid #ccc;

    width: 171px !important;

}
.centerBoxContentsSpecials {

    background: none repeat scroll 0 0 #FFFFFF;

    font-family: Arial;

    font-size: 10pt;

    height: 250px !important;

    margin-bottom: 5px;

    margin-left: 6px;

    margin-top: 5px;

    padding-left: 5px;

    padding-right: 5px;

	border:1px solid #ccc;

    width: 170px !important;

}


.specialsListBoxContents, .centerBoxContentsProducts {

    background: none repeat scroll 0 0 #FFFFFF;

    font-family: Arial;

    font-size: 10pt;

    height: 330px !important;

    margin-bottom: 5px;

    margin-left: 6px;

    margin-top: 5px;

    padding-left: 5px;

    padding-right: 5px;

	border:1px solid #ccc;

    width: 170px !important;

}



#footer {

    border-top: 1px solid #E0E0E0;

    color: #474542;

    margin: 0 auto;

    padding-top: 10px;

    width: 970px;

	min-height: 90px;

}



#page {

    float: left;

    padding: 0 0 0 13px;

	max-width:555px;

}



#page .Customer {

    padding-right: 7px;

}

#navSupp li a {

    margin-left: 20px;

    margin-right: 20px;

	font-size: 13px;

}



.foot_r {

    float: right;

    width: 400px;

}

.share {

    margin-left: 54px;

    padding-top: 5px;

    text-align: center;

    width: 177px;

}

#siteinfoLegal { height:25px; line-height:25px;}

#Gstr {

    border: 0 none;

    color: #C5C3C4;

    float: left;

    height: 20px;

    line-height: 23px;

    padding-left: 9px;

    width: 170px;

}
#Gstr[type='text'] { background-color:#FFF;}
#go {

    border: 0 none;

    float: right;

    padding: 3px;

}

#navMainSearch form {

    border: 1px solid #B3B3B3;

    float: right;

    margin-bottom: 3px;

    width: 210px;

}

#Content select {border: 1px solid #B3B3B3;}



.link_search .sys_cart {

    background: url("../images/cart.jpg") no-repeat scroll 0 0 transparent;

    color: #7A7979;

    display: block;

    float: right;

    font-size: 11px;

    margin-top: 7px;

    padding: 2px 0 0 23px;

    text-align: right;

    text-transform: capitalize;

}

#categoriesContent a{ height:22px; line-height:22px; display:block; font-size:12px;}

#categoriesContent a:hover{ background-color:#ccc;}

.inshok { color: #009900;font-weight: bold;}

#proinfo {border: 1px solid #C9C9C9; float:right; width:420px; padding: 10px 13px;}



#indexDefaultMainContent {

    color: #8A5D1A;

    float: left;

    overflow: hidden;

    padding: 3px 0 10px;

    width: 100%;

}

.ad_l {

    float: left;

}

#adv {

    float: right;

    height: 511px;

    overflow: hidden;

    width: 710px;

}



#size_content {

    float: left;

    width: 419px;

}



#tagContent #size_content { width:372px;}



.newstitle {

    font-size: 14px;

    font-weight: normal;

    text-transform: uppercase;

}

#size_content table {

    font-family: Verdana,Arial,Helvetica,sans-serif !important;

    font-size: 0.85em;

    width: 425px;

}



.table_title {

    background: none repeat scroll 0 0 #181713;

    color: #FFFFFF;

    font-size: 9px;

    font-weight: bold;

    height: 20px;

    line-height: 20px;

}

#size_content tr {

    text-align: center;

}

.current {

    background-color: #000000;

    border: 1px solid #000000;

    color: #FFFFFF;

    padding: 2px 5px;

}



#productsListingListingTopLinks a {

    border: 1px solid #CCCCCC;

    color: #2E6AB1;

    padding: 2px 5px;

} 



#productsListingListingTopLinks {

    line-height: 28px;

}		 

#productsListingListingBottomLinks a {

    border: 1px solid #CCCCCC;

    color: #2E6AB1;

    padding: 2px 5px;

}



#productsListingListingBottomLinks {

    line-height: 28px;

}

.wrapperAttribsOptions select { margin-top:8px;}

/*********************************************************************************************************/

#productGeneral .rollBox {clear:both;height:230px;margin:0;margin: 10px 35px;}
#productGeneral .rollBox .LeftBotton {height:48px;width:26px;background: url("../images/prev-next.png") no-repeat scroll left top transparent;overflow:hidden;float:left;display:inline;margin:113px 0 0 0;cursor:pointer;}
#productGeneral .rollBox .RightBotton {height:48px;width:26px;background: url("../images/prev-next.png") no-repeat scroll right top transparent;overflow:hidden;float:right;display:inline;margin:113px 0 0 0;cursor:pointer;}
#productGeneral .rollBox .Cont {width:816px;overflow:hidden;float:left;}
#productGeneral .rollBox .ScrCont {width:10000000px;}
#productGeneral .rollBox .Cont .pic {width:150px;float:left;text-align:center;}
#productGeneral .rollBox .Cont .pic img {padding:1px;background:#fff;border:0px solid #ccc;display:block;margin:0 auto;width:130px; height:130px;}
#productGeneral .rollBox #List1, .rollBox #List2 {float:left;}

#may {
    background: url("../images/may.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 30px 0 0 12px;
    padding-top: 40px;
    width: 98%;
}
.centerBoxContentsAlsoPurch {
    padding: 0 8px;
    width: 188px !important;
}
/**********************************************************************/

#focus * {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {zoom:1;}

#focus ul,#focus li {list-style:none;}

#focus img {border:0;}

.wrapper { margin:0 auto; }

.shuoming {margin-top:20px; border:1px solid #ccc; padding-bottom:10px;}

.shuoming dt {height:30px; line-height:30px; font-weight:bold; text-indent:10px;}

.shuoming dd {line-height:20px; padding:5px 20px;}

/* qqshop focus */

#focus {width:710px; height:511px; overflow:hidden; position:relative;}

#focus ul {height:511px; position:absolute;}

#focus ul li {float:left; width:710px; height:511px; overflow:hidden; position:relative; background:#000;}

#focus ul li div {position:absolute; overflow:hidden;}

#focus .btnBg {position:absolute; width:710px; height:20px; left:0; bottom:0; background:#000;}

#focus .btn {position:absolute; width:690px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}

#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}

#focus .btn span.on {background:#fff;}

#focus .preNext {width:45px; height:100px; position:absolute; top:90px; background:url(img/sprite.png) no-repeat 0 0; cursor:pointer;}

#focus .pre {left:0;}

#focus .next {right:0; background-position:right top;}

/************************************************************************************/

#con2 ol li {

	MARGIN: 8px

}

#con2 {

	FONT-SIZE: 12px; margin-top:8px; WIDTH: 450px;float: right;

}

#con2 #tags {

	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0; WIDTH: 400px; PADDING-TOP: 0px; HEIGHT: 23px

}

#con2 #tags LI {
	border:1px solid #cecece; FLOAT: left; MARGIN-RIGHT: 5px; LIST-STYLE-TYPE: none; HEIGHT: 21px; border-bottom:none;

}

#con2 #tags LI A {

	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #999; LINE-HEIGHT: 23px; PADDING-TOP: 0px; HEIGHT: 23px; TEXT-DECORATION: none

}

#con2 #tags LI.emptyTag {

	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px

}

#con2 #tags LI.selectTag {

	BACKGROUND-POSITION: left top; MARGIN-BOTTOM: -2px; POSITION: relative; HEIGHT: 22px

}

#con2 #tags LI.selectTag A {

	BACKGROUND-POSITION: right top; COLOR: #000; LINE-HEIGHT: 23px; HEIGHT: 23px; font-weight:bold;color: #545454;

}

#con2 #tagContent {

	  height: auto;PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px;  PADDING-TOP: 1px; BACKGROUND-COLOR: #fff;overflow: auto; border:1px solid #CCCCCC;

}

#con2 .tagContent {

	PADDING-RIGHT: 10px; DISPLAY: none; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; max-width:618px; COLOR: #474747; PADDING-TOP: 10px; 

}
#tagContent2 { height:140px;overflow: auto;}
#con2 #tagContent DIV.selectTag {

	DISPLAY: block

}

#con2 #tagContent2 .centerBoxContentsSpecials { min-height:200px;}

#con2 #productAdditionalImages { border:1px solid #ececec;}

.share a { float:right;}
.category-products { overflow:hidden;}
#productPrices { line-height:22px;}
#productName { text-align:left; float:right; width:450px; font-size:12px;text-transform: uppercase; color:#434343;}
#navBreadCrumb,#navBreadCrumb a { font-size:11px; color:#999; font-weight:normal;}