/*
 *
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 */
 
.footer-container .footer-links{
	width: 50%;
    float: right;
}
.footer-container .contact{
	width: 50%;
    float: right;
}
.footer-container .footer-links .menu{
	width: 33.3333%;
    float: right;
}
.footer-container .footer-links .menu .links li{
	display:block;
	margin-top: 10px;
}
.footer-container .footer-links .menu .links li a{
	color:white;
}
.footer-container .footer-links .menu h3{ 
    margin-bottom: 0px;
	font-size: 20px;
	padding: 5px 0 15px;
	color: #5d5d5d;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
	padding-top: 7px;
}
.footer-container .contact .social-wrapper{
	width: 280px;
    float: left;
	position: relative;
    z-index: 2;
}
.footer-container .contact .social-wrapper .twitter{
	background-image: url('../images/general/sprites.png');
    background-repeat: no-repeat;
    width: 58px;
    height: 78px;
    float: left;
	background-position: -195px 0;
    margin-right: 12px;
}
.footer-container .contact .social-wrapper .instagram{
	background-image: url('../images/general/sprites.png');
    background-repeat: no-repeat;
    width: 58px;
    height: 78px;
    float: left;
	background-position: -776px -143px;
    margin-right: 12px;
}
.footer-container .contact .social-wrapper > div > a{
	color: white;
    display: block;
    font-size: 11px;
    line-height: 11px;
    padding: 41px 0 0 3px;
    text-align: center;
}
.footer-container .contact .social-wrapper .facebook{
	background-image: url('../images/general/sprites.png');
    background-repeat: no-repeat;
    width: 58px;
    height: 78px;
    float: left;
	background-position: -129px 0;
    margin-right: 23px;
}
.footer-container .contact .social-wrapper .email{
	background-image: url('../images/general/sprites.png');
    background-repeat: no-repeat;
    width: 58px;
    height: 78px;
    float: left;
	background-position: -261px 0;
}
.footer-container .footer-content{
	position:relative;
}
.footer-main-container .footer-content .hr-line{
	height: 2px;
    background-image: url('../images/general/runners.png');
    background-position: 0 -519px;
    background-repeat: repeat-x;
	position: absolute;
    width: 100%;
}
.footer-container .footer-content .hr-line.bottom{
    top: 33px;
}
.footer-container .footer-main{
	padding-top: 50px;
}
.search-wrapper #search_mini_form{
	right: -271px;
}
.search-wrapper #search_mini_form:before{
	right: 279px;
}
.product-view .product-essential .product-options-bottom .add-to-cart{
	clear:both;
}
.header-main.header.container{
	padding-bottom:10px;
}
.egmenu .elegento-menu .level-top > a{
	font-size:17px;
}
.elegento-menu .level-top.parent > a > span:before{
	padding-left:5px;
}
.egmenu .elegento-menu .level1 > a{
	font-size:18px;
}
.egmenu .elegento-menu .level2 > a{
	font-size:14px;
}
#product-options-wrapper dt{
	clear:both;
}
#product-options-wrapper .custom-options{
	overflow: auto;
}
#product-options-wrapper .custom-options .outer{
	float: right;
    margin-left: 6px;
    width: 50px;
    height: 60px;
    border: 1px solid #dadada;
    padding: 1px;
	cursor:pointer;
}
#product-options-wrapper .custom-options .outer.selected{
	border: 1px solid #dadada;
	background-color: #11A9D8;
	color:#ffffff;
}
#product-options-wrapper .custom-options .outer.disabled{
	color:#cccccc;
	cursor:not-allowed;
}
#product-options-wrapper .color-options .outer.selected{
	border:2px solid #11A9D8;
	background-color:transparent;
}
#product-options-wrapper .color-options .outer.disabled{
	opacity: 0.5;
}
#product-options-wrapper .custom-options .custom-option{
    width: 100%;
    height: 100%;
	text-align: center;
    text-transform: uppercase;
    line-height: 28px;
}
.owl-wrapper-outer .owl-item .details-section .product-category{
	display:none;
}
.footer-container > .footer-top-after-container.section-container{
	display:none;
}
.discount-code span{
	direction:ltr;
}
.category-products .product-category{
	display:none;
}
.catalog-category-view .banner-section.category-banner.owl-carousel{
	display:none !important;
}
.col-left.sidebar .block-blog-recent{
	display:none;
}
.checkout-cart-index .cart-collaterals .grid-full .shipping{
	display:none;
}
.customer-account-forgotpassword #form-validate .buttons-set .back-link{
	display:none;
}
.customer-account-forgotpassword #form-validate .buttons-set .required{
	text-align:right;
}
.customer-account-forgotpassword #form-validate .buttons-set button{
	float:right;
}
.customer-account-forgotpassword #form-validate > .fieldset{
	margin-bottom:0px;
}
.contact-form .fieldset .fields span.required{
	float:right !important;
}
.contacts-index-index .col-main .contact-form{
	margin: auto;
    float: none;
    clear: both;
    overflow: auto;
}
.egajax-index-options .product-options p.required{
	position: static;
    text-align: right;
}
.egajax-index-options .product-view .product-shop{
	margin-bottom: 5px;
}
.home-video-section{
	display:none;
}

.search-logo-wrapper{
	margin-top: 5px;
	display:none;
    text-align: center;
}
#search-logo{
	display:inline-block;
	height: 34px;
    margin-left: 20px;
    margin-top: 10px;
}
.button.search-logo-btn{
	display: inline-block;
    height: 34px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}





/* NEW */
/* Reset ================================================================================== */
/* * { margin:0; padding:0; }

html		  { direction: rtl; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }


h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }


form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }


table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:right; font-weight:normal; }


strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }


ul,ol         { list-style:none; }

 */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:right !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:left !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:right !important; }
.f-right,
.right        { float:left !important; }
.f-none       { float:none !important; }
.f-fix        { float:right; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.bold 		  { font-weight: bold; }
/* ======================================================================================= */

#content_page{
	width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    position: relative;
    z-index: 5;
}
#branches_page{
	margin:auto;
}

/* Colors */
.gray { color: #000; }
.dark-gray { /*color: #e3e3e3;*/ }
.blue { color: #bf2d33; }
.white { color: #fff; }
.red { color: #bf2d33; }

/* Layout ================================================================================ */
/* .wrapper { position: relative; }
.page { width:980px; margin:0 auto; padding:0; text-align:right; position: relative; z-index: 5; }
.page-print { background:#fff; padding:20px; text-align:right; }
.page-empty { background:#fff; padding:20px; text-align:right; }
.page-popup { padding:20px; text-align:right; }
.main-container {min-height: 495px;}
.main { margin: 10px 0 0; } */

/* Base Columns */
/* .col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0;}
.col-main { float:left; }
.col-right { float: right;  background-color: #FFFFFF;}
.col2-right-layout .col-main {
	width: 640px;
} */

/* 1 Column Layout */
/* .col1-layout .col-main { float:none; width:auto; } */

/* 2 Columns Layout */
/* .col2-left-layout .col-main {} */

/* 3 Columns Layout */
/* .col3-layout .col-main { width:484px; margin-right:10px; }
.col3-layout .col-wrapper { float:right; width:748px; }
.col3-layout .col-wrapper .col-main { float:left; } */

/* Content Columns */
/* .col2-set .col-1 { float:right; width:49%; }
.col2-set .col-2 { float:left; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:right; width:32%; }
.col3-set .col-2 { float:right; width:32%; margin-right:2%; }
.col3-set .col-3 { float:left; width:32%; }

.col4-set .col-1 { float:right; width:23.5%; }
.col4-set .col-2 { float:right; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:right; width:23.5%; }
.col4-set .col-4 { float:left; width:23.5%; } */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { /*font:12px Arial, Helvetica, sans-serif;*/ vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border: 1px solid #E4E4E4;}
input.input-text,textarea { padding:10px; }
select { padding:1px; }
select option { padding-left:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-left:3px; }
input.checkbox { margin-left:3px; }
input.qty { width:2.5em !important; }
/* button.button::-moz-focus-inner { padding:0; border:0; } 
button.button { -webkit-border-fit:lines; } 
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
 */

/*
button.button span { float:right; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 8px 0 0; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 4px 0 12px; }
*/
/* button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; } */

/* button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-left:6px; } */
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
/* .form-list li { margin:0 0 8px; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-left:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; } */
/*.form-list li.fields { margin-right:-15px; }*/
/* .form-list .input-box { display:block; clear:both; }
.form-list input.input-text {
	width: 250px;
	line-height: 22px;
	font-size: 16px;
}

.form-list .field {
	float: right;
	width: 306px;
}

.form-list li.wide input.input-text {
	width: 556px;
}

.form-list label {
	float: right;
	position: relative;
	color: #5D5D5D;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	line-height: 14px;
	 margin-bottom: 4px;
}
/* 
.form-list li.control label {
	float: none;
	right: 5px;
	top: 0;
}

.form-list label.required {
	padding-right: 24px;
} */
/* 
.form-list label.required em,
.buttons-set p.required em {
	float: left;
	font-style: normal;
	color: #EB340A;
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	background-image: url("../images/general/sprites.png");
	background-position: -416px -177px;
	background-repeat: no-repeat;
	text-indent: 20px;
	overflow: hidden;
} */
/* 
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:left; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; } */
/* Customer */
/* .form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:right; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set {
	clear: both;
	margin: 15px 0 0;
	padding: 5px;
}
.buttons-set .back-link {
	float: right;
}

.buttons-set .back-link a {
	background-image: url("../images/general/sprites.png");
	background-position: -415px -303px;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 21px;
	height: 20px;
	text-indent: -32px;
	display: block;
}
.buttons-set .back-link a:hover {
	background-position: -415px -328px;	
}

.buttons-set button.button { float:left; }
.buttons-set p.required {
	position: relative;
	width: 95px;
	float: left;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
	margin: 4px 0;
}

.buttons-set-order {} */

.fieldset { /*border:1px solid #ddd;*/ background:#fefefe; padding:22px 33px 12px 25px; margin:28px 0; }
.fieldset .legend { float:right; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px -10px 0 0; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-right:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) right 1px no-repeat; color:#f00; width: 120px; float: right; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
/* Expiration date and CVV number validation fix */
.v-fix { float:right; }
.v-fix .validation-advice { display:block; width:12em; margin-left:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; float:right; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 32px 8px 8px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding: 0; margin: 0 0 8px; clear: both; }
.breadcrumbs li { display:inline; color: #969696; }
.breadcrumbs li a { color: #fff; }
.breadcrumbs li strong { font-wegiht: normal; color: #11A9D8; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:left; }
.title-buttons { text-align:left; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:right; }

/* Pager */
.pager {
	height: 24px;
	margin-top: 25px;
	padding: 15px 0;
	text-align: center;
}

.pager li.number {
	display: inline-block;
	position: relative;
	margin: 0;
	text-align: center;
	width: 23px;
	top: -5px;
}

.pager li a {
	font-size: 14px;
	font-weight: normal;
}

.pager li a.white {
	text-decoration: none !important;
}

.pager li.button {
	display: inline-block;
	height: 28px;
	margin: 0;
	width: 80px;
}

.pager li.button a.text {
	display: inline-block;
	position: relative;
	color: #079AD2;
	font-size: 18px;
	top: -5px;
}

.pager li.selected {
	background-image: url("../images/general/sprites.png");
	background-position: -384px -68px;
	background-repeat: no-repeat;
	height: 22px;
}

.pager li.selected a {
	line-height: 22px;
	font-weight: bold;
}

.pager li.button a.next_button {
	background-image: url("../images/general/sprites.png");
	background-position: -355px -67px;
	display: inline-block;
	height: 22px;
	width: 26px;
	vertical-align: top;
	position: relative;
	top: -3px;
}

.pager li.button a.prev_button {
	background-image: url("../images/general/sprites.png");
	background-position: -355px -46px;
	float: right;
	height: 22px;
	width: 25px;
	vertical-align: top;
	position: relative;
	top: -3px;
}

.pager .amount { float:right; }
.pager .limiter { float:left; }

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
/* tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:left; text-align:left; padding-right:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; } */

/* Shopping cart tax info */
/* .cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-left:20px; }
.cart-tax-total { display:block; padding-left:20px; background:url(../images/bkg_collapse.gif) 0% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; } */

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-right:1.5em; }
.std ul.disc { list-style:disc outside; padding-right:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
/* .links li { display:inline; }
.links li.first { padding-right:0 !important; }
.links li.last { background:none !important; padding-left:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 25px 2px 0; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-right:18px; white-space:nowrap; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 {
	display: block;
	width: 32px;
	height: 45px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
	background-image: url('../images/general/sprites.png');
	background-repeat: no-repeat;
	background-position: -676px -133px;
	margin: 40px 10px 0;
}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 20px 2px 0; }
 */

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-wrap {
	position: absolute;
	top: 0;
	height: 60px;
	left: 0;
	width: 100%;
	z-index: 2;
	background-image: url('../images/general/runners.png');
	background-position: 0 -452px;
	background-repeat: repeat-x;
}
/* Header top white background*/
.page-wrap {
	position: absolute;
    margin: 0 auto;
    padding: 0;
    width: 980px;
	top: 41px;
	height: 94px;
	left: 0;
	z-index: -1;
	background-color: #FFFFFF;
}

/* .logo { float:right; background-color: #FFFFFF; }
.header-container { height: 100px; }
.header { padding: 0; position: relative; }
.header .logo { float:right; text-decoration:none !important; padding: 15px 0 0; }
.header .logo a { width: 90px; height: 45px; display: block; }
.header .logo strong, .footer .footer-logo strong{ position:absolute; top:-999em; right:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:left; }
.header .welcome-msg a {}
.header .form-search { text-align:left; }
.header .form-language { clear:both; text-align:left; }
.header-container .top-container { clear:both; text-align:left; }
.header .form-search input#search,
.footer .footer-newsletter input#newsletter { 
	height: 23px; 
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #5d5d5d;
} */
/* 
.header .form-search input#search {
	float: left;
	width: 159px;
}

.header .form-search button.button { 
	height: 29px;
	width: 37px;
	float: left;
}

.header .form-search button.button span {
    background-image: url("../images/general/sprites.png");
    background-position: -83px 0;
    background-repeat: no-repeat;
    height: 29px;
    width: 37px;
    padding: 0;
}

.footer .footer-newsletter input#newsletter {
	width: 224px;
	float: right;
}

.footer .footer-newsletter button.button { 
	height: 30px;
	width: 70px;
	float: left;
}

.footer .footer-newsletter .validation-advice {
	position: absolute;
	bottom: -14px;
	right: 2px;
	float: none;
	clear: none;
	width: 280px;
}

.footer .footer-newsletter button.button span {
    background-image: url("../images/general/sprites.png");
    background-position: -779px -236px;
    background-repeat: no-repeat;
    height: 30px;
    width: 70px;
    padding: 0;
    line-height: 28px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.footer .footer-newsletter button.button:hover > span {
	background-position: -779px -276px;
}

.header #cart_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 102px;
	width: 70px;
	background-image: url('../images/general/sprites.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.header #cart_container .cart_link {
	height: 102px;
	width: 59px;
	display: block;
	float: left;
}

.header #cart_container .count {
	margin: 15px 25px;
	color: #960900;
	font-weight: bold;
	line-height: 12px;
	display: block;
}

.header #cart_container .count.double {
	margin: 15px 23px;
}

.header .top-menu {
	height: 40px;
	padding-right: 104px;
	overflow: hidden;
}

.header .top-menu .links li {
	float: right;
	margin: 12px 13px 11px;
}

.header .top-menu .links li.first {
	margin: 12px 0 11px 13px;
}

.header .top-menu .links li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin: 0 5px;
	padding-right: 15px;
	background-image: url('../images/general/red-bullet.png');
	background-position: right 5px;
	background-repeat: no-repeat;
	float: left;
}

.header .top-menu .account-links {
	float: left;
    margin-left: 85px;
}

.header .top-menu .account-links li {
	float: left;
	margin: 12px 13px 11px;
}

.header .top-menu .account-links li a {
	color: #ffffff;
}

.header .top-menu .account-links li a:hover {
	text-decoration: underline;
}

.header .quick-access {
	float: right;
	width: 825px;
	position: relative;
    background-color: #FFFFFF;
}

.header .quick-access .top-links {
	margin: 15px 0 0;
	height: 45px;
	padding-right: 20px;
}

.header .quick-access .top-links .store,
.header .quick-access .top-links .catalog {
	float: right;
	width: 210px;
}

.header .quick-access .top-links .store h3,
.header .quick-access .top-links .catalog h3 {
	border-bottom: 1px solid #B0B0B0;
	line-height: 22px;
	font-size: 15px;
}

.header .quick-access .top-links ul.links li {
	float: right;
    width: 70px;
}

.header .quick-access .top-links .catalog ul.links li.link1,
.header .quick-access .top-links .store ul.links li.link1
{
    text-align: right;
}
.header .quick-access .top-links .catalog ul.links li.link2,
.header .quick-access .top-links .store ul.links li.link2
{
    text-align: center;
}
.header .quick-access .top-links .catalog ul.links li.link3,
.header .quick-access .top-links .store ul.links li.link3
{
    text-align: left;
    float: left;
}

.header .quick-access .top-links ul.links li.first {
	margin: 0;
}

.header .quick-access .top-links ul.links li a {
	font-size: 12px;
}

.header .quick-access .top-links .catalog {
	margin-right: 34px;
}

.header #search_mini_form {
	float: left;
	margin: 24px 30px 0;
}

p.property.first,
.product-view .products-tab .tab .tab-content .tab-paragraph .paragraph-body p.benefit.first {
	margin-top: 10px;
}

p.benefit span.icon {
	background-image: url("../images/general/sprites.png");
	background-position: -413px -153px;
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	display: block;
	float: right;
	margin-top: -1px;
}

.product-details p.benefit span.icon {
	background-position: -413px -156px;
}

p.benefit {
	clear: both;
}

p.benefit span.text {
	padding-right: 5px;
	display: block;
}
 */
/********** < Navigation */
/* .nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }
 */
/* All Levels */
/* #nav li { text-align:right; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; } */

/* 1st Level */
/* #nav li { float:right; }
#nav li a { float:right; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; } */

/* 2nd Level */
/* #nav ul,
#nav div { position:absolute; width:15em; top:25px; right:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul { position:static; width:auto; border:none; }
 */
/* 3rd+ leven */
/* #nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; } */

/* Show menu */
/* #nav li ul.shown-sub,
#nav li div.shown-sub { right:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { right:100px; } */
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
/* .block { border:1px solid #ddd; /*margin:0 0 10px; }*/
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:left;}
.block .actions { text-align:left; }
.block .actions a { float:right; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
/* .mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:right; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-right:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
 */
/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
/* .block-currency {}
.block-currency select { width:100%; border:1px solid #888; }
 */
/* Block: Layered Navigation */
/* .block-layered-nav dt {
	font-weight: bold;
	line-height: 16px;
	border-top: 1px dotted #dadada;
	padding: 10px 10px 0;
}
.block-layered-nav dd {
	padding-right: 10px;
	line-height: 16px;
	padding: 10px;
} */

/* .block-layered-nav dd ul.attribute-list {
	/*height: 29px;
	display: inline-block;
}

.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:right; margin:2px 0 0 3px; }
 */
/* Block: Cart */
/* .block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:right; width:100%; margin:3px 0 0; text-align:left; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 0 5px 55px; }
 */
/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
/* .block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:right; margin-left:-20px; }
.block-related .product { margin-right:20px; }
.block-related .product .product-image { float:right; margin-left:-65px; }
.block-related .product .product-details { margin-right:65px; }
 */
/* Block: Compare Products */
/* .block-compare {}
.block-compare li { padding:5px 0; }
 */
/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
/* .block-poll label {}
.block-poll input.radio { float:right; margin:1px 0 0 -18px; }
.block-poll .label { display:block; margin-right:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:left; margin-right:10px; }
 */
/* Block: Tags */
/* .block-tags ul,
.block-tags li { display:inline; }
 */
/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
/* .block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:right; margin:3px 0 0 -20px; }
.block-reorder .product-name { margin-right:20px; }
 */
/* Block: Banner */
/* .block-banner {}
.block-banner .block-content { text-align:center; }
 */
/* Block: Login */
/* .block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
 */
/* Paypal */
/* .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; } */
/* ======================================================================================= */

/* View Type: Grid */
/* .products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:right; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }
 */
/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
/* .price { white-space:nowrap !important; }

.price-box { color: #5d5d5d; }
.price-box .price { font-weight:bold; }
 */
/* Regular price */
/* .regular-price {}
.regular-price .price { font-weight:bold; }
 */
/* Old price */
/* .old-price {font-size: 13px;}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:normal; text-decoration:line-through; }
 */
/* Special price */
/* .special-price {font-size: 16px;}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }
 */
/* Minimal price (as low as) */
/* .minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; } */

/* Excluding tax */
/* .price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }
 */
/* Including tax */
/* .price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }
 */
/* Configured price */
/* .configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }
 */
/* FPT */
/* .weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }
 */
/* Excl tax (for order tables) */
/* .price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }
 */
/* Incl tax (for order tables) */
/* .price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }
 */
/* Price range */
/* .price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }
 */
/* Price notice next to the options */
/* .price-notice { padding-right:10px; }
.price-notice .price { font-weight:bold; }
 */
/* Price as configured */
/* .price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {} */
/********** Product Prices > */

/* Tier Prices */
/* .tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {} */

/* Add to Links */
/* .add-to-links .separator { display:none; } */

/* Add to Cart */
/* .add-to-cart label { float:right; margin-left: 2px; font-size: 16px; line-height: 34px; font-weight: bold; }
.add-to-cart .qty { float:right; width: 66px; }
.add-to-cart button.button { float:right; margin-right:5px; }
.add-to-cart .paypal-logo { clear:right; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 0 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
 */
/* Add to Links + Add to Cart */
/* .add-to-box {}
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:right; margin:0 10px; }
.add-to-box .add-to-links { float:right; } */

/* Product Tags */
/* .tags-list li { display:inline; } */

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
/* .page-sitemap .links { text-align:left; margin:0 0 -22px 8px; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {} */

/* RSS */
/* .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-right:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; } */
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

/* Checkout Types */
/* .cart .checkout-types { float:left; text-align:left; }
.cart .title-buttons .checkout-types li { float:right; margin:0 5px 5px 0; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 0 8px 55px; line-height:1.0; font-size:11px; }
 */
/* Shopping Cart Table */
/* .cart-table .item-msg { font-size:10px; }
 */
/* Shopping Cart Collateral boxes */
/* .cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:right; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:right; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-right:90px; }
.cart .crosssell li.item { margin:12px 0; }
 */
/* Options Tool Tip */
/* .item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-right:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; right:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; right:50%; }
.col-left .truncated .show .item-options { right:30px; top:7px; }
.col-right .truncated .show .item-options  { right:-240px; top:7px; } */
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
/* .sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-right:20px; }
.sp-methods select.month { width:150px; margin-left:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-left:10px; text-align:left; }
.sp-methods .checkmo-list address { float:right; }

.sp-methods .centinel-logos a { margin-left:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:right; margin:5px 0 0 10px; }

.please-wait { float:left; margin-left:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-right:5px; } */

/* Tooltip */
/* .tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:left; }
.tool-tip .btn-close a { display:block; margin:0 auto 0 0; width:15px; height:15px; background:url(../images/btn_window_close.gif) 0% 0 no-repeat; text-align:right; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; } */

/* Gift Messages */
/* .gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:right; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-right:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-right:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:left; }
.gift-message dt strong { font-weight:bold; }
 */
/* Checkout Agreements */
/* .checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
 */
/* Centinel */
/* .centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
 */
/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
/* .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; right:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {} */
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
/* .my-account .title-buttons .link-rss { float:none; margin:0; } */

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
/* .dashboard .box-recent { margin:10px 0; } */

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
/* .dashboard .box-reviews .number { float:right; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px 0 0 -20px; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-right:20px; }
 */
/* Block: Tags */
/* .dashboard .box-tags .number { float:right; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px 0 0 -20px; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-right:20px; } */
/********** Dashboard > */

/* Address Book */
/* .addresses-list {}
.addresses-list-additional li.item {}
 */
/* Order View */
/* .order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; } */

/* .order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; } */
/* Order Gift Message */
/* .gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; } */
/* Order Comments */
/* .order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }
 */
/* Order Print Pages */
/* .page-print .print-head {}
.page-print .print-head img { float:right; }
.page-print .print-head address { float:right; margin-right:15px; } */
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
/* .product-review .product-img-box { float:right; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-right:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; } */
/* ======================================================================================= */


/* Footer ================================================================================ */
/* .footer-wrap {
	position: absolute;
	bottom: 0;
	height: 433px;
	left: 0;
	width: 100%;
	z-index: 2;
	background-image: url('../images/general/runners.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.footer-container { height: 215px; }
.footer { height: 213px; position: relative; margin: 5px 0 0; }
.footer p { text-align:left; }
.footer address { text-align:left; }
.footer-container .bottom-container { text-align:center; }
.footer .hr-line {
	height: 2px;
	background-image: url('../images/general/runners.png');
	background-position: 0 -519px;
	background-repeat: repeat-x;
}

.footer .hr-line.second {
	position: absolute;
	top: 33px;
	right: 0;
	width: 980px;
}

.footer .hr-line.bottom {
	position: absolute;
	bottom: 33px;
	right: 0;
	width: 980px;
}

.footer .footer-links .menu { 
	width: auto;
	float: right;
	margin-right: 85px;
	position: relative;
}

.footer .footer-links .menu.first {
	margin: 0;
}

.footer .footer-links .menu h3 {
	padding: 5px 0 15px;
}

.footer .footer-links .menu .links {
	overflow: visible;
}

.footer .footer-links .menu .links li { 
	display: block;
	margin-bottom: 20px;
	overflow: visible;
}

.footer .footer-links .menu .links li.last {
	margin: 0;
}

.footer .footer-links .menu .links li a {
	color: #fff;
}

.footer .footer-links .menu .links li a:hover {
	color: #11a9d8;
}

.footer .footer-links .menu .links li a .spacer {
	display: none;
}

.footer .footer-links .menu .links li.hoverlink a .spacer {
	background-image: url('../images/general/sprites.png');
	background-position: -328px -1px;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	display: block;
	position: absolute;
	right: -15px;
}

.footer .footer-newsletter {
	position: absolute;
	left: 100px;
	bottom: 55px;
	width: 300px;
}

.footer .footer-newsletter label {
	font-size: 14px;
}

.footer .contact {
	position: absolute;
	left: 0;
	top: 0;
}

.footer .contact .facebook,
.footer .contact .twitter,
.footer .contact .email,
.footer .contact .instagram {
	background-image: url('../images/general/sprites.png');
	background-repeat: no-repeat;
	width: 58px;
	height: 78px;
	float: left;
}

.footer .contact .facebook .text,
.footer .contact .twitter .text,
.footer .contact .email .text,
.footer .contact .instagram .text {
    color: white;
    display: block;
    font-size: 11px;
    line-height: 11px;
    padding: 41px 0 0 3px;
    text-align: center;
}

.footer .contact .facebook {
	background-position: -129px 0;
	margin-right: 23px;
}

.footer .contact .twitter {
	background-position: -195px 0;
	margin-right: 12px;
}

.footer .contact .email {
	background-position: -261px 0;
}

.footer .contact .instagram {
	background-position: -776px -143px;
	margin-right: 12px;
}

.footer .footer-logo {
	position: absolute;
	left: 0;
	bottom: 50px;
}
 */
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer {
	height: 6px !important;
}
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
/*** Global Use ***/

a.underline {
	text-decoration: underline;
}

.main-top-shadow {
	width: 980px;
	height: 394px;
	background-color: #000;
	position: relative;
	margin-bottom: 44px;
    display: none;
}

.main-top-shadow .bottom-shadow {
	background-image: url('../images/stores/stores-sprite.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 29px;
	width: 980px;
	position: absolute;
	right: 0;
	bottom: -29px;
}

.main-top-shadow .main_image .big-image,
.main-top-shadow .main_image .big-image img {
	float: left;
	width: 679px;
	height: 395px;
}

.main-top-shadow .main_image .inner-title {
	top: 15px;
	right: -10px;
}

.main-top-shadow .main_image .top-content {
	width: 278px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 150px;
	font-size: 14px;
	height: 180px;
	overflow: hidden;
}

#contacts_page .main-top-shadow .main_image .top-content {
    top: 60px;
    height: auto;
}
#contacts_page .main-top-shadow .main_image .top-content .contact-seaction {
    margin-top: 4px;
}
#contacts_page .main-top-shadow .main_image .top-content a {
    display: block;
}

.main-top-shadow .main_image .top-content .gray ,
.main-top-shadow .main_image .top-content .dark-gray {
    color: #ffffff;
}

.main-top-shadow .main_image .top-content h2 {
	color: #ffffff;
}

.main-top-shadow .main_image .top-content .rc_button {
	margin-right: 53px;
    margin-top: 30px;
    overflow: hidden;
    width: 155px;
}

.inner-title {
	background-image: url('../images/general/sprites.png');
	background-position: -1px -168px;
	background-repeat: no-repeat;
	height: 54px;
	width: 322px;
	position: absolute;
	z-index: 85;
	color: #000;
	line-height: 44px;
}

.right-box-block {
    float: right;
    width: 300px;
    border: 1px solid #dadada;
    position: relative;
}

.left-box-block {
    float: left;
    width: 300px;
    border: 1px solid #969696;
    position: relative;
}

.inner-title.red-block {
	background-position: -1px -347px;
}

.inner-title.red-block:hover {
	background-position: -1px -347px;
}

.inner-title.long-block {
	background-position: -1px -411px;
	width: 660px;
}

.inner-title.long-empty-block {
	background-position: -2px -1395px;
	width: 660px;
}

.inner-title.long-empty-block .link_text {
	cursor: default;
}

.inner-title.long-block:hover {
	/*background-position: -1px -469px;*/
}

.inner-title.red-block .title_text {
	width: 272px;
}

.inner-title a {
	font-size: 32px;
	font-weight: bold;
	display: block;
}

.inner-title .link_text {
	font-size: 14px;
	width: 85px;
	line-height: 42px;
	height: 44px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 0 10px 0 35px;
}

.inner-title .link_text:hover {
	background-image: url('../images/general/sprites.png');
	background-position: -1px -107px;
	background-repeat: no-repeat;
}

.inner-title .title_text {
	display: block;
	width: 165px;
	overflow: hidden;
	height: 44px;
	padding: 0 25px;
	line-height: 38px;
}

.inner-title .text_line {
	font-size: 15px;
	width: 105px;
	line-height: 42px;
	height: 44px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px 0 15px;
}

.inner-title h1.title_text {
	font-size: 32px;
	font-weight: bold;
}

.inner-title h3.title_text {
	font-size: 24px;
}

.left-box-block .block-content,
.right-box-block .block-content {
	padding-top: 60px;
	width: 300px;
	background-color: #fff;
}

.left-box-block .block-content .text-block .sub-title {
	font-size: 18px;
	display: block;
}

.left-box-block .block-content .text-block .summary {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.left-box-block .block-content .text-block .bottom_link {
	float: left;
	display: block;
	text-decoration: underline;
}

.right-box-block ul.level_1,
.right-box-block dl.level_1 {
	padding-top: 60px;
    width: 300px;
    background-color: #fff;
}

.right-box-block ul li.level_1,
.right-box-block ol li.level_1 {
    display: block;
    width: 300px;
    border-bottom: 1px dotted #dadada;
}

.right-box-block .content_middle {
    width: 300px;
}

.right-box-block li.level_1.last {
	border-bottom: 0 none;
}

.right-box-block li.level_1,
.right-box-block li.level_1 > a {
	font-size: 16px;
	line-height: 39px;
	font-weight: bold;
}

.right-box-block li.active {
	background-color: #FAFAFA;
}

.right-box-block li.level_1 a:hover {
	color: #5D5D5D;
}

.right-box-block li > .spacer {
    /*background-image: url("../images/general/sprites.png");*/
    background-position: -355px -2px;
    background-repeat: no-repeat;
    float: right;
    height: 19px;
    margin: 10px 12px 0 10px;
    width: 24px;
}
 
.right-box-block li.level_1.active > .spacer {
	 background-position: -355px -25px;
}	

.right-box-block li.level_1.active > span,
.right-box-block li.level_1.active > a {
	font-size: 16px;
}

.right-box-block ul.level_2 {
	border-top: 1px dotted #dadada;
}

.right-box-block li.level_2 {
	border-top: 1px dotted #dadada;
	border-bottom: 0 none;
}

.right-box-block li.level_2.first {
	border-top: 0 none;
}

.right-box-block li.level_2 a {
	line-height: 39px;
}

.right-box-block li.level_2:hover > a {
	color: #5D5D5D;
}

.right-box-block li.level_2 > .spacer {
    background-position: -385px -24px;
    margin-right: 42px;
	height: 20px;
}

.right-box-block li.level_2:hover > .spacer {
	background-position: -385px -1px;
}

.right-box-block li.level_2.active > .spacer {
	background-position: -385px -46px;
}

.right-box-block ul.level_3 {
    border-top: 1px dotted #dadada;
}

.right-box-block li.level_3 {
    border-top: 1px dotted #dadada;
    border-bottom: 0 none;
}

.right-box-block li.level_3.first {
    border-top: 0 none;
}

.right-box-block li.level_3 a {
    line-height: 39px;
}

.right-box-block li.level_3:hover > a {
    color: #5D5D5D;
}

.right-box-block li.level_3 > .spacer {
    background-position: -385px -24px;
    margin-right: 78px;
    height: 20px;
}

.right-box-block li.level_3:hover > .spacer {
    background-position: -385px -1px;
}

.right-box-block li.level_3.active > .spacer {
    background-position: -385px -46px;
}

.inner_content_container {
    float: left;
    position: relative;
    width: 638px;
    border: 1px solid #B0B0B0;
    margin-bottom: 114px;
}

.inner_content_container .inner-title,
.shopping_cart_container .inner-title {
	top: 15px;
	right: -11px;
}

.inner_content_container .inner-title .title_text {
	width: 476px;
}
.inner_content_container .inner-title .link_text {
	font-size: 12px;
}

.inner_content_container .bottom-boxes {
	background-image: url("../images/general/sprites.png");
    background-position: -1px -530px;
    background-repeat: no-repeat;
    height: 114px;
    position: absolute;
    bottom: -110px;
	left: -1px;
	width: 640px;
	z-index: 100;
}

.inner_content_container .bottom-boxes a {
	display: block;
	text-decoration: underline;
}

/* .product-view .bottom-bg,
.inner_content_container .bottom-bg {
	background-image: url('../images/general/sprites.png');
	background-position: -1px -652px;
	background-repeat: no-repeat;	
	width: 645px;
	height: 30px;
	position: absolute;
	bottom: 1px;
	right: 0;
} */

/*** share box ***/
.share_box {
	float: left;
    height: 29px;
    width: 629px;
	padding: 9px 0 0 7px;
    border-bottom: 1px dotted #dadada;
}

.share_box .count{
	float:left;
	margin-top: 3px;	
}

.share_box .count_left{
    background-image: url("../images/general/sprites.png");
    background-position: -421px -76px;
    float: left;
    height: 18px;
    width: 5px;
}

.share_box .count_text{
	border:1px solid #C3C3C3;
	border-left: 0px none;
	background-color:#EFEFEF;
	color: #424242;
    float: left;
    font-size: 8px;
    height: 8px;
    min-width: 36px;
    padding: 4px 2px;
    text-align: center;
}

.share_box #twitter_container img,
.share_box #share_container
{
	float:left;	
}

.share_box #like_frame {
	border:none; 
	overflow:hidden; 
	width: 45px; 
	height: 21px;
	float: left;
	padding-top: 2px;
}
.share_box #share_container{    
    height: 26px;
    text-align: center;
    width: 65px;
}

.share_box #share_container a {
    color: #FFFFFF;
    float: none;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    background-image: url("../images/general/sprites.png");
    background-position:  -435px -260px;
    display:block;
}

.share_box #share_container a:hover{
	background-position:  -435px -290px;
}

.share_box #share_container a:active{
	background-position:  -435px -324px;
}

.share_box #twitter_container{
	margin-right: 13px;	
	float:left;
}

.share_box #facebook_container{
	float:left;
	margin-right: 8px;
}

.share_box #facebook_container .count_left{
	margin-left:4px;
}

/*** end share box ***/

/***Buttons - General***/
button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
}

.rc_button {
	clear:both;
}

.rc_button a {
	cursor: pointer;
}

.rc_button .button_run,
.rc_button .button_back {
	display:block;
}

.rc_button .button_curve {
	background-image: url("../images/general/sprites.png");
	background-repeat: no-repeat;
	float: left;
	height: 37px;
    width: 21px;
		
}

.rc_button .button_run {
	background-image: url("../images/general/runners.png");
	float: left;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;    
	line-height: 32px;
	text-align: center;
	height: 37px;
	width: auto;
}

/***Buttons - Orange***/

.rc_button.orange .button_center {
	background-position: 0 -540px;     	
}

.rc_button.orange .button_curve {
	height: 37px;
	width: 36px;
}

.rc_button.orange .button_left {
	background-position: -450px -4px;
 	
}
.rc_button.orange .button_right {
	background-position: -488px -4px;
	width: 10px;
}

.rc_button.orange:hover .button_right {
	background-position: -488px -45px;
}

.rc_button.orange:hover .button_left {
	background-position: -450px -45px;		
}

.rc_button.orange:active .button_left {
    background-position: -450px -86px;
}

.rc_button.orange:active .button_right {
	background-position: -488px -86px;
}

.rc_button.orange:hover .button_center {
	background-position: 0 -584px;
}

.rc_button.orange:active .button_center {
	background-position: 0 -629px;
}

/***Buttons - Black***/

.rc_button.black .button_center {
	background-position: 0 -674px;
}

.rc_button.black .button_curve {
	width: 36px;
}

.rc_button.black .button_left {
	background-position: -450px -130px;
 	
}
.rc_button.black .button_right {
	background-position: -488px -130px;
	width: 10px;
}

.rc_button.black:hover .button_right {
	background-position: -488px -174px;
}

.rc_button.black:hover .button_left {
	background-position: -450px -174px;		
}

.rc_button.black:hover .button_center {
	background-position: 0 -725px;
}

.rc_button.black:active .button_left {
    background-position: -450px -218px;
}

.rc_button.black:active .button_right {
	background-position: -488px -218px;
}

.rc_button.black:active .button_center {
	background-position: 0 -780px;
}

/***Buttons - red***/

.rc_button.red-btn .button_center {
	background-position: 0 -836px;
}

.rc_button.red-btn .button_curve {
	width: 36px;
}

.rc_button.red-btn .button_left {
	background-position: -450px -264px;
 	
}
.rc_button.red-btn .button_right {
	background-position: -488px -264px;
	width: 10px;
}

.rc_button.red-btn:hover .button_right {
	background-position: -488px -311px;
}

.rc_button.red-btn:hover .button_left {
	background-position: -450px -311px;		
}

.rc_button.red-btn:hover .button_center {
	background-position: 0 -892px;
}

.rc_button.red-btn:active .button_left {
    background-position: -450px -360px;
}

.rc_button.red-btn:active .button_right {
	background-position: -488px -360px;
}

.rc_button.red-btn:active .button_center {
	background-position: 0 -950px;
}

.rc-radio .input-wrap {
	background-image: url("../images/general/sprites.png");
    background-position: -419px -200px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
	cursor: pointer;
	float: right;
}

.rc-radio.checked .input-wrap { 
	background-position: -419px -220px;
}

.rc-radio .input-wrap input {
	opacity: 0;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.rc-checkbox .label_checkbox {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	padding-right: 22px;
	color: #808080;
	height: 20px
}

.rc-checkbox .label_checkbox .icon {
	background-image: url("../images/general/sprites.png");
	position: absolute;
	right: 2px;
	top: 1px;
	width: 14px;
	height: 14px;
}

.rc-checkbox .label_checkbox.r_off .icon {
	background-position: -305px -88px;
}

.rc-checkbox .label_checkbox.checked .icon {
	background-position: -287px -88px;
}

.rc-checkbox .label_checkbox input {
	display: none;
}

/*** Error 404 page ***/
#error_page {
	padding-top: 10px;
}

#error_page .main_image .top-content {
	top: 175px;
	font-size: 34px;
	width: 272px;
}

#error_page .main_image .top-content p {
	line-height: 32px;
}

#error_page .contacts_content {
	border: 0 none;
	background-color: transparent;
	padding: 5px 0 50px;
}

#error_page .thanks {
	width: 490px;
	font-size: 14px;
	font-weight: bold;
}

#error_page .thanks .blue {
	font-size: 18px;
}

#error_page .contacts_content .links {
	float: left;
	width: 500px;
	text-align: center;
	line-height: 16px;
}

#error_page .contacts_content .links li a {
	font-size: 18px;
}

#error_page .contacts_content .links li.sep {
	font-size: 16px;
	padding: 0 10px;
}

.cms-index-defaultnoroute .footer-wrap {
	height: 325px;
}

/* Category Page ========================================================================= */
/* .col-main .category-products .inner_content_container {
	background-color: #fff;
}

.col-main .category-products .inner_content_container .bottom-boxes {
	background-position: -1px -689px;
	height: 72px;
	bottom: -68px;
}

.col-main .category-products .toolbar {
	padding-top: 70px;
	height: 55px;
	border-bottom: 1px dotted #dadada;
	font-size: 16px;
}


.col-main .category-products .toolbar .sort-by select {
	width: 101px;
}

.col-main .category-products .toolbar .jquery-custom-selectboxes-replaced {
	margin-top: 10px;
}

.col-main .category-products .toolbar .limiter select {
	width: 66px;
}

.col-main .category-products .toolbar .sorter label {
	line-height: 55px;
	float: right;
}

.col-main .category-products .toolbar .limiter {
	float: left;
	padding-left: 15px;
	width: 222px;
}

.col-main .category-products .toolbar .sort-by {
	float: right;
	padding-right: 30px;
	width: 140px;
}

.col-main .category-products .toolbar .sort-by .sort_arrow {
	float: left;
}

.col-main .category-products .currently {
	font-size: 16px;
}

.col-main .category-products .currently li {
	float: right;
	padding-right: 15px;
}

.col-main .category-products .currently li.first,
.col-main .category-products .currently li.sep {
	padding-right: 0;
}

.col-main .category-products .currently li.sep {
	padding-top: 0;
}

.col-main .category-products .currently li a.btn-remove {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	margin-top: 14px;
}

.category-title { border:0; margin:0 0 7px; }
.category-image {
	width: 640px;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
	position: relative; 
}

.category-description {
	margin:0 0 10px;
}

.category-products .long-empty-block.inner-title .title_text a,
.category-products .long-empty-block.inner-title .title_text span {
	display: inline;
	font-size: 18px;
	font-weight: normal;
	padding: 0 2px;
} */

/* View Type: List */

/* .products-list li.item {
	border-bottom: 1px dotted #dadada;
	padding: 18px 15px;

}

.products-list li.item.last {
	border-bottom: 0;
}

.products-list .product-right {
	float: right;
	width: 130px;

	margin: 0;
	border-left: 1px dotted #dadada;
}

.products-list .product-name,
.products-list .properties-title,
.products-list .benefits-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

.products-list .product-name {
	text-align: center;
}

.products-list .product-details {
	margin: 0 146px;
}

.products-list .product-details .f-fix {
	float: right;
	width: 290px;
}

.products-list .product-details .f-fix .properties,
.products-list .product-details .f-fix .benefits {
	float: right;
	height: 130px;
}

.products-list .product-details .f-fix .properties {
	width: 99px;
	text-align: right;
	border-left: 1px dotted #dadada;
}

.products-list .product-details .f-fix .benefits {
	padding-right: 12px;
	width: 178px;
}

.products-list .product-shop {
	float: left;
	width: 171px;
	height: 130px;
	margin: 0;
	border-right: 1px dotted #dadada;
	text-align: center;
}

.products-list .price-box {
	margin: 10px 0 5px;
	font-size: 28px;
}
.products-list .availability { float:right; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; } */
/* ======================================================================================= */


.main_list_articles .box {
	border-bottom: 1px dotted #dadada; 
}

.main_list_articles .box.last {
	border-bottom: 0 none; 
}

.main_list_articles .container {
    height: 120px;
    padding: 10px 15px;
    position: relative;
    width: 608px;
}

.main_list_articles .container .title {
	font-size: 18px;
	font-weight: bold;
	height: 16px;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

.main_list_articles .container .small_image {
    display: block;
    height: 120px;
    float: right;
    text-align: center;
    width: 112px;
    margin-left: 8px;
}

.main_list_articles .container .small_image img {
    width: 112px;
}

.main_list_articles .container .details {
    float: right;
    width: 488px;
}

.main_list_articles .container .details a.published {
    font-weight: normal;
    line-height: 20px;
}

.main_list_articles .container .details a.published {
	font-size: 10px;
	display: block;
}

.main_list_articles .container a.teaser {
	margin: 10px 0 0;
	display: block;
	font-weight: bold;
}

.main_list_articles .container a.read_more {
    color: #079AD2;
    display: block;
    font-size: 13px;
    padding-top: 7px;
    font-weight: bold;
	position: absolute;
	bottom: 8px;
	right: 135px;
}

/** search_autocomplete **/
.header .form-search .search-autocomplete {
    background-color: white;
    display: block;
    position: absolute;
    top: 53px;
    left: 0;
    width: 297px;
    z-index: 1000 !important;
    border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	zoom: 1;
}

.header .form-search .search-autocomplete .bottom-shadow {
	background-image: url("../images/general/sprites.png");
    background-position: -327px -956px;
    background-repeat: no-repeat;
	width: 208px;
	height: 33px;
	position: absolute;
	bottom: -33px;
	left: 0;
}

.header .form-search .search-autocomplete ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 295px;
}

.header .form-search .search-autocomplete ul li {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 10px;
}

.header .form-search .search-autocomplete ul li.last {
	border: 0 none;
}

.header .form-search .search-autocomplete .product {
    float: left;
    margin: 0;
    width: 180px;
    text-align: center;
    padding-bottom: 10px;
}

.header .form-search .search-autocomplete .product .product_title {
	font-size: 18px;
	margin-bottom: 5px;
}

.header .form-search .search-autocomplete .product .product_image {
	border: 1px solid #ddd;
}

.header .form-search .search-autocomplete .product .rc_button.orange {
    padding: 12px 12px 2px;
	height: 37px;
}

.header .form-search .search-autocomplete .product .read-more {
	margin-left: 0px;
	text-align: center;
}

.header .form-search .search-autocomplete .product .rating_box_container {
    margin-bottom: 0;
    margin-left: 12px;
    margin-top: 15px;
}

#search_mini_form .form-search .loading-ajax {
	position: absolute;
	left: 70px;
	top: 33px;
}

.our-products-list .item .product {
	height: 170px;
	background-color: #F4F4F4;
}

.our-products-list .item .product-image img {
	border: 1px solid #DADADA;
}

.our-products-list .item .product-benefits {
	float: left;
	width: 135px;
	margin: 16px 0;
	padding: 0 8px;
}

.our-products-list .item .product-details {
	float: right;
	border-left: 1px dotted #DADADA;
	text-align: center;
	width: 108px;
	margin: 20px 0;
	padding: 0 20px;
}

.our-products-list .item .product-details .product-name {
	font-size: 14px;
	line-height: 16px;
	height: 24px;
}

.our-products-list .item .product-details .price-box {
	font-size: 18px;
	line-height: 28px;
}

.our-products-list .item .links-box {
	height: 58px;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	text-align: center;
	background-color: #fff;
}

.our-products-list .item.last .links-box {
	border-bottom: 0 none;
}

.our-products-list .item .links-box div.rc_button.orange {
	display: block;
	margin: 12px 50px;
}

.our-products-list .item .links-box a {
	display: block;
	margin: 0 auto;
}

/*** Jquery Select Box ***/
.jquery-selectbox {     
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.jquery-selectbox-center-bg {
	background-image: url("../images/general/runners.png");
	background-position: 0 -999px;
	background-repeat: repeat-x;
	height: 34px;
}

.jquery-selectbox-left-bg {
    background-color: #FFFFFF;
    background-image: url("../images/general/sprites.png");
    background-position: -718px -195px;
    background-repeat: no-repeat;
    height: 34px;
	right: 0;
	position: absolute;
	top: 0;
	width: 4px;
    z-index: 95;
}

.jquery-selectbox .jquery-selectbox-moreButton {
    background-color: #FFFFFF;
    background-image: url("../images/general/sprites.png");
    background-position: -676px -195px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 34px;
	width: 35px;
    z-index: 95;
    position: absolute;
	left: 0;
	top: 0; 
}


.jquery-selectbox .jquery-selectbox-moreButton:hover,
.jquery-selectbox.selecthover .jquery-selectbox-moreButton {
	background-position: -676px -241px;
}

.jquery-selectbox.selecthover {	
	z-index: 96;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 10px 10px 0px 20px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	float: right;
	border: 0 none;
	background-color: transparent;
	width: 70%;
	font-size: 14px;
	padding-top:0px;
}

.jquery-selectbox .jquery-selectbox-list {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    display: none;
    right: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 0 6px 0;
    position: absolute;
    z-index: 96;
}

.jquery-selectbox .jquery-selectbox-list-inner {
	padding: 10px 0 0;
	z-index: 95;
	max-height: 130px;
	font-size: 14px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #11a9d8;
	color: #eee;
}

.jquery-selectbox .jquery-selectbox-item {
    display: block;
    padding-right: 10px;
    cursor: pointer;
}

.jquery-selectbox.selecthover .jquery-selectbox-after {
    position: absolute;
    right: 1px;   
    z-index: 50;
    margin-top: 5px;
}

.jquery-selectbox .jquery-selectbox-after {
	display: none;
}

.jquery-selectbox.selecthover .jquery-selectbox-after-right {    
    background-image: url("../images/general/sprites.png");
    background-position: -726px -267px;
	background-repeat: no-repeat;
	float: right;
	height: 8px;
	width: 4px;
}

.jquery-selectbox.selecthover .jquery-selectbox-after-center {
    background-image: url("../images/general/runners.png");
    background-position: 0 -1039px;
    background-repeat: repeat-x;
    background-color: #fff;
    float: left;
    height: 8px;
}

.jquery-selectbox.selecthover .jquery-selectbox-after-left {    
    background-image: url("../images/general/sprites.png");
    background-position: -719px -267px;
    background-repeat: no-repeat;
    float: left;
    height: 8px;
    width: 4px;
}

select.input-select.qty {
	width: 66px;
}

#footer_credits {
	width: 980px;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	direction: ltr;
	text-align: left;
}

#footer_credits .realcommerce {
	width: 250px;
}

#footer_credits .realcommerce, 
#footer_credits .psycat {
	float: left;
	height: 31px;
}

#footer_credits .copyright {
	float: right;
	line-height: 34px;
	font-size: 13px;
}

#footer_credits .realcommerce div, 
#footer_credits .psycat div {
	line-height: 34px;
	font-size: 13px;
}

#footer_credits .realcommerce img, 
#footer_credits .psycat img {
	padding: 4px 4px 0;
}
/*** End General***/
/*** Mega Menu ***/
/* .header .quick-access .top-links ul.links li.topmenu_link {
    position: relative;
    top: 0;
    left: 0;
}
.header .quick-access .top-links ul.links li.topmenu_link:hover {
    background-color: #11A9D8;
    padding: 3px 0;
}
.header .quick-access .top-links ul.links li.topmenu_link:hover > a.dark-gray{
    color: #FFFFFF;
}
.header .quick-access .top-links ul.links li.topmenu_link:hover > .megamenu_container {
    display: block;
}
.header .quick-access .top-links ul.links li.topmenu_link .megamenu_container {
    display: none;
    position: absolute;
    background-color: #FAFAFA;
    z-index: 9999999;
    top: 100%;
    right: 0;
    width: 220px;
}
.header .quick-access .top-links ul.links li.topmenu_link .megamenu_container .megamenu_list {
    width: 220px;
    text-align: right;
}
.header .quick-access .top-links ul.links li.topmenu_link .megamenu_container .megamenu_list .megamenu_list_item {
    display: block;
    border-bottom: 1px dashed #E6E7E7;
    padding: 5px 15px;
    width: 190px;
}
.header .quick-access .top-links ul.links li.topmenu_link .megamenu_container .megamenu_list .megamenu_list_item a {
    font-weight: bold;
    line-height: 30px;
    display: block;
    width: 100%;
}
.header .quick-access .top-links ul.links li.topmenu_link .megamenu_container .megamenu_ad a img {
    width: 220px;
} */
/*** Mega Menu ***/
/*** Popup Banner ***/

#popup_banner_shadow {
    position: fixed;
    top:0;
    right:0;
    width:100%;
    height: 100%;
    z-index: 9876;
    background-color: #FFFFFF;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */
    filter: alpha(opacity=50);

    /* Netscape */
    -moz-opacity: 0.5;

    /* Safari 1.x */
    -khtml-opacity: 0.5;

    /* Good browsers */
    opacity: 0.5;
}
#popup_banner_container {
    position: fixed;
    top:40px;
    width:860px;
    right:50%;
    margin-right:-430px;
    z-index: 9877;
}
#popup_banner_container #popup_banner_close_button {
    background: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9878;
}
#popup_banner_container #popup_banner_image {
    width:100%;
}
#popup_banner_container #popup_banner_image a {}
#popup_banner_container #popup_banner_image a img {
    width:860px;
}
#popup_banner_container #store_link {
    position: absolute;
    bottom:0;
    left:0;
    z-index: 9878;
    background: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;

}
.banner_hidden {
    display: none;
}

/*** Popup Banner ***/

/* #nav {
    font-size: 15px !important;
    margin: 4px 0 !important;
    padding: 0 !important;
} */

/* */












.article_page .main_image {
	width: 980px;
	height: 394px;
	overflow: hidden;
}

.article_page .main_image .inner-title .link_text {
	font-size: 14px;
	width: 85px;
	line-height: 42px;
	height: 44px;
	font-weight: normal;
	position: absolute;
	left: 35px;
	top: 0;
}

.article_page .main_image .top-box-links {
	width: 278px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 160px;
	font-size: 14px;
	height: 180px;
	overflow: hidden;
}

.article_page .main_image .top-box-links .title {
	margin: 5px 0;
}

.article_page .main_image .top-box-links .links a.top-box-link {
	text-decoration: underline;
	display: block;
	line-height: 20px;
}

.article_page .right-box-block .inner-title {
	top: 15px;
	right: -12px;
}

.inner_content_container {
	float:left;
}

.inner_content_container .inner-title .link_text.sum-articles {
	font-size: 14px;
	width: 100px;
	left: 10px;
}

.inner_content_container ul.paragraphs,
.inner_content_container .main_list_articles {
	padding-top: 75px;
	background-color: #fff;
	min-height: 269px;
}

.inner_content_container li.paragraph {
	margin: 0 18px 12px;
	border-bottom: 1px dotted #969696;
	padding-bottom: 15px;
	overflow: hidden;
}

.inner_content_container li.paragraph img {
	margin: 0 0 0 12px;
	float: right;
}

.inner_content_container li.paragraph .sub-title {
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	margin: 0;
	padding: 0;
	width: 466px;
	float: left;
	line-height: 15px;
	padding-right:1px;
    padding-bottom: 30px;
}

.inner_content_container li.paragraph .sub-title.no-img {
	width: 602px;
}

.inner_content_container li.paragraph .seperator {
	height: 18px;
}

.inner_content_container li.paragraph.last {
	padding-bottom: 52px;
	border-bottom: 0 none;
	margin-bottom: 0;
}

.inner_content_container p {
	 line-height: 1.4;
	 font-size: 14px;
}

.inner_content_container p strong {
	color: #5D5D5D;
	font-weight: normal;
}

.inner_content_container hr {   
	color: #DFDFDF;
	background-color: #DFDFDF;
	height: 1px;
	border:0px none;
	margin:15px 0;
}

.inner_content_container .bottom-boxes .bottom_box2,
.inner_content_container .bottom-boxes .bottom_box3 {
	padding: 18px;
	float: right;
	width: 284px;
}

.inner_content_container .bottom-boxes .bottom_box2 .title,
.inner_content_container .bottom-boxes .bottom_box3 .title {
	font-size: 18px;
	line-height: 14px;
	margin-bottom: 5px;
}

.right-box-block.links-block {
	clear: right;
	margin-top: 58px;
}

.article_page .article-right-box {
	float: right;
	width: 302px;
}

/* STORES */
/*********** Stores***********/
#branches_page.main-top-shadow,
#branch_page.main-top-shadow {
	height: 538px;
}

.main_wrapper .inner-title {
	top: 15px;
	right: -10px;
}

/* map */
.map {	
	background-image: url('../../images/stores/map.png');
	background-position: center 142px;
	background-repeat: no-repeat;
    float: right;
    min-height: 552px;
    position: relative;
    width: 315px;	
}

.map.empty {
	background-image: url('../../images/stores/map-blue.png');
}

.map .choose-text {
	margin-top: 58px;
	font-size: 17px;
	padding: 0 16px;
	font-weight: bold;
}

.map a {
    float: right;
    height: 22px;
    padding-right: 24px;
    padding-top: 3px;
    width: 79px;
}

.map .button {
	background-image: url('../../images/stores/stores-sprite.png');
	background-position: -7px -31px;
	background-repeat: no-repeat;
    height: 40px;
	position: absolute;
	width: 104px;
	font-size: 14px;
	font-weight: bold;
}

.map .button:hover{
	background-position: -7px -79px;	
}

.map .button.active {
	background-position: -7px -128px;
}

.map .button.active a {
	text-align: center;
	font-size: 20px;
	padding-top: 0;
	line-height: 22px;
}

.map .button:hover a {
	color: #ffffff;
}

#map_0{
	left: 30px;
	top: 238px;
}
#map_1{
	left: 58px;
	top: 208px;
}
#map_2{
	left: 65px;
	top: 155px;
}
#map_3{
	left: 52px;
	top: 280px;
}
#map_4{
	left: 39px;
    top: 335px;
}
#map_5{
	left: 39px;
    top: 428px;
}
/* end map */

/* details */
.details {
	background: url('../../images/stores/stores-details-bg.png') no-repeat 0 0;
    color: #808080;
    float: right;
    font-size: 15px;
    margin-right: 10px;
    height: 419px;
    padding: 60px;
	width: 535px;
	position: relative;
	box-sizing: content-box;
}
#branches_page input{
	/* height:auto !important; */
} 
#contactForm > .fieldset{
	border:0px;
}
.details .stores-title {
	margin-bottom: 15px;
	font-weight: bold;
}

.details .region-name {
	position: absolute;
	top: 26px;
	right: 60px;
	font-size: 28px;
	font-weight: bold;
}

.details p {	
	margin-bottom: 10px;
	overflow: hidden;
	font-family: 'Heebo', sans-serif;
}

.details .stores_right {
	float: right;
	margin-top: 15px;
}

.details .stores_left {
	float: left;
}

.details .city_wrapper {
    overflow: hidden;
    width: 500px;
}

.details .city_wrapper.even {
	float: left;
}

.details .city_wrapper.odd {
	float: right;
}

.details .city_wrapper h3 {
	float: right;
}

.details .city-name {
	width: 220px;
	display: block;
	line-height: 28px;
}

.details .link-icon {
	background-image: url("../../images/general/sprites.png");
	background-position: -356px -67px;
	background-repeat: no-repeat;
	float: left;
	width: 24px;
	height: 22px;
	display: block;
	margin-top: 2px;
	cursor: pointer;
}

.details .text {
	float: right;
	display: block;
	cursor: pointer;
}

.details h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
	width: 80px;
}


.details ul.branches-list {
    font-size: 14px;
    width: 500px;
}

.details ul.branches-list li {
    overflow: hidden;
    border-bottom: 1px dotted #969696;
    width: 220px;
}

.details ul.branches-list li.odd {
	float: right;
}

.details ul.branches-list li.even {
	float: left;
}

.details ul.branches-list li.first {
	border-top: 1px dotted #969696;
}

.details .branch_name,
.details .branch_type,
.details .city-name {
	line-height: 28px;
	display: block;
	width: 220px;
}

/* end details */


/*********** End Stores***********/


/*********** Individual Store ***********/
#branch_page .title {
    height: 66px;	
}

#branch_page .title h1{	
	border-left: 1px dashed #A5A5A5;
    float: right;
    line-height: 24px;
    margin-left: 35px;
    margin-top: 10px;
    padding-left: 35px;
    color: #EC1B2E;
	font-size: 45px;
}

#branch_page .title ul {
    float: left;
    height: 23px;
    margin-right: 0px;
    margin-top: 16px;
    width: auto;
	clear:none;
}

#branch_page .title span {
    background: url("/skin/frontend/default/newbalance/images/stores/sort_active.png") no-repeat scroll right 5px transparent;
    color: #808080;    
    height: 19px;
    margin-left: 23px;
    padding-right: 18px;
	float: right;
    margin-top: 12px;
}

#branch_page .title li span,
#branch_page .title li a {
	background: url("../../images/newbalance/arrow_grey.png") no-repeat scroll left 6px transparent;
	padding-right:0;
	padding-left:9px;
	margin-left: 26px;
	float: left;
}

#branch_page .title li span{
	background-image:none;
	margin-top: 0px;
}


/*Image*/

#branch_page .main-image {	
	color: gray;
	float: right;
	font-size: 15px;
	width: 663px;
	height: 419px;
	padding: 0;
	position: relative;
	margin-right: 2px;
}

#branch_page .main-image img {	    
	width: 662px;
}

/*Branch Info*/

#branch_page .branch_map,
#branch_page .branch_info {
	clear: right;
    float: right;
    width: 323px;
}

#branch_page .branch_info {
	float: right;
	min-height: 552px;
	position: relative;
	width: 315px;
}

/*#branch_page .branch_info p,*/
#branch_page .branch_info span.section_title{
	display: inline;
	font-weight: bold;
}

#branch_page .branch_info .branch_section {
	margin-bottom: 8px;
	padding: 0 12px;	
}

#branch_page .branch_info .wrapper {
	height: 478px;
	overflow: hidden;
	width: 315px;
	margin-top: 60px;
	font-size: 14px;
}

/*Map*/
#branch_page .branch_map {	  
    height: 324px;    
}

#branch_page .branch_map img {
	width: 324px;
	position: absolute;
	bottom: 0px;
	right: 0;
}



/*End Image*/
/*********** End Individual Store ***********/

.footer-wrap {
	height: 325px;
}

#stores_paging {
    position: absolute;
    right: 110px;
    top: 418px;
}
#stores_paging a {
    float: right;
    padding-top: 7px;
}
#stores_paging a#prev_page {
    margin-left: 15px;
}
#stores_paging select {
    float: right;
    width: 60px;
}
#stores_paging a#next_page {
    margin-right: 15px;
}



@media screen and (max-width: 768px) {
	.search-logo-wrapper{
		display:block;
		margin-top: 0px;
		position: relative;
		top: 10px;
	}
	.search-logo-wrapper .button.search-logo-btn{
		width: 75px;
		position: relative;
		top: 5px;
		height: 30px;
		margin: auto;
	}
	.footer-container .footer-links{
		width: 100%;
		float: none;
		overflow: auto;
	}
	.footer-container .footer-links .menu{
		text-align: center;
	}
	.footer-container .contact{
		width: 100%;
		float: none;
		overflow: auto;
	}
	.footer-container .contact .social-wrapper{
	    float: none;
		margin: auto;
		margin-top: 30px;
	}
	.footer-container .footer-main{
		padding-top: 30px;
	}
	.homepage-index-index .main-container.col1-layout{
		margin-top:45px;
	}
/* 	.homepage-slider{
		margin-top:45px;
	} */
	
	#content_page{
		width: 100%;
	}
	.main-top-shadow{
		width: 100%;
		height: auto;
	}
	.article_page .main_image{
		width: 100%;
		height: auto;
	}
	.main-top-shadow .main_image .big-image, .main-top-shadow .main_image .big-image img {
		width: 100%;
		height: auto;
	}
	.article_page .article-right-box{
		width: 100%;		
		margin-bottom:20px;
	}
	.right-box-block{
		width: 100%;		
	}
	.right-box-block .content_middle{
		width: 100%;
	}
	.right-box-block ul li.level_1, .right-box-block ol li.level_1{
		width: 100%;
	}
	.inner_content_container{
		width: 100%;
	}
	.main-top-shadow .bottom-shadow{
		width: 100%;
	}
	.right-box-block ul.level_1, .right-box-block dl.level_1{
		width: 100%;
	}
	.inner_content_container .bottom-boxes{
		width: 100%;
	}
	.inner_content_container li.paragraph .sub-title{
		width: 100% !important;
		line-height: 100%;
		margin-bottom: 20px;
	}
	#content_page .inner-title h1.title_text {
		font-size: 20px;
		font-weight: bold;
	}
	.fb_iframe_widget iframe{
		width:100% !important;
		height:auto !important;
	}
	.fb_iframe_widget_fluid span{
		width:100% !important;
		height:auto !important;
	}
	.article_page .main_image .top-box-links{
		top:80px !important;
	}
	#branches_page .details{
		width: 100%;
		margin-right: 0px;
		padding-right: 0px;
		padding: 0px;
		height: auto;
		background-size: cover;
		border: 1px solid;
		background:none;
		padding: 20px;
		box-sizing: border-box;
	}
	#branches_page .details ul.branches-list li {
		float: none !important;
	}
	#branches_page .details ul.branches-list{
		width: 100%;
	}
	#branches_page .details .stores_right{
	    margin: auto;
		margin-top: 80px;
		float: none;
		width: 220px;	
		padding-bottom: 20px;
	}
	#branches_page #stores_paging{
		width: 165px;
		height: 50px;
		margin: auto;
		position: relative;
		top: 0px;
		right: 0px;
	}
	#branches_page .jquery-selectbox .jquery-selectbox-currentItem{
		height:39px !important;
	}
	#branches_page .details ul.branches-list li.first{
		border-bottom: 1px dotted #969696;
	}
	#branches_page .details ul.branches-list li.first {
		border-top: 0px;
	}
	#branches_page .details .region-name {
		right: 50px;
	}
}

#product_addtocart_form .product-pricing{
	display:none;
}
.catalog-category-view .category-products .toolbar .sort-by a{
	padding-top: 11px;
    padding-right: 5px;
	float: right;
}

.catalog-category-view .jquery-selectbox .jquery-selectbox-currentItem{
	display:none !important;
}
.catalog-category-view .toolbar select{
	display:block !important;
	background: #fff;
	padding-right: 5px;
	background-image: url(../../default/images/select-arrow.jpg);
	border: 1px solid #D5D5D5;
	background-position: 10% 50%;
    background-repeat: no-repeat;
	float: right;
}
.catalog-category-view .jquery-selectbox-center-bg{
	display:none !important;
}
.catalog-category-view .jquery-selectbox-left-bg{
	display:none !important;
}
.catalog-category-view .jquery-selectbox .jquery-selectbox-after{
	display:none !important;
}

#content_page .inner_content_container .inner-title .text_line {
    display: none;
}
.col-left .block-blog-comments {
    display:none !important;
}

.size_apparel-options .outer, .width-options .outer {
    width: 30px !important;
    height: 30px !important;
}
#shopping-cart-table .btn-update {
    display: none;
}