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

* {
    margin: 0;
    padding: 0;
}
:link, *:visited {
    text-decoration: none;
}
ul, ol, li {
    list-style: none outside none;
}
h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}
a img, *:link img, *:visited img {
    border: medium none;
}
img {
    border: 0 none;
}
map {
    outline: medium none;
}
address {
    font-style: normal;
}
body, html {
    height: 100%;
    width: 100%;
}
body {
    background: none repeat scroll 0 0 #F9F0E7;
    color: #424242;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
}

a {
    color: #101010;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a:hover {
    color: #262626;
    text-decoration: none;
}

strong {
    font-weight: bold;
}
h2 {
    color: #292929;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h3 {
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h4 {
    color: #292929;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h5 {
    color: #292929;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h6 {
    color: #292929;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 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 {
    font-size: 12px;
    margin: 0.1em;
    outline: medium none;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	}

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

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

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}


HR {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E4E4E4;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    margin: 5px 0;
}

/*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 {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

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

.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;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	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;
	}

#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: #ffffff;
	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 {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
    font-size: 11px;
    line-height: 25px;
}
#navBreadCrumb a {
    font-weight: normal;
}
#navBreadCrumb a:hover {
    color: #FF0000;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	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.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
 
.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: #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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}



.centerBoxHeading {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #505050;
    display: block;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-decoration: none;
    text-indent: 15px;
    width: 100%;
}

/*sideboxes*/
.columnLeft {}


#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    color: #000000;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.leftBoxContainer {
    float: left;
    height: auto;
    width: 184px;
}


.sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
    float: left;
    position: relative;
    width: 100%;
}


.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: left;
}

#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 {
 
	text-decoration: none;
	}
.sideBoxContent  .sideBoxContentItem{
	text-align:center;}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	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;
	}
.fix {
    float: left;
    line-height: 25px;
    width: 100%;
}
.Container:before, .Container:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
#body_box {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    margin: 0 auto;
    max-width: 1680px;
    min-width: 780px;
    padding: 0;
    width: 1000px;
}
#header {
    margin: 0 auto;
    max-width: 1680px;
    min-width: 780px;
    padding: 0;
    width: 100%;
}
#model_header {
    height: auto;
    margin: auto;
    min-height: 90px;
    padding: 0;
    position: relative;
    width: 100%;
}
.account {
    background: none repeat scroll 0 0 #F6F6F6;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    width: 980px;
}
.account_link {
    color: #808080;
    float: left;
    font-size: 11px;
    line-height: 30px;
    padding-left: 10px;
}
.account_link li {
    float: left;
    padding: 0;
}
.account_link li a {
    color: #808080;
    font-size: 11px;
    margin: 0 8px;
    padding: 0;
}
.account_link li a:hover {
    color: #000000;
}
.account_link span {
    color: #808080;
    float: left;
}
.account_link .account_link_a_1 {
    color: #808080;
    font-size: 11px;
    margin: 0 4px;
    padding: 0 3px;
}
.account_link .account_link_a_1:hover {
    color: #000000;
}
.header_currencies {
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
}
.header_currencies span {
    color: #000000;
    font-size: 11px;
}
.header_currencies form {
    float: left;
    padding-top: 3px;
}
.header_currencies select {
    color: #000000;
    font-size: 11px;
}#logo {
    bottom: 20px;
    float: left;
    left: 0;
    margin-left: 18px;
    position: absolute;
}
.header_word {
    left: 410px;
    position: absolute;
    top: 70px;
}
#header_box {
    float: right;
    padding-right: 10px;
    width: 300px;
}
#search {
    float: right;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    width: 237px;
}
#search_form {
    margin: 0;
}
#keyword {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    color: #888888;
    float: right;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    text-indent: 5px;
    width: 200px;
}
#search_form input {
    outline: medium none;
}
.searchimg {
    background: url("../images/searchbutton.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 8px;
    text-indent: -999em;
    top: 8px;
    width: 18px;
}
.shoppingcart {
    clear: both;
    float: right;
    height: auto;
    line-height: 25px;
    margin-bottom: 12px;
    margin-top: 8px;
    width: 282px;
}
.shoppingcart .shopping_text {
    color: #808080;
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.shoppingcart p {
    color: #808080;
    float: right;
    font-size: 12px;
    font-weight: bold;
}
.shoppingcart .shoppingcart_number {
    color: #808080;
    padding: 0 3px;
}
.shoppingcart .shoppingcart_number:hover {
    color: #505050;
}
.shoppingcart strong {
    background: url("../images/shoppingcart.gif") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #505050;
    float: right;
    padding: 0 5px 0 25px;
    text-align: right;
}
.shoppingcart strong a {
    color: #000000;
    font-size: 12px;
}
.shoppingcart strong a:hover {
    text-decoration: underline;
}
#menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    float: left;
    margin: 0 10px;
    padding: 0;
    width: 980px;
}
#drop_Menu {
    float: left;
    position: relative;
    width: 100%;
}
#drop_Menu ul {
    float: left;
    width: 100%;
}
#drop_Menu ul .drop_Menu_home {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#drop_Menu ul .drop_Menu_help a {
    padding: 0 30px 0 31px;
}
* + html #drop_Menu ul .drop_Menu_help a {
    padding: 0 30px;
}
#drop_Menu ul li {
    float: left;
    height: 38px;
    margin: 0;
}
#drop_Menu ul li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 30px;
}
#drop_Menu ul li a:hover {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #808080;
}
#drop_Menu_sub {
    display: none;
}
#drop_Menu ul li:hover #drop_Menu_sub {
    display: block;
}
#catalogbox {
    height: auto;
}
#catalogbox ul li {
    height: auto;
    width: auto;
}
#catalogbox ul li a {
    font-family: Arial,Helvetica,sans-serif;
}
#catalogbox .catalog_lv1 li {
    float: left;
    position: relative;
}
#catalogbox .catalog_lv1 li:hover a {
    background: none repeat scroll 0 0 #F6F6F6;
}
#catalogbox .catalog_lv1 .catalog_lv2 li:hover a {
    background: none repeat scroll 0 0 #F6F6F6;
}
#catalogbox .catalog_lv1 .catalog_lv2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #E9E9E9 #E9E9E9;
    border-image: none;
    border-right: 1px solid #E9E9E9;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    left: -1px;
    padding: 10px;
    position: absolute;
    top: 39px;
    width: 408px;
    z-index: 1000;
}
#catalogbox .catalog_lv1 .catalog_lv2 li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    position: relative;
    width: 50%;
}
#catalogbox .catalog_lv1 .catalog_lv2 li a {
    background: url("../images/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    color: #505050;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-align: left;
    text-transform: capitalize;
}
#catalogbox .catalog_lv1 .catalog_lv2 li a:hover {
    text-decoration: underline;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: auto;
    z-index: 1001;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    width: auto;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #505050;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-align: left;
    text-transform: capitalize;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 li a:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 .catalog_lv4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: auto;
    z-index: 1001;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 .catalog_lv4 li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    width: auto;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 .catalog_lv4 li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #505050;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-align: left;
    text-transform: capitalize;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 .catalog_lv4 li a:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 .catalog_lv4 {
    display: none !important;
}
#catalogbox .catalog_lv1 .catalog_lv2 .catalog_lv3 .sf-sub-indicator {
    display: none;
}
#freeshipping {
    padding: 0 10px 10px;
}
#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: auto;
    padding: 0;
    width: 1000px;
}
#model_footer {
    float: left;
    height: auto;
    margin: auto;
    padding: 0;
    width: 100%;
}
#footer_link {
    background: none repeat scroll 0 0 #F6F6F6;
    float: left;
    height: 80px;
    margin: 5px 10px 10px;
    padding: 0 20px;
    text-align: center;
    width: 940px;
}
.footer_link_m {
    float: left;
    margin: 10px 150px 0 0;
    width: auto;
}
.footer_link_m .hh1 {
    color: #808080;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}
.footer_link_m ul {
    float: left;
    width: 100%;
}
.footer_link_m li {
    float: left;
    line-height: 10px;
    list-style: none outside none;
    padding-top: 8px;
}
.footer_link_m li a {
    color: #808080;
    font-size: 11px;
    padding: 0;
}
.footer_link_m li a:hover {
    text-decoration: underline;
}
.footer_link_m .bor_r {
    color: #808080;
    margin: 0 7px;
}
.footer_link_m_1 {
    float: left;
    margin: 10px 0 0;
    width: auto;
}
.footer_link_m_1 ul {
    float: left;
    width: 100%;
}
.footer_link_m_1 .hh1 {
    color: #808080;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}
.footer_link_m_1 li {
    float: left;
    line-height: 10px;
    list-style: none outside none;
    padding-top: 8px;
}
.footer_link_m_1 li a {
    color: #808080;
    font-size: 11px;
    padding: 0;
}
.footer_link_m_1 li a:hover {
    text-decoration: underline;
}
.footer_link_m_1 .bor_r {
    color: #808080;
    margin: 0 7px;
}
#footer_copyright {
    color: #808080;
    float: left;
    font-size: 11px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    text-align: left;
}
#footer_copyright a {
    color: #808080;
    font-size: 11px;
}
#footer_copyright a:hover {
    text-decoration: underline;
}
#main {
    margin: 0 auto;
    width: 100%;
}
#model_main {
    float: left;
    padding: 0 10px 8px;
    position: relative;
    width: 980px;
}
.main_right {
    float: right;
    margin: 0 0 0 0;
    width: 784px;
}
#index_left {
   
    border-color: #E9E9E9;

  
    border-style: none solid solid;
    border-width: medium 1px 1px;
    float: left;
    margin: 8px 8px 8px 10px;
    width: 183px;
}
#index_left .leftBoxContainer {
    float: left;
    text-align: left;
    width: 100%;
}
#index_left .sideBoxContent div, #index_left .rightBoxContainer div, #index_left .leftBoxContainer div {
    float: left;
    position: relative;
}
.fix li {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.fix li a {
    background: url("../images/arrow.png") no-repeat scroll 1px center rgba(0, 0, 0, 0);
   color: #222222;
    display: block;
    float: none;
    font-size: 12px;
    overflow: hidden;
    padding: 0 10px 0 7px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}
.fix li a:hover {
    text-decoration: underline;
}
#whatsnew {
    float: left;
    margin-top: 0;
}
#reviewsContent {
    padding: 5px 0;
    width: 100%;
}
#whatsnew #reviewsContent {
    padding: 4px 0;
}
#whatsnew li {
    float: left;
    padding: 3px 0;
    width: 100%;
}
#whatsnew .whatnew_pro_box {
    border-bottom: 1px solid #F9F9F9;
    float: left;
    margin: 0 5%;
    max-width: 200px;
    padding-bottom: 2px;
    width: 90%;
}
#whatsnew .whatnew_pro_img {
    display: table-cell;
    min-width: 100px;
    vertical-align: middle;
    width: 166px;
}
#whatsnew .whatnew_pro_img a {
    display: block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#whatsnew .whatnew_pro_name {
    float: left;
    text-align: center;
    width: 100%;
}
#whatsnew .whatnew_pro_name a {
    color: #9D9091;
    display: block;
    font-size: 11px;
    padding: 0;
}
#whatsnew .whatnew_pro_name a:hover {
    color: #666666;
    text-decoration: underline;
}
#whatsnew .whatnew_pro_price {
    float: left;
    text-align: center;
    width: 100%;
}
#whatsnew .whatnew_pro_price .normalprice {
    color: #999999;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-right: 15px;
}
#whatsnew .whatnew_pro_price .productSpecialPrice {
    color: #262626;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}
#cheap, #new, #hot {
    float: left;
    position: relative;
    width: 100%;
}
#hot .centerBoxHeading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E9E9E9;
    color: #000000;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
}
.title_more {
    color: #888888;
    font-weight: bold;
    left: 720px;
    position: absolute;
    top: 8px;
}
#hot {
    border: 1px solid #E9E9E9;
    float: left;
    min-height: 295px;
    position: relative;
}
 
#new {
    position: relative;
}
#new #newProducts {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #B1AAAA #B1AAAA;
    border-image: none;
    border-right: 1px solid #B1AAAA;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: hidden;
    padding: 3px 4px;
    width: auto;
}
#new .clearBoth {
    display: none;
}
#NewProducts, #HotProducts, #SpecialsProducts {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 0 8px 8px;
    position: relative;
    width: 778px;
}
#HotProducts ul {
    text-align: center;
}
#cheap,#new,#hot {
    float: right;

    overflow: hidden;
    width: 785px;
}
#indexHomeBody #cheap,#indexHomeBody #new,#indexHomeBody #hot {
    float: right;
    margin: 8px 10px 0 0;
    overflow: hidden;
    width: 785px;
}
#hot .centerBoxHeading {
    height: 30px;
    width: 100%;
}
#new .centerBoxHeading {
    display: none;
}
#hot #featuredProducts {
    margin: 0 40px 20px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
 
#HotProducts ul {
    text-align: center;
}
.alt {
    border: 1px solid #E9E9E9;
    display: inline-block;
    float: left;
    height: 248px;
    margin: 8px 8px 0 0;
    width: 184px;
}
.alt {
    height: 250px;
}
#hot .alt {
    border: 1px solid #E9E9E9;
    display: inline-block;
    float: left;
    height: 248px;
    margin: 8px 8px 0 0;
    width: 184px;
}
.alt .comment_gravatarn {
    float: left;
    height: 188px;
    margin: 0;
    width: 184px;
}
#hot .alt .comment_gravatarn {
    float: left;
    height: 188px;
    margin: 0;
    width: 184px;
}
.alt .comment_gravatarn a {
    display: table-cell;
    height: 188px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 184px;
}
.alt .comment_gravatarn a:hover {
    border-color: #CCCCCC;
}
.alt .comment_gravatarn a img {
    vertical-align: middle;
}
#hot .alt .comment_gravatarn a {
    display: table-cell;
    height: 188px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 184px;
}
#hot .alt .comment_gravatarn a:hover {
    border-color: #CCCCCC;
}
#hot .alt .comment_gravatarn a img {
    vertical-align: middle;
}
.alt .comment_authorn {
    float: left;
    height: 35px;
    text-align: center;
    text-transform: capitalize;
    width: 184px;
}
.alt .comment_authorn p {
    padding: 0;
}
.alt .comment_authorn p a {
    color: #9D9091;
    display: block;
    font-size: 11px;
    height: auto;
    line-height: normal;
    max-height: 29px;
    overflow: hidden;
    padding: 3px 0;
}
.alt .comment_authorn p a:hover {
    text-decoration: underline;
}
#hot .alt .comment_authorn {
    float: left;
    height: 35px;
    text-align: center;
    text-transform: capitalize;
    width: 184px;
}
#hot .alt .comment_authorn p {
    padding: 0;
}
#hot .alt .comment_authorn p a {
    color: #9D9091;
    display: block;
    font-size: 11px;
    height: auto;
    line-height: normal;
    max-height: 29px;
    overflow: hidden;
    padding: 3px 0;
}
#hot .alt .comment_authorn p a:hover {
    color: #666666;
    text-decoration: underline;
}
.price {
    float: left;
    line-height: 20px;
    margin: 5px 0;
    text-align: center;
    width: 188px;
}
.price .regularprice, .price .normalprice {
    color: #505050;
    float: left;
    font-size: 14px;
    margin-left: 15px;
    padding: 0;
}
 
.price .productSpecialPrice {
    color: #262626;
    font-size: 12px;
    padding: 0;
    text-transform: capitalize;
}
#hot .price {
    float: left;
    line-height: 20px;
    margin: 5px 0;
    text-align: center;
    width: 120px;
}
#hot .price .regularprice, .price .normalprice {
    color: #505050;
    float: left;
    font-size: 14px;
    margin-left: 15px;
    padding: 0;
}
 
#hot .price .productSpecialPrice {
    color: #ff0000;
    font-size: 12px;
    padding: 0;
    text-transform: capitalize;
}
#main_left {
    border: 1px solid #E9E9E9;
    float: left;
    margin: 0;
    width: 183px;
}
.main_right {
    float: right;
    margin: 0 0 0 0;
    width: 784px;
}
#navColumnOneWrapper .leftBoxHeading {
    color: #262626;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    text-align: left;
    text-indent: 10px;
}
#navColumnOneWrapper .leftBoxHeading a {
    color: #000000;
    font-size: 12px;
    line-height: 35px;
}
#navColumnOneWrapper .leftBoxHeading {
    border-top: 1px solid #E9E9E9;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}
#categories #categoriesHeading {
    border-top: medium none;
    height: 35px;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 184px;
}
#categories #reviewsContent {
    border: 0 none;
    padding-bottom: 0;
}
.fix .category-top_one {
    margin: 0 0 5px;
}
.fix .category-top_one a {
    background: url("../images/fix_a_arrow2.png") no-repeat scroll 160px center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 12px;
}
.fix .category-top_two a {
    background: url("../images/arrow.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
    color: #222222;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}.centerColumn {
    padding: 0;
}
#indexCategories {
    float: left;
    padding-top: 30px;
    width: 100%;
}#indexCategories {
    position: relative;
}
#catalog_box {
    float: left;
    padding: 0;
    width: 100%;
}
.catalog_box_title {
    float: left;
    margin-bottom: -1px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 0;
    position: relative;
    width: 756px;
}
.catalog_box_title ul {
    float: left;
}
.catalog_box_title li {
    float: left;
    height: 27px;
    overflow: hidden;
}
.open #catalog_box_title_a4, .open #catalog_box_title_a3, .open #catalog_box_title_a2, .open #catalog_box_title_a1 {
    background: url("../images/catalog_box_title_open.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    width: 189px;
}
.catalog_box_title li a {
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 29px;
    padding: 0;
    text-align: center;
}
.catalog_box_title li.close a {
    color: #FFFFFF;
}
.close #catalog_box_title_a4, .close #catalog_box_title_a3, .close #catalog_box_title_a2, .close #catalog_box_title_a1 {
    background: url("../images/catalog_box_title_close.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    width: 189px;
}
.catalog_box_content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    min-height: 150px;
    padding: 0;
    width: 100%;
}
#catalog_box_content_1, #catalog_box_content_2 #catalog_box_content_3, #catalog_box_content_4 {
    float: left;
    width: 100%;
}
#indexCategories h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    text-indent: -999em;
}
#catalog_box h2 {
    border: 0 none;
    color: #292929;
    display: block;
    font-size: 16px;
    left: 0;
    line-height: 30px;
    margin-left: 12px;
    position: absolute;
    text-indent: 0;
    text-transform: capitalize;
    top: 0;
    width: 772px;
}
#indexCategories .centerBoxHeading {
    clear: both;
}
.pule {
    border: 1px solid #E9E9E9;
    float: left;
    overflow: hidden;
}
.pule ol {
    float: left;
    overflow: hidden;
    padding-bottom: 7px;
    padding-left: 7px;
    width: 100%;
}
#product_list_top, #product_list_bottom {
    background: none repeat scroll 0 0 #F6F6F6;
    clear: both;
    color: #000000;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 10px;
    text-transform: capitalize;
    width: auto;
}
#product_list_top, #product_list_bottom {
    text-indent: 0 !important;
}
.catalog_box_content #product_list_bottom {
    display: none;
}
#catalog_box_content_2, #catalog_box_content_3, #catalog_box_content_4 {
    display: none;
}
#indexCategoriesHeading, #productListHeading {
    color: #292929;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#accountDefaultHeading, #accountHistoryDefaultHeading, #accountNotificationsHeading, #addressBookDefaultHeading, #advSearchDefaultHeading, #advSearchResultsDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutPayAddressDefaultHeading, #checkoutShipAddressDefaultHeading, #checkoutSuccessHeading, #conditionsHeading, #cookieUsageDefaultHeading, #createAcctDefaultHeading, #createAcctSuccessHeading, #customerAuthDefaultHeading, #discountcouponInfoHeading, #maintenanceDefaultHeading, #downloadTimeOutHeading, #gvFaqDefaultHeading, #gvRedeemDefaultHeading, #gvSendDefaultHeadingDone, #indexDefaultHeading, #loginDefaultHeading, #logoffDefaultHeading, #pageNotFoundHeading, #pageTwoHeading, #pageThreeHeading, #pageFourHeading, #privacyDefaultHeading, #shippingInfoHeading, #cartDefaultHeading, #siteMapHeading, #sslCheckHeading, #timeoutDefaultHeading, #unsubDefaultHeading, #ezPagesHeading, #acctNewslettersDefaultHeading {
    color: #292929;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#gvSendDefaultHeadingSend, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading {
    color: #292929;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.content_left {
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.pro-list {
    float: left;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
}
.pro-list-left {
    float: left;
    line-height: 20px;
    min-height: 335px;
    padding: 0;
    width: auto;
}
#product_main_picture {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F5F5F5;
    float: left;
    margin-bottom: 10px;
    width: 348px;
}
#product_main_picture a {
    display: table-cell;
    height: 330px;
    margin: 9px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 330px;
}
#product_main_picture a img {
    vertical-align: middle;
}
.MagicZoomBigImageCont {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    top: -9px !important;
}
.MagicZoomMain {
    text-align: center !important;
    width: 92px;
}
.MagicZoomMain div {
    padding: 0 !important;
}
.MagicZoomHeader {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font: 10px Tahoma,Verdana,Arial,sans-serif;
    text-align: center !important;
}
.MagicZoomPup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
}
.MagicZoomLoading {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #444444;
    display: none;
    opacity: 0.8;
    padding: 3px !important;
    text-align: center;
}
.MagicZoomLoading img {
    padding-top: 3px !important;
}
.MagicThumb span {
    display: none;
}
#producttinyimgLeft, #producttinyimgRight {
    cursor: pointer;
    float: left;
    height: 62px;
    width: 15px;
}
#producttinyimgLeft {
    background: url("../images/desimage-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    clear: both;
    margin-right: 1px;
}
#producttinyimgRight {
    background: url("../images/desimage-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    margin-left: 1px;
}
#producttinyimgLeft:hover {
    background: url("../images/desimage-left-bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#producttinyimgRight:hover {
    background: url("../images/desimage-right-bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#productAdditionalImages {
   	display:none;
}
#productName{
	font-size:15px !important;}
.pro-list-right {
    color: #222222;
    float: left;
    font-size: 12px;
    line-height: 19px;
    padding: 0 0 0 10px;
    width: 385px;
}
.product_name {
    border: 0 none;
    padding: 0;
}
.product_name strong {
    color: #B72558;
    font: bold 16px/1.5 Arial,Helvetica,sans-serif;
}
.fon {
    border: 0 none;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}
.fon .regularprice, .fon .normalprice {
    color: #AAAAAA;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 20px;
}
.fon .normalprice {
    display: none;
}
.fon .productSpecialPrice{
    color: #B72558;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.fon1 {
    color: #3D3D3D;
    float: left;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 1% 0;
    width: 100%;
}
.fon4 {
    float: left;
    margin: 10px 0;
    padding: 0 0;
    position: relative;
    width: 100%;
}
.fon4 strong {
    float: left;
}
.fon4 form {
    float: left;
    width: auto !important;
}
.main_right .pro-list form {
    float: left;
    margin: 0;
    width: 100%;
}
.fon2 {
    float: left;
    line-height: 30px;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
.fon3 {
    float: left;
    margin-top: 10px;
    padding: 0 0;
    position: relative;
    width: 100%;
}
.fon2 .pro_qty {
    clear: both;
    color: #222222;
    float: left;
    padding: 0;
}
.fon2 .pro_qty b {
    padding-right: 5px;
}
.fon2 p {
    color: #222222;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.fon2 .atc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    margin: 0 0 0 30px;
    padding: 0;
}
.product_clloect {
    clear: both;
    color: #000000;
    float: left;
    font-size: 11px;
    line-height: 23px;
    padding: 2px 0;
    text-align: right;
}.fon3 strong {
    float: left;
    margin-top: 4px;
}
.product_clloect strong {
    float: left;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
}
.content_left .settab {
    float: left;
    margin: 10px 0 0;
    position: relative;
    width: 100%;
}
.content_left .settab #J_setTabANav {
    float: left;
    width: auto;
}
.content_left .settab .tab-menu {
    float: left;
    margin-right: 4px;
    text-align: center;
    width: auto;
}
.content_left .settab .tab-menu span {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E9E9E9;
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: -1px;
    padding: 0 20px 0 15px;
    position: relative;
    text-align: center;
}
.content_left .settab #J_setTabANav .hover span {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
    color: #000000;
    height: 31px;
    z-index: 100;
}
.content_left .settab #J_setTabABox {
    border: 1px solid #E9E9E9;
    clear: both;
    min-height: 300px;
    overflow: hidden;
    padding: 10px 20px;
}
.detail {
    color: #3D3D3D;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1%;
    width: 98%;
}
#indexDefault {
    float: left;
    margin-top: 10px;
    width: 100%;
}