/******************************************************/
/*	Theme Name: Sellya - Responsive HTML5 OpenCart Theme
/*	Theme URI: http://themeforest.net/item/sellya-responsive-opencart-theme/3431353
/*	Description: Sellya is a fully responsive theme for any store, it uses Bootstrap and it's created by using the latest HTML5 and CSS3 features.
/*	Author: 321cart.com
/*	Author URI: http://www.321cart.com/
/*	Version: 1.0.3
/******************************************************/


/******************************************************/
/*  GENERAL STYLES
/******************************************************/

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h1 {
	font-size: 24px;
    margin-bottom: 14px;
}
h2 {
	font-size: 20px;
    margin-bottom: 12px;
} 
h3 {
	font-size: 18px;
    margin-bottom: 10px;
}
h4 {
	font-size: 14px;
    margin-bottom: 8px;
}
h5 {
	font-size: 12px;
    margin-bottom: 6px;
}
h6 {
    font-size: 11px;
    margin-bottom: 4px;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
    font-size: 12px;	
}
a, a:visited, a b {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
ol {
    counter-reset: item;
    list-style-type: none;
	margin: 0 0 0 15px;
}
ol li:before {
    content: counter(item) "  "; 
    counter-increment: item;
}


/******************************************************/
/*  FORMS
/******************************************************/

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea {
    box-shadow: none;
}
input[type='text'], input[type='password'], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #66BCDA #66BCDA #66BCDA #66BCDA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;	
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;	
}
input:focus, textarea:focus {
	box-shadow: none;
}
select {
	padding: 3px;
	border-style: solid;
    border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF; 
	border-width: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;	
    border-radius: 2px;
	background: none repeat scroll 0 0 #FFFFFF;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
label, input {
	cursor: pointer;
    display: inline!important;	
}
input, textarea, select, .uneditable-input {
    margin-bottom: 0;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 5px;
}
pre {
    background: none;
    border: none;	
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
	font-family: inherit;
	color: inherit;
}


/******************************************************/
/*  ALERT BOXES
/******************************************************/

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 10px auto;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	max-width: 900px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;-4
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	font-size: 10px;
	font-weight: normal;
	display: block;
}


/******************************************************/
/*  TABLES
/******************************************************/

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: auto;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
	background-color: #F7F7F7;
	padding: 0 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F3F3F3;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}


/******************************************************/
/*  BUTTONS
/******************************************************/

a.button, input.button {
    border: 1px solid;
    font-size: 12px;
    text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;
}
a.button {
	padding: 4px 8px;
}
input.button {
	margin: 0;
	padding: 4px 8px;
}
a.button:hover, input.button:hover, .ei-title h4 a.button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
a.button-exclusive, input.button-exclusive {
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;	
}
a.button-exclusive {
	text-decoration: none;
	padding: 10px 20px;
}
input.button-exclusive {
	margin: 0;
	padding: 10px 20px;
}
a.button-exclusive:hover, input.button-exclusive:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/******************************************************/
/*  TABS
/******************************************************/

.htabs {
	height: 41px;
	line-height: 16px;
}
.htabs a {
	background: #FFFFFF;
	padding: 12px 25px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-right: 8px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 12px;
	font-weight: bold;	
}
.tab-content {
	padding: 15px;
	margin-bottom: 30px;
	z-index: 2;
	overflow: auto;
	background-color: #FFFFFF;
	width: auto;
}


/******************************************************/
/*  LAYOUT
/******************************************************/

.wrapper {
	min-width: 298px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	padding: 0 10px;
	overflow: visible;
}
#midsection {
	margin: 20px auto 10px;
	overflow: visible;
}
#column-left {
	float: left;
	width: 219px!important;
	margin-left: 20px;
	margin-bottom: 25px;	
}
#column-right {
	float: right;
	width: 216px!important;
	margin-left: 20px;
	margin-bottom: 25px;
}
#content {
	margin-bottom: 20px;
	padding: 15px 0;	
}
#content-home {
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 0 0 15px 0;	
}
#content-home .span {
	margin-left: 0;
	width: 100%;
}
#column-left + #column-right + #content, #column-left + #content {
	padding: 20px;
}
#column-right + #content {
	margin-right: 235px;
	padding: 20px;	
}
#footer {
	margin-top: 15px;	
}
#ccp {
    margin: 0 auto;	
}
.span-first-child {
    margin-left: 0!important;
	clear: left!important;
}
.span3 {
	clear: none;
}
.span9 .row-fluid, .span10 .row-fluid, .span11 .row-fluid, .span12 .row-fluid {
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}


/******************************************************/
/*  END LAYOUT
/******************************************************/



/******************************************************/
/*  TOP AREA
/******************************************************/

#t-header {
	min-height: 150px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	clear: both;
}

/*  Logo  */

#t-header #logo {
	position: relative;
	padding: 30px 5px 15px;
	width: 350px;
}

/*  Currency & Language dropdowns  */

#lc_dropdown {
    position: absolute;	
	top: 42px;
	right: 0;
}
#currency .arrow, #language .arrow {
	background: url("../image/arrow-down-gray.png") no-repeat 100% 50%;
	padding: 7px 0 7px 7px;
	width: 8px;
	height: 8px;
	position: relative;
	float: right;
	cursor: default;	
}
#language.dropdown_l {
	right: 125px;
	padding: 1px 0 1px;
    position: absolute;	
    z-index: 1000;
	font-size: 11px;
	min-width: 117px;
	text-align: right;
}
#currency.dropdown_l {
	right: 0;	
	padding: 1px 0 1px;		
    position: absolute;	
    z-index: 1000;
	font-size: 11px;	
	min-width: 117px;
	text-align: right;
}
.dropdown_l ul {
	display: none;
    margin: 3px 0 0;
    padding: 2px 10px 5px;
    list-style-type: disc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;	
    border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	width: 95px;
}
.dropdown_l .selected_l, .dropdown_l li, .dropdown_l li a {
    display: block;
	padding-bottom: 0;
    text-decoration: none;
	text-align: left;
}
.dropdown_l li a {
    padding: 5px 0 0;
	font-size: 11px;		
}
.dropdown_l .selected_l {
    line-height: 21px;
    float: right;
	cursor: default;
}
.dropdown_l .options_l {
    cursor: pointer;
    left: 0;
    line-height: 11px;
    display: none;
	clear: both;
}
#language img {
	cursor: pointer;
	display: inline-block;
	padding: 5px 4px 3px 0;
	margin-right: 0;
    vertical-align: top;	
}

/*  Cart  */

#t-header #cart {
	position: absolute;
	top: 72px;
	right: 0;
	z-index: 9;
	min-width: 180px;
}
#t-header #cart .heading {
	float: right;
	margin-right: 0;
	margin-top: 0;
	padding: 3px 0 3px 30px;	
	position: relative;
	z-index: 100;
}
#t-header #cart .heading h5 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
#t-header #cart .heading a span {
	padding: 10px 0;
    height: 24px;
    line-height: 24px;	
}
#t-header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 0;
	padding: 8px;
	min-height: 150px;
	min-width: 350px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#t-header #cart.active .heading {
	margin-top: 0;
	padding-bottom: 10px;
}
#t-header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #F1F1F1;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	border-bottom: 1px solid #F1F1F1;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000000;
	padding: 4px;
}
#t-header #cart .checkout {
	text-align: center;
	clear: both;
	margin: 15px auto 10px;
}
#t-header #cart .checkout a:hover {
	color: #FFFFFF!important;
}
#t-header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

/*  Search bar  */

#t-header #search {
	position: absolute;
	float: right;
	clear: both;	
}
#t-header .button-search {
	position: absolute;
	right: 5px;
	top: 3px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
#t-header #search input {
	width: 96%;
	text-shadow: 0 1px 0 #FFFFFF;
    background: none repeat scroll 0 0 #FAFAFA;
	border-style: solid;  
	border-width: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;	
    border-radius: 2px;
    margin: 0 24px 0 0;
    padding: 5px 0 5px 10px;
	font-size: 13px;
	font-style: italic;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;	
}
#t-header #search input:focus {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);		
}

/*  Header links  */

#t-header .links {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 10px;
	padding-right: 0;
	float: right;
	clear: both;
}
#t-header .links a {
	float: left;
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
#t-header .links a + a {
	margin-left: 14px;
	padding-left: 14px;
}

/******************************************************/
/*  END TOP AREA
/******************************************************/



/******************************************************/
/*  MAIN MENU
/******************************************************/

#menu {
	margin: 0;	
	padding-right: 7px;
}
#menu h1 {
	text-transform: none;
}
#menu #homepage {
	display: block;
	float: left;
    height: 38px;
	min-width: 15px;
    margin-bottom: 0;
    padding: 4px 16px;
	position: relative;
}
#menu #homepage a {	
	line-height: 38px;
}
#menu #homepage img {
	position: absolute;
	top: 17px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding-right: 10px;
}
#menu > ul > li > span, #menu > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	height: 38px;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 123px;
}
#menu > ul > li > div > ul > li > div {
	display: none;
	position: absolute;
	left: 170px;
	margin-top: -37px;
	z-index: 5;
	padding: 5px;
}
#menu > ul > li > div > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li > div > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li > div > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 155px;
}

/*  Main menu category horizontal style  */

#menu-category-wall ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-category-wall > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding-right: 10px;
}
#menu-category-wall > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	height: 38px;
	z-index: 6;
	position: relative;
	cursor: pointer;	
}
#menu-category-wall > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px 25px 10px;	
	margin-left: 0;
}
#menu-category-wall > ul > li > div > div {
	margin-left: 12px;
	margin-bottom: 20px;
	width: 155px;
}
#menu-category-wall > ul > li > div > div > div.image {
	text-align: center;
}
#menu-category-wall > ul > li > div > div > div.image img {
	max-width: 80px;
}
#menu-category-wall > ul > li:hover > div {
	display: block;
}
#menu-category-wall > ul > li > div > ul {
	display: table-cell;
}
div.menu-category-wall-sub-name {
	padding-left: 7px;
	margin-bottom: 1px;	
} 
div.menu-category-wall-sub-name {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
    /*padding-bottom: 8px;*/
}
div.menu-category-wall-sub-name + div > ul > li {
	padding: 4px 0;
}
div.menu-category-wall-sub-name + div > ul > li a {
    padding: 7px;
}

/*  Main menu brands wall  */

#menu_brands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_brands > ul > li {
	position: relative;
	float: left;
	z-index: 19;
	padding-right: 10px;
}
#menu_brands > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;	
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu_brands > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 15px 5px 0px 10px;
	margin-left: 0;
}
#menu_brands > ul > li:hover > div {
	display: table;
}
#menu_brands > ul > li > div > div {
    display: inline-block;
	padding: 0 7px;
    margin: 0 0 15px 0;
    text-align: center;
}

/*  Main menu custom links  */

.menu_links {
    display: block;
	float: left;
    height: 38px;
    margin-bottom: 0;
    padding: 4px 10px;
}
.menu_links a {	
    line-height: 38px;	
}

/*  Main menu informations  */

#menu_informations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_informations > ul > li {
	position: relative;
	float: left;
	z-index: 18;
	padding-right: 10px;
}
#menu_informations > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;	
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu_informations > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px 25px 20px 5px;
}
#menu_informations > ul > li:hover > div {
	display: table;
}
#menu_informations > ul > li > div > ul {
	display: table-cell;
	vertical-align: top!important;
}
#menu_informations h1 {
	font-size: 13px;
    font-weight: bold;
	letter-spacing: normal;
	line-height: 30px;
	margin-bottom: 6px;
	padding-left: 7px;
}
#menu_informations > ul > li ul > li > a {
	padding: 7px;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}

/*  Main menu your account  */

#menu_your_account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_your_account > ul > li {
	position: relative;
	float: left;
	z-index: 17;
	padding-right: 10px;
}
#menu_your_account > ul > li > span {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;	
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu_your_account > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px 5px 5px;
}
#menu_your_account > ul > li:hover > div {
	display: table;
}
#menu_your_account > ul > li > div > ul {
	display: table-cell;
}
#menu_your_account > ul > li ul + ul {
	padding-left: 20px;
}
#menu_your_account > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 150px;	
}

/*  Main menu custom block  */

#menu_custom_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_custom_block > ul > li {
	position: relative;
	float: left;
	z-index: 16;
	padding-right: 10px;
}
#menu_custom_block > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
}
#menu_custom_block > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px 25px 10px;
}
#menu_custom_block > ul > li:hover > div {
	display: table;
}
#menu_custom_block > ul > li > div > ul {
	display: table-cell;
	vertical-align: top;
}
#menu_custom_block > ul > li ul + ul {
	padding-left: 20px;
}
#menu_custom_block > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 150px;	
}
#menu_custom_block h1 {
	font-size:13px;
    font-weight: bold;
	letter-spacing: normal;
	line-height: 30px;
	margin-bottom: 6px;
	padding-left: 7px;	
}

/*  Main menu contact  */

#menu_contacts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_contacts > ul > li {
	position: relative;
	float: left;
	z-index: 15;
	padding-right: 10px;
}
#menu_contacts > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
}
#menu_contacts > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px 20px 5px 5px;
}
#menu_contacts > ul > li:hover > div {
	display: table;
}
#menu_contacts > ul > li > div > ul {
	display: table-cell;
	vertical-align: top;
}
#menu_contacts > ul > li ul + ul {
	padding: 0 10px;
}
#menu_contacts > ul > li ul > li > a {
	padding: 7px 9px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	text-shadow: 0 1px 0 #7D9E9C;
}
#menu_contacts > ul > li ul > li > a:hover {
	background: #7D9E9C;
	color: #FFFFFF!important;
}
#menu_contacts .span3 {
	margin-top: 0;
}
#menu_contacts h1 {
	font-size: 13px;
    font-weight: bold;
	letter-spacing: normal;
	line-height: 30px;
	margin-bottom: 12px;
	padding-left: 7px;
}
#menu_contacts h2 {
	font-size: 12px;
    font-weight: normal;
	line-height: normal;
	margin-top: 5px;
}
#menu_contacts span {
	font-size: 12px;
    font-weight: normal;
	line-height: normal;
}
#menu_contacts span.mm_icon {
    display: block;
    float: left;
    margin-right: 10px;
}
#menu_contacts .buttons {
    background: none;
    margin-bottom: 15px;
    overflow: auto;
    padding: 15px 0 5px;
}

/*  Main menu Opencart style */

#menu_oc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_oc > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#menu_oc > ul > li > a {
	line-height: 38px;
	display: block;
	padding: 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
}
#menu_oc > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
}
#menu_oc > ul > li:hover > div {
	display: table;
}
#menu_oc > ul > li > div > ul {
	display: table-cell;
}
#menu_oc > ul > li ul + ul {

	padding-left: 20px;
}
#menu_oc > ul > li ul > li > a {
	padding: 7px 9px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}

/******************************************************/
/*  END MAIN MENU
/******************************************************/



/******************************************************/
/*  MIDSECTION
/******************************************************/

/******************************************************/
/*  BOXES
/******************************************************/

.box {
	margin-bottom: 15px;
}
.box .box-heading {
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;		
}
.box .box-heading h2 {
	font-size: 16px;
}
.box .box-heading .sidebar {
	font-size: 16px!important;
	text-transform: uppercase!important;
	font-weight: normal!important;
	color: #FFFFFF!important;
	font-family: Oswald,Arial,Helvetica,sans-serif!important;
	margin-bottom: 12px!important;
	line-height: 36px!important;
	margin: 0px!important;
	text-rendering: optimizelegibility!important;
}
#content .box .box-heading {
	padding: 0;
}
.box .box-content {
	padding: 0 0 10px 0;
}

/*  Box information  */

.box .box-content .box-content-information ul {
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.box .box-content .box-content-information ul li {
	padding: 3px 0;
}

/*  Box account  */

.box .box-content .box-content-account ul {
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.box .box-content .box-content-account ul li {
	padding: 3px 0;
}

/*  Box products  */

.box-product {
	width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;	
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
    padding: 5px;
	position: relative;	
	width: 210px!important;
}
.box-product > div > div.pbox {
    padding: 5px 9px 10px;	
	background-color: #FFFFFF;
	text-align: center;	
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
    display: block;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
}
.box-product .image img {
    background-color: #FFFFFF;
    padding: 0;
    text-align: center;
	max-width: 100%;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;
}
.box-product .image img:hover {
	opacity: 0.1;
}
.box-product .description {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 80px;
    margin-bottom: 0;
    padding: 55px 7px 10px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.box-product .rating {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 55px;
    margin-bottom: 0;
    padding: 0 7px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.box-product .name {
	padding-left: 5px;
	padding-right: 5px;
}
.box-product .name a {
	display: block;
	margin-bottom: 7px;
	margin-top: 10px;
}
.box-product .price {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}
.box-product .price-old {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 12px;
}
.box-product .cart {
    margin-bottom: 12px;
    margin-top: 10px;
}
.box-product ol li {
	width: 190px!important;	
}
.box-product ol li .l_column {
	margin: 0 0 0 5px;
	width: 175px!important;	
}
.box-product .l_column {
	width: 190px!important;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 3px 0;
    box-shadow: none;
	clear: both;
}
.box-product .l_column:hover {
    box-shadow: none;
	background: none!important;	
	opacity: 0.9;	
}
#content .l_column {
	width: 217px!important;
	margin: 0;
	padding: 10px 0;
}
#content .l_column + .l_column {
	border-top: none!important;
}
#column-left + #column-right + #content .box-product .l_column {
	width: 119px;
}
.box-product .l_column .image {
	float: left;
	margin-right: 12px;
    position: inherit;
    z-index: inherit;	
}
.box-product .l_column .image img {
	padding: 3px;
	background-color: #FFFFFF;
}
.box-product .l_column .image img:hover {
	opacity: 1;
}
.box-product .l_column .name a {
	display: block;
	margin-bottom: 2px;
	margin-top: 5px;
}
.box-product .l_column .price {
	display: block;
	font-size: 11px;	
	font-weight: normal;
	margin-bottom: 6px;
}
.box-product .l_column .price-old {
	text-decoration: line-through;
	font-size: 11px;	
	font-weight: normal;
}
.box-product .l_column .price-new {
	font-size: 11px;
	font-weight: normal;
}
.box-product .l_column .rating {
	display: block;
	margin-bottom: 4px;
}

/*  Box category  */

.box-category {
	margin-top: -5px;
	padding-left: 15px;
	padding-right: 15px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 24px 8px 0;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0 15px;
}
.box-category > ul > li ul > li > a {
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

/*  Box homepage category wall  */

.box-category-home {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.box-category-home > div.span2, 
.box-category-home > div.span3 {
    display: inline-block;
    margin: 10px 0 15px;
	padding: 0 10px;
    text-align: center;
    vertical-align: top;
	min-height: 300px;
}
.box-category-home > div.span2 {
	width: 132px;
}
.box-category-home > div.span3 {
	width: 208px;
}
.box-category-home > div.span2 a,
.box-category-home > div.span3 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;	
}
.box-category-home > div.span2 > div.image,
.box-category-home > div.span3 > div.image {
	margin-bottom: 5px;
}
.box-category-home > div.span2 > div.all {
	text-align: left;
	margin: 5px 0 10px;
}
.box-category-home > div.span3 > div.all {
	text-align: left;
	margin: 5px 15px 10px;
}
.box-category-home > div.span2 > div.all a,
.box-category-home > div.span3 > div.all a {
	font-size: 11px;
	font-weight: normal;	
}
.box-category-home > div.span2 > div > ul,
.box-category-home > div.span3 > div > ul {
	margin: 0 0 5px;
	text-align: left;
}
.box-category-home > div.span2 > div > ul {
	padding: 0;
}
.box-category-home > div.span3 > div > ul {
	padding: 0 15px;
}
.box-category-home > div.span2 > div > ul > li,
.box-category-home > div.span3 > div > ul > li {
	list-style: none;
	line-height: 26px;
}
.box-category-home > div.span2 > div > ul > li > a,
.box-category-home > div.span3 > div > ul > li > a {
	font-size: 12px;	
	font-weight: normal;
	margin-bottom: 0;		
}

/*  Box homepage manufacturers wall  */

.box-manufacturers-home {
	padding-left: 20px!important;
	padding-right: 20px!important;
    margin: 10px 0 15px;	
}
.box-manufacturers-home > div.span2, 
.box-manufacturers-home > div.span3 {
    background: none repeat scroll 0 0 #FFFFFF;	
    display: inline-block;
    margin: 0 0 -1px 0;
	padding: 0 10px;
    text-align: center;
	min-height: 80px;
}
.box-manufacturers-home > div.span2 {
	width: 128px;
}
.box-manufacturers-home > div.span3 {
	width: 203px;
}
.box-manufacturers-home > div.span2 a,
.box-manufacturers-home > div.span3 a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;	
}
.box-manufacturers-home > div.span2 > div.name_s,
.box-manufacturers-home > div.span3 > div.name_s {
	line-height: 80px;
}
.box-manufacturers-home > div.span2 > div.image,
.box-manufacturers-home > div.span3 > div.image {
	margin-bottom: 0;
}
.box-manufacturers-home > div.span2 > div.all {
	text-align: left;
	margin: 5px 0 10px 5px;
}
.box-manufacturers-home > div.span3 > div.all {
	text-align: left;
	margin: 5px 0 10px 15px;
}
.box-manufacturers-home > div.span2 > div.all a,

.box-manufacturers-home > div.span3 > div.all a {
	font-size: 11px;
	color: #999999;
}
.box-manufacturers-home > div.span2 > div > ul,
.box-manufacturers-home > div.span3 > div > ul {
	margin: 0 0 5px;
	text-align: left;
}
.box-manufacturers-home > div.span2 > div > ul {
	padding: 0 5px;
}
.box-manufacturers-home > div.span3 > div > ul {
	padding: 0 15px;
}
.box-manufacturers-home > div.span2 > div > ul > li,
.box-manufacturers-home > div.span3 > div > ul > li {
	list-style: none;
	line-height: 26px;
}
.box-manufacturers-home > div.span2 > div > ul > li > a,
.box-manufacturers-home > div.span3 > div > ul > li > a {
	font-size: 12px;	
	font-weight: normal;
	margin-bottom: 0;		
}

/******************************************************/
/*  END BOXES
/******************************************************/



/******************************************************/
/*  CONTENT COLUMN
/******************************************************/

#content .content {
	padding: 20px 10px 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#review .content {
	background: #FFFFFF;
}
.bestseller h3, .featured h3, .latest h3, .special h3 {
	padding-bottom: 7px;
}
.welcome {
	width: 100%;
	font-size: 20px;
	padding: 10px 0 15px;
}
.welcome, .welcome-content {
	margin: 0 20px;
	float: left;
}

/*  Breadcrumb  */

.breadcrumb {
    font-size: 11px;	
	margin-bottom: 10px;
	padding: 0;	
    background: none;
    border: none;
	box-shadow: none;
}

/*  Pagination  */

.pagination {
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	color: #A3A3A3;
	line-height: inherit;
	float: none;
	background: #FFFFFF;	
}
.pagination .links a:hover {
	background: #F5F5F5;	
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	font-weight: normal;
	background: #F5F5F5;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

/*  Category Page  */

.category-list {
	overflow: auto;
	margin-bottom: 15px;
}
.category-list > div {
	text-align: center;
	margin-left: 11px;
	min-height: 130px;
	max-width: 200px;
}
.category-list ul li {
	margin: 5px 10px 5px 0;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
.product-filter {
	padding: 10px 0;
	margin-bottom: 15px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	font-weight: normal;	
}
.product-filter .display a {
	font-weight: normal;
}
.product-filter .sort {
	float: right;
    margin-top: 2px;	
}
.product-filter .limit {
	margin-left: 15px;
    margin-top: 2px;	
	float: right;
}
.product-filter .display img {
    cursor: pointer;
}
.product-compare {
	float: left;
	padding-left: 15px;
    margin-top: 4px;
	font-weight: bold;
}
.product-compare a {
	font-weight: normal;
}
.product-list {
	margin-top: 25px;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	margin-right: 20px;
    margin-left: 0;	
	width: 100%;
	position: relative;	
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div, 
.product-list > div + div.span-first-child {
    padding-top: 16px;	
}
.product-list .span4 {
	width: 330px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
.product-list .image img {
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	max-width: 145px;
}
.product-list .image img:hover {
	opacity: 0.7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	font-size: 14px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 15px;
}
.product-list .rating {
	color: #7B7B7B;
    margin-bottom: 10px;	
}
.product-list .price {
	float: right;
	margin-left: 8px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
.product-list .price-old {
	font-weight: normal;	
	font-size: 12px;	
	text-decoration: line-through;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-list .cart {
	margin-bottom: 15px;
	text-align: center;
}
.product-list .cart input {
	max-width: 140px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 20px;	
	display: inline-block;
	text-align: center;
}
.product-list .compare {
	clear: both;
}
.product-list .wishlist a, .product-list .compare a {
	font-size: 11px;
	display: block;
}
span.wishlist {
    height: 15px;
    padding: 0 15px 0 5px;
}
span.compare {
    height: 15px;
    padding: 0 15px 0 7px;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
    margin: 10px 0 5px 15px;
    padding: 5px;
	position: relative; 	
}
.product-grid > div > div.pbox {
    padding: 5px 4px 10px;	
	background-color: #FFFFFF;
	text-align: center;	
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;	
}
.product-grid .image {
	display: block;
	margin-bottom: 0;
	position: absolute;
	z-index: 3;
}
.product-grid .image img {
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;	
}
.product-grid .image img:hover {
	opacity: 0.05;
}
.product-grid .name a {
	display: block;
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 13px;
}
.product-grid .description {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	height: 80px;
	width: 176px;	
	margin-bottom: 0;
	padding: 55px 7px 10px;
        overflow: hidden;
}

.product-grid .rating {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	height: 45px;
	width: 176px;	
	margin-bottom: 0;
	padding: 0 7px;
}
.product-grid .price {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;	
}
.product-grid .price-old {
	font-weight: normal;	
	font-size: 12px;		
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-top: 10px;
	margin-bottom: 12px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 5px;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}
.product-grid .compare {
	margin-left: 15px;
}
.product-grid .wishlist a, .product-grid .compare a {
	font-size: 11px;
	display: block;
}
.product-grid > div.span-related {
	margin-left: 20px;
}



/*Newly added style for specials page starts here*/


.product-grid-special {
	width: 100%;
	overflow: auto;
}
.product-grid-special > div {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
    margin: 10px 0 5px 100px;
    padding: 5px;
	position: relative; 	
	border-style: solid;
	border-width: 6px;
	border-color: #f7f7f7;
}
.product-grid-special > div > div.pbox {
    padding: 5px 4px 10px;	
	background-color: #FFFFFF;
	text-align: center;	
}
#column-left + #column-right + #content .product-grid-special > div {
	width: 125px;	
}
.product-grid-special .image {
	display: block;
	margin-bottom: 0;
	position: absolute;
	z-index: 3;
}
.product-grid-special .image img {
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;	
}
.product-grid-special .image img:hover {
	opacity: 0.05;
}
.product-grid-special .name a {
	display: block;
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 13px;
}
.product-grid-special .description {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	height: 80px;
	width: 176px;	
	margin-bottom: 0;
	padding: 55px 7px 10px;
        overflow: hidden;
}

.product-grid-special .rating {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	height: 45px;
	width: 176px;	
	margin-bottom: 0;
	padding: 0 7px;
}
.product-grid-special .price {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;	
}
.product-grid-special .price-old {
	font-weight: normal;	
	font-size: 12px;		
	text-decoration: line-through;
}
.product-grid-special .price .price-tax {
	display: none;
}
.product-grid-special .cart {
	margin-top: 10px;
	margin-bottom: 12px;
}
.product-grid-special .wishlist, .product-grid .compare {
	margin-bottom: 5px;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}
.product-grid-special .compare {
	margin-left: 15px;
}
.product-grid-special .wishlist a, .product-grid .compare a {
	font-size: 11px;
	display: block;
}
.product-grid-special > div.span-related {
	margin-left: 20px;
}

/*Newly added style for specials page end here*/

/*  Product Page  */

span.sale-icon {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;	
    border-radius: 25px;	
	padding: 9px 12px;
	position: absolute;
	z-index: 5;
	top: 2px;
	left: 3px;
	font-size:16px;
	-webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);		
}
#prev-next {
	float: right;
}
.product-name {
    overflow: auto;
    padding: 5px;
	text-align: center;	
}
.product-name h1 {
	padding: 0;
	margin-bottom: 0;
    line-height: normal;	
}
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 12px;
}
.product-info > .left + .right {
    width: 378px;
	margin-right: 13px;
}
.catsection > .left + .right {
    width: 313px !important;
	margin-right:0px !important;
}

.product-info > .right {
	float: left;
}
.product-info .image {
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	position: relative;
}
.product-info .image #wrap #cloud-zoom-big {
	left: 340px!important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);		
}
.product-info .image-additional {
	width: 342px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 2px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin: 0 4px 9px 8px;
}
.product-info .description {	
	padding: 15px 5px;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;		
}
.product-info .options {	
	padding: 15px 5px;
	line-height: 20px;
	font-weight: bold;		
}
.product-info .description span {
	font-weight: normal;
}
.product-info .buy {
	padding: 10px;
	margin-bottom: 20px;
}
.product-info .price {
	overflow: auto;
	padding: 15px 5px 10px;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;	
}
.product-info .price-old {
	font-weight: normal;	
	font-size: 12px;	
	text-decoration: line-through;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .discount {
	font-size: 12px;	
	font-weight: normal;
}
.product-info span.stock {
	font-weight: bold;
}
.product-info .option {
	margin-bottom: 15px;
	clear: none;
}

.product-info .option-l {
	float: left;
	clear: both;
	width: 30%;
}
.product-info .option-r {
	margin-left: 35%;
}
.product-info .options h4 {
	padding: 0;
	margin-bottom: 20px;
    line-height: normal;	
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 30px 5px 20px;
	overflow: auto;
	text-align: center;
}
.product-info .add-to-cart {
	clear: both;
	float: left;
	width: 100%;
}
.product-info .wishlist-compare {
	margin-top: 5px;	
	width: 100%;
	text-align: center;
}
.product-info .wishlist-compare a {
	margin-top: 15px;
	display: inline-block;
    font-size: 11px;
	font-weight: bold;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
}
.product-info .cart .minimum {
	padding-top: 10px;
	font-size: 11px;
	clear: both;
	width: 100%;
	text-align: center;	
}
.product-info .review {
	color: #4D4D4D;
	text-align: center;
	margin: 5px 5px 10px;
	padding-top: 13px;
}
.product-info .review > div {
	padding: 2px 8px 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #2596D2;
}
.product-info .share {
	overflow: auto;
	line-height: normal;
}
div#right-sm {
	overflow: hidden;
}
.right-sm-related {
	float: right;
	clear: right;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
	max-width: 165px;
}
.right-sm-related .image img {
	float: left;
}
.product-related {
	float: right;
	padding: 15px 10px 10px;
	text-align: left;
}
.product-related > div {
    display: block;
	float: left;
	clear: both;
	margin-left: 0;
    padding: 40px 0 0;
    width: 145px;
	text-align: center;	
}
.product-related ul {
	margin-left: 0;
}
.product-related ul li {
	list-style: none!important;
	background-color: #FFFFFF;
}
.product-related .image {
    display: block;
    margin-bottom: 0;
	padding: 0;
    position: absolute;
    z-index: 3;	
	background: none;	
    float: inherit;
}
.product-related .image img {
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	max-width: 145px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;	
}
.product-related .image img:hover {
	opacity: 0.1;
}
.product-related .description-r {
	position: relative;
	z-index: 1;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	height: 85px;
	width: 131px;
	border-top: none!important;
	line-height: inherit;
	margin-bottom: 0;
	padding: 40px 7px 30px;
	font-size: 11px;
	font-weight: normal;
}
.product-related .name a {
    display: block;
    font-size: 12px;	
    font-weight: normal;
	margin: 0 0 4px;
}
.product-related .price {
    display: block;
    font-size: 12px;
	margin: 0 0 4px;
	padding: 0;
	border: none;
}
.product-related .price-old {
	font-weight: normal;	
	font-size: 11px;		
	text-decoration: line-through;
}
.product-related .rating {
    display: block;
    margin-bottom: 10px;
}
.product-related .bx-wrapper div.bx-next {
	background: url(../image/nav-v.png) no-repeat scroll 0 0 #EFEFEF!important;
	display: block;
	float: right;
	margin-right: 41px;
	position: relative;
	bottom: 230px;
	width: 30px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;	
}
.product-related .bx-wrapper div.bx-prev {
	background: url(../image/nav-v.png) no-repeat scroll 0 -19px #EFEFEF!important;
	display: block;
	float: left;
	margin-left: 41px;	
	position: relative;
	bottom: 230px;
	width: 30px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;	
}
.right-sm-manufacturer-logo {
	float: right;
	clear: right;	
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-manufacturer-logo-block {
	padding: 0 15px!important;
	text-align: center!important;
	width: 135px;
}
.right-sm-custom {
	float: right;
	clear: right;	
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-custom-block {
	padding: 15px 10px!important;
	text-align: left!important;
	width: 145px;
}
.product-custom-block ul li {
	background: none;
	list-style: inherit!important;
}
.right-sm-share {
	float: right;
	clear: right;	
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-share {
	padding: 15px 10px!important;
	text-align: left!important;
	width: 145px;
}
.right-sm-tags {
	float: right;
	clear: right;	
	text-align: center;
	overflow: hidden;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}
.product-tags {
	padding: 15px 10px;
	text-align: left;
	width: 145px;
}
.product-tags div {
	margin-bottom: 6px;
	float: left;
}
.product-tags div a {
	background: #F7F7F7;
	padding: 3px 6px;
	margin-right: 5px;
	font-size: 11px;
}
#content .content .reviews-left {
	float: left;
	width: 170px;
	padding: 70px 10px 10px;
	text-align: center;
	background: url("../image/mw_1.png") no-repeat scroll 0 0 #FFFFFF;
	background-position: center top;
}
#content .content .reviews-left span {
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
#content .content .reviews-right {
	float: left;
	max-width: 60%;
	margin-top: 10px;
	padding: 30px 40px;
	background-color: #F3F3F3;
	border: 1px solid #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
    border-radius: 5px;	
	font-size: 13px;
}
#content .content .review-arrow {
	position: absolute;
	margin-top: -18px;
	margin-left: -66px;
	width: 26px;
	height: 55px;
	background: url("../image/review-arrow.png") no-repeat;
}
.tags {
	margin-top: 30px;
}
.tags a {
	background: #F7F7F7;
	padding: 3px 6px;
	margin-left: 5px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

/*  Manufacturer Page  */

.manufacturer-list {
	border: none;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	font-weight: bold;	
}

/*  Compare  */

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr:hover {
	background-color:#F7F7F7;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;	
}

/*  Wish List  */

.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-info tbody .image img {
	border: 1px solid #EEEEEE;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}

/*  Login  */

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}

/*  Orders  */

.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

/*  Returns  */

.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 45%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 50%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}

/*  Download  */

.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}

/*  Cart  */

.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D!important;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .quantity {
	width: 80px;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info tbody .image img {
	border: none;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #FF0000;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #EEEEEE;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}

/*  Checkout  */

.checkout-heading {
	background: #F8F8F8;
	border-top: 1px solid #FFFFFF;	
	border-bottom: 1px solid #EEEEEE;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 0;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
}
.checkout-content {
	padding: 15px 0;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #EEEEEE;
}

/*  Contact Page  */

.contact-info {
	overflow: auto;
	float: left;
	margin-left: 0;
	width: 47%;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.contact-custom {
	margin-top: 20px;
	padding: 20px 0 10px;
}
.contact-form {
	float: right;
	margin-left: 0;
	padding: 0;
	width: 49%;
}

/*  Site Map  */

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/******************************************************/
/*  END CONTENT COLUMN
/******************************************************/


/******************************************************/
/*  END MIDSECTION
/******************************************************/



/******************************************************/
/*  BOTTOM AREA
/******************************************************/

/*  Contact Us, Twitter, Custom Column  */

#footer_cnc {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}
#footer_cnc .container {
	width: 1260px;
}
#footer_cnc .span4 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cnc .span6,
#footer_cnc .span12 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cnc .span4 > div,
#footer_cnc .span6 > div,
#footer_cnc .span12 > div {
	margin-bottom: 15px;
}
#footer_cnc .span4 > div > span.c_icon,
#footer_cnc .span6 > div > span.c_icon,
#footer_cnc .span12 > div > span.c_icon {
	display: block; 
	float: left;
	margin-right: 10px;
}
#footer_cnc .span4 ul,
#footer_cnc .span6 ul,
#footer_cnc .span12 ul {
	margin-top: 0;
	margin-left: 0;	
	padding-left: 0;
}
#footer_cnc .span4 ul li,
#footer_cnc .span6 ul li,
#footer_cnc .span12 ul li {
	list-style: none;
	margin-bottom: 7px;	
}
#footer_cnc .twitter ul li {
    padding-left: 0;
	padding-right: 50px;
    margin-bottom: 20px;	
}
#footer_cnc .twitter ul li a {
	display: block;
}
#footer_cnc .twitter ul li span a {
	display: inline-block;
}
#footer_cnc h3 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#footer_cnc_content {
    margin: 0 auto;	
}

/*  Information, Customer Service, Extras, My Account  */

#footer_info {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}
#footer_info .container {
	width: 1260px;
}
#footer_info .span3 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_info .span3 a {
    font-size: 13px;
}
#footer_info .span3 ul {
	margin-top: 0;
	margin-left: 0;	
	padding-left: 0;
}
#footer_info .span3 ul li {
	list-style: none;
	margin-bottom: 7px;	
}
#footer_info h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;	
}
#footer_info_content {
    margin: 0 auto;
}

/*  Footer - Payment Images, Powered by, Follow Us  */

#footer_cr {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}
#footer_cr .container {
	width: 1260px;
}
#footer_cr .span4 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cr .span6,
#footer_cr .span12 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cr p {
	margin-bottom: 0;	
}
#footer_cr_content {
    margin: 0 auto;	
}
#footer_cr_content #payment_logos {	
    float: left;
}
#footer_cr_content #payment_logos img {
	padding-top: 2px;
}
#footer_cr_content #powered_content {
	margin: auto 0;
}
#footer_cr_content #follow_us {	
    float: right;
	text-align: right;	
}
#footer_cr_content #follow_us img {	
	margin-left: -3px;	
}
#footer_cr_content #follow_us img:hover {
	opacity: 0.8;
}

/*  About Us  */

#footer_about {
	clear: both;
	overflow: auto;
	margin-top: 0;
	padding: 20px;
}
#footer_about p {
	margin: 0 auto;
}
#footer_about_content {
    margin: 0 auto;
	max-width: 940px;
}

/******************************************************/
/*  END BOTTOM AREA
/******************************************************/


/*  Banners  */

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
#column-left .banner div, #column-right .banner div  {
	text-align: center;
	width: 100%;
	display: none;
}
#column-left .banner div img, #column-right .banner div img {
	margin-bottom: 20px;
}

/*  Sellya Product Slider  */

#product-slider {
	clear: both;
}

/*  Elastislide Style  */

.es-carousel-wrapper {
	background: none;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.es-carousel {
	overflow: hidden;
	background: none;
}
.es-carousel ul {
	display: none;
}
.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;	
	margin: 5px 18px 20px 1px !important;
    padding: 5px;
    text-align: center;
    vertical-align: top;
	position: relative;	
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;	
	transition: all 0.2s linear 0s;	
}
.es-carousel ul li div.pbox {
    padding: 5px 9px 10px;	
	background-color: #FFFFFF;
	text-align: center;	
}
.es-carousel ul li a {
	display: block;
}
.es-carousel ul li .image {
    display: block;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
}
.es-carousel ul li a img {
    background-color: #FFFFFF;
    padding: 0;
    text-align: center;
	max-width: 100%;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;	
	transition: all 0.2s ease-in 0s;	
}
.es-carousel ul li a img:hover {
	opacity: 0.1;
}
.es-carousel .description {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 80px;
    margin-bottom: 0;
    padding: 55px 7px 10px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.es-carousel .rating {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 55px;
    margin-bottom: 0;
    padding: 0 7px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.es-carousel .name {
	max-width: 190px;
}
.es-carousel .name a {
    display: block;
    margin-bottom: 4px;
    margin-top: 10px;
}
.es-carousel .price {
    display: block;
	font-size: 15px;		
    margin-bottom: 10px;
}
.es-carousel .price-old {
    font-weight: normal;
	font-size: 12px;	
    text-decoration: line-through;
}
.es-carousel .cart {
    margin-bottom: 12px;
    margin-top: 10px;
	max-width: 190px;	
}
.es-nav span {
	background: url(../image/nav.png) no-repeat scroll 0 0 #F1F1F1;
	width: 34px;
	height: 60px;	
	position: absolute;
	top: 38%;
	left: -20px;
	right: auto;
	text-indent: -10000px;
	cursor: pointer;
    z-index: 999;
}
.es-nav span.es-nav-next {
	right: -20px;
	left: auto;
	background-position: 0 -60px;
}
.es-carousel-banners-wrapper {
	background: none;
	padding: 0;
	position: relative;
	margin-top: 0!important;
}
.es-carousel-banners {
	overflow: hidden;
	background: none;
}
.es-carousel-banners ul {
	display: none;
}
.es-carousel-banners ul li {
	height: 100%;
	float: left;
	display: block;
    background-color: #FFFFFF;
	margin: 5px 20px 20px 0!important;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
	position: relative;		
}
.es-carousel-banners ul li a {
	display: block;
}
.es-carousel-banners ul li a img {
	display: block;
	border: none;	
}
.es-carousel-banners-wrapper .es-nav span {
	background: url(../image/nav.png) no-repeat scroll 0 0 #F1F1F1;
	width: 34px;
	height: 60px;		
	position: absolute;
	top: 35%;
	left: -20px;
	right: auto;
	margin-top: -15px;	
	text-indent: -10000px;
	cursor: pointer;
}
.es-carousel-banners-wrapper .es-nav span.es-nav-next {
	right: -20px;
	left: auto;
	background-position: 0 -60px;
}
.es-carousel-related-wrapper {
	background: none;
	padding: 10px 0;
	margin-top: 35px;
	position: relative;
}
.es-carousel-related {
	overflow: hidden;
	background: none;
}
.es-carousel-related ul {
	display: none;
}
.es-carousel-related ul li {
	height: 100%;
	float: left;
	display: block;
	margin: 5px 20px 5px 0!important;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
}
.es-carousel-related .span2 {
	margin-left: -1px;
}
.es-carousel-related-wrapper .es-nav span {
	background: url(../image/nav.png) no-repeat scroll 0 0 #E5E5E5;
	width: 20px;
	height: 20px;	
	position: absolute;
	top: 0;
	right: 75px;
	left: auto;
	margin-top: -25px;	
	text-indent: -10000px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
    border-radius: 10px;	
}
.es-carousel-related-wrapper .es-nav span.es-nav-next {
	right: 50px;
	left: auto;
	background-position: 0 -20px;
}
.es-carousel-related-wrapper .es-nav span:hover {
	background-color: #DF442C;
}
.pager a {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
}

/*  Widget Facebook Likebox  */

.facebook_left {
    width: 245px;
    height: 389px;
    position: fixed;
	left: -245px;
	top: 220px;	
	z-index: 99997;
}
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
	right: -245px;
	top: 220px;
	z-index: 99997;
}	
.facebook_left #facebook_icon {
	float: right;
	height: 60px;
    width: 34px;
	right: -34px;
    background: url("../image/facebook_lb_l.png") no-repeat;
	cursor: pointer;	
	position: relative;	
    z-index: 99998;	
}
.facebook_right #facebook_icon {
	float: left;
	height: 60px;
    width: 34px;
	left: -34px;
    background: url("../image/facebook_lb_r.png") no-repeat;
	cursor: pointer;
	position: relative;	
    z-index: 99998;	
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: right;
	top: -60px;
	position: relative;
    z-index: 99999;		
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
	border: 4px solid #3B5998;
    float: left;
	top: -60px;
	position: relative;	
    z-index: 99999;		
}

/*  Widget Custom Box  */

.custom_box_left {
    width: 245px;
    height: 399px;
    position: fixed;
	left: -245px;
	top: 300px;
	z-index: 99991;
}
.custom_box_right {
    width: 245px;
    height: 399px;	
    position: fixed;
	right: -245px;
	top: 300px;
	z-index: 99991;
}	
.custom_box_left #custom_box_icon {
	float: right;
	height: 60px;
    width: 34px;
	right: -34px;
    background: url("../image/custom_box_l.png") no-repeat;
	position: relative;	
    z-index: 99992;		
}
.custom_box_right #custom_box_icon {
	float: left;
	height: 60px;
    width: 34px;
	left: -34px;
    background: url("../image/custom_box_r.png") no-repeat;
	position: relative;	
    z-index: 99992;		
}
.custom_box_right .custom_box {
    background-color: #FFFFFF;
	border: 4px solid #EE3963;
    float: right;
	width: 217px;
	height: auto;
	top: -60px;
	position: relative;	
    z-index: 99993;
	padding: 10px;
}
.custom_box_left .custom_box {
    background-color: #FFFFFF;
	border: 4px solid #EE3963;
    float: left;
	width: 217px;
	height: auto;
	top: -60px;
	position: relative;	
    z-index: 99993;
	padding: 10px;
}
.weekly-box { width:313px; float:left; }
.weekly-box-left { width:120px; float:left; }
.weekly-box-left:hover {color: #EE3963}

.weekly-box-right { width:185px; float:left; }

.homename {
	padding-left: 5px;
	padding-right: 5px;
	width:193px;
	margin:0 0 0 9px;
	color:#545454 !important;
}
.homename a {
	display: block;
	margin-bottom: 7px;
	margin-top: 10px;
	font-size: 12px;
	font-weight:bold;
	color:#545454 !important;
}
.homeprice {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left:14px;
}
.homeprice-old {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 12px;
	color: #A3A3A3 !important;
}
.homeprice-new {
	font-size: 20px;
	font-weight: normal;
	color:#BF1919 !important;
}
.button-homeadd {
    background-color: #66BDDB;
    border-color: #66BDDB;
    color: #FFFFFF !important;
	margin:0 0 0 14px;
	padding:8px;
	font-weight:bold;
}
.button-homespecials {
    background-color: #EE3964;
    border-color: #EE3964;
    color: #FFFFFF !important;
	margin:10px 0 0 14px;
	padding:8px 30px 8px 8px;
	cursor:pointer;
	font-weight:bold;
}
