/**               
 * Template designed by 7templates.net
 * 7templates.net - Free ecommerce templates and design services
 *
 * 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 $
 */
@font-face {
    font-family: 'RemontoireBoldRegular';
    src: url('Font/remontoireregular-webfont.eot');
    src: url('Font/remontoireregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/remontoireregular-webfont.woff') format('woff'),
         url('Font/remontoireregular-webfont.ttf') format('truetype'),
         url('Font/remontoireregular-webfont.svg#remontoire_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'remontoirebold';
    src: url('Font/remontoirebold-webfont.eot');
    src: url('Font/remontoirebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/remontoirebold-webfont.woff') format('woff'),
         url('Font/remontoirebold-webfont.ttf') format('truetype'),
         url('Font/remontoirebold-webfont.svg#remontoire_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0;
	font: 11px arial,helvetica,sans-serif;
	color: #000;
	line-height: 150%;
	background: #FFFFFF;
	}
#navCatTabs ul, #navSupp ul, #bottom-wrapper, #mainWrapper, #headerWrapper {
    background: none;
    margin: 0 auto;
    padding: 0;
    width: 1170px;
}	
.body-bg {
	margin: 0 auto;
	height: 1%;
}
.center-upper-bg {
	font-size:0;
}
.centered-wrapper {
	margin: 0 auto;
}
a img {border: none; }
a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover{
	color: #000;
	text-decoration: underline;
	}
a:active { color: #2b2b2b;	}
.blue-link a { color: #0075e2;}
.columnLeft a, .columnRight a {	text-decoration: none;}
.columnLeft a:hover, .columnRight a:hover {	text-decoration: underline;}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td { font-weight: 400; margin: 0; padding: 0;}
ul, ol{list-style:none;}
h2, h3, h4, h5, h6 { color: #000; font-weight: 700;}
h1 {
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}
h2 {font-size: 12px; display: block;}
#reviewsDefault h2 {
	padding-top: 0 !important;
	border-bottom: none;
	font: bold 1.4em arial;
}
h3 { font-size: 12px; }
.itemTitle { font-size: 1em;}
.itemTitle a:link, .itemTitle a:visited {
	text-decoration: none;
}
.itemTitle a:hover {
	text-decoration: underline;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}
.biggerText {
	font-size: 1.2em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
FORM, SELECT, INPUT {
    display: inline;
    font-size: 1em;
    margin: 0.1em;
}
input, textarea, select {
    padding: 0;
    vertical-align: middle;
}
FORM {
	margin: 1px 0;
	padding: 0;
}
SELECT{
    font: normal 12px verdana, arial;
    color: #686868;
}
TEXTAREA {
	margin: auto;
	display: block;
	width: 100%;
	}
/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0;
	border: none;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}
LABEL {
	padding: 0.4em 0.4em 0.4em 0;
	line-height: 16px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 108px;
	font: bold 12px verdana;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	font: bold 10px arial;
	text-decoration: none;
	line-height: 14px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.categoryListBoxContents img {
	padding: 0 0 0 6px;
}
#categoryImgListing {
	padding: 0 0 0 6px;
}

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;
	margin: 0;
	}

ADDRESS {
	font-style: normal;
	}
.clearBoth:before, .clearBoth:after, .clearBoth {
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
	content: " ";
	}
*+ html .clearBoth {
	clear: both;
	font-size: 0px;
}
* html .clearBoth {
	clear: both;
	font-size: 0px;
}
.clearRight {
	clear: right;
}
HR {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E1E1E1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #C1C1C1;
    margin: 5px 0;
}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}
.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 7px;
	margin: 20px 20px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
	}
.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
	}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
	}

/*wrappers - page or section containers*/
.tools-wrapper {
	background: url("../images/search_bg.gif") no-repeat left bottom; 
	display: block;
	height: 36px;
}
.t-line {
/*	border-bottom: 1px solid #eaedeb;*/
	margin-bottom: 1px;
}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
.cartTableHeading th{
	padding: 3px 6px;
}
#logoWrapper{
	padding:20px 0 2px 10px;
	text-align: center;
	}
.head_menu3 {
    background: url("../images/global-en.png") no-repeat scroll 0 -300px transparent;
    display: block;
    float: left;
    height: 42px;
    margin: 10px 5px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 80px;
}
#top_nav li {
    background: url("../images/bg_nav_m.gif") no-repeat scroll right center transparent;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
#navColumnOneWrapper, #navColumnTwoWrapper{
	margin: auto;
	} 
#navColumnOneWrapper {
	padding: 0;
}
#navColumnTwoWrapper {
	padding: 0 0 0 0;
}
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
/*navigation*/
.navSplitPagesLinks .current, .navSplitPagesResult .current {
	font-size: 1em;
	padding: 2px 6px 2px;
	border: 1px #666666 solid;
	background: #777777;
	color: #fff;
	margin: 0 0 0 3px;
}
.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}
.navSplitPagesLinks a, .navSplitPagesLinks a:visited {
	color: #555;
	font: normal 1em arial;
	padding: 2px 6px;
	margin: 0;
	border: 1px solid #E0E6E6;
}
.navSplitPagesLinks a:hover {
	padding: 2px 6px;
	text-decoration: none;
	color: #555;
	border: 1px #666 solid;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 1em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 4px 2px;
	list-style-type: none;
	}
.toolbar {
	padding: 0px 0 10px 0px;
	border-bottom: 1px solid #EAE9E5;
}
.sorter {
    color: #000;
    font-size: 11px;
    margin: 0;
}
.sorter p {
    margin: 0;
	padding: 0;
}
.sorter .view-mode label {
    float: left;
    margin: 0 5px 0 0;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0;
}
.sorter .grid, .sorter .list{
    background: url("../images/bkg_viewmode.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    margin: 2px 0 0;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 24px;
}
.sorter strong.grid {
    background-position: 0 -29px;
}
.sorter strong.list {
    background-position: -24px -29px;
}
.sorter a.grid {
    background-position: 0 0;
}
.sorter a.list {
    background-position: -24px 0;
}
.sorter .view-mode {
    float: left;
    line-height: 20px;
    white-space: nowrap;
	margin: 0px auto 3px;
}
.order_box{float: left; margin: 3px 0 0 3px; line-height: 20px; height: 20px;}
.narrow-down-bg {
    float: left;
    margin-left: 2px;
    padding-right: 3px;
}
.narrow-price {
    background: url("../images/up_down.png") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.narrow-price-asc {
    background: url("../images/price_down.png") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.narrow-price-desc {
    background: url("../images/price_up.png") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.pager {
    border-width: 1px 0;
    margin: 0;
}
#navMainWrapper, #navSuppWrapper{
	margin: 0em;
	padding: 10px 11px;
	font-weight: bold;
	height: 1%;
	}
#navMain ul {
	margin: 0;
	padding: 0.5em 3px;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navMain ul li {
	display: inline;
	}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000;
	}

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

#indexProductListCatDescription {
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #efefef;
}
#indexProductListCatDescription p{margin: 0; padding: 0;}
#indexProductList .inputLabel {
	font-weight: bold;
}
#navMainSearch {
	float: right;
	}
#navBreadCrumb {padding-bottom: 5px;}
#navColumnOne, #navColumnTwo {
	background: #ffffff;
	padding: 0 0 0 0;
	}
#navColumnTwo {
	padding: 0 0 0 5px
}
/* Tools section styles */
#tools_wrapper {
	height: 31px;
	background: none;
	margin: 0 0 !important; 
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header{
    background: #F2F2F2;
	border: 1px solid #E1E1E1;
    float: right;
    margin: 8px 0 0 15px;
}
.search-header .search_input {
    background: none repeat scroll 0 0 transparent;
    border: none;
    float: left;
    font: 11px Arial;
    padding: 0 0 0 5px;
    width: 185px;
	height: 20px;
	line-height: 20px; 
	margin: 0;
}
#Search_btn {margin: 0;}
/* /Tools section styles */


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#specialsListing .specialsListBoxContents {
	margin: 8px 0 18px 0 !important;
}
.columnar-product-info {
	padding: 4px 0;
	margin: 0 1px 0 1px;
}
.columnar-product-img {
	height: 108px;
	text-align: center;
	font-size: 0px;
}
.columnar-product-img a {
	font-size: 0px;
}
.product-box-name {
	padding: 2px 9px 1px 9px;
}
.centerColumn .detail-link, .detail-link:visited {
	background: url("../images/blue_arrows.gif") no-repeat right 5px;
	color: #0a7e9a !important;
	font-weight: normal !important;
	float: right;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
}
.detail-link:hover {
	color: #0a7e9a !important;
	text-decoration: none;
}
.centerColumn .detail-link {
	display: none;
}
#specialsListing .productPriceDiscount, .centerBoxWrapper .productPriceDiscount {
	display: none;
}
.shippingEstimatorWrapper{background:#fff;}
#productDescription p {
	padding-left: 0;
}
.left-side-info {
	width: 180px;
	vertical-align: top;
}
.right-side-info {vertical-align: top;padding-top:5px; width: 220px;}
.middle-side-info{vertical-align: top;padding-top:5px;}
#attribsOptionsText {
	font-size: 1.1em;
	background: #f0f0f0;
	margin: 0 -11px 8px;
	padding: 5px 5px;
}
#productAttributes {
	padding: 0 11px 8px;
	margin: 8px 0;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	width: 90%;
}
.attributesComments {
	font-size: 1em;
	color: #555555;
	background: #f0f0f0;
	border-top: 1px solid #e7e7e0;	
	border-bottom: 1px solid #e7e7e0;	
	margin: 10px -11px;
	padding: 5px 5px;
}
#productDetailsList {
	margin-top: 5px;
}
#productDetailsList td, #productDetailsList th {
    padding: 2px 5px 2px 0px;
    text-align: left;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn{
	padding: 0.8em;
	}
.centerColumn {
	padding: 0;
}
.centerColumn .main_banners {
	padding: 0 0 8px;
}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 1em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a, .centerBoxContentsSpecials a:visited, .centerBoxContentsAlsoPurch a:visited, .centerBoxContentsFeatured a:visited, .centerBoxContentsNew a:visited, .specialsListBoxContents a:visited {
	font-size: 12px;
}
.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover {
	text-decoration: underline;
	color: #A20000;
}

/*Shopping Cart Display*/
#cartAdd {
    border: 1px solid #E1E1E1;
    float: right;
    margin: 0 0 10px 10px;
    min-height: 290px;
    text-align: center;
    width: 220px;
}
#cartAdd .cart_box {
    height: 48px;
    margin: 25px auto 0;
    width: 100px;
}
#cartAdd .cart_box img, #cartAdd .cart_box input {
    float: left;
}
#cartAdd .cart_quantity {
    margin: 10px 0 0 10px;
}
.tableHeading TH {
	border-bottom: 1px solid #d9d9d9;
	}
#cartSubTotal {
	border-top: 1px solid #d9d9d9;
	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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
#cartBoxListWrapper a {
	color: #45404B;
	text-shadow: none;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #F5F6E5;
	border: 1px solid #ebebeb;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #aaaaaa;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .central-boxes-price {
	color: #ba0000;
	}
#productPrices, #reviewsInfoDefaultPrice {
	font: bold 1.8em arial;
	color: #666;
	display: block;
}
#productDetailsList .productProperty_last th, #productDetailsList .productProperty_last td{border-bottom: none;}
h2.productGeneral {
	border: none;
	padding: 2px 0 0 !important;
}
.orderHistList {
	margin: 0;
	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;
	} 
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
	}
#productMainImage{line-height: 20px;margin:10px 25px 10px 0px;text-align: center; vertical-align: middle;}
#productMainImage img {
    border: 5px solid #DDD;
    outline: medium none;
}
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
h2.centerBoxHeading {
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}
.centerBoxWrapper h2 {
	margin: 0 0 5px 0 !important;
}
/*sideboxes*/
.columnLeft {
	padding: 0 12px 0 0;
}
.columnRight {
	padding: 0 0 0 12px;
}
.sidebox-header-left, .sidebox-header-right{padding: 10px;}
h3.leftBoxHeading, h3.rightBoxHeading {text-transform: uppercase; font-size: 13px; font-weight:bold;}
h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 1em arial;
	color: #71665A;
	text-decoration: underline;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
	} 
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
	padding: 0;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 8px 0;
	padding: 0px;
	}
.categories-top-list {margin-top: 5px; font-weight: bold;}
.sideBoxContent {
	padding: 0 10px 10px;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font-size: 12px;
	color: #242424;
}
.sideBoxContent a:visited {
	text-decoration: none;
}
.sideBoxContent a:hover {
	text-decoration: underline;
}

.sidebox-products {
	display: block;
	color: #078be6 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f7f7f7 !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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: center;
	}
#cartEmptyText {
	border: 1px solid #ebebeb;
	padding: 10px 0 !important;
	margin-bottom: 5px;
}
.additionalImages a {
	text-decoration: none;
}

#bestsellers .wrapper {
	margin: 0;
	}

#bestsellers li {
	background: url("../images/arrow_black.gif") no-repeat left 5px;
	padding: 0 0 4px 10px;
	line-height: 15px !important;
}
#bestsellers li a {
	line-height: 15px !important;
	font: normal 1em Arial;
}
#bestsellers ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-top {
    display: block;
    line-height: 16px;
    padding: 4px 2px 4px 10px;
}
.-no-dots- a{
    border-top-width: 0;
}
#categoriesContent .category-links {
	padding: 0 17px;
}
A.category-links, A.category-links:visited {
	color: #aaaaaa;
	text-decoration: none !important;
	}
.categories-top-list a:visited {
	text-decoration: none;
	color: #252424;
}
.categories-top-list a:hover {
	text-decoration: none;
}
.categories-top-list+.categories-top-list {
	background: url("../images/categ_list_border.gif") repeat-x scroll 0 0 transparent;
	padding-top: 3px;
}
.subcategory+.categories-top-list{background: url("../images/categ_list_border.gif") repeat-x scroll 0 0 transparent;padding-top: 3px;}
.no-dots {
	background: none;
}
.sub-count {
	font: normal 1em arial;
	color: #252424;
	line-height: 1em !important;
}
.subcategory {
	padding: 5px 0 4px 10px;
	width: 45%;
	display: inline-block;
}
.subcategory a {
	padding-left: 0px;
	font: 11px arial  !important;
	line-height: 13px !important;
}

.subcategory a:hover{
    color: #fe3c00 !important;
	text-decoration: none;
}

a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: #323232;
	text-decoration: none;
	display: block;
	}

/*a.category-subs:hover, a.category-products:hover {
	color: #a0d9ec;
	text-decoration: underline;
	background-position: 1px center;
}*/

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: #f4f4f4; */
	height: 1.5em;
	vertical-align: top;
	}
.rowOdd  td{
	border-top: 1px solid #f4f4f4;
}
.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;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	height: 2em;
	}

.productListing-rowheading {
	border: 1px solid #60050A;
	height: 2em;
	}
.productListing-rowheading th {
	border-bottom: 1px solid #60050A;
	border-top: 1px solid #60050A;
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 0;
/*	text-align: left;*/
}
.listingDescription {
	text-align: left;
	padding: 2px 0 2px 2px;
	height: 18px;
	text-align: center;
	overflow: hidden;
}
.productListing-even {
/* 	background-color: #fafafa; */
}
.productListing-data {
	border-bottom: 1px solid #60050A;
	vertical-align: top;
}
#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: #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;
	}
.navNextPrevWrapper {
	padding: 5px 0 15px 0;
}
.home-banner {
	float: left;
	padding: 0 0 8px 0;
}

#indexDefaultMainContent, #indexCategoriesMainContent {
	padding: 0;
	clear:both;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin: 0;
	padding: 0;
}
#bannerOne {
	padding: 0 0 2px 0;
}
.no-right-margin {
	margin-right: 0 !important;
}

#productQuantityDiscounts {
	padding: 12px 0;
}
#productQuantityDiscounts table {
	border: none;
	border-spacing: 0px !important;
/*	border-collapse: collapse;*/
	margin: 0;
	background: #fafafa;
}
#productQuantityDiscounts table td {
	border: 1px solid #eeeeee;
	padding: 4px;
}
/*======= Categories Dropdown ==========*/
#navCatTabsWrapper {
	height: 28px;
	display: block;
	background-color: #000000;
	overflow: hidden;
	margin-bottom: 5px;
}
#navCatTabs ul{
	font-size: 14px;
	text-transform: uppercase;
}
#navCatTabs ul li {
    height: 23px;
    line-height: 16px;
    margin: 0 8px;
    padding: 6px 0 0;
	color: #FFFFFF;
	display: block;
	float: left;
}
#navCatTabs ul li.active, #navCatTabs ul li:hover {
    background: url("../images/bg-topnavhov.png") repeat-x scroll 0 22px transparent;
}
#navCatTabs ul li a {
    display: block;
    font-family: 'RemontoireBoldRegular';
    text-decoration: none;
	color: #fff;
}
#navCatTabs ul li a:hover {
    text-decoration: none;
}
/*======= /Categories Dropdown ==========*/
#productMainImage a {
	text-decoration: none;
}
.sideBoxContentItem {
	padding-bottom: 10px;
}
.sideBoxContentItem a {
	text-decoration: none !important;
	font-weight: bold;
}
.categoryListBoxContents a {
	text-decoration: none;
}
.columnar-product-info {
	color: #464646;
}
#categoryDescription {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
    padding-bottom: 15px;
	padding-left: 5px;
}
#productName {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dashed #303030;
    display: block;
    height: auto;
    margin: 5px 0 10px;
    padding: 0;
	line-height: 20px;
	font-size: 16px;
}
#tabbox{margin: 5px 5px 0;}
#tabbox .t{clear: both;height: 23px;overflow: hidden;}
#tabbox .t ul{margin: 0; padding: 0;}
#tabbox .t li{
	background-color: #A4A4A4;
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 23px;
    margin-left: 5px;
    text-align: center;
	padding: 0 12px;
}
#tabbox .t li a{color: #000000;}
#tabbox li.cur{background-color: #000;color: #FFFFFF; font-weight: bold;}
#tabbox li.cur a, #tabbox .t a:hover{text-decoration:none;color: #fff;}
.ProListContain{
    border: 1px solid #E1E1E1;
    clear: both;
    height: auto;
    overflow: hidden;
    padding: 5px;
}
#write_reviews{margin-top: 10px;}
#bannerboxContent{border:none;text-align: left;}
.centerBoxContentsNew a img, .centerBoxContentsFeatured a img, .centerBoxContentsProducts a img {
    /*border: 1px solid #60050A;*/
}
.centerBoxContentsNew a:hover img, .centerBoxContentsFeatured a:hover img, .centerBoxContentsProducts a:hover img {
    /*border: 1px solid #60050A;*/
}
#indexDefaultMainContent ul{list-style: none outside none;}
#indexDefaultMainContent li{line-height: 20px; list-style-type: disc; margin-left: 20px; overflow: visible; white-space: normal;}
/*FOOTER*/
.footerNavigation {
    display: block;
    height: 90px;
    margin: 2px 8px 2px 30px;
    text-align: left;
}
.footerNavigation .item {
    float: left;
    height: 90px;
    margin-top: 2px;
    padding-left: 16px;
    width: 164px;
}
.footerNavigation .rightBorder {
    border-right: 1px solid #E1C6C6;
}
.footerNavigation .itemTitle {
    color: #000000;
    font-weight: bold;
    margin-bottom: 2px;
}
.footerNavigation .item a {
    background: url("../images/dot3.gif") no-repeat scroll left center transparent;
    padding: 0 0 0 10px;
}
#ezpagesContent li {
    background: url("../images/dot2.gif") no-repeat scroll 10px center transparent;
    border-top: 1px dotted #DDDDDD;
    cursor: pointer;
    line-height: 20px;
    padding: 0 5px 0 20px;
}
#ezpagesContent li a {
    display: block;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
}
.menu_caption {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
}
.m_0{margin-top: 0;}
.pro_title {
    border-bottom: 2px solid #000;
    color: #333333;
    font: bold 14px/18px arial;
}
.pro_title .title-tab {
    background-color: #000;
    color: #FFFFFF;
    float: left;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    padding: 3px 10px 2px;
}
#productDescription {
    line-height: 1.8em;
    padding: 10px;
	font-size: 12px;
}
#productsinfoContent li {
    list-style: square inside none;
    padding: 0 0 3px;
}
#productsinfoContent a {
    color: #333333;
    text-decoration: underline;
}
#bannerboxallContent, #trustfulContent{padding: 0;}
#bannerboxall .sidebox-header-left, #trustful .sidebox-header-left{display: none;}
#trustful .desc{padding: 0 5px; font-size: 11px;}
#bannerboxall{border:none;}
.banner_box{border: 1px solid #DDDDDD; margin-bottom: 10px;}
#head_login{ float: right; height: 25px; margin: 2px 0 0; text-align: right;}
#head_login a {display: inline; font-size: 11px; line-height: 25px; margin: 0 10px; text-transform: uppercase;}
.minicart{background: url("../images/cart.gif") no-repeat scroll 0 center transparent; margin: 5px 10px 0; padding: 0 0 0 32px;}
.lng_box{margin: 8px 0 0; }
.footer-bg{margin: 0 auto; padding-bottom: 20px; width: 100%;}
#foot_banner {
    background-color: #303030;
    border-bottom: 1px solid #000000;
    height: 50px;
    margin: 6px auto 0;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
#navSupp {
    height: 40px;
    text-align: center;
    width: 100%;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	padding: 10px 0;
	margin-bottom: 10px;
}
#navSupp ul {
    height: 40px;
}
#navSupp ul li {
    display: inline;
}
#navSupp ul li a {
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}
#siteinfoLegal {
    background: #000;
    color: #fff;
    height: 22px;
	line-height: 22px;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
#siteinfoLegal a{color: #fff;}
#loginBody LEGEND {
    color: #FF0000;
}
.product_list_li_ul li{float: left; padding-right: 5px;}
.product_list_li_ul img{border:1px solid #ddd;}
.itemImg{height: 202px; overflow: hidden; }
.listing_price, .itemPrice{color: #666; font-size: 14px; margin: 5px 0 10px;}
.products-grid .itemTitle, .itemName{height: 35px; overflow: hidden; width: 200px; margin: 0 auto;font-weight: normal;}
.itemButton{width: 200px; margin: 0 auto;}
#navEZPagesTop{margin-top: 22px; height: 24px; margin-bottom: 2px;}
#navEZPagesTop ul{font-size: 15px; font-style: normal; text-transform: uppercase;}
#navEZPagesTop li {
    color: #FFFFFF;
    display: block;
    float: left;
    list-style: none outside none;
	padding: 5px 8px 3px;
}
#navEZPagesTop li a {
    display: block;
    font-family: 'RemontoireBoldRegular';
    text-decoration: none;
}
#navEZPagesTop li.active, #navEZPagesTop li:hover a, #navEZPagesTop li:hover, #navEZPagesTop li a:hover, #navEZPagesTop li.active a{color: #fff; background:#000;}
.search-header{margin-top: 22px; margin-bottom: 2px;}
#indextabbox{padding-top: 22px; }
#indextabbox ul li{float: left;padding: 0 6px; margin-right:20px;text-transform: uppercase; font-size: 14px;font-family: 'RemontoireBoldRegular';}
#indextabbox ul li.clabel{padding: 0;}
#indextabbox ul li a:hover{text-decoration: none;}
#indextabbox ul li.cur{background: #000000;}
#indextabbox ul li.cur a{color: #fff;}
.cate2f_content{margin-top: 10px;}
.c2f_more{margin-right: 15px; padding-top: 33px; font-size: 12px; text-align: right; }
.c2f_more a{background: url("../images/clickarrow.png") no-repeat scroll right center transparent; padding-right: 11px; margin-right: 11px; font-size: 14px; text-transform: uppercase;}
#navColumnOne{background: url("../images/bg-leftnav.png") repeat-y scroll 0 20px #EAE9E5;}
.bora { border: 1px solid #CECECE;padding: 5px;}
.bgalt2 {background-color: #EAE9E5;padding: 17px 0; text-align: center;}
#advSearchResultsDefault,#indexCategories, #indexProductList{padding-left: 8px;}
.products-grid{padding-bottom: 10px;}
.chart_size{overflow: hidden; padding: 10px 50px 10px 0;}
.chart_size .left {
    width: 150px;
	float: left !important;
	margin-left: 100px;
}
.chart_size .right{float: right !important;}
.chart_size .size_tab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    overflow: hidden;
}
#productDescription li {
	list-style: none;
    list-style-position: inside;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#productDescription ul:nth-of-type(1) {
    padding-bottom: 15px;
}
#productDescription li ul li {
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    list-style: disc inside none;
	border: 1px solid #999999;
	display: inline-block;
	float: left;
	text-align: center;
	width: 45px;
}
#indexDefaultMainContent{border-top: 1px solid #CECECE; margin: 10px 0 0; padding: 30px 0;}
#indexDefaultMainContent h2{font-size: 13px; font-style: normal; font-weight: normal;}
#indexDefaultMainContent p{padding: 0;}
.footer_link{border-bottom: 1px solid #CECECE; border-top: 1px solid #CECECE; padding: 30px 0; margin: 10px 0;}
.link_list {float: left; width: 180px;}
.link_list b{font-size: 13px; text-transform: uppercase;}
.size1of1{width:200px;float:left;}
.size1of2{width:200px;float:right;}
#bannerPRO2{margin-top: 15px;}
.size1of5{display: inline-block;padding-right: 9px;}
.fcol {
    background: url("../images/colorselect.png") no-repeat scroll left top transparent;
    border: 1px solid #CECECE;
    height: 9px !important;
    padding: 2px !important;
    width: 38px;
	display: block;
}
.fcol.multi {
    background-position: -42px top;
    border-color: #DEDEDE;
}
.fcol.silver {
    background-position: -126px top;
    border-color: #DEDEDE;
}
.fcol.gold {
    background-position: -84px top;
    border-color: #DEDEDE;
}
.price_filter{background: url("../images/priarrow.png") no-repeat scroll left center transparent; padding: 2px 0 2px 10px;}
#loginDefault fieldset{border: 1px solid #CECECE; min-height: 160px;}
.c2f_list section{border: 1px solid #CECECE; margin: 5px; padding: 5px 0;}
.c2f_list section:hover{border: 1px solid #ff0000;}
#header_currency, #header_lang {
    float: right;
    height: 25px;
    line-height: 25px;
    margin: 2px 0 0 5px;
    text-align: right;
}
#productDescription br:first-child{height:0;line-height:0;overflow:hidden;}
.product-social{margin-left:10px;}
.social-icons__title{font: bold 12px verdana;margin-bottom: 10px;display: block;}
.social__icon{display: inline-block;margin-right:10px;}
.social-icons__link{height:32px;width:32px;display:block;}
.facebook-icon{background: url("../images/icons/facebook.png") no-repeat scroll left center transparent;}
.twitter-icon{background: url("../images/icons/twitter.png") no-repeat scroll left center transparent;}
.pinterest-icon{background: url("../images/icons/pinterest.png") no-repeat scroll left center transparent;}
.google-plus-icon{background: url("../images/icons/googleplus.png") no-repeat scroll left center transparent;}
.email-icon{background: url("../images/icons/email.png") no-repeat scroll left center transparent;}