/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
vertical-align: middle;


body          { background:#f4f4f4 ; font:12px/1.55 'Roboto', sans-serif; color:#585858; -webkit-text-size-adjust:100%}

img           { border:0; vertical-align:top; max-width:100%; height: auto;}

a             { color:#000000; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

.clear{ clear:both !important; }
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
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; }*/

/* Lists */
ul,ol         { list-style:none; }
.max-fluid {max-width: 100%;}

/* Tools */
.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:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */
.p-r-65{ /*padding-right:65px;*/}
.home_bestseller{display:block;clear:both; margin-top: 30px; margin-bottom:30px}
.home_bestseller > h2{font-size:14px; font-weight:bold; text-align: center; border-bottom:1px solid #d0d0d0; padding-bottom: 10px; color: #000000;}
#slideshow_bestseller a.flex-next,
#slideshow_bestseller a.flex-prev{width:30px; height: 30px;cursor:pointer;text-indent:-9999em; display:inline-block; position: absolute; top:0; right:0;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;}
#slideshow_bestseller a.flex-next{background:url("../images/btn-slide.png") 0 0 no-repeat transparent; }
#slideshow_bestseller a.flex-next:hover{background-position: -70px 0;}
#slideshow_bestseller a.flex-next.flex-disabled{background-position: -70px 0;}
#slideshow_bestseller a.flex-prev{background:url("../images/btn-slide.png") 0 -70px no-repeat transparent;right:29px;}
#slideshow_bestseller a.flex-prev:hover{background-position: -70px -70px}
#slideshow_bestseller a.flex-prev.flex-disabled{background-position: -70px -70px}
#slideshow_bestseller {padding-top:52px; margin-top: -28px;}
#slideshow_bestseller .products-grid li.item{width: 163px;}
#slideshow_bestseller .products-grid li.item:hover{-webkit-transform: none;
-moz-transform: none;}
#slideshow_bestseller .products-grid li.item:nth-child(even):hover .product-image,
#slideshow_bestseller .products-grid li.item:hover .product-image{-webkit-transform: none;
-moz-transform: none;}


/* Layout ================================================================================ */
.wrapper {background-color: #f4f4f4;}
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { /*margin-top: 15px;*/ }
.main { width:960px; margin:0 auto; min-height:400px; text-align:left; }

/* Base Columns */
.col-left { float:left; /*width:195px; margin-left:0;*/ padding-bottom: 20px;}
.col-main { float:left; /*width:750px; margin-left:15px;*/ padding-bottom: 20px;}
.col-right { float:left; /*width:195px; margin-left:15px;*/ padding-bottom: 20px; border-left: 1px solid #f2f2f2;}

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

/* 2 Columns Layout */
.col2-right-layout .col-main {margin-left:0;}

/* 3 Columns Layout */
.col3-layout .col-main { width:540px; }
/*.col3-layout .col-wrapper { float:left; width:687px; }*/
/*.col3-layout .col-wrapper .col-main { float:right; }*/

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea {  }
select {}
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6;}
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:3em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.block-cart .actions  button.button, button.button { overflow:visible; width:auto; border:0; padding:2px 15px; margin:0; background:transparent; cursor:pointer;
	color: #ffffff;
	border: 1px solid #4ba0d8;
	border-bottom: 1px solid #1e64bd;
  background: #4ba0d8; /* Old browsers */
	background: -moz-linear-gradient(top, #4ba0d8 10%, #1e64bd 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#4ba0d8), color-stop(80%,#1e64bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* IE10+ */
	background: linear-gradient(to bottom, #4ba0d8 10%,#1e64bd 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0d8', endColorstr='#1e64bd',GradientType=0 ); /* IE6-9 */
  vertical-align:middle;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;}
button.button span {  vertical-align: middle;display:block;font:normal 13px/1.25 'Roboto', Arial, sans-serif; text-align:center; white-space:nowrap; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
.block-cart .actions  button.button:hover,
button.button:hover{
	color: #6e6e6e;
	border: 1px solid #b4b4b4;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 50%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 50%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;}
.block-cart .actions  button.button:active,
button.button:active{background-color: #2169bf;}

#opc-login .col2-set .col-2 .buttons-set button.button,
.cart .discount button.button ,
.cart .shipping button.button,
.cart-table .btn-empty ,
.cart-table .btn-continue ,
.cart-table .btn-update,
.box-tags button.button ,
.block button.button {padding:6px 15px; margin:0; background:transparent; cursor:pointer;
	color: #ffffff;font:normal 13px/1.25 'Roboto', Arial, sans-serif; display:inline-block;
  background-color: #6f6f6f;
  background-image: -moz-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f7f7f), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: -o-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: linear-gradient(to bottom, #7f7f7f, #5f5f5f);
  background-repeat: repeat-x;
  border-color: #5f5f5f #5f5f5f #5b5b5b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#5f5f5f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);  }
.buttons-set p.back-link {
padding:6px 15px; margin:0; background:transparent; cursor:pointer;
	color: #ffffff;font:normal 13px/1.25 'Roboto', Arial, sans-serif; display:inline-block;
  background-color: #6f6f6f;
  background-image: -moz-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f7f7f), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: -o-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: linear-gradient(to bottom, #7f7f7f, #5f5f5f);
  background-repeat: repeat-x;
  border:1px solid;
  border-color: #5f5f5f #5f5f5f #5b5b5b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#5f5f5f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;}
#opc-login .col2-set .col-2 .buttons-set button.button:hover,
.cart .discount button.button:hover ,
.cart .shipping button.button:hover,
.cart-table .btn-empty:hover ,
.cart-table .btn-continue:hover ,
.cart-table .btn-update:hover,
.buttons-set p.back-link:hover ,
.box-tags button.button:hover ,
.block button.button:hover {
	color: #6e6e6e;
	border: 1px solid #b4b4b4;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 50%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 50%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}

.block button.btn-cart, button.btn-cart{
	color: #6e6e6e;
	border: 1px solid #b4b4b4;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 50%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 50%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	vertical-align: text-top;
	line-height: 22px;
}

.block button.btn-cart:hover, button.btn-cart:hover{
	color: #ffffff;
	border: 1px solid #4ba0d8;
	border-bottom: 1px solid #1e64bd;
	background: #4ba0d8; /* Old browsers */
	background: -moz-linear-gradient(top, #4ba0d8 10%, #1e64bd 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#4ba0d8), color-stop(80%,#1e64bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* IE10+ */
	background: linear-gradient(to bottom, #4ba0d8 10%,#1e64bd 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0d8', endColorstr='#1e64bd',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;}

button.btn-checkout span { /*height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px;
font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; */}
button.btn-checkout span span { /*background-position:100% 0; padding:0 25px 0 16px; */}
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio, input.checkbox, .gift-messages-form  input[type="checkbox"] { margin-right:6px; float:left; margin-top:2px}
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { /*background-color:#edf7fd;*/ }

.icon{width:26px; height: 25px;background: url(../images/icon.png) 0 0 no-repeat transparent;
text-indent: -99999px;
overflow: hidden;
vertical-align: middle;
text-align: left; float:left;}
.icon.facebook{background-position:0 0;}
.icon.twitter{background-position:-35px 0;}
.icon.v-icon{background-position:-71px 0;}
.icon.rss{background-position:-104px 0;}
/*.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{ margin:0 0 8px; }
.form-list label { float:left; color:#000000; font-weight:bold; position:relative; z-index:0; }
label{color:#000000; font-weight:normal; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#f25704; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; display:inline /*create account*/}
.form-list li.control input.radio,
.form-list li.control input.checkbox,  input.radio, input[type="radio"] { margin-right:6px; float:left; margin-top:2px;}
.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 .field { float:left; width:275px; margin-right:20px}
.form-list input.input-text { /*width:259px;*/ }
.form-list textarea { width:259px; height:10em; }
.form-list select { width:272px; }
.form-list li.wide input.input-text { width:554px; }
.form-list li.wide textarea { width:80%; }
.form-list li.wide select { width:568px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:259px;}

/* 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:left; 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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.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:1em 0 0; padding:8px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set p.back-link { float:right; margin:0; margin-left: 10px; margin-bottom:5px;
/*padding:7px 15px; background:transparent; cursor:pointer;
	color: #ffffff;
	font:normal 13px/1.25 DroidSans, Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #54aae0, #2067bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54aae0), to(#2067bf));
  background-image: -webkit-linear-gradient(top, #54aae0, #2067bf);
  background-image: -o-linear-gradient(top, #54aae0, #2067bf);
  background-image: linear-gradient(to bottom, #54aae0, #2067bf);
  background-repeat: repeat-x;
  border-color: #2067bf #2067bf #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  vertical-align:middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
.buttons-set p.back-link a{ color: #ffffff;
	font:normal 13px/1.25 DroidSans, Arial, Helvetica, sans-serif; text-align:center; text-decoration:none;*/}
.buttons-set p.back-link a{ color: #ffffff; text-decoration:none;}
.buttons-set p.back-link small { display:none; }
.buttons-set button.button { float:right; margin-left:5px; margin-bottom:10px;}

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { /*border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0;*/ }
.fieldset .legend { font-size:13px;color:#000000;font-family:'Roboto', Arial, sans-serif;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:5px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#f25704; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
.form-list .validation-advice {margin-bottom:10px;}

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 0px !important; }
.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; padding:8px 8px 8px 32px !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: 1px dotted #6c9839 !important; background-color:#f4f8f0; background-image:url(../images/i_msg-success.png); color:#6a884a;
padding-left:38px !important; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {  margin:0 0 20px; background: #ffffff; border: 1px solid #d0d0d0; border-bottom: 1px solid #bcbcbc; padding: 5px 10px 4px;}
.breadcrumbs ul { /*margin-bottom:0;*/ margin:0 auto; /*width:960px;*/}
.breadcrumbs li { display:inline;color: #585858; }
.breadcrumbs li a{color: #585858; background: url("../images/i_breadcrumbs.png") right center no-repeat transparent; padding-right:22px; margin-right:7px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs li span { display:none;}

/* Page Heading */
.page-title {margin:10px 0 20px; }
.page-title h1,
.page-title h2 { margin:0; font-size:24px; color:#000000; line-height: 1.35}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons button.button { margin-top: 9px; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#f25704; }

/* Pager */
.pager { font-size:12px;  padding:3px 10px; text-align:center;color: #3c3c3c }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle;display:inline; }
.pager .limiter select {
  color: #3c3c3c;
  margin: 0 0 1px;
  vertical-align: middle;
  width: auto;
}
.pager .pages { /*margin:0 140px; float:left;*/ line-height:31px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { padding:3px 10px;
 color: #3c3c3c}
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right;}
.sorter .sort-by label { vertical-align:middle; display:inline;}
.sorter .sort-by select { margin:0 5px 1px 0; vertical-align:middle; width: 100px; color: #3c3c3c;}
.sorter .link-feed {}

.sorter .amount{ float:left; margin-bottom:0; line-height:31px;}
.sorter .amount strong{ font-weight:normal;}

/* Toolbar */
.toolbar {/*background: url("../images/bkg-toolbar.png") left bottom no-repeat transparent;*/ padding-bottom:3px; margin-bottom: 15px;}
.pager ,
.toolbar .pager ,
.toolbar .sorter {border-top: 1px solid #d0d0d0; /*background-color:#ffffff;*/}
.category-products .pager:first-child{border:none;}
.toolbar .sorter{display:none;}
.toolbar .pager .view-mode { float:left ; margin-bottom:0; line-height:31px;margin-right:15px;}
.toolbar .pager .view-mode label { display:inline;}
.toolbar .pager .view-mode strong,.toolbar .pager .view-mode a { text-transform:uppercase; margin-right: 5px;}
.toolbar .pager .view-mode a { color: #6e6e6e; padding: 3px; border: 1px solid transparent; display:none;}
.toolbar .pager .view-mode a:hover { border: 1px solid #d8d8d8; border-bottom: 1px solid #a1a1a1; text-decoration:none;
	-webkit-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.075);
box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.075);
	-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:border linear 0.2s, box-shadow linear 0.2s;
	transition:border linear 0.2s, box-shadow linear 0.2s}
.toolbar .pager .view-mode strong { border: 1px solid #d8d8d8; border-bottom: 1px solid #a1a1a1; padding: 3px;color: #1e1e1e;
-webkit-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.075);
box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.075);}

.toolbar-bottom {}
.toolbar-bottom  .toolbar .sorter{ display:block;}
.toolbar-bottom  .toolbar .pager { display:none;;}

/* Data Table */
.data-table { width:100%; }
.data-table input[type="text"] { margin-bottom:0;}
.data-table .odd  { background:#f4f4f4 }
.data-table .even { background:#ffffff; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td {  }
.data-table th { padding:10px 15px; font-weight:bold; }
.data-table td { padding:10px 15px; }

.data-table th { font-weight:bold; padding:10px 15px; color:#000000; white-space:nowrap; vertical-align:middle; border:1px solid #d0d0d0;}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:#ffffff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #bcbcbc; }
.data-table tfoot tr.first td { }
.data-table tfoot tr { background-color:#ffffff; }
.data-table tfoot td { padding-left:10px; padding-right:10px; border-bottom:0; border-right:1px solid #d0d0d0; border-left: 1px solid #d0d0d0;
font-weight:bold; color: #000000;}
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border:1px solid #d0d0d0;}
/* Bundle products tables */
.data-table tbody.odd tr { }
.data-table tbody.even tr {}
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #bcbcbc; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:15px; }

.data-table .product-image{display:block; border: 1px solid #dfdfdf; background:#ffffff; /*width:50px;*/}
.product-image{background:#ffffff;}
.data-table .price{font-weight:bold}
.sidebar-ctrl ul > a {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.sidebar-ctrl ul > a:hover{ color:#000; text-decoration: none;}
.sidebar-ctrl ul li a{  background: rgba(0, 0, 0, 0) url("../images/arrow-menu.png") no-repeat scroll left center;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
  
    padding-left: 14px; color: #9d9d9d;}
.sidebar-ctrl ul li a:hover{ color:#000; text-decoration: none;}
.sportseries{ margin-bottom:0px;}
.coloum4 > a{ display:none;}

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
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-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px 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% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

.link-cart { color:#dc6809 !important; }
.link-wishlist { }
.link-reorder {color:#dc6809 !important; }
.link-compare { }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:20px; height:20px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:20px; height:20px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.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; }

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

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { }
.header-container .quick-access { background-color: #ffffff;border-bottom: 1px solid #d3d3d3; box-shadow:0 1px 8px #d3d3d3;color: #585858;}
.header-container .quick-access .inner-quick-access {width: 960px;margin:0 auto;padding:8px 0;position:relative; text-align:right;}
.header-container .quick-access .header-container-left{float:left; margin-right:10px;}
.quick-access  .welcome-msg{display:inline;padding-right:4px; }
.header-container .quick-access .links { margin:0;}
.header-container .quick-access .links a{/*color: #585858;*/ color:#b5b9a9; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.header-container .quick-access .links a:hover{ color:#666; text-decoration: none; }
.header-container .quick-access .links li a.top-link-cart{color: #b5b9a9; /*font-weight:bold;*/
background: url("../images/top-cart.png") no-repeat right center transparent;padding-right: 15px;}
.header-container .quick-access .links li a.top-link-cart:hover{ color:#666; text-decoration: none;}
div.inner-quick-access ul.links li:nth-child(4){ border-right:1px solid #ccc; padding-right: 8px;}
.header-container .quick-access a {color: #2465c6;}

.header { width:960px; margin:0 auto;padding:20px 0; position:relative; z-index:10; }
.header .logo { float:left; margin-right:30px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .header_block {float:left; border-left:1px solid #d8d8d8; padding-left:25px;margin-top: 12px; }
.header .header_block a {font-family:'Roboto', Arial, sans-serif; font-size:14px; }

.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language {padding:17px 0 0 10px; float:right; }
.header .form-language label {  vertical-align:middle; display:inline; font-weight:normal;}
.header .form-language select { padding:5px 6px; margin-bottom:0;width: 88px}
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.header-bottom{width: 960px; margin:0 auto; background: #ffffff}
.top-search{text-align: center; border:1px solid #d0d0d0; border-bottom:none;}
.top-search #search_mini_form{display:inline-block; width:65%;margin-bottom: 0;margin-top:6px}
.top-search #search_mini_form input.input-text{width:76%; background-image: url("../images/icon_search.png");
 background-position: 8px center; background-repeat: no-repeat; padding-left:39px;margin-bottom: 5px;}
.top-search  a {vertical-align:top; line-height:41px;}
.form-search label {display:none;}
.form-search button.button {vertical-align:top}

.header-top-cart{position: relative;}
#top_cart_sidebar{width: 268px; position:absolute; right:0; top: 20px;background: #ffffff;z-index: 9999999999999; font-size:13px;}
#top_cart_sidebar .block-cart{border: 1px solid #d8d8d8; margin-bottom:0; padding-bottom:0; text-align:left;}
#top_cart_sidebar .block-cart .block-title{border:none;border-bottom: 1px solid #bcbcbc;padding-left: 18px; padding-right:18px; }
#top_cart_sidebar .block-cart .empty{padding-left: 18px; padding-right:18px;}

/********** < Navigation */
.nav-container { background: url(../images/boder-menu.png) right top no-repeat transparent;padding-top:1px;border-left: 1px solid #dfdfdf;
 border-right: 1px solid #dfdfdf; border-bottom: 1px solid #bcbcbc; }
#nav { margin:0 auto; padding:0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/vertical_menu.png) 13em center no-repeat; }
#nav ul li.parent li a { background-image:none; }

#nav li.level-top { border-right: 1px solid #dfdfdf;border-bottom: 1px solid #bcbcbc; margin-bottom: -1px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);}
#nav li.level-top > a { border-top: 3px solid #fccd00; margin-top: -3px; color: #000000; text-transform:uppercase;
font-size: 12px; font-family:'Roboto', Arial, sans-serif; margin-bottom: 3px; padding: 13px 20px 7px;}
#nav li.level-top.nav-1 > a { border-top: 3px solid #b95e8f; }
#nav li.level-top.nav-2 > a { border-top: 3px solid #f7a773; }
#nav li.level-top.nav-3 > a { border-top: 3px solid #ef3c92; }
#nav li.level-top.nav-4  > a{ border-top: 3px solid #9dbd6a; }
#nav li.level-top.nav-5 > a{ border-top: 3px solid #48ae7a; }
#nav li.level-top.nav-6 > a { border-top: 3px solid #fccd00; }

/* 0 Level */
#nav li { float:left; }
#nav li.active > a { color:#2465c6; }
#nav li.active.level-top > a { color:#000000; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#000000; font-weight:700; }
/*#nav li.over > a,*/
#nav a:hover { color:#2465c6; }
#nav li.parent.level-top:hover{background: #ffffff; border-bottom: 1px solid #ffffff; }
#nav li.level-top:hover{background: #ffffff; border-bottom: 1px solid #bcbcbc; }
#nav li.level-top  > a:hover{color: #000000;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px;}
#nav ul li.last {padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:38px; left:-10000px; border:1px solid #dfdfdf; border-right-style:solid !important; border-bottom: 1px solid #bcbcbc; margin:0; padding: 5px 0; background: #ffffff}
#nav div ul { position:static; width:auto; border:none; }
#nav li.level-top > ul,
#nav li.level-top  > div{border-top:none;}

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:-6px; }

#nav ul li a{color:#000000;}
#nav ul li a:hover { color:#2465c6; }
#nav ul span,
#nav ul li.last li span { padding:5px 20px 5px 20px; }

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


/* Sidebar =============================================================================== */
.block {  margin:0 0 15px; }
.block .block-title {/* background:url(../images/bkg_block-title.gif) 0 0 repeat-x;*/ border:1px solid #bcbcbc; padding:7px 10px; background-color: #ffffff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);}
.block .block-title strong { display:block; font-size:14px;font-weight:bold; min-height:16px; padding:1px 0 1px; color:#000000; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 10px 10px; color:#585858; }
.block .block-content {background-image:url(../images/bkg-title.png);background-position:top center; background-repeat: no-repeat;background-color: #ffffff;
padding: 10px 0; border: 1px solid #d0d0d0; border-top:none;}
.block .block-content li.item { padding:6px 0px; border-bottom: 1px solid #d0d0d0; }
.block .block-content li.item:first-child { padding-top:3px;}
.block .block-content li.last {border-bottom: none;padding-bottom:0; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {  padding:6px 10px; text-align:right; }
.block .actions a { float:left; color: #2465c6;margin-top: 6px;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:6px 10px; }
.block .block-content ol,
.block .block-content ul{margin-bottom:0;}

.block-compare li .product-name a{line-height:22px;}
.block-compare .actions{padding-top:25px;}

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*Qick Selections*/
.quick_selections .block-content{padding:0; padding-top:2px}
.quick_selections p{margin-bottom:0; padding: 14px 10px; border-bottom: 1px solid #d0d0d0; color: #585858;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%); }
.quick_selections p:hover{
-webkit-box-shadow: inset 0 1px 5px #cccccc;
-moz-box-shadow: inset 0 1px 5px #cccccc;
box-shadow: inset 0 1px 5px #cccccc;
-webkit-transition: all linear 0.4s;
-moz-transition: all linear 0.4s;
-o-transition: all linear 0.4s;
transition: all linear 0.4s;}
.quick_selections p span{display:block; font-size:11px;}
.quick_selections a {font-size: 14px;color: #000000;}
.quick_selections a:hover {color: #3174d7; text-decoration:none;}

/*block Account Homepage*/
.account_homepage{background: #ffffff;  border-bottom: 1px solid #bcbcbc;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
}
.account_homepage .row1{border: 1px solid #e3e1e3; padding: 10px 10px; text-align: center; line-height:18px;}
.account_homepage .row2{border-left: 1px solid #e3e1e3;border-right: 1px solid #e3e1e3;}
.account_homepage .row2 span{display:block; line-height:18px;}
.account_homepage .singup{display:inline-block; width:48%; border-left: 1px solid #e3e1e3;}
.account_homepage .login{display:inline-block; width:50%;}
.account_homepage .inner{padding: 9px 20px 15px;  text-align: center;}
.account_homepage p{font-size: 14px; color: #000000;}
.account_homepage{ color: #585858;}
.account_homepage a{ padding:6px 23px; margin:10px 0 0; background:transparent; cursor:pointer;
	color: #ffffff;font:normal 13px/1.25 'Roboto', Arial, sans-serif;; display:inline-block;
	border: 1px solid #4ba0d8;
	border-bottom: 1px solid #1e64bd;
  background: #4ba0d8; /* Old browsers */
	background: -moz-linear-gradient(top, #4ba0d8 10%, #1e64bd 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#4ba0d8), color-stop(80%,#1e64bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%); /* IE10+ */
	background: linear-gradient(to bottom, #4ba0d8 10%,#1e64bd 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0d8', endColorstr='#1e64bd',GradientType=0 ); /* IE6-9 */
  vertical-align:middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;}

.account_homepage .login a{
background-color: #6f6f6f;
  background-image: -moz-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7f7f7f), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: -o-linear-gradient(top, #7f7f7f, #5f5f5f);
  background-image: linear-gradient(to bottom, #7f7f7f, #5f5f5f);
  background-repeat: repeat-x;
  border-color: #5f5f5f #5f5f5f #5b5b5b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#5f5f5f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}

.account_homepage a:hover{text-decoration:none; color: #6e6e6e;
	border: 1px solid #b4b4b4;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 50%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 50%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 50%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;}

 .account_homepage{width: 58%; margin-right: 2%; display:inline-block;float:left;margin-bottom:10px}
 .home_advertisement{width: 40%;display:inline-block;margin-bottom:10px; }
 .home_advertisement img{max-width: 100%;}

 .col3-layout .account_homepage{width: 100%; margin-right:0; margin-bottom: 10px;}
 .col3-layout  .home_advertisement{width: 100%;}

 /*Main Slideshow*/
.nivo-caption {background: none!important; width: 50%!important;
 top: 32px !important;bottom: auto;left: 30px !important;}
.nivo-caption h1 { font-size: 48px; font-weight:bold; line-height: 1.15; }
.nivo-caption p { font-size: 13px; padding: 0 !important; line-height: 1.35;margin: 0 0 10px !important;}
.nivo-caption p.price { font-size: 20px; font-weight:bold;color: #ffffff;}
.nivo-caption a { padding: 7px 23px 6px; text-decoration:none; display:inline-block !important;
margin: 10px 0 0;
background: transparent;
cursor: pointer;
color: #ffffff;
font: normal 12px/1.35 'Roboto', Arial, sans-serif;;
text-transform:uppercase;
display: inline-block;
background-color: #2bc6a7;
border: 1px solid #2bc6a7;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.nivo-caption a:hover{text-decoration:none; color: #ffffff; background: #3ad9b9;}

.nivo-caption .slide_2 h1 { color: #000000; }
.nivo-caption .slide_2 p {color: #6e6e6e; }
.nivo-caption .slide_2 p.price { color: #1e1e1e;}
.nivo-caption .slide_2 a {
color: #6e6e6e;
background-color: #f3f3f3;
border: 1px solid #d6d6d6;
}
.nivo-caption .slide_2 a:hover{color: #6e6e6e; background: #f9f9f9;}

.nivo-directionNav a{width:30px; height: 30px;cursor:pointer;text-indent:-9999em; top: 43% !important;-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;}

/*Custom Slider Navigation */
.nivo-directionNav .nivo-nextNav{background:url("../images/sprites.png") 0 0 no-repeat transparent;}
.nivo-directionNav .nivo-nextNav:hover{background-position: 0 -100px; width: 62px; height: 115px;}

.nivo-directionNav .nivo-prevNav{background:url("../images/sprites.png") 0 0 no-repeat transparent;}
.nivo-directionNav .nivo-prevNav:hover{background-position: 0 0; width: 62px; height: 95px;}

.slider-wrapper:hover .nivo-prevNav{background:url("../images/sprites.png") 0 0 no-repeat transparent; background-position: 0 0; width: 62px; height: 95px;}
.slider-wrapper:hover .nivo-nextNav{background:url("../images/sprites.png") 0 0 no-repeat transparent; background-position: 0 -95px; width: 62px; height: 115px;}
.nivoSlider{background:none; padding-bottom:3px;}

.nivo-controlNav a{background: url("../images/btn-controlNav.png") 0 0 no-repeat transparent; margin-right:10px; padding: 2px 8px 4px 6px;
color: #000000; text-decoration:none;}
.nivo-controlNav a:hover, .nivo-controlNav a.active{color: #ffffff; background-position: -30px 0px;text-decoration:none;}
.slider-wrapper{margin-bottom:15px; margin-top:-10px;}
.nivo-controlNav{padding:0 0 27px !important; margin-top:-45px;position: relative; z-index:10;}

.col3-layout .nivo-caption{top:10px !important;}
.col3-layout .nivo-caption h1{font-size:30px !important; margin-bottom:5px;}
.col3-layout .nivo-caption p{ margin-bottom: 5px !Important;}
.col3-layout .nivo-caption a{margin-top:0px;}

/*Home tab*/
.ui-tabs .ui-tabs-nav{text-align:center; border-bottom: 1px solid #d0d0d0;}
.ui-tabs .ui-tabs-nav li{display:inline-block;margin-bottom:-1px; margin-right:-4px}
.ui-tabs .ui-tabs-nav li a{ padding: 8px 15px; background: #ffffff; border: 1px solid #d0d0d0; display:inline-block ;-webkit-transition: background-color 250ms ease-in-out 0s;
-moz-transition: background-color 250ms ease-in-out 0s;
-o-transition: background-color 250ms ease-in-out 0s;
transition: background-color 250ms ease-in-out 0s;}
.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{ background: none; border-bottom:1px solid #f4f4f4; font-weight:bold; color:#000;}
.ui-tabs .ui-tabs-nav li a{font-size: 14px; color: #6e6e6e;text-decoration:none;}
.ui-tabs .ui-tabs-nav li a:hover{text-decoration:none;color: #6e6e6e;}
.ui-tabs .ui-tabs-panel{opacity:1; filter:alpha(opacity=100);
-webkit-transition: opacity linear 0.8s;
-moz-transition: opacity linear 0.8s;
 -o-transition: opacity linear 0.8s;
 transition: opacity linear 0.8s;
 display:block; }
.ui-tabs .ui-tabs-hide{opacity:0; filter:alpha(opacity=0);
-webkit-transition: opacity linear 0.8s;
-moz-transition: opacity linear 0.8s;
 -o-transition: opacity linear 0.8s;
 transition: opacity linear 0.8s;
 display:none; }
.ui-tabs .ui-tabs-panel .products-grid{margin-bottom:5px}
.ui-tabs .ui-tabs-panel .products-grid li.item{width: 162px; margin-right:33px; }
.ui-tabs .ui-tabs-panel .products-grid li.item.last{margin-right:0;}

.left_ads_1,.left_ads_2{text-align:center; margin-bottom:20px;}
.left_ads_1 img,.left_ads_2 img{max-width:100%;}


/* Mini Products List */
.mini-products-list .product-image { float:left; margin-right:10px; border:1px solid #d0d0d0; }
.mini-products-list .product-details {  min-width:50px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title {}
.block-account .block-title strong { }
.block-account .block-content {}
.block-account .block-content li a { display:block;/* border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; */}
.block-account .block-content li a:hover { color: #2465c6; }
.block-account .block-content li.last{ border-bottom:0; }
.block-account .block-content li { border-bottom:1px solid #ddd; padding:10px; color: #000; }
.block-account .block-content li:first-child { padding-top: 3px;}
.block-account .block-content li a { color: #000; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency .block-title { }
.block-currency .block-title strong {}
.block-currency .block-content { padding:10px; }
.block-currency .block-content select { width:100%;margin-bottom:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {/* border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; */}
.block-layered-nav .block-subtitle { line-height:1.35; background:#f2f3f3; padding:0 10px 10px; border-bottom:1px solid #d0d0d0;
 font-weight:normal; color:#585858; }
.block-layered-nav .block-content { /*border:1px solid #a0b3c3;*/ background-color:#f2f3f3; padding-bottom:0;}
.block-layered-nav .block-content ol { margin-bottom:0;}
.block-layered-nav .block-content dl {  background:#ffffff;margin-bottom:0; padding-bottom: 8px; }
.block-layered-nav dt {padding:10px 10px 5px 10px; font-weight:bold; color: #000000; }
.block-layered-nav dd { padding:0 0 10px 10px; margin-left:0; color: #bebebe; border-bottom: 1px solid #d0d0d0;}
.block-layered-nav dd a {color: #585858;}
.block-layered-nav dd.last { background:none; border-bottom:none;}
.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(../images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary {padding:12px 18px 3px; margin:20px 0 0; position:relative; z-index:1; border-top: 1px solid #d8d8d8;}
.block-cart .amount { margin:0; border-bottom: 1px solid #d8d8d8; padding: 0 18px 8px; color: #3c3c3c;}
.block-cart .amount a { font-weight:bold; color: #000000; }
.block-cart .block-subtitle{ color: #3c3c3c; padding:15px 18px 7px }
.block-cart .block-content{ border:none;}
.block-cart .block-content li.item{ padding-left:18px; padding-right:18px;}
.block-cart .subtotal {margin-bottom:0 ; text-align:left ; color: #3c3c3c}
.block-cart .subtotal .price { font-weight:bold; float:right;}
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.sidebar .block-cart .block-content li.item{border-bottom:none;}

/* Block: Wishlist */
.block-wishlist .block-title strong {}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related .block-content { background:none; border:none; }
.block-related .block-subtitle { padding-top:0; padding-left:0; }
.block-related input.checkbox { position:absolute; top: 5px; left:5px ; margin:0; z-index:9;}
.block-related .product { position:relative; margin-bottom:10px;}
.block.block-related .block-content li.item {border-bottom:none; padding:0;min-height:293px}

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare button.button span {}
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {}

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

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { }
.block-poll input.radio { float:left; margin:2px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { }
.block-poll ul#poll-answers { margin:0 10px;}
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {}
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px;border-bottom: 1px solid #d0d0d0; }
.block-tags .block-content a {}
.block-tags .actions { text-align:right;padding: 10px 10px 0; }
.block-tags .actions a { float:none;background:url("../images/btn-tags-block.png") right center no-repeat transparent; padding-right:20px; }

/* Block: Subscribe */
.block-subscribe .block-content {padding-left:10px; padding-right:10px;}
.block-subscribe input.input-text{width:90%;color: #b7b7b7;}
.block-subscribe .block-title strong { }
.block-subscribe .actions { background:none; padding:0; text-align:left; vertical-align:top;   float:left; width:100%;}
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span {}
.footer-container .block-subscribe .block-content { /*padding:18px 23px;*/ padding:0;  margin-top:15px;}
.footer-container .block-subscribe label {  color:#000000; font-size:14px; margin: 0; font-weight:bold;}
.footer-container .block-subscribe .input-box { width: 48%;}
.footer-container .block-subscribe input.input-text { display:block; width:93%;margin:0;}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions{padding-top: 25px;}

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; background: none; border:none; }
.block-banner .block-content img{ max-width:100%; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title { margin:0 0 10px;border-bottom:1px solid #d0d0d0;padding-bottom: 10px; }
.category-title h1{ margin:0; font-size:14px; color:#000000; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {margin-top:10px;}

/* View Type: Grid */
.products-grid { position:relative;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { /*float:left; width:162px;*/ padding:0; /*margin-right: 25px;*/margin-bottom: 20px;
-moz-transition: all 200ms ease;
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;}
.products-grid .product-image { display:block; margin:0 0 10px;
background: url("../images/bkg-bottom-img.png") 10px bottom no-repeat transparent; padding-bottom:3px;}
.products-grid .product-image img { max-width:100%;border:1px solid #e3e1e3;border-bottom: 1px solid #bcbcbc;}
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; }
.products-grid .item-bottom {
padding: 10px;
height: 155px;
background: url(../images/griditem-bottom.gif) repeat-x left top;
position: relative;
}

.products-grid .product-name a {
display: block;
color: #222;
/* height: 44px; */
font-size: 13px;
font-weight: bold;
}

.products-grid .price-box {
margin: 5px 0;
/* height: 58px; */
/*position: absolute;*/
bottom: 40px;
}

.products-grid .actions {
height: 26px;
position: absolute;
bottom: 10px;
}
.products-grid .price-box { margin:5px 0 10px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { /*width:632px; margin:0 auto;*/ }
.col1-layout .products-grid { /*width:790px; margin:0 auto;*/ }
.category-products .products-grid li.item{ /*min-height:450px;*/ min-height:0; /*margin-right:25px;*/}
.col1-layout .category-products .products-grid li.item{/*margin-right:29px;*/}
.col3-layout .products-grid li.item{margin-right:18px;}

/*Hieu ung them*/
/*
.products-grid li.item:hover .product-image{
opacity:0.6}
*/

/* One Column*/


/* View Type: List */
.products-list li.item { padding:0; margin-bottom:15px;-moz-transition: all 200ms ease;
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; margin:0 15px 10px 0;
background: url("../images/bkg-bottom-img.png") 10px bottom no-repeat transparent; padding-bottom:3px;}
.products-list .product-image img{ border:1px solid #e3e1e3;border-bottom: 1px solid #bcbcbc;}
.products-list .product-shop { overflow:hidden; min-width: 80px;}
.category-products .products-list .product-shop{min-width:100px;}
.products-list .product-name { margin:0 0 5px;}
.products-list .product-name a {}
.products-list .price-box { /*float:left;*/ margin:3px 13px 10px 0; }
.products-list .availability { float:left; 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 li:first-child { display:inline; margin-right:10px;}
.products-list .add-to-links .separator { display:none; margin:0 2px; }
/*Hieu ung them*/
/*
.products-list li.item:hover .product-image{
opacity:0.6;}*/

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.no-rating a{color: #9a9a9a }

.ratings, .no-rating { font-size:12px; line-height:1; margin:7px 0; }
.product-view .ratings, .product-view .no-rating{overflow:hidden;}
.ratings strong { float:left; margin:-1px 5px 0 0; color: #000000;}
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:12px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:12px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings a {color: #9a9a9a;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.45; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; font-size:12px;font-weight:normal; color: #585858; }
.availability span { font-weight:normal; }
.availability.in-stock span {color: #48ae7a;}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { }
.product-view .product-shop .availability span {}

/* Email to a Friend */
.email-friend { margin:0; font-size:12px; }
.email-friend a{ color: #585858; font-size:12px; font-weight:normal; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

.price-box { margin:5px 0 10px; }
.price-box .price { font-weight:bold; color:#000000; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; font-size:13px; }
.block .regular-price,
.block .regular-price .price { }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; color:#6e6e6e; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:8px 0 0; }
.add-to-links li {background: url("../images/i_links.png") left center no-repeat transparent; padding-left:15px}
.add-to-links li:first-child {margin-right:10px;}
.add-to-links li a {color: #7e7e7e;}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:10px; padding:3px 0 2px 0;}
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:20px 0 10px; line-height:34px; overflow:hidden}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 15px 0 0; color:#6e6e6e; font-size:11px;clear:both }
.add-to-box .add-to-links { float:left; margin:0; }
.add-to-box .add-to-links li {}
.add-to-box .add-to-links li .separator {display:none;}


.product-view {}
.product-view h2{ padding:8px 15px; color: #000000; font-size:14px; border: 1px solid #d0d0d0; border-bottom: 1px solid #bcbcbc;
font-weight:bold; margin-bottom: 14px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);}

.product-essential { }
.product-essential h2 { }

.product-collateral { }
.product-collateral h2 { }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral .box-additional .data-table .odd{ background: #ffffff; }
.product-collateral .box-additional .data-table .even{ background: #f4f4f4; }

/* Product Images */
.product-view .product-img-box { float:left; width:280px; margin-right:15px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; border: 1px solid #d0d0d0; border-bottom: 1px solid #bcbcbc; background: #ffffff;}
.product-view .product-img-box .product-image img {}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; color: #6e6e6e;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:10px; margin:0 auto 23px; padding:0;width:100%; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; margin:0 30px;background:url(../images/slider_bg.gif) 50% 50% repeat-x; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:1px; width:14px; height:14px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:4px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:4px; }
.product-view .product-img-box .more-views h2 { font-size:11px; border:none;background:none; padding:0; margin:0 0 8px; text-transform:uppercase;
color: #6e6e6e; }
.product-view .product-img-box .more-views ul { margin-left:-7px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 7px;  }
.product-view .product-img-box .more-views li a { float:left; border:1px solid #dfdfdf;padding:5px;width:76px; height:76px; overflow:hidden; background:#ffffff;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:normal; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop {/*overflow:hidden; min-width:150px; */}
.col1-layout .product-view .product-shop {}
.col3-layout .product-view .product-shop {margin-left:0 !important }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 24px/1.35 Arial, Helvetica, sans-serif; color: #000000;}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0 25px; overflow:hidden;}
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links {}
.product-view .product-shop .add-to-links li{ display:inline; }
.product-view .product-shop .add-to-links li:first-child{margin-right:13px;}
.product-view .product-shop .add-to-links a { }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 5px 20px; position:relative; border:1px solid #d0d0d0; border-bottom: none; }
.product-options dt { float: left;font-weight: normal;padding: 10px 0 0; /*width: 20%;*/ width:100%; }
.product-options dt label { font-weight:bold; color:#2f2f2f; width: 100% !important; }
.product-options dt label.required em { color:#eb340a; margin-right:5px; width: 100% !important;}
.product-options dd .qty-holder { display:block; padding:10px 0 0; line-height:30px;}
.product-options dd .qty-holder label { vertical-align:middle; float:left; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {float: left;margin: 0 0 5px;padding: 5px 10px 0px;/*width: 58%;*/ width: 100%;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { /*width:92%;*/ width:100%; margin-bottom:0;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; }
.product-options ul.options-list { margin-right:5px;margin-bottom:0; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:2px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { /*position:absolute; right:20px; top:20px; */}

.product-options-bottom {  vertical-align: middle; padding:15px 20px 50px 5px; border:1px solid #d0d0d0; border-top:0; margin-bottom: 25px;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box {/* float:left; */margin:0 0 15px; padding:0; }
.product-options-bottom .add-to-links { padding:0;float:left; line-height:34px; margin:0; clear:both}
.product-options-bottom .add-to-links li { display:inline}
.product-options-bottom .price-label { float:none; padding-right:5px; }
.product-options-bottom .price-tax { float:none; }
.product-options-bottom .add-to-cart { float:right; /*margin-right: 15px;*/ line-height:30px;}
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:right; padding-top:12px; }


/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.data-table.grouped-items-table td{vertical-align:middle; padding: 3px 10px;}
.data-table.grouped-items-table td:first-child{color: #2465c6;}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 {}
.product-view .box-up-sell .products-grid { width:100%; }
.product-view .box-up-sell .products-grid td { width:25%; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img {  }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 5px; }
.product-view .box-up-sell .products-grid li.item {min-height:270px }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { color: #000000; font-size: 12px;}
.product-view .box-tags .product-tags { display:block; margin:0 0 25px; }
.product-view .box-tags .product-tags li { display:inline; color: #bebebe; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li a{ color: #585858;}
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-weight:bold; margin:0 0 5px; color:#000000;}
.product-view .box-tags .form-add .input-box { float:left; width:70%; margin:0 5px 5px 0;}
.product-view .box-tags .form-add input.input-text { width:97%; margin-bottom:0;}
.product-view .box-tags .form-add button.button span {}
.product-view .box-tags .note { margin:7px 0 0; font-size:11px; color: #9a9a9a;}

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { }
.send-friend .form-list li {}
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field {}
.send-friend .form-list .input-box { }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {  }
.send-friend .form-list li.wide .input-box { }
.send-friend .form-list li.wide textarea {}
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; display: block; height: 60px; overflow: hidden; }
.product-name, .product-name a { color:#2465c6; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

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

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.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 { color:#1b2d3b; }
.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 { color:#1e7ec8; }

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


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; text-align: left; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table td:first-child,
.cart-table td.product-name-td{vertical-align:top;}
.cart-table th {  }
.cart-table td {font-weight:bold; vertical-align:middle;}
.cart-table td input.qty{margin-top:7px;}
.cart-table .product-name {margin:0 0 5px;}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
.cart-table .btn-empty, .cart-table .btn-continue, .cart-table .btn-update{margin-bottom:4px;}
.cart-table .btn-empty{margin-left:10px;}
.cart-table tfoot td{padding-bottom:6px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; /*width:605px;*/ }
.cart .cart-collaterals .col2-set .col-1 ,
.cart .cart-collaterals .col2-set .col-2 { width:305px; float:left; margin-right:20px}
.cart .cart-collaterals h2 {font-size:13px;  color: #000000; font-weight:normal;}

.cart .crosssell { }
.cart .crosssell h2 {margin-bottom:15px; font-weight:bold;}
.cart .crosssell .product-image { float: left;margin: 0 15px 10px 0;
background: url("../images/bkg-bottom-img.png") 10px bottom no-repeat transparent; padding-bottom: 3px; }
.cart .crosssell .product-image img {border: 1px solid #e3e1e3;border-bottom: 1px solid #bcbcbc; }
.cart .crosssell .product-details { overflow:hidden; min-width: 50px; }
.cart .crosssell .product-name { }
.cart .crosssell li.item { margin:10px 0; border-top: 1px dotted #bcbcbc; padding-top: 20px;}
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { padding: 10px 15px; margin-bottom:0;
color: #000000;
font-size: 14px;
border: 1px solid #d0d0d0;
border-bottom: 1px solid #bcbcbc;
font-weight: bold;
background-color: #ffffff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);}
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .discount .discount-form,
.cart .shipping .shipping-form {border: 1px solid #d0d0d0; border-bottom:1px solid #bcbcbc;padding: 12px 15px; border-top:none;
background-image: url(../images/bkg-title.png);
background-position: top center;
background-repeat: no-repeat;
background-color: #ffffff;
color: #3c3c3c;
}

.cart .discount h2 { }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:left; /*width:308px;*/ background:#ffffff; /*border:1px solid #d0d0d0;*/ }
.cart .totals table { width:100%; margin:7px 0; color: #000000; border:1px solid #d0d0d0;}
.cart .totals td { padding:7px 15px 7px 10px; border-bottom: 1px solid #d0d0d0; font-weight:bold;}
.cart .totals tbody td {font-size: 14px;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:7px 15px 7px 10px; }
.cart .totals tfoot td { }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; }
.cart .totals .checkout-types { font-size:12px; /*padding:7px 15px 10px;*/ padding:0; text-align:right; margin-bottom:0; font-weight:normal;}
.cart .totals .checkout-types li { clear:both; margin:0 0 10px;font-weight:bold; }
.cart .totals button.button { padding: 10px 55px; }
.cart .totals button.button span{ font-size: 16px; font-weight:bold;}

/* Options Tool Tip */
.item-options { padding-left:10px; }
.item-options dt { font-weight:bold; color: #000000; }
.item-options dd { padding-left:10px; margin:0 0 6px;color: #3c3c3c; font-weight:normal;}
.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; left:-99999em; z-index:999; width:115px; 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; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:0; font-weight:bold; }
.sp-methods dd { margin-top: 10px;}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; display:inline}
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { }
.sp-methods .form-list li { margin:0; }
.sp-methods select.month { width:154px; margin-right: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-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

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

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

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:10px;line-height:30px }

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

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; 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; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:552px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left: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; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:40px 0 0; }
.block-progress .block-title {}
.block-progress .block-title strong {}
.block-progress .block-content { padding-bottom:0;}
.block-progress dt { font-size:13px; font-weight:normal; line-height:1.35;
 border-top:1px solid #d0d0d0;  padding:10px 10px; color:#000000; }
.block-progress dt:first-child{border-top:none; padding-top: 4px}
.block-progress dt .separator{display:none;}
.block-progress dt a{float:right;}
.block-progress dd {  padding:8px 10px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; padding-bottom: 0}
.block-progress dd.complete {}
.block-progress dl{margin-bottom:0;}
.block-progress address{margin-bottom:0;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:1em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait {line-height:30px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { margin-bottom: 10px}
.opc li.active{ margin-bottom: 20px}

.opc .step-title {
padding: 0 10px 0 0;
color: #000000;
font-size: 14px;
border: 1px solid #d0d0d0;
border-bottom: 1px solid #bcbcbc;
font-weight: normal;
background-color: #ffffff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
}
.opc .step-title .number { float:left; padding:9px 15px; margin:0;
font-size: 14px; color:#000000;border: 1px solid #d0d0d0; margin: -1px; font-weight:bold;}
.opc .step-title h2 { float:left; margin:0; font-size: 14px; color:#000000;font-weight:bold;padding:9px 15px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {}
.opc .allow .step-title .number {}
.opc .allow .step-title h2 {  }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
.opc .active .step-title .number { background: #ffffff; border-bottom:1px solid #ffffff; }
.opc .active .step-title h2 {  }
.opc .active .step-title a, .opc .allow .step-title a { display:block; background: url("../images/opc-edit.png") 0 center no-repeat transparent; text-indent:-999em; padding: 11px 7px}
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #d0d0d0; border-top:0; background:#ffffff; padding:15px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px;color: #000000; font-weight:normal;}
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#000000; }
#opc-login .form-list input.input-text{width: 90%;}

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form {background:#f6f1eb; border:1px solid #e9e4de;padding:15px; }
.opc .gift-messages-form .inner-box { }

#opc-review .step {  }
#opc-review .product-name { }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0 0; }
#opc-review .buttons-set p { margin:0; line-height:30px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

.checkout-onepage-index .page-title{margin-bottom:7px}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right;  font-size:1.5em;overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner {  }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }


/* Step 1 */
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span {}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:13px; right:10px; width:154px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { }
.account-login .content h2 { font-size:13px;font-weight:normal; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #d0d0d0; color:#000000; }
.account-login .new-users h2 { }
.account-login .registered-users h2 { }
.account-login .buttons-set { margin:0; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

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

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .pager{ margin:10px 0;}
.my-account .pager .amount{ margin-top:7px;}
.my-account .data-table tbody td:first-child{ color:#2465c6;}

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 1.5em 0; padding: 10px 15px; background: #ffffff; border: 1px solid #d0d0d0; border-bottom: 1px solid #bcbcbc;}
.dashboard .welcome-msg p { margin:0; }
.dashboard .welcome-msg p.hello { color: #2465c6; margin-bottom: 8px; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff; border:1px solid #d0d0d0; border-color:#d0d0d0 #d0d0d0 #bcbcbc #d0d0d0; padding:10px 15px 15px; margin: 0 0 20px; }
.box-account .box-head { margin:-10px -15px 15px; text-align:right; padding:10px 15px;
color: #000000;
border-bottom: 1px solid #bcbcbc;
font-weight: normal;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -ms-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);
background: -o-linear-gradient(bottom, #f0f0f0 0%, #ffffff 20%);}
.box-account .box-head h2 { float:left; margin:0;font-size: 14px;font-weight: normal;color: #000000;}

.dashboard .box .box-title {margin:0 0 8px; text-align:right;font-size:13px; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4{ float:left; font-size:13px; margin:0; color: #000000}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 {font-size:13px; margin:0;  color: #000000 }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float:left; font-weight:bold; color:#000; margin-right:10px}
.dashboard .box-reviews .details { }
.dashboard .box-reviews li.item { margin:0 0 15px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; font-weight:bold; color:#000; margin-right:10px}
.dashboard .box-tags .details { /*margin-left:20px;*/ }
.dashboard .box-tags li.item { margin:0 0 15px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags{margin-top: 5px; color: #000000;}
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline;}
.dashboard .box-tags .tags ul li a{color: #585858;}
/********** Dashboard > */

/* Address Book */
.addresses-list h2 ,
.addresses-list h3 { font-size:13px; margin:0; color: #000000}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {padding:10px 0; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p {  }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.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 { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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 Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist .description  {margin-bottom:7px; }
.my-wishlist textarea { display:block; width:95%; height:109px; }
.my-wishlist .add-to-cart-alt input.input-text{ margin-bottom:6px}
.my-wishlist .add-to-cart-alt{ margin-bottom:5px}
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:-2px 0 0 8px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; 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-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {background: #ffffff; border-top: 1px solid #d0d0d0;}
.footer-bottom-wrapper {background: #1e1e1e;}
.footer-1, .footer-2{width: 960px;margin:0 auto; }
.footer-bottom{width: 1170px;margin:0 auto; padding: 20px 0 50px; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }

.footer-1-wrapper{ background:url(../images/bkg-footer.png) bottom center no-repeat transparent; padding-bottom: 3px;}
.footer-1-inner{border-bottom: 1px solid #d0d0d0;}
.footer-1{background:url(../images/bkg-top-footer.png) top left repeat-x transparent; padding-top: 3px; margin-top: -1px; overflow:hidden;}
.footer-1 .block-subscribe{float:left; width: 65%; margin-right:2%;margin-bottom:0;}
.footer-1 .block-subscribe .block-title{display:none;}
.footer-1 .block-subscribe .block-content{background:none; border:none;}
.footer-1 .block-subscribe .block-content .form-subscribe-header {display:inline-block; margin-right:25px; vertical-align:top;margin-top:4px;}
.footer-1 .block-subscribe .block-content .input-box {display:inline-block;}
.footer-1 .block-subscribe .block-content .actions {display:inline-block;}

.footer-1 .footer_connect{float:left; width: 33%; text-align:right}
.footer-1 .footer_connect_content{padding: 19px 0 19px;}
.footer-1 .footer_connect span{vertical-align:top; margin-top:3px; display:inline-block;font-size: 14px;  color: #000000;}
.footer-1 .footer_connect ul{display:inline-block; margin:0;}
.footer-1 .footer_connect ul li{display:inline; margin-left:12px;}

.footer-2{overflow:hidden; padding: 20px 0;}
.footer-2 h3{font-size: 14px; color: #000000; font-weight:bold;}
.footer-2 li{padding:	1px 0;}
.footer-2 li, .footer-2 li a{color: #585858;}
.footer-2 li a:hover{color: #3174d7; text-decoration:none;}
.footer-container .footer_link_1,
.footer-container .footer_link_2,
.footer-container .footer_link_3,
.footer-container .footer_link_4,
.footer-container .footer_link_5{/*width: 161px; padding-left: 20px; padding-right:10px;*/ float:left; border-left: 1px solid #d0d0d0; }
.footer_link_4 .block > h3 {
    border-bottom: 0.5px solid #c1c1c1;
    margin-bottom: -8px;
    padding-bottom: 5px;
}
.footer-bottom .footer-links .title {font-size: 14px; color: #ffffff; margin-bottom:10px; font-weight:bold;}
.footer-bottom .footer-links ul li {display:inline; margin-right:6px; background: url(../images/dot.png) right center no-repeat transparent;/*padding-right:10px;*/}
.footer-bottom .footer-links ul li.lasr {background:none;}
.footer-bottom .footer-links ul li a{color: #a9a9a9}
.footer-bottom address{color: #a9a9a9}

/* Block Currency Footer */
.footer-bottom .footer-bottom-left {float:left; width:75%; margin-right:2%;}
.footer-bottom .footer-bottom-right {float:right; }
.footer-bottom .block-currency { }
.footer-bottom .block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.footer-bottom .block-currency .block-title strong { color:#a9a9a9;font-size:12px }
.footer-bottom .block-currency .block-content { background:none; padding:0;border:none; }
.footer-bottom .block-currency .block-content select { width:150px; }

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.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,
.col3-layout .product-options-bottom .price-box: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-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart: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; }

.sorter .pages > ol {
  margin: 7px;
}
.sorter .pages ol li {
  border-right: 1px solid #777;
  float: left;
  padding: 0 5px;
}
.sorter .pages > strong {
  display: none;
}
.amount.sort_right {
  float: right;
}
.right_side_categories_div .block-subtitle {
  display: none;
}
#slider-range .ui-slider-range.ui-widget-header {
  background: none repeat scroll 0 0 #808080;
}
#narrow-by-list .text-box {
    margin-bottom: 15px;
}
.priceTextBox {
  margin-bottom: 4px !important;
}
#slider-range .ui-slider-handle {
  margin-top: -2px;
}
.footer-block-1{float:left; background:#a5a5a5;}
.footer-block-1 li{float:left; width:100%; list-style:none; margin:0px 0 20px;}
.footer-block-1 li img{float:left; width:44px; height:44px; margin-right:10px;}
.footer-block-1 li .details {
  float: left;
  line-height: 14px;
  width: calc(100% - 54px);
}
.footer-block-1 li .details p {
  color: #ffffff;
  float: left;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}
.breadcrumbs ul li:last-child {font-size: 12px;}
.footer-block-1 li .details span {float:left; font-size:10px; color:#ffffff; width:100%;}
.connect_main .sbi_photo > img {
  /*height: 270px;*/
}
/* ======================================================================================= */

@media (min-width: 768px) and (max-width: 979px) {
	/* Layout ================================================================================ */
	.main { width:744px;}
	.header-container .quick-access .inner-quick-access {width:744px;}
	.header-bottom, .header{width: 744px;}
	.footer-1, .footer-2{width: 744px;}
	.footer-bottom{width: 744px;}
	/* Base Columns */
	.col-left { float:left; width:167px; margin-left:0; }
	.col-main { float:left; /*width:562px; margin-left:15px;*/ }
	.col-right { float:left; /*width:167px; margin-left:15px;*/ }

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

	/* 2 Columns Layout */
	.col2-right-layout .col-main {margin-left:0;}

	/* 3 Columns Layout */
	.col3-layout .col-main { width:380px; }
	/*.col3-layout .col-wrapper { float:left; width:687px; }*/
	/*.col3-layout .col-wrapper .col-main { float:right; }*/

	/*input*/
	.form-list .field{width: 242px;}
	.form-list input.input-text{width: 226px;}
	.form-list li.wide input.input-text{width: 488px;}
	.form-list select{width: 240px;}
	.form-list li.wide select{width: 502px;}
	.gift-messages-form .item .details .form-list li.wide textarea{width: 226px;}
	.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:226px;}

	/*================= Slideshow =======================*/
	.col3-layout .nivo-caption p{display:none;}
	.col3-layout .nivo-caption p.price{display:block !important;}

	/*================= Header =======================*/
	.top-search #search_mini_form input.input-text{width:70%;}

	/*================= Slideshow =======================*/
	.nivo-caption{top:15px !important;}
	.nivo-caption h1{font-size:30px !important;}

	/*================= Footer =======================*/
	.footer-1 .block-subscribe{width:70%;}
	.footer-1 .footer_connect{width:28%;}
	.footer-container .block-subscribe .input-box{width: 37%;}
	.footer-container .block-subscribe input.input-text{width:90%;}

	/*================= Category =======================*/
	.ui-tabs .ui-tabs-panel .products-grid li.item{margin-right:24px;}
	.col1-layout .category-products .products-grid li.item{/*margin-right:23px;*/}

	.product-view .box-tags .form-add input.input-text{width:95%;}
}

@media (max-width: 767px) {
  body {
    /*padding-right: 15px;
    padding-left: 15px;*/
  }

  /* Layout ================================================================================ */
	.main { width:auto;min-width:280px}
	.header-bottom, .header {width: auto; min-height: 42px;}
	.footer-1, .footer-2{width:auto;}
	.footer-bottom{width:auto;}
	/* Base Columns */
	.col-left ,
	.col-main ,
	.col-right ,
	.col3-layout .col-main{ display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

	/*Menu*/
	#nav ul, #nav div{width: 11.5em;}
	#nav ul li.parent a{background-position: 10.5em center;}

	/*input*/
	.form-list li.wide input.input-text{width: 259px;}
	.form-list li.wide select{width: 273px;}
	.gift-messages-form .item .details .form-list li.wide textarea{width: 259px;}
	.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:259px;}
	.gift-messages-form .item .details{margin-left:0; clear:both;}


	/*========== Header ==================*/
	.header-container .quick-access{margin-left:-15px; margin-right:-15px;}
	.header-container .quick-access .inner-quick-access{width:auto;  padding-left:30px; padding-right:30px; display:block;}
	.header-container .quick-access .links{margin-top:5px; float:none; text-align:center;}
	.header-container .quick-access .header-container-left{float:none; text-align:center;}

	.header .logo{float:none; display:block; text-align:center;}
	.header .header_block{float:none; display:block; text-align:center; padding-left:0; border-left:none;}
	.header .form-language{float:none; display:block; text-align:center;}

	#top_cart_sidebar{top: 101px; right: 40px;}
	.top-search #search_mini_form{width: 100%;}

	.nav-container{background:none; padding-top:0;}
	#nav li{float:none;}
	#nav li a{float:none;margin-top:0}
	#nav li.level-top{margin-bottom:0}
	#nav li.level-top > a{margin-top:0;}
	#nav ul, #nav div{top:45px}
	/*================= Slideshow =======================*/
	.nivo-caption{top:10px !important;}
	.nivo-caption h1{font-size:30px !important; margin-bottom:5px;}
	.nivo-caption p{ margin-bottom: 5px !Important;}
	.nivo-caption a{margin-top:0px;}


	/*================= Homepage Static Block; =======================*/
	.account_homepage, .home_advertisement{width:100%;}
	.category-products .products-grid li.item{min-height:300px;}

	/*Tab home page*/
	.ui-tabs .ui-tabs-nav li{display:block;}
	.ui-tabs .ui-tabs-nav li{display:block;}
	.ui-tabs .ui-tabs-nav li a{display:block;}
	.ui-tabs .ui-tabs-nav li:hover a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a{border-bottom: 1px solid #d0d0d0;}

	/*================= Footer =======================*/
	.footer-1 .block-subscribe{width:98%;}
	.footer-1 .footer_connect{width:100%; text-align:left;}
	.footer-container .block-subscribe .block-content{padding-left:15px;padding-right:15px}
	.footer-1 .footer_connect_content{padding-left:15px; padding-right:15px;}
	.footer-2, .footer-bottom{padding-left:10px; padding-right:10px}
	.footer-container .footer_link_3,.footer-container .footer_link_5{clear:both;}

	/*================= Detail =======================*/
	.product-view .product-shop{margin-left:0 !important;}
	.product-view .product-shop {overflow:hidden; min-width:150px;}

	.data-table th{padding-left:5px; padding-right:5px;white-space:normal!important;}
	.data-table td{padding-left:5px; padding-right:5px;}
	.nobr{white-space:normal !important;}
	.product-view .box-tags .form-add input.input-text{width:94%;}

	/*Hieu ung them*/

	/* Footer */
	.footer-bottom .footer-bottom-left ,
	.footer-bottom .footer-bottom-right {float:left;width:100%; margin-right:0; }

	/* Multi Checkout */
	.checkout-progress{padding:0;}
	.checkout-progress li{float:none; width:auto;margin-bottom:5px}
	.multiple-checkout .col2-set .col-wide,
	.multiple-checkout .col2-set .col-narrow{width:100%;}

}
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait)
 {
	.nivo-caption p{display:none;}
	.nivo-caption p.price{display:block !important;}
 }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
}

a:hover,
a:focus {
  color: #3174d7;
  text-decoration: underline;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  /*margin: 0 0 10px 25px;*/
  /*margin: 0 0 30px 0;*/
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  /*line-height: 20px;*/
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}


address {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 18px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
}

input,
button,
select,
textarea {
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

select,
textarea,
input.qty,
input.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}
select{padding: 5px 6px;}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

select,
textarea,
input.qty,
input.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  background:#FFF;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: -4px;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 23px;
}

select {
  /*width: 220px;*/
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width:100%;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*.wt-rotator{display:none !important;}*/




/*********************  		Modified By Md.Noor   		*********************************/
.header-container .quick-access{
	position: absolute;
	width: 100%;
	background-color: transparent;
	box-shadow: 0 0 0;
	border: 0;
	/*margin: 3% 0;*/
	float: right;

	top:36px;
}
.header{
	margin: 0px auto;
	padding: 0px 0;
}
div.header_new{
	clear: both;
	border-top: 8px solid #000000;
	border-bottom: 1px solid #b5b9a9;
	margin: 0 0 2px 0;
	background:#000;
}
.header .header_block{
	display: none;
}
div.footer-bottom-left address p,
.footer-bottom .footer-links .title,
.top-search a,
div.header-container-left,
div.inner-quick-access ul.links li:nth-child(6),
div.inner-quick-access ul.links li:nth-child(3),
div.inner-quick-access ul.links li:nth-child(5){
	display: none;
}
.top-search {
	text-align: center;
	border: 1px solid #d0d0d0;
	border-bottom: none;
	position: relative;
	margin: -7% auto auto auto;
	float: right;
}
.top-search #search_mini_form {
	display: inline-block;
	width: 54%;
	margin-bottom: 0;
	/*margin-top: 6px;*/ margin-top:2px;
	float: left;
}
div.form-search{
	float: left;
	width: 100%;
}
.form-search button.button{
	float: left;
}
.top-search #search_mini_form{
	width: 77%;
	float: right;
}
.form-search button.button {
	float: left;
	position: absolute;
	margin: -19% auto auto 19%;
	width: 10%;
	color: transparent;
}
.top-search #search_mini_form input.input-text{
	width: 65%;
}
.header-container .quick-access .inner-quick-access{
	width: 590px;
}
div.featured_media{
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}
div.featured_media ul li img{
	width: 304px;
}
div.featured_media ul li{
	margin: auto 10px;
}
div.featured_media ul{
	width: 4312px !important;
	left: -1321px !important;
}
div.anyClass{
	width: 963px !important;
}
.footer-container .footer_link_1,
.footer-container .footer_link_2,
.footer-container .footer_link_3,
.footer-container .footer_link_4,
.footer-container .footer_link_5 {
	/*width: 209px;
	padding-left: 20px;
	padding-right: 10px;*/
	float: left;
 	border-left: 0px solid #d0d0d0;
}
.footer-container .footer_link_5{
	display: none;
}
/*.footer-2.test h3{
	background-image: url('../images/title_icon.png');
	background-repeat: no-repeat;
	padding-left: 8%;
	background-position: 3px 5px;
	color: #ffffff;
}
.footer_link_3{ font-size:13px;}
h3.right_side_title,
div.footer_link_3 h3{
	background-image: url('../images/title_icon1.png');
	background-repeat: no-repeat;
	padding-left: 8%;
	/*background-position: 3px 5px;
	background-position: 3px 2px;
	color: #000000;
	font-size:13px;
}*/
div.footer-2.test{
	background: #000000;
	width: 100%;
	color: #ffffff;
}
div.social_media_right{
	position: relative;
	height: 37px;
	/* background: red; */
	text-align: center;
}
div.footer-2.test a{
	color: #ffffff; font-size:13px;
}
.block .block-content,
.block .block-title{
	background: transparent;
	border: 0;
}
div.footer-2 div.form-subscribe-header,
div.footer-2 div.block div.block-title{
	display: none;
}
div.footer-2 .block-subscribe .input-box,
div.footer-2 .block-subscribe .actions button.button{
	width: 100%;
	background: transparent;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 0;
	/*margin: 1px 0;*/
	margin:4px 0;

	float:left;
}
div.footer_link_3 .block-subscribe .actions button.button span{
	color: #ffffff;
}
div.footer-2 .block-subscribe input.input-text{
	width: 92%;
	margin: 0;
	background: transparent;
	border: 0;
	color: #ffffff;
}
div.footer_link_2 div.div1{
	/*font-weight: bold;*/
	font-size: 13px;
	margin: 18px 0 18px 0;
}

div.footer_link_1 div.div2{
	/*font-weight: bold;*/
	font-size: 13px;
	margin: 18px 0 18px 0;
}

div.footer_link_2 div.div2{
margin-bottom:10px; font-size:13px;
}
div.footer_link_2 div.div2 + a {margin-bottom:10px; float:left;}
.store-locator-footer {/*background:url(../images/loc-icon.png) no-repeat 80% center;*/ float:left; border:1px solid #fff; text-align:center; width:100%; padding:8px 0; margin-bottom:10px; cursor:pointer;}
.store-locator-footer a:hover{text-decoration:none;}
.new_links{float:left; width:100%; font-size:14px;}
.new_links li{float:left;}
.new_links li a{cursor:pointer;}
.new_links li:last-child{float:right;}
.new_links li:first-child{width:55%; border-right:1px solid #fff;}
.checkout-onepage-index div.right_side_categories_div{
	display: none;
}
.product_details_container h2{font-size: 14px; font-weight: bold; display: inline-block; float: left; margin:0;}
.links.store-locator-ul {
  border-right: 1px solid;
  right: 80px;
  padding-right: 10px;
  position: absolute !important;
  width: auto !important;
}
.p-l-0{ padding-left:0px !important;}
input#p_method_cashondelivery,
input#p_method_ccsave,
input#p_method_paypal_standard,
li input#s_method_freeshipping_freeshipping,
li input#s_method_flatrate_flatrate{
	margin-top: 3px;
}
.blog-search .input-text{
	width: 90%;
}
.recent_blog h4{ padding-top:10px; color:#A5A5A5; font-size:12px; font-weight:normal;}
.footer-bottom-wrapper {
	background: #ffffff;
}
.footer-bottom {
	padding: 0 0 0 0;
}
.footer-bottom .footer-links ul li a {
	color: #a9a9a9;
	font-size: 11px;
}
.footer-bottom .footer-links ul li a:hover{ color:#000; text-decoration: none;}
div.footer-links ul{
	margin: 0;
}
.footer-bottom .footer-bottom-left {
	float: left;
	width: 100%;
	margin-right: 0;
}

.footer-links{
	text-align: center;
	margin-bottom:20px;
}

.footer-bottom {
	/*width: 960px;*/
	margin: 0 auto;
	padding: 0 0 0 0;
}
.footer-bottom-wrapper {
	background: #222222;
	/*padding: 1% 0 0% 0;*/
	padding: 10px 0 0% 0;
}
.footer-bottom address {
	color: #a9a9a9;
	/*float: left;*/
	font-size: 11px;
	text-align: center;
	display: block;
	margin: 2px auto;
}
.footer-bottom .footer-links ul li{
	background: transparent;
}
div.block.block-subscribe div.block-title,
div.form-subscribe-header label,
div.block.block-list.block-compare,
div.block.block-banner,
div.block.block-poll,
.sidebar .paypal-logo,
.footer-1-wrapper,
.footer-bottom .footer-bottom-right,
div.footer-bottom-wrapper{
	display: none;
}
div.footer_new div.footer-bottom-wrapper{
	display: block;
}
.footer-bottom .footer-bottom-left{
	margin-bottom: -2%;
}
.block .block-content ul#wp-1b21 li.item{
	padding: 3px 0px;
}
div.social_media_right ul li{
	float: left;
	margin: 0 1.79%;
}
.footer_link_3 > p {
  margin-top: 18px;
}
body,
.wrapper{
	background-color: #ffffff;
	background: url(../images/checkerplate-silver.jpg);
	background-position: top center;
	background-repeat:repeat;
	
}
ul.level1{
position: relative;
color: #000;
visibility: visible;
left: -1px !important;
background: red;
width: 179px;
top: 27px !important;
}
li.level1.nav-3-1.parent{
background: #fff;
border-top: 1px solid #f2f2f2;
border-bottom: 0;
border-right: 1px solid #f2f2f2;
}
li.level1.nav-3-2.parent{
position: relative !important;
/*left: 181px;
width: 180px;
margin-top: -30px ;
clear: both;
float: left !important;
background: #fff;
border-top: 1px solid #f2f2f2;
border-bottom: 0;
border-right: 1px solid #f2f2f2;*/
}
li.level1.nav-3-3.parent{
/*position: relative !important;
left: 360px;
background: red;
width: 179px;
margin-top: -27px !important;
display: none;*/
}
li.level1.nav-3-3.last{
display: none;
}
#nav li.level-top > a{
	border-right: 1px solid #f2f2f2;
	padding: 1px 14px 0px;
	margin: 5px 0 5px 0 !important;
}
.level0 .level1.parent:hover{margin:0 !important;}
.level0 .level1 .level2{margin-bottom:2px !important;}
#nav,
#nav li:hover,
#nav li:hover a,
#nav li.level-top,
.nav-container,
#nav li.level-top > a,
#nav li.level-top.nav-1 > a,
#nav li.level-top.nav-2 > a,
#nav li.level-top.nav-3 > a,
#nav li.level-top.nav-4 > a,
#nav li.level-top.nav-5 > a,
#nav li.level-top.nav-6 > a,
#nav li.level-top.nav-7 > a{
	border-top: 0px solid #b95e8f;
	border: 0;
	background: none;
	/*margin: 1px 0 2px 0;*/
	margin: 0px 0 2px 0;
}
#nav li.level-top{
	/*border-right: 1px solid #cccccc !important;*/
	border: 0;
	border-bottom: 0px !important;
}
#nav li:last-child.level-top{
	border: 0px !important;
}
.header-container {
	border-bottom: 1px solid #b5b9a9;
	background-color: #000;
}
.col2-right-layout .col-main{
	/*border-right: 1px solid #f2f2f2;
	width: 740px;
	padding-right: 7px;*/
}
ul.right_side_categories{

}
ul.right_side_categories li{

}
/*ul.right_side_categories li a{
	color: #000000;
}*/
div.right_side_categories_div{
	position: relative;
	margin: 26px 0 0 0;
}
/*ul.right_side_categories li{
	background-image: url('../images/ra.png');
	background-position: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #000000;
}*/
.remove_list_style > ul.right_side_categories li {
  background-image: none;
}
.cms-index-index.cms-home .main{
	margin-top: 651px;
}
.cms-index-index.cms-home div.slider-wrapper.theme-default.test{
	width: 100%;
	clear: both;
	position: absolute;
	float: left;
	left: 0;
	margin-top: -651px;
}
.nivo-directionNav .nivo-nextNav,
.nivo-directionNav .nivo-prevNav{
	width: 59px;
	height: 59px;
	margin-top: -10px;
	background: none; z-index:99999;
}
.nivo-caption{
	left: 15% !important;
}
.textholder {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 4px 0 4px;
	-moz-border-radius: 4px 4px 0 0;
}
#carousel {
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333;
	clear:right;
	margin: 40px auto 0 auto;
	border: 2px solid #aaa;
}
ul.level1 li span,
ul.level1 li span.active,
ul.level1 li span:hover{
	background-image: url('../images/ra.png');
	background-position: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	color: #000000;
}
#nav ul, #nav div{
	top: 34px;
}
#nav li.level-top > ul{
	top: 27px;
	/*border-top-style: dotted !important;
	border-top: 1px solid #cccccc;*/
	border-top:none !important;
}
.benefits-list {
  color: #9e9e9e;
  float: left;
  font-size: 14px;
}
.benefits{ font-size:14px; font-size: 14px; color:#9e9e9e; margin-top:20px;}
.benefits > h1, .short-detail h1{ font-size:15px; color:#000;}
.about_us p {font-size: 12px; color:#9d9d9d;}
.about_us .top-ab{ padding-bottom:10px; border-bottom:1px solid #B6B6B6;}
.about_us h4 {
  font-size: 12px;
  font-style: italic; color:#B5B5B5;
}
.itemMenuName.level1 > span {color: #000; font-weight:bold; font-size: 13px;}

.top_menu_extra p span img{padding-top:6% !important;}
div#content_home_tabs.ui-tabs .ui-tabs-nav li:nth-child(2),
div#content_home_tabs.ui-tabs .ui-tabs-nav li:nth-child(3),
div.account_homepage,
div.home_advertisement,
div.home_bestseller,
div.block.block-list.block-viewed,
div.block.block-list.block-compare,
div.three_image_slider,
.cms-index-index.cms-home div.right_side_categories_div,
div.social_media_right,
div.newsletter_right{
	display: none;
}
.cms-index-index.cms-home div.three_image_slider,
div.right_side_categories_div,
.cms-index-index.cms-home div.social_media_right,
.cms-index-index.cms-home div.newsletter_right{
	display: block;
}
.cms-index-index.cms-home div.three_image_slider{}
div.three_image_slider{
	clear: both;
	position: absolute;
	margin-top: 26% !important;
	-moz-margin-top: 26% !important;
	width: 92%;
	padding-left: 5%;
}
div.three_image_slider{
	-moz-margin-top: 26% !important; /* for mozilla */
}
@-moz-document url-prefix() {

}
.ui-tabs .ui-tabs-nav{
	text-align: left;
	border: 0;
}
div.new_product h2.new_product_title{
	border: 0;
	background-image: url('../images/title_icon1.png');
	background-repeat: no-repeat;
	padding-left: 3%;
	background-position: 2px 4px;
	color: #000000;
	font-size: 16px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	border: 0;
	background-image: url('../images/title_icon1.png');
	background-repeat: no-repeat;
	padding-left: 4%;
	background-position: 3px 11px;
	color: #000000;
	display: none;
}
.ui-tabs .ui-tabs-nav li{
	width: 40%;
}
.products-grid .product-image img{
	max-width: 100%;
	border: 1px solid #e3e1e3;
	border-bottom: 1px solid #bcbcbc;
	/*width: 100%;*/
	border: 0;
	/*height: 200px !important;*/
	margin: 0 auto;
}
.products-grid .product-image {
	background: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.products-grid .product-image:hover {
	border-bottom: 1px solid #000000;
}
.ui-tabs .ui-tabs-panel .products-grid li.item {
	width: 200px;
	text-align: left;
	min-height: 313px;
}
.products-grid .product-name a {
	text-transform: capitalize;
	color: #9e9e9e;
	font-size: 14px;
}
.cms-index-index.cms-home .products-grid .actions {
	display: none;
	border-bottom: 1px solid #000;
	padding-bottom: 14px;
}
.ui-tabs .ui-tabs-panel .products-grid {
	margin-bottom: 5px;
	margin: 0 auto;
	width: 90%;
}
.cms-index-index.cms-home .products-grid .product-name{
	background-image: url('../images/new.png');
	height: 34px;
	background-repeat: no-repeat;
	background-position: right;
}
.cms-index-index.cms-home .products-grid .price-box {
	margin: -16px 0 10px 10px;
	width: 120px;
	float: left;
}
.products-grid .price-box{
	margin: auto;
}
li.level2.nav-3-1-6.last a,
li.level2.nav-3-2-6.last a{
	color: transparent;
}
li.level2.nav-3-1-6.last span{
	background-image: url('../images/banner_cat.png');
	height: 100px;
	width: 76%;
	color: transparent;
	border-top: 1px;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top-style: solid !important;
	border-color: #808080;
}
li.level2.nav-3-2-6.last span{
	background-image: url('../images/banner_cat1.png');
	height: 100px;
	width: 76%;
	color: transparent;
	border-top: 2px solid #ccc;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top: 1px;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top-style: solid !important;
	border-color: #808080;
}
ul.level0{
	width: 600px !important;
	height: 254px !important;
}
ul.level0 li.level1.nav-3-1{
	/*width: 300px !important;
	float: left;*/
}
ul.level0 li.level1.nav-3-2{
	/*width: 300px !important;*/
	float: left;
	/*left: 300px;*/
}
.nav-3 ul.level1{
	/*width: 23% !important;*/
}
.nav-3 ul li ul {
    float: left !important;
    margin: -11.1% 0 -11.5% 1px !important;
    top: 48px !important;
    width: 100% !important;
}

.nav-3 .level0 {
  width: 730px !important;
  height: 400px !important;
  background:url("http://i.imgur.com/cGU3AcA.png") no-repeat;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #fff;
  background-image: url("http://i.imgur.com/cGU3AcA.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100%!important;
}

.nav-3 .level0 li{
  float: left !important;
  width: 23% !important;
}

.nav-3 .level0 li .level1 li{
  width: 100% !important;
}

.nav-4 ul li ul {
    float: left !important;
    margin: -11.1% 0 -11.5% 1px !important;
    top: 48px !important;
    width: 100% !important;
}

.nav-4 .level0 {
  width: 730px !important;
}

.nav-4 .level0 li{
  float: left !important;
  width: 23% !important;
}

.nav-4 .level0 li .level1 li{
  width: 100% !important;
}

.nav-3 .level0 {
  width: 730px !important;
  height: 400px !important;
  background:url("http://i.imgur.com/cGU3AcA.png") no-repeat;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #fff;
  background-image: url("http://i.imgur.com/cGU3AcA.png") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100%!important;
}
.header-container .quick-access .header-container-left {
	float: right;
	margin-left: 10px;
	display: none;
}
.quick-access .welcome-msg {
	display: none;
}
.top-search #search_mini_form input.input-text{
	width: auto;
	min-width: 156px;
	max-width: auto;
	background-image: url("../images/icon_search.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-bottom: 5px;
}
.top-search{
	margin: -8% 0% auto auto;
	float: right;
	border: 0;
	z-index: 999999;
	width: 210px;
}
.form-search button.button{
	float: right;
	position: relative;
	margin: -20% auto auto 0;
	width: 10%;
	color: transparent;
	border: 0;
	background: transparent;
}
ul.level0 li:nth-child(1).level1.nav-4-1.first.parent ul li a span,
ul.level0 li:nth-child(2).level1.nav-4-2.parent ul li a span,
ul.level0 li:nth-child(1).level1.nav-3-1.first.parent a span,
ul.level0 li:nth-child(2).level1.nav-3-2.parent a span{
	color: #cccccc !important;
}
ul.level0 li:nth-child(1).level1.nav-4-1.first.parent ul li a span:hover,
ul.level0 li:nth-child(2).level1.nav-4-2.parent ul li a span:hover,
ul.level0 li:nth-child(1).level1.nav-3-1.first.parent a span:hover,
ul.level0 li:nth-child(2).level1.nav-3-2.parent a span:hover{
	color: #000000 !important;
}
div.recent_blog_entries{

}
div.header{

}
h1.rbe_header{
	float: left;
	font-size: 16px;
	background-image: url('../images/title_icon1.png');
	background-repeat: no-repeat;
	padding-left: 3%;
	background-position: 2px 4px;
}
h1.view_blog{
	float: right;
	font-size: 13px;
	width: 8%;
}
div.four_blocks{

}
div.blocks{
	background-repeat: no-repeat;
	width: 105%;
	height: 108px;
}
div.blocks.blocks0{background-image: url('../images/blog_entries1.png');}
div.blocks.blocks1{background-image: url('../images/blog_entries1.png');}
div.blocks.blocks2{background-image: url('../images/blog_entries1.png');}
div.blocks.blocks3{background-image: url('../images/blog_entries1.png');}
div.blocks.blocks0:hover{background-image: url('../images/blog_entries2.png');}
div.blocks.blocks1:hover{background-image: url('../images/blog_entries2.png');}
div.blocks.blocks2:hover{background-image: url('../images/blog_entries2.png');}
div.blocks.blocks3:hover{background-image: url('../images/blog_entries2.png');}
div.blocks a{
	float: right;
	vertical-align: bottom;
	position: relative;
	margin-top: 39%;
	margin-right: 8%;
	text-decoration: underline;
	display: block;
	color: transparent !important;
}
div.blocks a:hover {
	float: right;
	vertical-align: bottom;
	position: relative;
	margin-top: 39%;
	margin-right: 8%;
	text-decoration: underline;
	display: block;
}
div.blocks p{
	clear: both;
	position: relative;
	padding-top: 4%;
	color: #cccccc;
	font-size: 12px;
}
div.footer-2.test1{
	background:#ffffff;
}

div.footer-container.footer-container-top{
	display: none;
}
.cms-index-index.cms-home div.footer-container.footer-container-top{
	display: block;
}
div.footer-container.footer-container-top .footer-2{
	height: 195px;
}
h2.view_blog a{
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}
.products-grid li.item,
.catalog-category-view .products-grid li.item{
	border:1px solid #fff;
	/*width: 218px;*/
	/*height: 350px;*/
	min-height: 370px;
	/*margin-bottom: 30px;*/
}
.products-grid .actions,
.catalog-category-view .products-grid .actions{
	display: none;
}
.catalog-category-view .products-grid .price-box{
	margin: -8px 0 10px 5px;
}
div.top_menu_extra{
	float: right;
	position: relative;
	height: 20px;
	/*margin: 2px 0;*/
}
div.top_menu_extra p span{
	font-weight: bold;
	font-size: 18px;
}
.nav-container{
	/*float: left !important;*/
	width: 42%;
	margin: 0 auto;
}
ul#nav li:hover,
ul#nav a:hover{
	border: 0;
}
.header .logo{
	float: left;
	margin-right: 0px;
	text-decoration: none !important;
	display: block;
	z-index: 999999;
	position: relative;
}
.header .logo img{
	display: block;
	z-index: 999999;
	position: relative;
	/*width: 430px;
	height: 92px;*/
}
ul.level0 li.level1.nav-3-1.first.parent a span,
ul.level0 li.level1.nav-3-2.parent a span{
	color: inherit;
}
ul.level0 li.level1.nav-3-1.first.parent,
ul.level0 li.level1.nav-3-2.parent{
	color: inherit;
}
ul.level0 li.level1.nav-3-1.first.parent ul li a span,
ul.level0 li.level1.nav-3-2.parent ul li a span{
	color: inherit;
}
ul.level0 li.level1.nav-3-1.first.parent ul{
	margin: -11% 0 !important;
}
ul.level0 li.level1.nav-3-2.parent ul{
	margin: -11.1% 0 -11.5% 1px !important;
}
div.advanced-search-summary p,
.catalogsearch-advanced-result .page-title h1{
	display: none;
}
.advanced-search-summary{
	background: transparent;
	border: 1px solid #f2f2f2;
}
ul.add-to-links{
	display: none;
}
.links li.last{
	border-left: 1px solid #cccccc;
	/*padding-left: 10px;*/
}
li.level1.nav-3-2.parent ul,
li.level1.nav-4-2.parent ul{
	/*border-left: 1px solid #cccccc !important;*/
}
.box-collateral.box-tags,
.block.block-reorder{
	display: none;
}
div.social_media_right div.social_media_right_content ul li a{
	width: 32px;
	height: 30px;
	display: block;
	color: transparent;
}
div.social_media_right div.social_media_right_content ul li:nth-child(1) a{
	background-image: url(../images/social_share1.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(1) a:hover{
	background-image: url(../images/social_share11.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(2) a{
	background-image: url(../images/social_share2.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(2) a:hover{
	background-image: url(../images/social_share22.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(3) a{
	background-image: url(../images/social_share3.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(3) a:hover{
	background-image: url(../images/social_share33.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(4) a{
	background-image: url(../images/social_share4.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(4) a:hover{
	background-image: url(../images/social_share44.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(5) a{
	background-image: url(../images/social_share5.png);
}
div.social_media_right div.social_media_right_content ul li:nth-child(5) a:hover{
	background-image: url(../images/social_share55.png);
}
.block-subscribe input.input-text:hover{
	border: 1px solid #000000;
	background-color: #ffffff;
}
div.footer-2.test a:hover{
	color: #000000;
}
.regular-price .price {
  /*background-image: url("../images/pound_symbol.png");
  background-position: 0 8px;
  background-repeat: no-repeat;*/
  margin-right: 10px;
  padding: 4px 0 0 0px;
	font-size: 15px;
	margin-left: 5px;
}
.border-bottom {
border-bottom:1px solid #d0d0d0;
}
.margin-top-10{
margin-top:10px;
}

.catalog-product-view .regular-price .price {
  padding-left: 8px;
}
.products-grid .product-name a:hover{
	text-decoration: none;
	color: #000000;
}
h1.view_blog a{
	color: #cccccc;
	background-image: url(../images/ra1.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14%;
}
h1.view_blog a:hover{
	color: #000000;
	background-image: url(../images/ra2.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14%;
	text-decoration: none;
}
div.hp_right_connect{
	width: 100%;
	clear: both;
	position: relative;
	float: left;
	margin: 6% 0;
}
div.hp_right_connect a{
	display: block;
	float: left;
	clear: both;
	border-top: 1px solid #cccccc;
	padding-top: 5%;
	margin: -2% 0;
}
div.hp_right_connect h3{
	float: left;
	color: #000000;
	background-image: url('../images/title_icon1.png');
	background-repeat: no-repeat;
	padding-left: 8%;
	background-position: 3px 5px;
}
div.hp_right_connect h4{
	float: right;
	color: #cccccc;
}
div.hp_right_connect a img{
	width: 100%;
}
div.top-search a.login_link{
	display: block;
	width: 29px;
	float: left;
	/*color: #585858; margin: 11px 0;*/
	color:#AFAFAF;
	position: relative;
	margin: 6px 0;
	padding-left: 0;
}
.top-search #search_mini_form input.input-text{
	width: 91%;
	min-width: 91%;
}
.top-search #search_mini_form input:focus{box-shadow:none !important;}
.links li.first{
	margin-left: 0 !important;
	border-right: 1px solid #ccc;
	padding-right: 8px;
}
.store-locator{
	margin-left: 0 !important;
	border-right: 1px solid #ccc;
	padding-right: 8px;
	margin-right:5px;
}
.links li.last{
	border: 0;
}
.product-view .product-shop .product-name h1{
	text-transform: capitalize;
}
.catalog-category-view .products-grid .price-box{
	margin: 5px;
}
/*.products-grid li.item:hover,
.catalog-category-view .products-grid li.item:hover{
	box-shadow: none;
}*/
.products-grid .product-image{
	margin-top: 0 0 0px;
	padding-bottom: 0px;
}
.products-grid li.item{
	/*margin: 0 0 0px 0;*/
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	background: #fff;
	min-height:325px !important;
}
.products-grid .product-name{
	margin: 5px;
}
.ui-tabs .ui-tabs-panel .products-grid li.item{
	margin-bottom: 1%;
}
.product-view .product-img-box .product-image{
	height: 160px !important;
}
.product-view .product-img-box .zoom-notice,
.product-view .product-img-box .zoom{
	display: block !important;
}
.catalog-product-view div.product-shop .regular-price .price {
	padding-left: 2%;
}
div.MagicZoomPup a,
div.MagicZoomHint a,
div.MagicZoomHeader a{
	color: green !important;
}
.MagicBoxShadow,
div.MagicZoomBigImageCont.MagicBoxShadow div{
	color: transparent !important;
}
li.level0.nav-2.level-top.parent ul.level0.shown-sub{
	background-color: #ffffff !important;
	width: 910px !important;
	background-image: url(../images/shop_collections_banner.png) !important;
	background-position: top;
	background-repeat: no-repeat !important;
	background-size: 100% 100%!important;
	padding-top: 110% !important;
}
li.level0.nav-2.level-top.parent ul.level0.shown-sub li ul{
	background-image: none !important;
}
ul.level0 li:nth-child(1).level1.nav-2-1.first.parent{
	left: 1%;
	width: 21%;
	top: 39%;
}
ul.level0 li:nth-child(2).level1.nav-2-2.parent{
	left: 23%;
	width: 23%;
	top: 29%;
}
ul.level0 li:nth-child(2).level1.nav-2-3.parent,
ul.level0 li:nth-child(2).level1.nav-2-4.parent{
}
ul.level0 li:nth-child(1).level1.nav-2-1.first.parent ul,
ul.level0 li:nth-child(2).level1.nav-2-2.parent ul{
	top: 80% !important;
	border-right-style: dotted !important;
	border-top-width: 1px !important;
	border-color: #cccccc;
	height: 110px;
}
#nav ul, #nav div{
	/*border: 0px;*/
}
ul.level0 li:nth-child(1).level1.nav-2-1 a span,
ul.level0 li:nth-child(2).level1.nav-2-2 a span,
ul.level0 li:nth-child(3).level1.nav-2-3 a span,
ul.level0 li:nth-child(4).level1.nav-2-4 a span{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 4px !important;
}
ul.level0 li:nth-child(1).level1.nav-2-1 a,
ul.level0 li:nth-child(2).level1.nav-2-2 a,
ul.level0 li:nth-child(3).level1.nav-2-3 a,
ul.level0 li:nth-child(4).level1.nav-2-4 a{
	background: none !important;
}
ul.level0 li:nth-child(1).level1.nav-2-1 ul li  a span,
ul.level0 li:nth-child(2).level1.nav-2-2 ul li a span,
ul.level0 li:nth-child(3).level1.nav-2-3 ul li  a span,
ul.level0 li:nth-child(4).level1.nav-2-4 ul li a span{
	color: #cccccc;
	background: url(../images/vertical_menu.png) 13em center no-repeat;
	font-size: 12px !important;
	font-weight: normal;
	padding-left: 16px !important;
	background-position: 8px 10px;
}
ul.level0 li:nth-child(1).level1.nav-2-1 ul li  a span:hover,
ul.level0 li:nth-child(2).level1.nav-2-2 ul li a span:hover,
ul.level0 li:nth-child(3).level1.nav-2-3 ul li  a span:hover,
ul.level0 li:nth-child(4).level1.nav-2-4 ul li a span:hover{
	color: #000000 !important;
}
ul.level0 li:nth-child(1).level1.nav-2-1.first.parent ul li  a span:hover,
ul.level0 li:nth-child(2).level1.nav-2-2.parent  ul li a span:hover,
ul.level0 li:nth-child(1).level1.nav-4-1.first.parent ul li  a span:hover,
ul.level0 li:nth-child(2).level1.nav-4-2.parent  ul li a span:hover{
	color: #2465c6;
}
li.level0.nav-2.level-top.parent ul.level0 li:nth-child(1) ul li,
li.level0.nav-2.level-top.parent ul.level0 li:nth-child(2) ul li,
li.level0.nav-2.level-top.parent ul.level0 li:nth-child(3) ul li,
li.level0.nav-2.level-top.parent ul.level0 li:nth-child(4) ul li{
	height: 14px;
}
p.virus_passion{

}
p.virus_passion span img{
	position: relative;
	padding-top: 4%;
	width: 233px;
	height: 14px;
}
/*********************  		   		*********************************/
ul.level0 li:nth-child(1).level1.nav-4-1.first.parent{
	position: relative;
	left: 0;
	float: left;
	width: 50%;
	background: #fff;
}
ul.level0 li:nth-child(2).level1.nav-4-2.parent{
	/*left: 50%;
	background: green;
	width: 50%;
	top: -11.4%;*/
}
ul.level0 li:nth-child(1).level1.nav-4-1.first.parent ul,
ul.level0 li:nth-child(2).level1.nav-4-2.parent ul{
	/*top: 0% !important;*/
}

ul.level0 li:nth-child(1).level1.nav-4-1.first.parent a span,
ul.level0 li:nth-child(2).level1.nav-4-2.parent a span{
	color: transparent;
}
#nav li ul.level0 li:nth-child(1).level1.nav-4-1.first.parent ul li  a span,
#nav li ul.level0 li:nth-child(2).level1.nav-4-2.parent  ul li a span{
	color: #000000;
}
#nav li ul.level0 li:nth-child(1).level1.nav-4-1.first.parent ul li.level2.nav-4-1-6.last a span,
#nav li ul.level0 li:nth-child(2).level1.nav-4-2.parent  ul li.level2.nav-4-2-6.last a span,
#nav li ul.level0 li:nth-child(1).level1.nav-3-1.first.parent ul li.level2.nav-3-1-6.last a span,
#nav li ul.level0 li:nth-child(2).level1.nav-3-2.parent  ul li.level2.nav-3-2-6.last a span{
	color: transparent !important;
}
li.level2.nav-2-1-6.last,
li.level2.nav-2-2-6.last{
	display: none;
}
li.level2.nav-4-1-6.last span{
	background-image: url('../images/banner_cat.png');
	height: 100px;
	width: 76%;
	color: transparent;
	border-top: 2px solid #ccc;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top: 1px;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top-style: solid !important;
	border-color: #808080;
}
li.level2.nav-4-2-6.last span {
	background-image: url('../images/banner_cat1.png');
	height: 100px;
	width: 76%;
	color: transparent;
	border-top: 2px solid #ccc;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top: 1px;
	margin-top: 3px;
	padding-top: 38px !important;
	margin-left: 9px;
	color: transparent !important;
	border-top-style: solid !important;
	border-color: #808080;
}
.category-title{
/*position: absolute;
margin: -21% 0 0 0;
width: 60%;*/
width:100%;
}
.category-image img {
position: relative;
margin-top: 4%;
}
/*********************  		   		*********************************/
ul.level0 li:nth-child(3).level1.nav-2-3.parent{
	left: 46.1%;
	width: 25%;
	top: 18%;
}
ul.level0 li:nth-child(4).level1.nav-2-4.parent{
	left: 71.2%;
	width: 25%;
	top: 6%;
}
ul.level0 li:nth-child(2) ul,
ul.level0 li:nth-child(3) ul,
ul.level0 li:nth-child(4) ul{
	border-left: 0 !important;
	border-right: 0px solid #cccccc;
	border-bottom: 0 !important;
	border-top: 0 !important;
}
li.level1.nav-3-1 ul.level1,
li.level1.nav-4-1 ul.level1{
	border-left: 0 !important;
	/*border-right: 1px solid #cccccc;*/
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	/*border-right-style: dotted !important;
	border-color: #cccccc;*/
}
ul.level0 li:nth-child(2) ul{
	border-right: 0px solid #cccccc !important;
	margin-left: 1px !important;
}
ul.level0 li:nth-child(1) ul{
	border-left: 0 !important;
	border-right: 1px solid #cccccc;
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-color: #cccccc !important;
}
ul.level0 li:nth-child(3) ul{
	border-left: 1px !important;
	border-left: 1px solid #cccccc;
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-color: #cccccc !important;
}
ul.level0 li:nth-child(3) ul,
ul.level0 li:nth-child(4) ul{
	border-right: 0 !important;
	border-left-style: dotted !important;
	border-color: #cccccc;
	height: 100px;
}
ul.level0 li:nth-child(3) ul{
	/*border-left: 1px !important;*/
	padding-left: 7px !important;
	border-left-style: dotted !important;
}
li.level0.nav-2 ul li{

}
li.level0.nav-2 ul li ul li{
	border-top: 0px solid #cccccc;
}
.header-container .quick-access .links {
	/*margin: 2px 0;*/

	float: right;
    position: relative;
    z-index: 9999999;
}
li.level1.nav-4-1 ul.level1 li.level2.nav-4-1-6.last a span,
li.level1.nav-4-1 ul.level1 li.level2.nav-4-2-6.last a span{
	color: transparent !important;
}

 


@media screen and (-webkit-min-device-pixel-ratio:0){
	   .header-container .quick-access .links{
               margin: 4px 0 !important;
       }
}
@-moz-document url-prefix() {    
   .header-container .quick-access .links{
               margin: 4px 0 !important;
       }
}
#nav li ul span{
	/*color: #808080 !important;*/
	color: #AFAFAF !important;
}
#nav li ul span:hover{
	color: #333333 !important;
}
#nav li ul.level0 li:nth-child(4).level1.nav-2-4 a span{
	color: transparent !important;
}
#nav li ul.level0 li:nth-child(4).level1.nav-2-4 ul li span{
	color: #808080 !important;
}
#nav li.level-top > a{
	color: #808080;
	height: 10px;
	border-right: 1px solid #cccccc !important;
}
#nav li:last-child.level-top > a{
	border-right: 0px solid #cccccc !important;
}
#nav li.level-top > a span{
	margin-top: -3px !important;
	text-transform: capitalize;
}
div.newsletter_right{
	margin-top: 6%;
}
.block-subscribe .actions button.button {
	float: none;
	width: 100%;
	background: transparent;
	color: #808080;
	box-shadow: 0 0 0;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
	padding: 12px 15px;
}
div.newsletter_right .block-subscribe .actions button.button span{
	color: #b7b7b7 !important;
}
.nivo-nextNav{
	right: -28px !important;
}
/*********************  		Featured Media   		*********************************/
.carousel ul {
		    /*position:absolute;*/
		    overflow:hidden;
		    margin:0;
		    padding:0;
		    list-style:none;
		}

		.no-js .carousel ul {position:static;}

		.carousel .mask {
		    position:relative;
		    overflow:hidden;
		    border:6px solid #444;
		}

		.carousel ul li {
			float:left;
			/*width:150px;
		    height:150px;*/
		    color:#fff;
			font-size:8em;
			text-align:center;
			margin:0;
		}

		.carousel .pagination-links {
		    list-style:none;
		    margin:0;
		    padding:0;
		    display: none;
		}

		.carousel .pagination-links li {
		    display:inline;
		}

		.carousel .pagination-links li a {
			padding:2px 6px;
		}

		.carousel .pagination-links li a:hover {text-decoration:none;}

		.carousel .pagination-links li.current a {
			 background:#444;
			 color:#fff;
		}

		.carousel .disabled {
		    color:gray;
		    cursor:default;
		}

		/** my carousel 1 **/
		#my-carousel-1 .mask {
			width:150px;
		}

		/** my carousel 2 **/
		#my-carousel-2 .mask {
			width:472px;
		}

		#my-carousel-2 ul li {
			margin:0 10px 0 0;
		}

		/** my carousel 3 **/
		#my-carousel-3 .mask {
			width:450px;
		}

		.color-1 {background:#007cd2;}
		.color-2 {background:#1788D7;}
		.color-3 {background:#3798db;}
		.color-4 {background:#62acdf;}
		.color-5 {background:#86bbe0;}
		.color-6 {background:#a7c7de;}
		.color-7 {background:#d5dbdf;}
	/*********************  		Modified By Md.Noor   		*********************************/

#carousel_inner {
float:left; /* important for inline positioning */
width:630px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
}

#carousel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:110px;
background: #000000;
margin-top:10px;
margin-bottom:10px;
margin-left:5px;
margin-right:5px;
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand;
border:0px;
}
#left_scroll, #right_scroll{
float:left;
height:130px;
width:15px;
background: #C0C0C0;
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
div.vimeo_video{
	width: 79%;
	margin: 4% auto;
}
div.vimeo_block{
	float: left;
	margin: 0 1%;
}

.cms-home .col-main .item {
float: left;
  list-style: outside none none;
  margin: 15px 0;
  text-align: center;
  width: 25%;
}

.size-chart {
  float: left;
  margin-top: 10px;
  position: relative;
  bottom: -103px;
/*  left: -368px;*/
}

.size-chart > a {
  border: 1px solid #b8b8b8;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 28px; display: block; 
}
.size-chart > a:hover{ color: #000; text-decoration:none;}
.size-chart a img{ margin-top:4px; display: none;}
.right_side_title a{ color:#000000;}
#resultLoading{ width:100% !important;}
.product-options dl{ margin-bottom:0px;}
.short-detail .datagrid br{ display:none;}
.detail-list > li {float: left; padding:0px 32px;}
.detail-list li.first{ padding-left:0px;}
.detail-list li.last{ padding-right:0px;}
.detail-list p {font-size: 13px;
  font-weight: 600;
  padding-top: 10px;
  text-align: center;
}
/*.block-related .product-name{ margin-left:0px !important;}*/
.product_details_main p.required{ text-align:left;}


.block-related .products-grid li.item{min-height: 288px !important;}

.new-tag {
  background: none repeat scroll 0 0 #000;
  border-radius: 50%;
  color: #fff;
  float: right;
  font-size: 15px;
  height: 42px;
  padding: 10px 0 17px;
  text-align: center;
  width: 42px; text-align:center;
  margin-top:10px;
}
.new-tag span{ float:none !important; line-height:23px; }
.footer-news-area h4{ margin-bottom:17px;}
.footer-news-area .products-grid .product-name a{ font-weight:normal;}
.footer-2 .products-grid .product-image img{ height:50px !important; width:50px !important; float:left;}
.footer-2 .products-grid .product-image{ border-bottom:0px;}
.footer-news-area{ float:left; width:209px;}
.footer-2 .products-grid .product-name{ float:left; width:148px;}


@media screen and (-webkit-min-device-pixel-ratio:0){
   
}
@-moz-document url-prefix() {    
   
}

/* 03-04-15 */
.category-all-clothing .social_media_right + .right_side_categories_div {
display: none !important;
}
li.level1.nav-3-1.first.active.parent{
	height:0px;
	}


@media (max-width: 767px){
	.top_menu_extra{ width:70%; display:none;}
	div.form-search {
  padding-bottom: 12px;
  position: relative;
  top: 18px;
  width: 100%;
 
}
.header-container{ position:fixed;}


.nav-container {
  float: left !important;
  position: absolute;
  width:100%;
}

.slider-wrapper{ margin-top:0px;}
.nivo-directionNav{ display:none;}





div.home-block .shop-button{
	margin:8px 0px;
	padding: 0;
	border: none;
}

div.home-block{
	padding:0;
	margin-bottom: 8px;
	/*width: 312px;*/
	float: left;
	margin-right: 8px;
	display: block;
}

.iframe-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-mobile .parentMenu{
	border-right: 1px solid #dadada;
}

.mobile-account-links{
float: left !important;
display: inline-block;
width:auto;
position: absolute;
margin: 12px 0 0 100px;
font-size:12px;
color: #ccc !important;
z-index:999;
}

.btn .caret{
	margin-left:10px;
	margin-top:8px;
}

.btn-group{
	display: block !important;
	width: 100%;
}

.dropdown-menu{
	padding: 10px;
	top:35px;
	width: 100%;
}


#responsivemenu-mobile{
	background-color: #000;
	background-image:url(/skin/frontend/ebajes/default/images/mobile-logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


#menu-button{
	background-color: #000;
	width: 71px !important;
	height: 71px;
	border: none !important;
}

#menu-button a{
	background-color: #000;
	background-image: url(/media/wysiwyg/bars.png);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center center;
    color: #FFF;
    height: 30px;
    width: 40px;
}


#menu-button a span{
	display: none;
}

.associated-blog{
border-top: 2px solid #ccc;
display: block;
margin-top: 10px;
padding-top: 20px;
float: left;
width: 100%;
}

ul.mobile-links{
	float: right;
	position: absolute;
	top: 18px;
	right: 15px;
	margin: 0;
}

ul.mobile-links li{
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

ul.mobile-links li a{
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}


div.container{background: #ffffff;}

div.white{background: #ffffff !important;}

div.black{background: #000000 !important;}
