/* ----- Основной каркас ----- */
html,
body
{
position: absolute;
top: 0;
left: 0;
padding: 0;
margin: 0;
min-height: 100%;
height: auto;
width: 100%;
background: #F0EFEF url('../images/bg.jpg') scroll repeat center top;
color:  #282C2D;
font-size: 13px;
font-family: Arial, Tahoma, Verdana;
box-sizing: border-box;
}

::selection
{
background: #CFD1D4;
}

a,
a:visited
{
color:  #264F9F;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

img, form, fieldset
{
border: none;
padding: 0;
margin: 0;
}

.item-page img
{
margin: 5px;
}

hr
{
color: none;
position: relative;
height: 1px;
width: 100%;
border: none;
border-bottom: 1px dashed #F0EFEF;
}

h1,h2
{
font-size: 14pt !important;
text-align: center;
font-weight: bold;
color: #616F89;
text-transform: uppercase;
}

h3
{
font-size: 12px;
font-weight: bold;
color: #616F89;
}

#wrapper
{
position: relative;
display: block;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
height: auto;/*
background-image:
url('../images/flakes1.png'),
url('../images/hny.png'),
url('../images/flakes2.png'),
url('../images/flakes3.png');
background-attachment: fixed;
background-repeat: repeat, no-repeat, repeat, repeat;*/
}

.line
{
position: relative;
width: 100%;
height: auto;
clear: both;
}

.content
{
position: relative;
width: 990px;
height: auto;
padding: 0;
margin: 0 auto;
clear: both;
}

.header
{
height: 100px;
padding-bottom: 12px;

box-shadow: inset 0 -4px 0 0 #A5A6A9, inset 0 -10px 0 0 #E9E2AE;

background-size: 120% auto;
background-color: #D0DBE3;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 37px, rgba(255,255,255,.1) 37px, rgba(255,255,255,.3) 67px);
animation: waves 10s infinite linear; 
}

@keyframes waves
{
100%
{
background-position: 95px;
}
}

.left-column
{
position: relative;
display: block;
left: 0;
float: left;
width: 195px;
}

.right-column
{
position: relative;
margin-left: 210px;
overflow: auto;
}

.white
{
background: #d0dbe3;
border-radius: 3px;
padding: 10px;
padding-top: 20px;
}

.footer
{
position: absolute;
bottom: 0;
height: 88px;
padding-top: 10px;
padding-bottom: 20px;
background: #F0EFEF;
box-shadow: inset 0 -4px 0 0 #a5a6a9, inset 0 -10px 0 0 #e9e2ae; box-shadow: inset 0 -4px 0 0 #A5A6A9, inset 0 -10px 0 #E9E2AE;
06;
}

.footer:after
{
content: 'powered by JoomShopping, GuestBook by Phoca';
position: absolute;
left: 50%;
margin-left: -75px;
bottom: 2px;
font-size: 9px;
color: #A5A6A9;
}

.footer-fix
{
position: relative;
height: 118px;
clear: both;
}

.block
{
padding: 4px;
background: #ACBCC8;
border-radius: 3px;
border: 1px dotted #ACBCC8 !important;
/*box-shadow: 0 1px 4px 3px #d0d0e5;*/
}

.blog .block
{
margin-bottom: 3px;
}

/* ----- Вспомогательные элементы ----- */

.logo-nasco
{
position: absolute;
left: 0;
top: 16px;
height: 75px;
width: 213px;
background: url('../images/logo-nasco3.png') scroll no-repeat center center;
}

.logo-simas
{
position: absolute;
left: 50%;
margin-left: -106px;
top: 12px;
height: 62px;
width: 213px;
background: url('../images/logo-simas.png') scroll no-repeat center center;
}

.logo-simas-desc
{
position: absolute;
left: 50%;
margin-left: -148px;
top: 70px;
height: auto;
width: 296px;

text-align: center;
font-weight: bold;
font-size: 12px;
color: #444597;
}

.header .contacts
{
position: absolute;
margin-top: 15px;
right: 0;
text-align: center;
line-height: 14px;
}

.vacancy
{
position: relative;
margin: 4px auto 0 90px;
width: 48px;
text-align: center;
font-size: 13px;
}


.logo2-simas
{
position: relative;
margin: 0 auto;
margin-top: 4px;
height: 62px;
width: 180px;
background: url('../images/logo2-simas.png') scroll no-repeat center center;
}

.shop
{
position: absolute;
text-align: left;
right: 0;
top: 0;
max-width: 200px;
height: 42px;
line-height: 42px;
}

.shop,
.shop a
{
color: #616F89
font-size: 13px;
text-decoration: none;
}

.shop span.active
{
background: #F0EFEF;
color: #616F89;
padding: 2px 4px;
border-radius: 3px;
animation: shop_active 2s infinite linear; 
}

@keyframes shop_active
{
50%
{
background: #F0EFEF	;
}
100%
{
background: #fff;
}
}

.shop span.active a
{
color: #f0efef;
}

.shop a:hover span
{
color: #e9e2ae;
}

ul.top-menu
{
padding: 0;
height: 42px;
line-height: 42px;
}

ul.top-menu>li
{
display: inline-block;
list-style: none;
box-shadow: inset 1px 0 0 0 #5c7ea4, inset -1px 0 0 0 #7994b2;
transition: background ease-in 150ms;
}

ul.top-menu>li a
{
display: block;
padding: 0 9px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

ul.top-menu>li:hover,
ul.top-menu>li.active
{
background: #F0EFEF;
border-radius: 3px 3px 0 0;

transition: background ease-in 150ms;
}

ul.top-menu>li:hover:after,
ul.top-menu>li.active:after
{
position: relative;
display: block;
margin-left: 50%;
margin-top: -5px;
left: -15px;
content: '';
width: 0;
height: 0;
border-bottom: 5px solid f0efef;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}

ul.top-menu>li>ul
{
position: absolute;
display: none;
padding: 10px 0;
margin-top: 0;
margin-left: 0;
min-width: 140px;

z-index: 9999;
border-radius: 0 0 3px 3px;

border: 1px solid #616f89;
border-top: none;
background: #a5a6a9;
}

ul.top-menu>li:hover>ul
{
display: inline-block;
}

ul.top-menu>li>ul>li
{
list-style: none;
border-bottom: 1px dotted #616f89;
}

ul.top-menu>li>ul>li:last-child
{
border-bottom: none;
}

ul.top-menu>li>ul>li a
{
list-style: none;
font-size: 13px;
font-weight: normal;
line-height: 24px;
color: #616f89;
}

ul.top-menu>li>ul>li a:hover
{
text-decoration: underline;
color: #F0EFEF;
text-shadow: 0 1px 5px #576d9e;
}

.vmenu ul,
ul.vmenu
{
padding: 0;
margin: 0;
}

.vmenu ul>li,
ul.vmenu>li
{
list-style: none;
list-color: #ACBCC8;
font-size: 10px;
color: #555;
margin: 10px 0 10px 10px;
transition: color ease-in 150ms;
}

.vmenu ul>li:before,
ul.vmenu>li:before
{
position: absolute;
display: inline;
content: '○';
color: #20201F;
margin: 0 0 0 -10px;
}

.vmenu ul>li>ul>li:before,
ul.vmenu>li>ul>li:before
{
position: absolute;
display: inline;
content: '◦';
color: #e9e2ae;
margin: 0 0 0 -15px;
}

.vmenu ul>li a,
ul.vmenu>li a
{
display: block;
text-decoration: none;
font-size: 13px;
color: #616F89;
transition: color ease-in 150ms;
}

.vmenu ul>li>ul>li a,
ul.vmenu>li>ul>li a
{
display: block;
text-decoration: none;
font-size: 11px;
color: #616f89;
transition: color ease-in 150ms;
}

.vmenu ul>li a:hover,
.vmenu ul>li:hover,
ul.vmenu>li a:hover,
ul.vmenu>li:hover,
.vmenu ul>li>ul>li a:hover,
.vmenu ul>li>ul>li:hover,
ul.vmenu>li>ul>li a:hover,
ul.vmenu>li>ul>li:hover
{
color: #20201F;
transition: color ease-in 150ms;
}

.vmenu .count
{
color: #555;
font-size: 10px;
}

.vmenu active
{
font-weight: bold;
}

.jshop .count
{
color: #555;
font-size: 12px;
}

.intext
{
display: inline-block;
clear: both;
height: auto;
width: 100%;
}

.intext-3block
{
display: block;
float: left;
width: 32%;
margin-left: 2%;
}

.intext-3block:first-child,
.intext-3block:nth-child(3n+1)
{
margin-left: 0;
}

.intext-4block
{
display: block;
float: left;
width: 22%;
margin-left: 4%;
}

.intext-4block:first-child,
.intext-4lock:nth-child(4n+1)
{
margin-left: 0;
}

.contacts
{
display: block;
width: 328px;
text-align: center;
vertical-align: middle;
}

.phone
{
color: #555;
font-size: 14px;
line-height: 14px;
font-weight: bold;
font-family: sans-serif, Tahoma, Verdana;
}

.email
{
color: #000;
font-size: 13px;
padding: 2px 0;
}

.adress
{
color: #737D7E;
font-size: 13px;
}

.notice
{
color: #777;
font-size: 11px;
}
/* -------- Вариации элементов -------- */

.blue
{
color: #fff;
background: #576d9e;
background: -moz-linear-gradient(top,  #7a95b3 0%, #52719e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a95b3), color-stop(100%,#52719e));
background: -webkit-linear-gradient(top,  #7a95b3 0%,#52719e 100%);
background: -o-linear-gradient(top,  #7a95b3 0%,#52719e 100%);
background: -ms-linear-gradient(top,  #7a95b3 0%,#52719e 100%);
background: linear-gradient(to bottom,  #7a95b3 0%,#52719e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a95b3', endColorstr='#52719e',GradientType=0 );
}

.tbmargin
{
margin-top: 15px !important;
margin-bottom: 15px !important;
}

.chead
{
background-color: #ACBCC8;
padding: 4px;
border-radius: 5px;
font-weight: bold;
font-size: 12px;
color: #fff;
}

/*.wince
{
transform: scaleX(1);
animation: wince 0.5s infinite linear alternate; 
}

@keyframes wince
{
100%
{
transform: scaleX(1.03);
}
}*/

/* -------- Элементы редактирования и навигации -------*/

.search-block
{
height: 36px;
line-height: 36px;

background: #D0DBE3;

border-radius: 3px;

/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);*/
}

ul.breadcrumb,
ul.breadcrumbs
{
position: relative;
display: block;
height: 26px;
top: 4px;
line-height: 26px;
border: 1px solid #F0EFEF;
margin: 0 auto 23px auto;
padding: 0;
border-radius: 3px;
overflow: hidden;
white-space: nowrap;
}

ul.breadcrumb>li,
ul.breadcrumbs>li
{
display: inline-block;
list-style: none;
float: left;
padding: 0 5px 0 15px;
color: #737D7E;
font-size: 12px;
vertical-align: middle;
}

ul.breadcrumb>li a,
ul.breadcrumbs>li a
{
color: #737D7E;
font-size: 12px;
text-decoration: none;
}

/*ul.breadcrumb>li:after,
ul.breadcrumbs>li:after
{
content: '';
position: absolute;
display: inline;

margin-left: 5px;
border-left: 7px solid #dce4ec;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
}

ul.breadcrumb>li:before,
ul.breadcrumbs>li:before
{
content: '';
position: absolute;

margin-left: -16px;
border-left: 7px solid #bccddf;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
}*/

ul.breadcrumb>li:first-child,
ul.breadcrumbs>li:first-child
{
background: #fff;
padding-left: 10px;
font-size: 13px;
}

ul.breadcrumb>li:first-child a,
ul.breadcrumbs>li:first-child a
{
font-size: 13px;
text-decoration: none;
}

ul.breadcrumb>li a:hover,
ul.breadcrumb>li:first-child a:hover,
ul.breadcrumbs>li a:hover,
ul.breadcrumbs>li:first-child a:hover
{
text-decoration: underline;
}

ul.breadcrumb>li:first-child:after,
ul.breadcrumbs>li:first-child:after
{
border-left: 7px solid #dce4ec;
}

ul.breadcrumb>li:first-child:before,
ul.breadcrumb>li:nth-child(2):before,
ul.breadcrumbs>li:first-child:before,
ul.breadcrumbs>li:nth-child(2):before
{
border: none;
}

ul.breadcrumb>li:last-child:after,
ul.breadcrumbs>li:last-child:after
{
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 28px;
border: none;

background: -moz-linear-gradient(left,  rgba(188,205,223,0) 0%, rgba(188,205,223,1) 95%, rgba(188,205,223,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(188,205,223,0)), color-stop(95%,rgba(188,205,223,1)), color-stop(100%,rgba(188,205,223,1)));
background: -webkit-linear-gradient(left,  rgba(188,205,223,0) 0%,rgba(188,205,223,1) 95%,rgba(188,205,223,1) 100%);
background: -o-linear-gradient(left,  rgba(188,205,223,0) 0%,rgba(188,205,223,1) 95%,rgba(188,205,223,1) 100%);
background: -ms-linear-gradient(left,  rgba(188,205,223,0) 0%,rgba(188,205,223,1) 95%,rgba(188,205,223,1) 100%);
background: linear-gradient(to right,  rgba(188,205,223,0) 0%,rgba(188,205,223,1) 95%,rgba(188,205,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bccddf', endColorstr='#bccddf',GradientType=1 );
}

ul.breadcrumb>li:last-child:before,
ul.breadcrumbs>li:last-child:before
{
margin-top: -13px;
}

ul.breadcrumb>li:nth-child(2),
ul.breadcrumbs>li:nth-child(2)
{
background: #D0DBE3;
}

ul.breadcrumb>li:nth-child(3),
ul.breadcrumbs>li:nth-child(3)
{
background: #d0dbe3;
}

ul.breadcrumb>li:nth-child(3):before,
ul.breadcrumbs>li:nth-child(3):before
{
border-left: 7px solid #d0dbe3;
}

ul.breadcrumb>li:nth-child(4):before,
ul.breadcrumbs>li:nth-child(4):before
{
border-left: 7px solid #fff;
}

ul.pagenav
{
text-align: center;
}

ul.pagenav li
{
display: inline-block;
padding: 4px;
list-style: none;
font-size: 12px;
}

ul.pagenav li.previous,
ul.pagenav li.next
{
color: #ACBCC8;
background: #ACBCC8;
padding: 4px 8px;
width: 56px;
border-radius: 3px;
}

ul.pagenav li.previous a,
ul.pagenav li.next a
{
color: #ACBCC8;
font-size: 12px;
}

textarea
{
margin: 5px 0 0 5px;
padding: 5px;
color: #A5A6A9;
font-size: 11px;
font-family: Verdana, Tahoma, Arial;
border: 1px solid #D0DBE3;
border-radius: 3px;
background: #fff;
}

select,
input
{
border: 0;
margin: 5px 0 0 5px;
padding: 0 0 0 5px;
height: 24px;
font-weight: normal;
color: #7F8182;
font-style: none;
font-size: 11px;
font-family: Verdana, Tahoma, Arial;
text-align: center;
border: 1px solid #D0DBE3;
border-radius: 3px;
background: #fff;
}

select
{
height: 18px;
padding: 0;
margin: 0 0 0 5px;
}

.sort
{
display: inline;
width: 100%;
margin: 5px 0 0 !important;
}

.p200
{
width: 200px !important;
}

.sort-button
{
background-image: url('../images/sort.gif') !important;
height: 28px !important;
width: 28px;
float: right;
padding: 0;
margin: 12px 0 0 0 !important;
}

.search-query
{
width: 154px;
}

input[type="button"],
input[type="submit"],
button
{
height: 24px;
border: 0;
margin: 6px 4px 0 4px;
padding: 0 4px !important;
color: #F0EFEF;
font-size: 12px;
border-radius: 3px;
background: #737D7E scroll no-repeat center center;
transition: background ease-in 150ms;
}

.search-button
{
width: 24px;
height: 24px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.search-button:hover
{
background: #CFD1D4 scroll no-repeat center center;
transition: background ease-in 150ms;
}

.statistics
{
position: absolute;
left: -9999;
display: none;
/*position: absolute;
bottom: 1;
left: 50%;
margin: 0 auto -18px -20px;*/
}

/* -------- Стили компонентов, модулей и плагинов -------- */

.readmore>.btn,
a.readmore
{
display: block;
color: #A5A6A9;
text-align: right;
padding: 6px 4px 2px 0;
}

.edit
{
margin-left: -10px;
overflow: show;
}

td.jshop_categ 
{
padding: 4px !important;
}

.button_detail,
.extra_fields
{
font-size: 12px;
}

.prod_qty
{
font-size: 12px;
vertical-align: bottom;
}

table.cart
{
border: 1px solid #CFD1D4;
border-radius: 3px;
}

table.cart th
{
color: #000;
background: #CFD1D4;
}

table.cart td 
{
text-align: center;
border: 1px solid #fff;
padding: 7px 5px;
vertical-align: middle;
}

.jshop_register .name,
.jshop_register .value
{
color: #F0EFEF;
font-size: 14px;
text-align: right;
}

p.jshop_cart_attribute
{
font-size: 12px;
color: #F0EFEF;
font-weight: normal;
font-style: normal;
}

.jshop_img
{
border: 1px dotted #F0EFEF !important;
}

.jshop_attr_list .jshop_img
{
border: none !important;
}

.jshop_attr th,
.jshop_attr_list th
{
background: #F0EFEF;
}

.jshop_attr tr,
.jshop_attr_list tr
{
border-bottom: 1px dotted #CFD1D4;
line-height: 14px;
}

.jshop_attr_list tr
{
border-bottom: 1px solid #CFD1D4;
height: 18px;
}

.jshop_attr tr td,
.jshop_attr tr th,
.jshop_attr_list tr td,
.jshop_attr_list tr th
{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 10px;
text-align: center;
border-right: 1px dotted #CFD1D4;
vertical-align: middle;
padding: 4px 0;
}

.jshop_attr_list tr td,
.jshop_attr_list tr th
{
border-right: 1px solid #CFD1D4;
}

.jshop_attr tr td:last-child,
.jshop_attr tr th:last-child,
.jshop_attr_list tr td:last-child,
.jshop_attr_list tr th:last-child
{
border-right: none;
}

.jshop_attr tr:nth-child(1n)
{
background: #F0EFEF;
}

.jshop_attr tr:nth-child(2n)
{
background: none;
}

.jshop_attr input
{
width: 40px !important;
}

.jshop,
.category_short_description
{
font-size: 13px !important;
}

.jshop_subtotal .name,
.jshop_subtotal .value
{
font-size: 20px;
padding-right: 12px;
width: 88%;
}

.jshop_subtotal .value
{
padding-right: 0;
width: auto;
}

.jshop .total 
{
font-weight: bold;
}

#jshop_menu_order
{
border: 1px solid #F0EFEF;
border-radius: 3px;
}

td.jshop_order_step 
{
padding: 5px 2px;
text-align: center;
vertical-align: middle;
}

.jshop_order_step a 
{
vertical-align: top;
text-decoration: underline;
font-size: 12px;
}

td.next 
{
color: #F0EFEF;
background: #fff;
}

#active_step 
{
font-weight: bold;
color: #F0EFEF;
}

.alert
{
position: fixed;
top: 50%;
left: 50%;
margin: -100px 0 0 -180px;
width: 360px;
height: auto;
z-index: 9999;

padding: 4px;
background: #F0EFEF;
border-radius: 5px;
box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
}

.fabrikMainError>.close
{
position: absolute;
top: 5px;
display: block-inline;
margin: 0 5px 0 10px !important;
padding: 0 !important;
border: none;
height: 14px !important;
width: 14px !important;
background: #fff;
border: none;
}

.alert>.close
{
position: absolute;
cursor: pointer;
top: 5px;
right: 5px;
height: 12px;
width: 12px;
padding: 4px;
font-weight: bold;
color: #F0EFEF;
text-align: center;
border-radius: 5px;
background: #9d9d9d;
}

.alert>.close a
{
text-decoration: none;
}

.dropdown-menu
{
position: fixed;
top: 50%;
right: 0;
padding: 4px;
border-radius: 5px 0 0 5px;
background: #fff;
z-index: 9999;
}

.dropdown-menu li
{
list-style: none;
}

.alert .alert-heading,
.alert p
{
text-align: center;
}

.row-fluid
{
position: relative;
display: block;
padding: 10px 0 10px 0;
border-bottom: 1px dotted #bbb;
}

.row-fluid:last-child
{
border-bottom: none;
}

.row-fluid:nth-child(1),
.row-fluid:nth-child(2)
{
padding: 0;
border-bottom: none;
}

.sigFreeThumb
{
margin: 4px !important;
border: 1px dotted #D5D5D5 !important;
}

#phocaguestbook textarea,
#phocaguestbook input
{
margin: 0;
margin-bottom: 10px;
}

.well-small
{
position: relative;
padding: 10px;
margin-bottom: 10px;
background: #fff;
border-radius: 5px;
box-shadow: 0 7px 8px 0 rgba(0,0,0,0.1);
}

.well-small:after
{
content: '';
position: absolute;
display: block;
height: 0;
width: 0;
bottom: -18px;
left: 20px;
border: 9px solid transparent;
border-top: 9px solid #fff;
}

.well-small .pgblockquote,
.well-small .pgtitle
{
margin: 0;
padding: 0;
}

.well-small .pgtitle
{
line-heiht: 16px;
font-size: 13px;
margin-bottom:10px;
}

/* ----------------------- Фикс всплывающих подсказок ------------------------------ */

/* всплывающие уведомления joomshopping */

/* popup подсказки */
.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;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.popover
{
display: none !important;
}

.jshop_prod_attributes table.jshop_attr
{
	width: 100%;
}

#mxcpr {display: none;}