/*      Reset.css      */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}

.table-striped td {
padding:0.3em 0
}

input[type="text"], input[type="password"], input[type="email"] {
background: none repeat scroll 0 0 #fefefe;
border: 2px solid #777;
box-shadow: -2px 2px 3px #ccc inset;
color: #333;
padding: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
border:2px solid #0564bd;
}

.red, .star {
color:#FC1B1B;
}

/*  ------- Template --------   */


/*  --- Заголовки, текст ----    */

h1, h2, h3, h4, h5, h6 {
margin: .6em 0;
font-family: inherit;
font-weight: bold;
line-height: 1.125em;
color:#333;
text-rendering: optimizelegibility;
}

h1 {
font-size:1.85em;
}

h2 {
font-size:1.6em;
}

h3 {
font-size:1.5em;
color:#fc1b1b;
}

p {
padding:0.5em 0;
color:#333;
}

strong, b {
font-weight:bold;
}

a {
color:#fc3f20;
text-decoration:none;
}

a:hover {
color:#ff1818;
text-decoration:underline;
}

a.product_link, .name a {
font-weight:bold;
}

.item-page ul, .item-page ol {
padding:0.5em 25px;
}

.item-page ul li, .item-page ol li {
list-style: url(../images/arrow.png);
padding:0.3em 0;
color:#333;
}

.btn, .button, .button_detail {
margin:0.7em 0 0 0;
font-size:16px;
padding:3px 15px;
color:#333;
border:none;
border-radius:3px;
cursor:pointer;
background:#f4f4f4;
background: -moz-linear-gradient(top, #f4f4f4, #eee); /* Firefox 3.6+ */
/* Chrome 1-9, Safari 4-5 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), colorstop(100%,#eee));
/* Chrome 10+, Safari 5.1+ */
background: -webkit-linear-gradient(top, #f4f4f4, #eee);
background: -o-linear-gradient(top, #f4f4f4, #eee); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4f4f4, #eee); /* IE10 */
background: linear-gradient(top, #f4f4f4, #eee); /* CSS3 */
box-shadow:0 0 2px #ccc;
border-bottom:1px solid #ccc;
}

.btn:hover, .button:hover {
box-shadow:none;
}

a.button_buy, input.button_buy, .btn-reg, #comjshop .btn-primary {
margin:0.7em 0 0 0;
background:#fdc92b;
font-size:16px;
padding:4px 15px;
color:#222;
border:none;
border-radius:3px;
cursor:pointer;
text-decoration:none;
}

a.button_detail {
text-decoration:none;
margin:0 0 0 20px;
color:#222;
}

/* Страница регистрации + модуль */

label {
    color: #333333;
    margin-bottom: 5px;
    max-width: 90%;
}

#users-profile-core legend, #users-profile-custom legend, .profile-edit legend, .registration legend {
font-weight:bold;
}

.control-label {
display:block;
}

.registration .control-group .control-label, .remind .control-group .control-label, .reset .control-group .control-label {
padding:0.3em 0;
float:none;
width:150px;
}

.registration .control-group .controls, .remind .control-group .controls, .reset .control-group .controls {
margin:0;
}

#member-profile fieldset, .registration fieldset {
    margin: 10px 0 15px;
    padding: 15px;
}

#login-form ul li {
padding:0.1em 0;
}

#form-login-username label, #form-login-password label {
display:inline-block;
width:55px;
}

#form-login-remember {
margin:10px 0;
}

#form-login-remember label {
display:inline-block;
}

#form-login input.button {
margin-bottom:0.5em;
}

/* --- Layout ----  */

body {
font-size:100%;
font-family:Arial, sans-serif;
background:#fff;
}

.layout {
width:1170px;
overflow:hidden;
margin:0 auto;
}

#top1 {
width:100%;
background:#f4f4f4;
overflow:hidden;
height:auto;
margin:0 0 0.5em 0;
}

#top1 ul li {
list-style:none;
float:right;
padding:0.1em 0 0.2em 15px;
}

#top1 a {
text-decoration:underline;
}

#top1 a:hover {
text-decoration:none;
}

#header {
padding:1em 0 0 0;
overflow:hidden;
clear:both;
}

.logo, .adress {
width:33%;
float:left;
}

.descript {
display:block;
padding: 0.3em 0 0 0;
font-weight:bold;
}

.adress {
text-align:center;
}

.adress span {
font-size:18px;
color:#333;
}

.adress button {
margin:0.7em 0 0 0;
background:#fdc92b;
font-size:16px;
padding:4px 15px;
color:#222;
border:none;
border-radius:3px;
cursor:pointer;
}

.adress button:hover {
background:#ffcf3b
}

.phone {
text-align:right;
width:33%;
float:right;
}

.phone .tel a {
font-size:1.875em;
display:block;
text-decoration:none;
color:#333;
padding:0 0 0.5em 0;
}

.phone .time {
font-size:1.2em;
color:#555;
}

#menu {
background:#333;
margin:1em 0;
width:100%;
}

#topmenu ul li {
float:left;
}

#topmenu ul li a {
padding:12px 20px;
display:block;
text-decoration:none;
color:#eee;
font-size:16px;
}

#topmenu ul li a:hover, #topmenu ul li.current a {
background:#111;
color:#fc1b1b;
}

#slider {
margin:0 0 20px 0;
}

#mainleft {
width:70%;
float: right;
min-height:500px;
margin-bottom: 2em;
}

#mainright {
width:70%;
float: left;
min-height:500px;
margin-bottom: 2em;
}

.clearfix {
clear:both;
}

#sidebarleft {
width:27%;
float:left;
}

#sidebarright {
width:27%;
float:right;
}

#bottom {
background:#fff;
width:100%;
}

#footer {
background:#222;
width:100%;
padding:1em 0;
}

.box {
width:23%;
margin:1em 2% 0 0;
float:left;
}

.box-r {
width:23%;
margin:1em 0 0 0;
float:right;
}

.box p {
color:#ddd;
}

.box h3 {
font-size:18px;
padding-top:0;
margin-top:0;
}

.box a {
color:#ddd;
text-decoration:none;
}

.box a:hover {
text-decoration:underline;
}

.sociallink {
text-align:right;
overflow:hidden;
height:2.7em;
}

.sociallink a img {
display:block;
float:right;
padding:0 0 0 5%;
}

.sociallink a img:hover {
padding:2px 0 0 5%;
}

.sociallink p {
color:#eee;
font:bold 1em Arial;
}

#debug {
background:#444242;
padding:0.5em 0;
width:100%;
}

#debug p {
text-align:center;
color:#eee;
}


/*   Модули  */

.mycart_mini_txt {
background: url(../images/cart_mini_reds.png) no-repeat;
border-radius:0;
box-shadow:none;
}

.mycart_mini_txt a {
padding-top:30px;
}

.divider img {
padding: 0 3px;
}

.breadcrumbs {
background:#f7f7f6;
padding:0.5em 1.5% 0.5em 1.5%;
margin:0 0 1.25em 0;
overflow:hidden;
}

.breadcrumbs ul {
padding:0;
margin:0;
}

.breadcrumbs ul li {
list-style:none;
float:left;
}

.moduletable, .moduletable-default {
margin-bottom:1.875em;
}

.moduletable h3 {
font-size:1.5em;
color:#fc1b1b;
}

.moduletable-default h3 {
font-size:1.5em;
color:#333;
}

.add-on {
display:none;
}

#login-form .control-group {
margin: 0 0 10px 0;
}

#cartmenu {
background:#333;
width:180px;
float:right;
margin-top:-36px;
}

.yourcart {
visibility: hidden;
}

#cartmenu .yourcart {
float:left;
padding-top:8px;
visibility: visible;
}

#cartmenu .yourcart a {
font-weight:bold;
color:#eee;
}

#cartmenu .mycart_wrapp {
}

#cartmenu h3 {
font-size:1.2em;
}

#cartmenu .mycart_mini_txt {
background: url('../images/cart.png') no-repeat;
box-shadow:none;
border:none;
border-radius: 0;
height:32px;
width:40px;
position:relative;
left:85px;
top:-2px;
}

#jshop_module_cart_mini {
}

#cartmenu .mycart_mini_txt a {
height:20px;
width:40px;
left:35px;
top:-15px;
padding:0;
font-size:18px;
}

#footer ul li {
padding:0.2em 0
}

/*   Горизонтальное расположение модулей  */

.moduletable-gorizontal5, .moduletable-gorizontal4, .moduletable-gorizontal3 {
width:100%;
overflow:hidden;
margin:0 0 1em 0;
}

.moduletable-gorizontal5 div.block_item {
float:left;
width:20%;
}

.moduletable-gorizontal4 div.block_item {
float:left;
width:25%;
}

.moduletable-gorizontal3 div.block_item {
float:left;
width:33%;
}

.moduletable-gorizontal5 div.block_item span, .moduletable-gorizontal4 div.block_item span, 
.moduletable-gorizontal3 div.block_item span {
padding:0 0 10px 0;
display:block;
}


/*  Вывод материалов Joomla   */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}
.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    width: 33%;
}
.cols-3 .column-2 {
    float: left;
    padding-left: 1%;
    width: 33%;
}
.cols-3 .column-3 {
    float: right;
    width: 32%;
}
.cols-4 .column-1 {
    float: left;
    width: 24%;
}
.cols-4 .column-2 {
    float: left;
    padding-left: 1%;
    width: 24%;
}
.cols-4 .column-3 {
    float: left;
    padding-left: 1%;
    width: 24%;
}
.cols-4 .column-4 {
    float: right;
    width: 25%;
}

span.row-separator {
    clear: both;
    display: block;
}

.blog p.readmore {
clear:both;
margin-bottom:2em;
}

.item-image img {
padding:0 0 1em 0;
}

.blog .item-image img {
width:100%;
}

article.blogarticle {
margin:0 0 2em 0;
padding: 0 0 2em 0;
border-bottom:1px solid #ddd;
}

/*    Подробности материаллов   */

.dropdown-menu {
font-size:0.8em;
display:block;
overflow:hidden;
text-align:right;
position:relative;
right:0;
float:right;
}

.dropdown-menu li {
float:right;
list-style:none;
}
.dropdown-menu li:first-child {
padding-left:3px;
}

dl {
margin-bottom: 18px;
}

.article-info-term {
font:bold 0.7em Arial;
color:#777;
}

.article-info dd {
font:0.7em Arial;
color:#777;
}

.content_rating p {
font:0.7em Arial;
color:#777;
}

.content_vote {
padding:0 0 1em 0;
display:block;
}

.pull-right {
float: right;
padding: 0.5em 0 1em 20px;
}

.pull-none {
padding:0.5em 0 1em 0;
}

.btn-group a {
padding:0;
}

.btn-group ul {
display:inline;
}


/*  Всплывающие подсказки    */

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}



/*  JoomShopping  */

#comjshop {
color:#333;
}

.thanks {
background: #c7d5fe;
padding:15px;
border:2px solid #86adfd;
}

.jshop_list_product {
color:#333;
}

.form-horizontal .control-label {
float: left;
padding-top: 8px;
width: 120px;
}

.form-horizontal .controls {
margin-left: 120px;
}

#sort_count {
display:block;
margin:0 0 1.5em 0;
}

.control-group {
display: block;
margin:0 0 20px 0;
}

table.jshop{
    border-collapse: collapse;
    border: 0px;
    width: 100%;	
}
table.jshop td{
    vertical-align: top;
}
#jshop_menu_order{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}
td.jshop_order_step{
    padding:2px;
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
    vertical-align: middle;
}
.jshop_order_step a{
    vertical-align: top;
    text-decoration: underline;
    font-size:12px;
}
.table_order_list {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.table_order_list .buttons{
    text-align: center;
    padding-top: 10px;
}
.myorders_block_info{
    margin-bottom: 30px;
}
.myorders_block_info .order_number{
    font-size: 120%;
    margin-bottom: 5px;
}
.myorders_block_info .order_status{
    font-size: 120%;
    margin-bottom: 5px;
}
.myorders_total{
    font-size: 120%;
}
.myorders_total .name{
    font-weight: bold;
}
.myorderinfo .userinfo{
    margin-top: 10px;
    margin-bottom: 20px;
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.myorderinfo .userbillinfo{
    padding-right: 10px;
}
.myorderinfo .product_head{
    margin-bottom: 5px;
}
.myorderinfo .order_number{
    font-size: 140%;
}
.myorderinfo .order_items{
    margin-bottom: 20px;
}
.myorderinfo .jshop_subtotal{
    margin-bottom: 20px;
}
.myorderinfo .shipping_block_info{
    margin-bottom: 15px;
}
.myorderinfo .payment_block_info{
    margin-bottom: 15px;
}
.myorderinfo .order_comment{
    margin-bottom: 15px;
}
.myorderinfo .history{
    margin-bottom: 15px;
}
img.jshop_img_thumb{
    padding: 1px;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:5px;
    cursor: pointer;
}
.jshop label{
    margin: 0px;
    display: inline-block;
    margin-right: 5px;
}
.jshop input[type="radio"], .jshop input[type="checkbox"]{
    margin: 0px;
}
div.jshop_prod_description{
    padding-top:10px;
    padding-bottom: 10px;
}
div.jshop_prod_attributes{
    padding:0;
    margin:0;
    padding-bottom: 10px;
}
div.jshop_prod_attributes select{
    width: 140px;
}
div.jshop_prod_attributes .attributes_title{
    padding-top: 5px;
}
td.jshop_img_description {
    vertical-align: top;
    text-align:left;
    padding-left: 10px;
}
.jshop_subtotal .value{
    text-align: right;
    white-space: nowrap;
    width: 12%;
}
.jshop_subtotal .name{
    padding-right: 10px;
    text-align: right;
    width: 88%;
}
.jshop .total{
    font-weight: bold;
}
.related_header{
    margin-top: 20px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    margin-bottom: 20px;
}
.td_1{
    text-align: left;
    font-weight: bold;
}
.td_2{
    text-align: right;
    font-weight: bold;
}
.jshop_pagination{
    text-align: center;
}
div.jshop_register{
    width: 80%;
    text-align: left;
    padding: 10px;
    padding-left:0px;
}
#comjshop_register div.jshop_register:first-child{
    padding-top: 0px;
}
div.last_register_block{
    padding-bottom: 0px;
}
.jshop_register .name{
}
.register_block .jshop_register .name{
}
.address_block .jshop_register .name{
}
.editaccount_block .jshop_register .name{
}
.small_header{
    padding-bottom: 5px;
    margin: 0px;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
span.jshop_error {
    color:red;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
span.text_pay_without_reg{
    display: block;    
    padding-bottom: 50px;
}
a.policy {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
#active_step{
    font-weight: bold;
    padding:0;
    margin:0;
    vertical-align: middle;	
}
p.jshop_cart_attribute{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
p.jshop_cart_extra_field{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
.jshop_price{
    color: #333;
}

.oiproduct {
text-align:center;
}
span.attr{
    font-weight: bold;
    font-style: italic;
    font-size:10px;
}
div.jshop_register .inputbox{
}
span.review{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.review_text_not_login{
    margin-top: 10px;
    font-style: italic;
}
textarea.jshop{
    border: 1px solid #b0b1b2; 
}
tr.reviews td{
    padding-bottom:15px;
}
td.reviews{
    padding-left:45px;
}
#mxcpr{
    padding-top:20px;	
    text-align: right;
    display:block;
}
#mxcpr a{
    font-size:9px;
}
.jshop_code_prod{
    color: #999;
    font-weight: normal;
    font-size: 12px;
}
.jshop .weightorder{
    text-align: right;
    margin-top: 10px;
}
.jshop .shippingfree{
    text-align: right;
    margin-top: 10px;
}
.jshop .price_prod_qty_list .qty_line{
    padding-left: 5px;
    padding-right: 5px;    
}
.jshop .price_prod_qty_list .qty_price{
    padding-left: 5px;
    font-weight: bold;    
}
.jshop .price_prod_qty_list .qty_price span.per_piece{
    font-weight: normal;
}
.jshop span.old_price{
    text-decoration: line-through;
    font-style: normal;
    color:red;
}
.jshop .list_product_demo{
    padding-top:10px;
}
.jshop .list_product_demo .download{
    padding-left:5px;
}
.jshop .not_available{
    color: red;
    margin-top:10px;
}
.jshop_list_product .row-fluid{
}
.jshop_list_product .block_product{
    margin-bottom: 30px;
}
.jshop_list_product .jshop .old_price{
    text-decoration: line-through;
    text-align: center;
    color: #999;
    margin-bottom: 5px;
}
.jshop_list_product .jshop .price_extra_info{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .jshop .base_price{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product td{
    vertical-align: top;
}
.jshop_list_product .product .image{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product .name{
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.jshop_list_product .product table.review_mark{
    margin: 0px auto;
}
.jshop_list_product .product .description{
    padding-bottom: 8px;
    padding-top: 5px;
}
.jshop_list_product .product .buttons{
    text-align: center;
    padding-top: 5px;
}
.jshop_list_product .product .jshop_price{
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product div.count_commentar{
}
.jshop_list_product .product .taxinfo{
    font-size:11px;
}
.jshop_list_product .product .plusshippinginfo, .jshop_list_product .product .plusshippinginfo a{
    font-size:11px;
}
.jshop_list_product .jshop_related{
    padding-bottom: 5px;    
}
.jshop_list_product .image_block{
    padding: 2px;
    display: inline-block;
}
.jshop_list_product .jshop .not_available{
    margin-top:0px;
    margin-bottom: 5px;
    text-align: center;
}
.jshop_list_product .box_products_sorting{
    padding-right:5px;
}
.jshop_list_product .box_products_sorting img{
    cursor: pointer;
}
.jshop_list_product .margin_filter{
    height:8px;
}
.jshop_list_product .box_manufacrurer{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_category{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .filter_price{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_price_from{
    padding-right: 3px;
}
.jshop_list_product .clear_filter{
    font-size:10px;
    padding-left: 5px;
}

.jshop .product_label{
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;    
}
.jshop .product_label .label_name{
    font-weight: bold;
    color: #950000;
}
.productfull .prod_price{
}
.productfull .old_price{
    color: #999;
    margin-bottom: 5px;
}
.productfull #block_price{
    font-size:18px;
    color: #333;
}
.productfull .taxinfo{
    font-size:11px;
}
.productfull .plusshippinginfo{    
    font-size:11px;
}
.productfull .plusshippinginfo a{
    font-size:11px;
}
.productfull .prod_buttons .buttons{
    padding-left:10px;
}
.productfull .prod_buttons {
    margin-top:5px;
}
.productfull div.prod_url{
    text-align: right !important;
}
.productfull .productweight{
    margin-top: 5px;
}
.productfull .extra_fields{
    margin-top: 5px;
}
.productfull .prod_qty_input{
    padding-left: 5px;
}
.productfull .qty_in_stock{
    margin-bottom: 10px;
}
.jshop_subtotal .plusshippinginfo, .jshop_subtotal .plusshippinginfo a{
    font-size:11px;
}
.jshop_subtotal .free_discount{
    font-size:11px;
}
.jshop_list_manufacturer .manufacturer td{
    vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image{
    padding-right: 5px;
}
.shipping_weight_to_price{
    margin-left:24px;
    margin-top:5px;
    border: 1px solid #000;
}
.shipping_weight_to_price .weight{
}
.shipping_weight_to_price .price{
    padding-left: 5px;
}
span.prod_attr_img{
    padding-left:5px;
}
span.prod_attr_img img{
    width:20px;
    height:20px;
}
.radio_attr_label img{
    width:20px;
    height:20px;
}

/*review*/
.review_header{
    margin-top:20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.review_item{
    border-bottom: 1px dotted #999999;
    padding: 10px;
    padding-left: 0px;
}
.review_user{
    font-weight:bold;
}
.review_time{

}
.review_text{
    padding-top: 2px;
    padding-bottom: 2px;
}
.review_mark{
    color: #333333;
    height: 18px;
}
#jshop_review_write .inputbox{
    width:180px;
}
.stars_no_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}
.jshop .downlod_order_invoice{
    float:right;
}
.jshop .order_payment_params{
    padding-top:3px;
    font-size: 11px;
}
.vendordetailinfo .name{
    width:130px;
}
.requiredtext{
    padding-bottom: 10px;
    color: #A00;
    font-size:11px;
}
.jshop .input_type_radio{
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
}
.jshop_profile_data{
    margin-bottom: 10px;
}
.jshop_profile_data .name{
    font-weight: bold;
}
.jshop_profile_data span{
    font-weight: bold;
}
.jshop_profile_data span.subinfo{
    font-size:10px;
}
.jshop_profile_data .jshop_user_group_info{
    font-size:10px;
}
.jshop .groups_list .title{
    width:150px;
}

/* module categories*/
.jshop_menu_level_0, .jshop_menu_level_0_a{
    margin-top:3px;
    margin-bottom:3px;
}
.jshop_menu_level_1, .jshop_menu_level_1_a{ 
    padding-left: 10px;
    margin-top:3px;
    margin-bottom:3px;    
}

.jshop_menu_level_2, .jshop_menu_level_2_a{
    padding-left: 20px;
    margin-top:3px;
    margin-bottom:3px;    
}
.jshop_menu_level_0_a a, .jshop_menu_level_1_a a, .jshop_menu_level_2_a a{
    font-weight:bold !important;
}
/**/

.label_products .block_item{
    margin-bottom: 10px;
}

.top_rating .block_item{
    margin-bottom: 10px;
}

.bestseller_products .block_item{
    margin-bottom: 10px;
}
.latest_products .block_item{
    margin-bottom: 10px;
}

.random_products .block_item{
    margin-bottom: 10px;
}

.jshop_filters .filter_price{
    padding-right: 5px;
}
.jshop_filters .clear_filter{
    display: block;
    font-size: 10px;
    padding:0.5em 0;
}
.jshop_button_print{
    width: 30px;
    float: right;
    text-align:right;
}
.extra_fields .extra_fields_group{
    font-weight: bold;
    padding-top:3px;
}
.extra_fields div{
}
.filter_characteristic .characteristic_name{
    padding-top:5px;
}
.filter_characteristic .characteristic_group{
    font-weight: bold;
    padding-top:5px;
}
.jshop td.attributes_title {
    width: 100px;
}
.jshop span.attributes_description {
    font-style: italic;
    display: block;
}
.jshop span.freeattribut_description {
    font-style: italic;
    display: block;
}
.jshop span.extra_fields_description {
    font-style: italic;
}
.jshop .prod_attr_img{
    vertical-align: top;
}
.jshop .cart .product_name{
    text-align: left;
}
.cart th.product_name{
    padding-left: 5px;
}
.jshop .prod_qty_input input{
    width:50px;
    margin-bottom: 0px;
}
.productfull .image_middle{
    width: 100px;
}
.productfull .manufacturer_name{
    padding-bottom: 10px;
}
.productfull .prod_free_attribs{
    padding-bottom: 10px;
}
.productfull .price_prod_qty_list{
    margin-bottom: 10px;
}
.productfull .button_back{
    padding-top: 10px;
}
.jshop_img_description #list_product_image_thumb{
    display: block;
}
.productfull .text_zoom {
    padding-bottom: 5px;
    padding-top: 3px;
}
.productfull .text_zoom img {
    float: left;
    padding-right: 5px;
}
.productfull a.lightbox:hover{
    color:#000 !important;
}
.fielderror{
    background-color: #FDC055 !important;
}
.jshop_categ{
    margin-bottom: 20px;
}
.attributgr_name{
    font-weight: bold;
}
#table_shippings .shipping_form{
    display: none;    
}
#table_shippings .shipping_form_active{
    display: block;
}
.jshop .order_shipping_params {
    font-size: 11px;
    padding-top: 3px;
}
/*cart table response*/
.mobile-cart {
    display: none;
}
#all, #contentarea, #contentarea2, #all #header{
    width: auto !important;
}
.cart{
    border-collapse: collapse;
    border:1px solid #ccc;
}
.cart th{
    text-align: center;
    background-color: #333;
    padding: 3px;
    color: #eee;
    border: 1px solid #ccc;
}
.cart td{
    text-align: center;
    border: 1px solid #ccc;
    padding:7px 5px;
    vertical-align: top;
}
.cart th table{
    border-collapse: collapse;
}
.cart .odd td{
    background-color: #fff;
    color: #000;
}
.cart .even td{
    background-color: #fdfdfd;
    color: #000;
}
.cart .taxinfo{
    display: block;
    font-size:11px;
}
.cart .jshop_code_prod{
    font-size:10px;
}
.cart .manufacturer{
    padding:5px 0px 6px 10px;
    font-size:11px;
    font-weight: bold;
    font-style: italic;
}
.cart .list_extra_field{
    padding-top:3px;
}
.cart .cart_reload{
    cursor: pointer;
}
.cart .cart_reload a.btn{
    display: none;
}
.cart .remove_to_cart .btn-primary{
    display: none;
}
.cart .remove .btn-danger{
    display: none;
}
.wishlish_buttons{
    margin-top:20px;
}
.cart_buttons{
    margin-top:10px;
}
.cart .quantity .inputbox{
    width: 50px;
    margin-bottom: 0px;
}
.cartdescr{
    margin-bottom: 15px;
}
.cart_block_discount{
    margin-top: 35px;
}
.cart_block_discount .inputbox{
    margin-bottom: 0px;
}
.cart_block_discount .name{
    float:left;
    min-width: 100px;
    padding-top:5px;
}
#checkout a img{
    margin-bottom: 5px;
}
.login_block .form-horizontal .control-label{
    width: 100px;
    text-align: left;
}
.login_block .form-horizontal .controls {
    margin-left: 100px;
}
.login_block .rowpasword, .login_block .rowremember, .login_block .rowbutton, .login_block .rowlostpassword{
    margin-bottom: 8px !important;
}
.logintext{
    margin-bottom: 10px;   
}
.block_sorting_count_to_page .icon-arrow{
    width: auto;
    height: auto;
}
.block_sorting_count_to_page .icon-arrow img{
    margin-bottom: 8px;
    margin-left: 3px;
}
.address_block .form-horizontal .box_button .controls{
    margin-left: 0px;
}
.form-horizontal .other_delivery_adress .controls{
    padding-top: 5px;    
}
.checkout_payment_block #table_payments{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.checkout_payment_block #table_payments .name{
    padding: 5px 0px;
}
.checkout_payment_block #table_payments .jshop_payment_method{
    padding-left: 20px;
}
.checkout_shipping_block #table_shippings{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.checkout_shipping_block #table_shippings .name{
    padding: 5px 0px;
}
.checkout_pfinish_block .checkoutinfo{
    margin: 20px 0px;
}
.pfinish_comment_block{
    width: 100%;
    max-width:325px;
    margin: 0px auto;
}
.pfinish_comment_block .box_button{
    text-align: center;
    margin-top: 10px;
}
.pfinish_comment_block .name{
    text-align: center;
    margin-bottom: 3px;
}
.pfinish_comment_block #order_add_info{
    height:70px;
    width: 100%;
    max-width:320px;
}

@media (max-width: 767px) {
    
    .mobile-cart {
        display: inline-block;
        font-weight: bold;
        width: 40%;
    }    
    #jshop_menu_order tr{
        display: block;
        width: 100%;
    }
    #jshop_menu_order tr td{
        display: inline-table;
        width: 100%;     
        line-height: 26px;
    }
    .jshop.cart, .jshop.cart tbody{
        display: block;
        border:0px;
    }
    .jshop.cart tr{
        display: block;
        width: 100%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background-size: 100% 100%;
        color: black;
        margin-bottom: 20px;
    }
    .jshop.cart tr:first-child{
        border: 1px solid #ccc;  
        margin-bottom: 10px;
        display: none;
    }
    .jshop.cart tr th{
        display: inline-table;
        width: 100%;     
        line-height: 26px;
        border: none;
        border-bottom: 1px solid #565656;
    }
    .jshop.cart tr td{
        display: flex;     
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        text-align:left;
    }
    .cart .odd td, .cart .even td{
        background-color: #fff;
    }
    .cart .product_name a{
        display:block;
    }
    .cart .remove .btn-danger{
        display: inline-block;
    }
    .cart .remove .button-img{
        display: none;
    }
    .cart .cart_reload img{
        display: none;
    }
    .cart .cart_reload a.btn{
        display: inline-block;
        margin-left: 15px;
    }
    .jshop_img_description_center .mobile-cart{
        display: none;
    }
    .cart .remove_to_cart .btn-primary{
        display: inline-block;
    }
    .cart .remove_to_cart .button-img{
        display: none;
    }
    
    .login_block .form-horizontal .controls {
        margin-left: 160px;
    }
    .pagelogin .register_block .logintext, .pagelogin .register_block .block_button_register{
        margin-left: 160px;
    }
    .jshop_list_product .block_product{
        border:1px solid #ccc;
        padding:5px;
        border-radius:4px;
    }
}

.jshop_payment_method p {
background:#f4f4f4;
padding:0.55em 0 0.55em 10px;
border-left:2px dashed #186EC9;
}


/*  Bootstrap 2  */

.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
    .row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
}

.row-fluid .span7 {
}

.row-fluid .span6 {
  width: 48.93617021276595%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
}


#checkout {
}

.pull-left {
float:left;
padding: 0.5em 20px 1em 0;
}

/*  Рейтинг товара */

div.rating-cancel, div.star-rating {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    width: 17px;
}
div.rating-cancel, div.rating-cancel a {
    background: url("../images/delete.gif") no-repeat scroll 0 -16px rgba(0, 0, 0, 0);
}
div.star-rating, div.star-rating a {
    background: url("../images/star.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.rating-cancel a, div.star-rating a {
    background-position: 0 0;
    border: 0 none;
    display: block;
    height: 100%;
    width: 16px;
}
div.star-rating-on a {
    background-position: 0 -16px !important;
}
div.star-rating-hover a {
    background-position: 0 -32px;
}
div.star-rating-readonly a {
    cursor: default !important;
}
div.star-rating {
    background: none repeat scroll 0 0 transparent !important;
    overflow: hidden !important;
}


/*  Сообщение об ошибке  */

.alert, .alert-error {
background:#FFCE40;
padding:5px;
}

.alert a.close {
padding: 5px;
border-radius: 5px;
background:#333;
color:red;
float:right;
}

/*   Корзина на AJAX сообщение */

.was_added_to_cart {
padding-bottom:12px;
color:#04c311;
font:bold 0.8em Arial;
}

/*  модуль фильтр  */

.characteristic_name {
font-weight: bold;
padding:0.2em 0;
}

.filter_characteristic {
color:#333;
}

/*  Пагинация   */


.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}

/*   Модуль bestseller */

.bestseller_products {
color:#333;
}

#aftertext .bestseller_products {
overflow:hidden;
background:#f4f4f4;
padding:15px;
color:#333;
}

.bestseller_products .block_item {
padding:1.3em 0;
}

#aftertext .bestseller_products .block_item {
padding:1.5em 0;
width:48%;
float:left;
}

.block_item div {
margin-bottom:0.3em;
}

.bestseller_products .buttons {
padding:1em 0 0 0;
}


/*        Стили для модальных окон          */

.Window {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.7);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 pointer-events: none;
}

.Window:target {
 display: block;
 pointer-events: auto;
}

.Window > div {
 width: 600px;
 position: relative;
 margin: 10% auto;
 padding: 30px 10px 10px;
 border-radius: 10px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}

.close {
 background: #cc3300;
 color: #FFFFFF;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #990000; }



/*  Адаптивность -----------   */

/*   1024px  */

@media screen and (max-width: 1024px),
only screen and (max-device-width:1024px) {

.layout {
width:980px;
}

#cartmenu {
position:fixed;
top:90px;
right:0;
float:none;
margin:0;
padding:3px;
width:160px;
opacity:0.6;
}

#cartmenu:hover {
opacity:1.0;
}

}


/*   800px  */

@media screen and (max-width: 800px),
only screen and (max-device-width:800px) {

.layout {
width:770px;
}

#topmenu ul li {
float:none;
}

#cartmenu {
position:fixed;
bottom:0;
top:auto;
right:0;
float:none;
margin:0;
padding:3px;
width:160px;
opacity:1;
}

#mainleft, #sidebarleft, #sidebarright, #mainright {
float:none;
width: 97%;
padding: 0 1%;
}

.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    width: 100%;
}
.cols-3 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-3 .column-3 {
    float: right;
    width: 100%;
}
.cols-4 .column-1 {
    float: left;
    width: 100%;
}
.cols-4 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-3 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-4 {
    float: right;
    width: 100%;
}

.blog .item-image img, img {
width:auto;
max-width:100%;
}

}



/*   768px  */

@media screen and (max-width: 768px),
only screen and (max-device-width:768px) {

.layout {
width:720px;
}

#header {
padding:0 1%;
}

.logo, .adress, .phone {
float:none;
width:98%;
text-align:center;
margin:0.5em 0;
}

.adress span {
display:block;
}

#topmenu ul li {
float:none;
}

#cartmenu {
position:fixed;
bottom:0;
top:auto;
right:0;
float:none;
margin:0;
padding:3px;
width:160px;
opacity:1;
}

#mainleft, #sidebarleft, #sidebarright, #mainright {
float:none;
width: 97%;
padding: 0 1%;
}

.Window > div {
 width: 600px;
 position: relative;
 margin: 1.5% auto;
 padding: 30px 10px 10px;
 border-radius: 10px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}

.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    width: 100%;
}
.cols-3 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-3 .column-3 {
    float: right;
    width: 100%;
}
.cols-4 .column-1 {
    float: left;
    width: 100%;
}
.cols-4 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-3 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-4 {
    float: right;
    width: 100%;
}

.blog .item-image img, img {
width:auto;
max-width:100%;
}

.row-fluid .span4, .row-fluid .span6 {
width:45%
}

}




/*   600px  */

@media screen and (max-width: 600px),
only screen and (max-device-width:600px) {

.layout {
width:550px;
}

#header {
padding:0 1%;
}

.logo, .adress, .phone {
float:none;
width:98%;
text-align:center;
margin:0.5em 0;
}

.adress span {
display:block;
}

#topmenu ul li {
float:none;
}

#cartmenu {
position:fixed;
bottom:0;
top:auto;
right:0;
float:none;
margin:0;
padding:3px;
width:160px;
opacity:1;
}

#mainleft, #sidebarleft, #sidebarright, #mainright {
float:none;
width: 97%;
padding: 0 1%;
}

.Window > div {
 width: 600px;
 position: relative;
 margin: 1.5% auto;
 padding: 30px 10px 10px;
 border-radius: 10px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}

.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    width: 100%;
}
.cols-3 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-3 .column-3 {
    float: right;
    width: 100%;
}
.cols-4 .column-1 {
    float: left;
    width: 100%;
}
.cols-4 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-3 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-4 {
    float: right;
    width: 100%;
}

.blog .item-image img, img {
width:auto;
max-width:100%;
}

.row-fluid .span4, .row-fluid .span6 {
width:45%
}

.close {
left:-2px;
}

}



/*   480px  */

@media screen and (max-width: 480px),
only screen and (max-device-width:480px) {

.layout {
width:440px;
}

#header {
padding:0 1%;
}

.logo, .adress, .phone {
float:none;
width:98%;
text-align:center;
margin:0.5em 0;
}

.adress span {
display:block;
}

#topmenu ul li {
float:none;
}

#cartmenu {
position:fixed;
bottom:0;
top:auto;
right:0;
float:none;
margin:0;
padding:3px;
width:160px;
opacity:1;
}

#mainleft, #sidebarleft, #sidebarright, #mainright {
float:none;
width: 97%;
padding: 0 1%;
}

.Window > div {
 width: 600px;
 position: relative;
 margin: 1.5% auto;
 padding: 30px 10px 10px;
 border-radius: 10px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}

.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    width: 100%;
}
.cols-3 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-3 .column-3 {
    float: right;
    width: 100%;
}
.cols-4 .column-1 {
    float: left;
    width: 100%;
}
.cols-4 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-3 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-4 {
    float: right;
    width: 100%;
}

.blog .item-image img, img {
width:auto;
max-width:100%;
}

.row-fluid .span4, .row-fluid .span6 {
width:90%
}

.close {
left:-2px;
}

#aftertext .bestseller_products .block_item {
width:90%;
}

}




/*   320px  */

@media screen and (max-width: 320px),
only screen and (max-device-width:320px) {

.layout {
width:280px;
}

#header {
padding:0 1%;
}

.logo, .adress, .phone {
float:none;
width:98%;
text-align:center;
margin:0.5em 0;
}

.adress span {
display:block;
}

#topmenu ul li {
float:none;
}

#cartmenu {
position:fixed;
bottom:0;
top:auto;
right:0;
float:none;
margin:0;
padding:3px;
width:160px;
opacity:1;
}

#mainleft, #sidebarleft, #sidebarright, #mainright {
float:none;
width: 97%;
padding: 0 1%;
}

.Window > div {
 width: 600px;
 position: relative;
 margin: 1.5% auto;
 padding: 30px 10px 10px;
 border-radius: 10px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}

.cols-2 .column-1 {
    float: left;
    width: 100%;
}
.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 100%;
}
.cols-3 .column-1 {
    float: left;
    width: 100%;
}
.cols-3 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-3 .column-3 {
    float: right;
    width: 100%;
}
.cols-4 .column-1 {
    float: left;
    width: 100%;
}
.cols-4 .column-2 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-3 {
    float: left;
    padding-left: 1%;
    width: 100%;
}
.cols-4 .column-4 {
    float: right;
    width: 100%;
}

.blog .item-image img, img {
width:auto;
max-width:100%;
}

.row-fluid .span4, .row-fluid .span6 {
width:90%
}

.close {
left:-2px;
}

#aftertext .bestseller_products .block_item {
width:90%;
}

.adress button {
display:none;
}

.buttons a.button_buy {
margin:0;
}

.bestseller_products a.button_detail {
margin: 0;
}

}
