/* ----- Основной каркас ----- */
html,
body
{
position: absolute;
top: 0;
left: 0;
padding: 0;
margin: 0;
min-height: 100%;
height: auto;
width: 100%;
min-width: 1000px;
color: #000;
font-size: 13px;
font-family: Arial, Tahoma, Verdana;
box-sizing: border-box;
background: #eee;
}

::selection
{
background: #2644a5;
}

a
{
color: #2644a5;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #2644a5;
}

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

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

hr
{
color: none;
position: relative;
height: 1px;
width: 100%;
border: none;
background: #dce4ec;
}

h1,h2
{
font-size: 16pt !important;
text-align: center;
font-weight: bold;
color: #253370;
}

h3
{
font-size: 14px;
font-weight: bold;
color: #253370;
}

h4
{
background: #2644A5;
margin: 0;
margin-bottom: 10px;
}

.wrapper
{
position: relative;
display: block;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
height: auto;
}

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

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

.header
{
height: 130px;
margin-bottom: 24px;
/*background-color: #eee;
background-image: 
linear-gradient(22deg, rgba(200,200,200,0.1) 50%, rgba(150,150,150,0.1) 70%),
linear-gradient(-56deg, rgba(255,255,255,0.1) 50%, rgba(200,200,200,0.1) 70%),
linear-gradient(-27deg, rgba(200,200,200,0.1) 50%, rgba(255,255,255,0.1) 70%),
linear-gradient(34deg, rgba(255,255,255,0.1) 50%, rgba(200,200,200,0.1) 70%);
background-size: 213px, 223px, 249px, 261px;
background-position: center;*/
border-bottom: 1px solid #ccc;
}

.left-column
{
position: relative;
display: block;
left: 0;
float: left;
width: 180px;
padding: 10px;
background: #e5e5e5;
}

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

.footer
{
position: absolute;
bottom: 0;
height: 88px;
padding-top: 10px;
padding-bottom: 20px;
box-shadow: inset 0 -4px 0 0 #d5d5d5, inset 0 -10px 0 0 #f1d506;

/*background-color: #eee;
background-image: 
linear-gradient(22deg, rgba(200,200,200,0.1) 50%, rgba(150,150,150,0.1) 70%),
linear-gradient(-56deg, rgba(255,255,255,0.1) 50%, rgba(200,200,200,0.1) 70%),
linear-gradient(-27deg, rgba(200,200,200,0.1) 50%, rgba(255,255,255,0.1) 70%),
linear-gradient(34deg, rgba(255,255,255,0.1) 50%, rgba(200,200,200,0.1) 70%);
background-size: 213px, 223px, 249px, 261px;
background-position: center;*/
border-top: 1px solid #ccc;
}

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

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

.block,
.item-page
{
padding: 10px;
background: #fff;

/*box-shadow: 0 0 0 1px #ddd;
border: 1px solid #DDD !important;*/
}

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

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

.logo-sms
{
position: absolute;
left: 0;
top: 22px;
width: 336px;
height: 45px;
background: url('../images/logo-sms.png') scroll no-repeat center center;
}

.logo-simas
{
position: absolute;
left: 50%;
margin-left: -56px;
top: 6px;
height: 48px;
width: 172px;
background: url('../images/logo-simas.png') scroll no-repeat center center;
}

.logo-simas-desc
{
position: absolute;
left: 50%;
margin-left: -112px;
top: 58px;
height: auto;
width: 286px;

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

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

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

.shop
{
position: relative;
left: 0;
top: 0;
width: 100%;
margin-bottom: 10px;
}

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

ul.top-menu
{
position: absolute;
padding: 0;
margin-top: 78px;
height: 32px;
line-height: 32px;
width: 100%;
background: #2644a5;
text-align: center;
/*border-radius: 5em 5em 50em 50em;*/
}

ul.top-menu li
{
list-style: none;
}

ul.top-menu>li
{
display: inline-block;
text-align: left;
box-shadow: 2px 0 0 0 #e5e5e5;
transition: background ease-in 150ms;
}

ul.top-menu>li:first-child
{
box-shadow: 2px 0 0 0 #e5e5e5, -2px 0 0 0 #e5e5e5;
}

ul.top-menu>li:hover,
uld.top-menu>li.active
{
background: #eee;
transition: background ease-in 150ms;
}

ul.top-menu>li>a
{
display: block;
padding: 0 13px;
color: #fff;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
transition: color ease-in 150ms;
}

ul.top-menu>li>a:hover,
ul.top-menu>li:hover>a,
uld.top-menu>li.active>a
{
color: #2644a5;
transition: color ease-in 150ms;
}

/*второй уровень*/
ul.top-menu>li>ul
{
position: absolute;
display: none;
padding: 0;
margin: 0;
width: 228px;
z-index: 9999;

background: #2644a5;
border: 1px solid #fff;
}

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

ul.top-menu>li>ul>li
{
position: relative;
}

ul.top-menu>li>ul>li>a
{
display: block;
padding: 5px 20px;
font-size: 13px;
line-height: 16px;
color: #fff;
transition: background ease-in 150ms, color ease-in 150ms;
}

ul.top-menu>li>ul>li>a:hover
{
text-decoration: none;
background: #fff;
color: #2644a5;
transition: background ease-in 150ms, color ease-in 150ms;
}

/*третий уровень*/
ul.top-menu>li>ul>li>ul
{
position: absolute;
display: none;
padding: 0;
margin: 0;
margin-left: 228px;
top: 0;
width: 228px;
z-index: 9999;
background: #2644a5;
border-left: 1px dotted #fff;
}

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

ul.top-menu>li>ul>li>ul>li>a
{
display: block;
padding: 5px 20px;
font-size: 13px;
line-height: 16px;
color: #fff;
transition: background ease-in 150ms, color ease-in 150ms;
}

ul.top-menu>li>ul>li>ul>li>a:hover
{
text-decoration: none;
background: #fff;
color: #2644a5;
transition: background ease-in 150ms, color ease-in 150ms;
}

ul.vmenu,
ul.vmenu ul,
ul.vmenu li
{
list-style: none;
padding: 0;
margin: 0;
}

ul.vmenu>li
{
color: #2770ba;
margin: 2px 0;
background: #fff;
/*transition: background ease-in 150ms;
border: 1px solid #ddd;*/
box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);

}

/*ul.vmenu>li:hover
{
background: #eee;
transition: background ease-in 150ms;
}*/

ul.vmenu>li a
{
display: block;
padding: 6px 4px 6px 6px;
text-decoration: none;
font-size: 13px;
line-height: 16px;
color: #333;
transition: color ease-in 150ms;
}

ul.vmenu>li a:before
{
content: '>';
position: absolute;
margin-left: -18px;
margin-top: 2px;
font-size: 14px;
line-height: 14px;
color: #eee;
text-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

/*второй уровень*/
ul.vmenu>li>ul
{
display: block;
position: relative;
padding: 0;
margin: 0;
margin-left: 8px;
}

ul.vmenu>li>ul>li:first-child
{
margin-top: 0;
}

ul.vmenu>li>ul>li a
{
font-size: 12px;
color: #555;
}

ul.vmenu>li>ul>li a:before
{
display: none;
}

/*третий уровень*/
ul.vmenu>li>ul>li>ul
{
margin-left: 8px;
}

ul.vmenu>li>ul>li>ul>li a
{
line-height: 10px;
padding: 4px;
}

ul.vmenu li a:hover,
ul.vmenu li active a
{
color: #c91414 !important;
transition: color ease-in 150ms;
}

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

.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: 12px;
font-weight: bold;
font-family: sans-serif, Tahoma, Verdana;
}

.email
{
color: #576d9e;
font-size: 13px;
}

.adress
{
color: #555;
font-size: 11px;
}

.main_news
{
padding: 10px;
background: #e5e5e5;
}

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

ul.breadcrumb,
ul.breadcrumbs
{
position: absolute;
display: block;
height: 18px;
width: 100%;
border: 1px solid #ccc;
margin: 120px auto 0;
padding: 0;
overflow: hidden;
white-space: nowrap;

background: #eee;
}

ul.breadcrumb>li,
ul.breadcrumbs>li
{
display: inline-block;
list-style: none;
color: #2644a5;
font-size: 12px;
line-height: 18px;
}

ul.breadcrumb>li:first-child,
ul.breadcrumbs>li:first-child
{
margin-left: 10px;
}

ul.breadcrumb>li:after,
ul.breadcrumbs>li:after
{
display: inline;
content: '▪';
padding: 0 10px;
}

ul.breadcrumb>li:last-child:after,
ul.breadcrumbs>li:last-child:after
{
display: none;
}

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

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

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select
{
font-weight: normal;
margin: 0 0 2px 5px;
padding: 0 0 0 6px;
color: #333;
font-size: 11px;
font-family: Verdana, Tahoma, Arial;
border: 1px solid #ddd;
line-height: 24px;
background: #fff;
/*box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.4), inset 0 0 0 1px #e4e6ec;*/
}

textarea
{
margin: 5px 0 0 5px;
padding: 5px;

}

.search-block
{
position: relative;
height: 36px;
line-height: 36px;
margin: 0;
width: 100%;
}

.search-query
{
width: 148px;
margin-left: 0 !important;
}

.search-input
{
width: 260px;
}

input[type="button"],
input[type="submit"],
button
{
height: 26px;
border: 0;
margin: 6px 5px 0 2px;
color: #fff;
font-size: 12px;

background: #2644a5;
transition: background ease-in 150ms;
}

.search-button
{
width: 26px;
height: 26px;
cursor: pointer;
margin-right: 0 !important;
transition: background ease-in 150ms;
background: transparent url('../images/magnifier.png') scroll no-repeat center center !important;
}

.search-button:hover
{
transition: background ease-in 150ms;
background: #fff url('../images/magnifier.png') scroll no-repeat center center !important;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.search-button:hover,
button:hover
{
cursor: pointer;
background: #4a66cf;
transition: background ease-in 150ms;
}

.pagination ul li
{
display: inline;
list-style: none;
}

.pagination ul li a,
.pagination ul li span.pagenav
{
padding: 4px;
margin-left: 2px;
font-size: 12px;
}

.pagination ul li.pagination-start a,
.pagination ul li.pagination-end a,
.pagination ul li a:hover,
.pagination ul li span.pagenav
{
background: #2644A5;
color: #fff;
text-decoration: none;
}

/* -------- Вариации элементов -------- */

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

.chead
{
text-align: center;
padding: 4px;
color: #fff;
font-weight: bold;
background: #2644a5;
}

.hover-a a:hover
{
opacity: 0.8;
transition: opacity ease-in 150ms;
}

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

.readmore>.btn,
a.readmore
{
display: block;
color: #6784a9;
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 #576d9e;

}

table.cart th
{
color: #fff;
background: #576d9e;
}

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

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

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

.jshop_img
{
border: 1px solid #D5D5D5 !important;

}

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

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

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

.jshop_attr_list tr
{
border-bottom: 1px solid #eee;
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 #ccc;
vertical-align: middle;
padding: 4px;
}

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

.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: #eee;
}

.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 #dce4ec;

}

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: #f2f3f5;
background: #c7d5e3;
}

#active_step 
{
font-weight: bold;
color: #576d9e;
}

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

padding: 4px;
background: #fff;

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: #e84949;
border: none;
}

.alert>.close
{
position: absolute;
top: 5px;
right: 5px;
height: 12px;
width: 12px;
padding: 4px;
font-weight: bold;
color: #fff;
text-align: center;
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;
}

.notice {
color: #777;
font-size: 11px;
}

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

/* всплывающие уведомления 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;
}

#mxcpr {display: none;}