/******************************************************/
/*	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/
/*	Theme Version: 1.0.7
/*	OpenCart Version: 1.5.5.1
/******************************************************/


/******************************************************/
/*  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: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
	-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 {
    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 {
  
    color: #555555;
	  margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
   
    padding: 15px 40px;
    
    z-index: 999999;
}
.success {
	background: #FFFFFF url('../../img/success.png') 10px center no-repeat;
	 
}
.warning {
	background: #FFFFFF url('../../img/warning.png') 10px center no-repeat;
	 
}
.attention {
	background: #FFFFFF url('../../img/attention.png') 10px center no-repeat;
	 
}
.success .close, .warning .close, .attention .close, .information .close {
cursor: pointer;
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    right: 0px;
    top: 0px;
	 
	height:7px;
	width:7px;
}
.required {
	color: #FF0000;
	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 , button.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: block;
}
.htabs a.selected {
	padding-bottom: 12px;
	font-weight: bold;	
}
.tab-content {
	background-color: #FFFFFF;
    margin-bottom: 30px;
    overflow: auto;
    padding: 17px;
    width: 94%;
    z-index: 2;
}


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

.wrapper {
	min-width: 283px;
}
#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: 96% !important;
}
.camera_fakehover{
    width:100%!important;
    
}
#lrc #bestseller, #lrc #featured, #lrc #latest, #lrc #specials {
    margin-left: 0;
}
#lrc #bestseller .span-first-child, #lrc #featured .span-first-child, #lrc #latest .span-first-child, #lrc #specials .span-first-child {
    margin-left: 2.12766% !important;
}
#lrc + #content-home {
    width: 700px;
}
#lrc + #content-home .span {
	width: 660px;
}
#lrc + #content-home .es-carousel ul li {
    margin: 5px 12px 15px 1px !important;
}
#lrc + #content-home .box-category-home > div.span2, #lrc + #content-home .box-category-home > div.span2 img {
	width: 92px;
}
#lrc + #content-home .box-category-home > div.span3 {
	width: 149px;
}
#lrc + #content-home .box-manufacturers-home > div.span2 {
	width: 88px;
}
#lrc + #content-home .box-manufacturers-home > div.span3 {
	width: 143px;
}
#lrc + #content-home .ei-slider-large li img {
	padding: 70px 10px 70px 70px;
}
#lrc + #content-home .box-product .span3, #lrc + #content .product-grid > div.span-related {
    clear: none !important;
	margin-left: 15px!important;
}
#lrc + #content-home .box-product .span3:nth-child(3n+1), #lrc + #content .product-grid > div.span-related:nth-child(3n+1) {
    clear: left !important;
	margin-left: 0!important;
}
#lrc + #content {
    width: 700px;
}
#lrc + #content .product-info div#right-sm {
	display: none;
}
#lrc + #content .product-info {
	overflow: hidden;
}
#lrc + #content .product-info .right {
    width: 316px;
	margin-right: 0;
}
#lrc + #content .product-info .left .image #cloud-zoom-big {
    width: 302px!important;
}
#lrc + #content .product-info .options input[type="text"], #lrc + #content .product-info .options textarea, #lrc + #content .product-info .options select, #lrc + #content .product-info .options .uneditable-input {
    width: 180px!important;
}
#lrc + #content .content .reviews-right {
	max-width: 50%
}

#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("../../img/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: 153px;
	text-align: right;
}
#language.dropdown_l .options_l{ min-width: 138px; }
#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-area {
	position: absolute;
	right: 5px;
	top: 3px;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
#t-header .button-search {
	background: url('../../img/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
#t-header #search #search_query_top {
	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: -2px;
	position: relative;
}
#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("../../img/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 {
	position: absolute;
	z-index: 5;
	padding: 10px 5px 5px;
	opacity: 0;
	visibility: hidden;
}
#menu > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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: 150px;
}
#menu > ul > li > div > ul > li > div {
	position: absolute;
	left: 170px;
	margin-top: -37px;
	z-index: 5;
	padding: 5px;
	opacity: 0;
	visibility: hidden;	
}
#menu > ul > li > div > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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: 120px;
}

/*  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("../../img/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: 146px;
}
#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 a {
    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("../../img/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 {
	position: absolute;
	z-index: 5;
	padding: 15px 5px 0px 10px;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;	
}
#menu_brands > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_brands > ul > li > div > div {
    display: table-cell;
	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("../../img/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 {
	position: absolute;
	z-index: 5;
	padding: 10px 25px 20px 5px;
	opacity: 0;
	visibility: hidden;	
}
#menu_informations > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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("../../img/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 {
	position: absolute;
	z-index: 5;
	padding: 10px 5px 5px;
	opacity: 0;
	visibility: hidden;	
}
#menu_your_account > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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  */
 
/*  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("../../img/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 {
	position: absolute;
	z-index: 5;
	padding: 5px 25px 10px;
	opacity: 0;
	visibility: hidden;	
}
#menu_custom_block > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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("../../img/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 {
	position: absolute;
	z-index: 5;
	padding: 10px 20px 5px 5px;
	opacity: 0;
	visibility: hidden;	
}
#menu_contacts > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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 {
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	opacity: 0;
	visibility: hidden;	
}
#menu_oc > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#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;
}
#content .box .box-heading {
	padding: 0 0 0 15px;
}
.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: 10px;
    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;
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 .image img.with_image:hover {
	opacity: 0;
}
.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;	
	display: inline-block;
}
.box-product ol li .l_column {
	margin: 0 0 0 5px!important;
	width: 175px!important;	
}
#lrc + #content .box-product ol {
	margin: 0;
}
#lrc + #content .box-product ol li {
	width: auto!important;	
	display: inline-block;
}
#lrc + #content .box-product ol li {
	width: auto!important;	
}
#lrc + #content .box-product ol li .l_column {
	margin: 0 0 0 5px!important;
	width: 202px!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 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 filter */

ul.box-filter {
	list-style: none;
	margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
ul.box-filter ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	display: block;
	padding-bottom: 7px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
a#button-filter {
	margin: 5px 15px 10px;
}

/*  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: 280px;
}
.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 ,
.box-category-home > div.span4 > 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 ,
.box-category-home > div.span4 > 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: visible;
	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: 30px;
	padding: 0;	
    background: none;
    border: none;
	box-shadow: none;
}
.breadcrumb-pp {
    max-width: 700px; 
	float: left;
	margin-bottom: 10px;
}

/*  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;
	padding-right: 10px;
}

/*  Category Page  */

.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 0;
	margin-right: 15px;
}
.category-info img {
    width: 100%;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
}
.category-list > div {
	 margin-left: 11px;
    max-width: 100px;
    min-height: 130px;
    text-align: center;
}
.category-list ul {
	float: left;
	width: 18%;
	list-style: none;
	margin-left: 0;
}
.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: hidden;
}
.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;
	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;
}
.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;
}

/*  Product Page  */

span.sale-icon , .discount-icon  , .online_only {
color: #FFFFFF;
    font-size: 12px;
    left: 3px;
    padding: 3px 7px 4px;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    top: 3px;
    z-index: 5;	
}
.discount-icon + .online_only {
    margin-top: 30px;
} 
 
#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;
	clear: both;
}
.product-info > .left {
	float: left;
	margin-right: 12px;
}
.product-info > .left + .right {
    width: 541px;
	margin-right: 15px;
}
.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 .zoom-b {
	position: absolute;
	right: 15px;
    bottom: 15px;
    height: 12px;
    width: auto;
    z-index: 5;
}
.product-info .image .zoom-b a {
    background: url("../../img/button-search.png") no-repeat scroll;
    color: #A3A3A3;
    font-size: 10px;
	text-transform: uppercase;
    padding-left: 18px;
}
.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 .cart .dec, .product-info .cart .inc {
    background-color: rgba(0, 0, 0, 0.1);
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    width: 30px;
}
.product-info .cart .dec {
    background-image: url("../../img/quantity-minus.png");
}
.product-info .cart .inc {
    background-image: url("../../img/quantity-plus.png");
}
.product-info .cart input {
    margin-bottom: 3px;
    margin-top: 3px;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 30px 0px 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 {
	 display: inline-block;
	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;
}
#lrc + #content .product-info .share {
	display: none;
}
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(../../img/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(../../img/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("../../img/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("../../img/review-arrow.png") no-repeat;
}
.tags {
	margin-top: 30px;
}
.tags a {
	background: #F7F7F7;
	padding: 3px 6px;
	margin-left: 5px;
}
#lrc + #content .tags {
	display: none;
}
.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  */
#opc_new_account,#carrier_area{
	width:96%;
	padding:0 2%;
}
#opc_delivery_methods{
    padding-left:0;   
}
.order_carrier_content input#cgv{margin-right: 5px;}
#order-opc h2 span{
	padding:0;
	line-height:normal;
	font-size:inherit;
        color:inherit;
	background:none;
}
.opc-form-block{
    float:right;
    width:60%;    
}
#login_form{
    float:left;
    width:100%;    
}

#opc_new_account #login_form{
    float:left;
    width:34%;    
}


#new_account_form.std fieldset{
    margin-top:0; 
}
#new_account_form h3{
	padding:0;
}

#login_form_content > div{
	float:left;	
}
#opc_account_choice .opc_float{
	float:none;	
}

#center_column #opc_account_choice > p{
	padding-left:50px;
	display:block;
}
#create-account_form #SubmitCreate, #login_form #SubmitLogin {
    float: left !important;
}
p.submit {
    float: left !important;
	margin-right: 88px;
}

#new_account_form p.radio span, #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.select span, #new_account_form p.textarea label{
	padding-left:0px;	
}

.radio input[type="radio"], .checkbox input[type="checkbox"],#new_account_form p.radio label,p.radio label{
	float: left;
}
.radio input[type="radio"], .checkbox input[type="checkbox"]{}
#new_account_form p.checkbox input{
	margin:3px 0px !important;	
}
#new_account_form p.checkbox label{
	margin-left:5px !important;
}

input[type="text"], input[type="file"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF !important;
    border-radius: 2px 2px 2px 2px !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset !important;
    padding: 6px 3px !important;
}
input, textarea, select, .uneditable-input {
    margin-bottom: 0 !important;
}
label, input {
    cursor: pointer !important;
    display: inline !important;
}
#add_address label{
    float:left;
    width:20%;
}
#add_address p.text label{
    margin-top:6px;
    
}

.login-content {
	margin-bottom: 20px;
	 
	 height: 348px;
}
.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;
	height:auto;
	width: 320px;
}
#new_account_form p.select span,#new_account_form p.select label{
	margin-top:8px;	
}
#new_account_form p.select select{
	padding:9px 3px;	
}

@media screen and (max-width: 767px){
.opc-form-block{
    float:left;
    width:100%;    
}
#login_form{
    float:left;
    width:100%;    
}
#login_form_content > div > span{
	width:100%;
	display:inline-block;
}

#new_account_form p.text input, #new_account_form p.password input, #new_account_form p.select input{
	width:100% !important;	
}
#new_account_form p.radio span, #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.select span, #new_account_form p.textarea label{
	width:100% !important;	
}

#new_account_form p.select select{
	width:100% !important;	
}
#center_column #new_account_form p{
	display:inline-block;
	width:100%;
}
#order-opc #opc_delivery_methods textarea{
	width:93% !important;
}
}

/*  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 ,.cart-info thead th {
	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 .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: 960px;
}
#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: 960px;
}
#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: 960px;
}
#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;	
}
.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 .cart a{
       display: inline-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 ul li a img.with_image:hover {
	opacity: 0;
}
.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 .rating .star_content , .box-product .rating .star_content ,.pbox .rating .star_content{
	width:90px;
	margin: 0 auto;
}
.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;
	 
}
.es-nav span {
	background: url(../../img/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 {
	display:block;
	height: 105px!important;
	padding: 0!important;
	width: 915px!important;
	margin: 0!important;
}
.es-carousel-banners {
	background: none;
}
.es-carousel-banners ul {
	display: block;
}
.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(../../img/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(../../img/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("../../img/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("../../img/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;		
}
.fb_iframe_widget span {
	max-width: 285px!important;
	overflow:hidden;
}

/*  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("../../img/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("../../img/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;
}
/* Fixing Bug*/


#categoryImage	{
	width:100%;	
}

.breadcrumb{	
	float: left;
	width:100%;
	margin-bottom: 10px;
}

.navbar .brand{
	width: 96% !important;
	padding-left:4% !important;
	padding-right: 0 !important;	
}
@media screen and (max-width:479px){
#lc_dropdown{
	top:65px !important; 
}
.pagination li:nth-child(n+5){
	display: none;
}

.pagination li#pagination_next{
	display: block;	
}
.std{
	width: 100%;
}
#add_adress p.text input, #add_adress p.password input, #add_adress p.select input,#add_adress p.select select,#add_adress p.textarea textarea{
	width:97% !important;
	margin: 0 0 0 3% !important;
	
}
#identity p{
	width:70%;
	float: left;	
}
#identity p.radio{
	padding-left: 0 !important;
	
}

#module-blockwishlist-mywishlist #mywishlist p.text{
	width:100%;
	float: left;
	margin-bottom: 0 !important;
	
}
#module-blockwishlist-mywishlist #mywishlist p.text label{
	padding: 0;
}
#module-blockwishlist-mywishlist #mywishlist p.text input{
	width:100% !important;
	float: left;
	
}
}
@media screen and (min-width:480px) and (max-width:767px){
#t-header .links{
	width:355px !important;
}
#lc_dropdown{
	width: 380px !important;
}
#center_column #add_adress p label{
	float: left;
	width:100%;
	padding: 0 !important;
}
#add_adress p.select select{
	margin:0 !important;
}

#identity .std p.text label, #identity .std p.password label, #identity .std p.select label{
	width:100%;
	float:left;
	text-align: left;
}
#identity p{
	width:70%;
	float: left;	
}
}
@media screen and (min-width:768px) and (max-width:979px){
.product-filter .display{
	margin-top: 3px;
}

.product-compare{
	width:auto !important;
	margin-top: 3px;
	
}
.product-compare input.button{
	margin: 0 !important;
	
}
.product-filter .sort{
	width:50%;
	float: right !important;
	margin-top:0px !important;	
	
}
.product-filter .sort label{
	float: left;
	margin-top: 6px !important;
}
.product-filter .sort select.selectProductSort{
	width: 78% !important;
	float: right;

}

}


@media screen and (max-width:767px){
.pagination .results ul{
	box-shadow: none !important;
}
.pagination .results li{
	/*float:right;*/	
	text-align: left;
	margin-bottom: 10px;
}
.pagination .results li span.report_btn{
	border-width: 1px !important;
}
ul.idTabs{
	padding-bottom:5px;	
}
.std{
	float:left;
	border:none !important;
}
.error ol li{
	float: left;
	width:100%;
	margin-bottom: 10px;
	padding: 0;
}
#identity h3{
	float: left;
	width:100%;
}
#identity .std p.radio{
	padding-left: 0 !important;
}
#identity .std p.radio span{	
	float: left;
	width: auto !important;
	margin-top: 3px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"]{
	float: none !important;
}
#identity .std p.submit,#identity .std #security_informations{
	padding: 0 !important;
	margin-right: 0 !important;
}
#footer_cr #powered_content p{
	float:none;
	margin: auto;
	
}
#footer_about p,#footer_cnc #custom_column p{
	width:100%;
}
}
@media screen and (min-width:768px){

.std{
	float:left;
	border:none !important;
	width: 100%;
}

#center_column #add_adress p{
	float:left;
	width:100%;
	
}
#address p.inline-infos{
	
	margin-left: 0 !important;
        margin-bottom: 15px !important;
}
#add_adress p.text label, #add_adress p.password label, #add_adress p.select label, #add_adress p.select span, #add_adress p.textarea label{
	width:30%;
	float: left;
	text-align: left;
}


#add_adress p.text input, #add_adress p.password input, #add_adress p.select input,#add_adress p.select select,#add_adress p.textarea textarea{
	width:60% !important;
	float:right !important;
	padding:8px 6px;
}

#identity p{
	width:100%;
	float: left;
	padding-bottom: 0 !important;
}
#identity .std p.radio{
	padding-left: 0 !important;
}
#identity .std p.radio span{
	
	float: left;
	width: auto !important;
	margin-top: 3px;
}
#identity .std p.text label, #identity .std p.password label, #identity .std p.select label{
	width:30%;
	float: left;
	margin-top:9px !important;
	text-align: left;
}
#identity .std p.text input, #identity .std p.password input{
	width:60%;
	float: right;
	
}
#identity .std p.select label{
	width:38%;
	
}
#identity select{
	width:12%;
	float: left;
	
}

#identity .std p.submit,#identity .std #security_informations{
	padding: 0 !important;
	margin-right: 0 !important;
}
.pagination .results ul{
	padding-left: 5px;
          box-shadow: none !important;
}
 
.pagination .results span{
	border-width: 1px !important;
	/*margin-right: 5px;*/
}

 
}

/* fixing css */

#categories_block_left li .OPEN, #categories_block_left li .CLOSE{
	margin-top:5px;	
}

 ul.address,.addresses ul.address{
	width:100% !important;		
 }
.order_delivery > ul{
	margin:0;
}

ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span{
	margin-top: 5px;
	line-height: 13px;

}
.address_delivery{
	padding:10px 0 0 18px ;
}
@media screen and (max-width:479px){
.fb_iframe_widget iframe{
	width:242px !important;	
}
.fb_iframe_widget span{
	width:242px !important;
}

#idTabCustom {
	width:241px;
	overflow:scroll;
}

.cart-info > p.warning{
	width:183px;	
}
.address_add submit .button button_large{
	width: 150px;
}
.category-list > div{	
	width: 84px;
}
.category-list div.image img{
	width: 100%;
}
}
@media screen and (min-width:480px) and (max-width:767px){

.fb_iframe_widget iframe,.fb_iframe_widget span{
	width:402px !important;
}
#idTabCustom {
	width:402px;
	overflow:scroll;
}
.cart-info > p.warning{
	width:342px;	
}
}
@media screen and (max-width:767px){
#more_info_sheets .product_desc .block_description{
	width:inherit;
	margin:10px 0;
}
ul#order_step{
	
	width:150px;
	margin: 0 auto 30px;
	clear: both;

}
.cart-info > p{
	float: left;
	width: 100%;
	margin-top:10px;
	text-align: center;
}

form.std fieldset{
	width:93%;
}

}
@media screen and (max-width:767px){
#order_step{
	height: 264px;	
}		
}
@media screen and (min-width:768px) and (max-width:979px){
ul.step li {
	width: 138px;
}
.cart-info > p{
	float: left;
	width: 100%;
	margin-top:10px;
	text-align: center;
}
.address_delivery{
	float:left;
	width:100%;	
}
.order_carrier_content h3.carrier_title{	
	width:100%;
	clear: both;
	display: block;
	margin-top:10px;
}
.cart-info > p.warning{
	width:584px;	
}
}
#column-left #categories_block_left .store_image img{
	width:100%;	
}

.product-info .image .zoom-b a {
    background: url("../../img/button-search.png") no-repeat scroll 0 0 transparent;
    color: #A3A3A3;
    font-size: 10px;
    padding-left: 18px;
    text-transform: uppercase;
}
.product-info .image .zoom-b {
    bottom: 15px;
    height: 12px;
    position: absolute;
    right: 15px;
    width: auto;
    z-index: 5;
}

.crossslider .bx-window{
    padding-top:20px;
}
#HOOK_SHOPPING_CART h2{
        padding-left:20px;
}

table.std th, table.table_block th{
    text-align: left;
    
}
#compare_shipping{
    
    padding:20px;
}

/*block Manufacturer*/

#manufacturers_block_left .block_content{
    padding:0 7px 0 14px;
    display: inline-block;
}
#manufacturers_block_left .block_content ul {
    list-style-type: none;
    padding:0;
    margin:0 0 10px;
}
#manufacturers_block_left .block_content form{
   
    display: inline-block;
    
}
#manufacturers_block_left .block_content ul> li{
    padding:6px 0;
    
}
/*Blockcms*/

.box.informations_block .block_content{
    padding:0 14px 15px;
    display: inline-block;
}
.box.informations_block .block_content ul{
    list-style-type: none;
    margin:0;
}
.box.informations_block .block_content ul li{
    padding: 6px 0;    
}

#suppliers_block_left .block_content{
    padding:0 14px 15px;
    display: inline-block;
}

#suppliers_block_left .block_content ul{
    list-style-type: none;
    margin:0;
}
#suppliers_block_left .block_content ul li{
    padding: 6px 0;    
}


/* order-opc */

.opc-payment-block,.opc-address-block {
    width:96%;
    padding: 0 2%;
}
div.addresses{
    padding:0;
}

.cart_navigation{
    width:96%;
    margin:20px 2%;
}

.box-category .checkout{ padding-top:20px;}

.description.sellya_product_hover_image{
    padding-top:0px;
    height:auto;
}
.sellya_product_hover_image img{ width: 99%; height:auto;}
ul#usefull_link_block li  { text-align: left; padding-left:20px;}