
html {
    width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    background: #F2F3ED;
}

.container{
	width: 990px;
}

img{
	max-width: 100%;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0
}

.bg {
    width: 100%;
    /*background:url(../images/bg-tail.gif) center top repeat;*/
}

a {
    color: #d43400;
    outline: none;
    text-decoration: underline;
}

a:focus{
	outline: none;
}

a:hover {
    text-decoration: none;
    color: #d43400;
}

.col-1,
.col-2 {
    float: left;
}

.extra-wrap {
    overflow: hidden;
}

p {
    margin-bottom: 8px;
}

.p0 {
    margin-bottom: 0px;
}

.p1 {
    margin-bottom: 8px;
}

.p2 {
    margin-bottom: 15px;
}

.p3 {
    margin-bottom: 30px;
}

.p4 {
    margin-bottom: 40px;
}

.p5 {
    margin-bottom: 53px;
}

.reg {
    text-transform: uppercase;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.it {
    font-style: italic;
}

.color-1 {
    color: #fff;
}

.color-2 {
    color: #000;
}

.color-3 {
    color: #d43400;
}


/*********************************boxes**********************************/

.indent {
    padding: 55px 0 10px 25px;
}

.indent-left {
    padding-left: 19px;
}

.indent-left2 {
    padding-left: 60px;
}

.indent-right {
    padding-right: 45px;
}

.indent-bot {
    margin-bottom: 20px;
}

.indent-bot2 {
    margin-bottom: 30px;
}

.indent-bot3 {
    margin-bottom: 45px;
}

.prev-indent-bot {
    margin-bottom: 10px;
}

.margin-bot {
    margin-bottom: 35px;
}

.img-indent {
    float: left;
    margin: 0 20px 0px 0;
}

.img-indent2 {
    float: left;
    margin: 0 25px 0px 0;
}

.img-indent-r {
    float: right;
    margin: 0 10px 0px 40px;
}

.buttons a:hover {
    cursor: pointer;
}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button a,
h1 a {
    text-decoration: none;
}


/*********************************header*************************************/

header {
    width: 100%;
    position: relative;
    z-index: 2;
}

h1 {
    font-size: 21px;
    line-height: 24px;
    color: #272727;
    font-weight: normal;
    margin-bottom: 15px;
}

h1 a {
    display: block;
    height: 68px;
    text-indent: -9999em;
    width: 248px;
    background: url(../images/logo.png) 0 0 no-repeat;
}

h1 small {
    font-size: 0.875em;
    font-style: italic;
    font-weight: normal;
}

.headcontacts {
    color: #159DCC;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    text-align: right;
    padding-top: 5px;
}

.headcontacts a {
    text-decoration: none;
    color: #7CAB06;
}

.headcontacts a:hover {
    text-decoration: none;
    color: #D43400;
}


/***** menu *****/

.menu-row {
    width: 100%;
    padding-bottom: 2px;
    background: url(../images/menu-row-tail.gif) center bottom repeat-x #F2F3ED;
}

.menu {
    padding: 0;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    list-style: none;
}

.menu>li {
    float: left;
    position: relative;
    border-right: 1px solid #e5e5e5;
}

.menu>li>a {
    display: block;
    /*width:191px;*/
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    color: #f0f0f0;
    text-transform: uppercase;
    text-align: center;
}

.menu .active a,
.menu>li>a:hover {
    color: #fff;
    background: #c32300;
}


/***** search form *****/

#search-form {
    padding: 10px 0px 0 0;
}

#search-form fieldset {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

#search-form .search-field {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    background: url(../images/search-bg.jpg) 0 0 no-repeat;
}

#search-form input {
    width: 85%;
    font-size: 14px;
    line-height: 1.25em;
    padding: 11px 10px 9px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #aaaaaa;
    text-transform: none;
    background: none;
    border: none;
    margin: 0;
    outline: none;
}

#search-form .search-button {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -5000px;
    background: url(../images/search-icon.png) left top no-repeat;
    position: absolute;
    right: 9px;
    top: 9px;
}

#search-form .search-button:hover {
    background-position: left bottom;
    cursor: pointer;
}

.row-bot {
    width: 100%;
    height: 30px;
    background: url(../images/row-bot-tail.gif) center top repeat-x;
    overflow: hidden;
}


/***** tabs *****/

ul.tabs {
    list-style: none;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

ul.tabs li {
    float: left;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
}

ul.tabs li:first-child {
    padding: 0;
}

ul.tabs li a {
    text-decoration: none;
    color: #fff;
    background: url(../images/tabs-a.png) right top no-repeat;
    display: block;
    width: 312px;
    height: 57px;
    text-align: center;
    font-size: 14px;
    line-height: 57px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.tabs li.active a,
ul.tabs li a:hover {
    background-position: left top;
}

.tab_container {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: url(../images/tabs-content-tail.gif) center top repeat-x;
}

.tab_content {
    width: 100%;
    background: url(../images/tabs-bg.jpg) center top no-repeat;
    padding: 20px 0;
}

.tab_content p {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.title {
    display: block;
    font-size: 67px;
    line-height: 1.2em;
    color: #f0f0f0;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: -2px;
}


/*********************************content*************************************/

#content {
    width: 100%;
    padding: 15px 0 15px;
    position: relative;
    z-index: 1;
}

.spacer-1 {
    width: 100%;
    background: url(../images/pic-1.gif) 217px 0 repeat-y;
}

h2 {
    font-size: 28px;
    line-height: 2em;
    color: #272727;
    font-weight: normal;
    margin-top: -10px;
    margin-bottom: 8px;
}

h3 {
    font-size: 21px;
    line-height: 2em;
    color: #272727;
    font-weight: normal;
    margin-bottom: 6px;
}

.grid_8>h3 {
    line-height: 22px;
    margin: 0;
    padding: 15px 0 0;
}

h5 {
    color: #d43400;
    font-weight: normal;
    margin-bottom: 3px;
}

h6 {
    color: #272727;
    margin-bottom: 5px;
}

.border-bot {
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
    width: 100%;
}

.button {
    display: inline-block;
    padding-bottom: 4px;
    background: url(../images/button-shadow.png) center bottom no-repeat;
    position: relative;
}

.button a {
    display: inline-block;
    padding: 5px 10px 5px 30px;
    font-size: 15px;
    line-height: 2em;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/button-tail.gif) 0 0 repeat-x #ad0100;
    border-radius: 20px;
    cursor: pointer;
}

.button strong {
    display: inline-block;
    padding-right: 39px;
    background: url(../images/button-marker.png) right 5px no-repeat;
}

.button a:hover {
    background: #ad0100;
}

.button-2 {
    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.23em;
    color: #fff;
    background: #d43400;
    text-decoration: none;
}

.button-2:hover {
    background: #222;
}

.btn-wrap {
    padding-left: 45px;
}


.list-2 li {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    background: url(../images/pic-1.gif) 0 bottom repeat-x;
}

.list-2 li a {
    display: block;
    color: #1799cf;
    padding-left: 12px;
    background: url(../images/marker-1.gif) 0 10px no-repeat;
}

.list-2 li a:hover {
    color: #fff;
}

.list-2 .last-item {
    background: none;
}

.link:hover {
    text-decoration: underline;
}

.link-1 {
    display: inline-block;
    font-size: 14px;
    padding-right: 8px;
    background: url(../images/marker-3.gif) right 8px no-repeat;
}

.link-1:hover {
    color: #fff;
}

.text-1 {
    font-size: 14px;
}

.text-2 {
    font-size: 14px;
    line-height: 1.285em;
}

dl dt {
    margin-bottom: 5px;
}

dl span {
    float: left;
    width: 88px;
}


/***** contact form *****/

#contact-form {
    display: block;
    width: 100%;
}

#contact-form label {
    display: block;
    height: 40px;
    overflow: hidden;
}

#contact-form .border {
    display: block;
    border: 1px solid #fff;
    overflow: hidden;
}

#contact-form input {
    float: left;
    width: 497px;
    font-size: 12px;
    line-height: 1.25em;
    color: #808080;
    padding: 9px 8px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #e4e4e4;
    background: #fff;
    outline: none;
}

#contact-form textarea {
    float: left;
    height: 195px;
    width: 497px;
    font-size: 12px;
    line-height: 1.25em;
    color: #808080;
    padding: 9px 8px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #e4e4e4;
    background: #fff;
    overflow: auto;
    outline: none;
}

.text-form {
    float: left;
    display: block;
    font-size: 13px;
    line-height: 32px;
    width: 103px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

.buttons {
    padding: 8px 0 0 0;
    text-align: right;
}

.buttons a {
    margin-left: 7px;
    padding: 5px 35px;
}


/****************************footer************************/

footer {
    width: 100%;
    padding: 25px 0 30px;
    font-size: 11px;
    line-height: 17px;
    background: url(../images/footer-tail.gif) center top repeat-x;
}
footer a{
	font-size: 14px;
	line-height: 30px;
}
footer span {
    display: block;
}


/*My Styles*/

.gadget {
    padding-bottom: 15px;
}

.text p {
    padding-bottom: 0.5em;
}

.text a,
.right_content a,
.prod_box a,
.comparelist a {
    color: #169ECC;
}

.text h2,
.text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.text h2 {
    font-size: 1.625em;
    line-height: 1.125em;
    margin: 0 0 10px 0;
    padding: 5px 0;
    color: #159DCC;
}

.text h3 {
    font-size: 1.25em;
    line-height: 1.125em;
    margin: 0 0 0 0;
    padding: 10px 0;
    color: #006600;
}

.text h3 a {
    color: #006600;
    text-decoration: none;
}

.text h3 a:hover {
    color: #159DCC;
}

.cleaner {
    clear: both;
}

.rightimg {
    float: right;
    margin: 0 0 5px 10px;
}

footer .leftimg {
    width: 300px;
}

footer .leftimg img {
    float: left;
    margin-right: 5px;
}

.leftimg {
    float: left;
    margin: 0 10px 5px 0;
}

.slogan {
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.news-item {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #159DCC;
}

.text .news-item h3,
.news-item p {
    padding: 5px 0;
    margin: 0;
}

.text .news-item .date {
    font-size: 0.875em;
    font-weight: bold;
}

.error,
p.error {
    font-size: 11px;
    color: red;
}

.readmore {
    text-align: right;
}

.breadcrumbs {
    font-size: 0.875em;
    line-height: 1.125em;
    padding-bottom: 10px;
}

.paginationControl {
    padding: 0.5em 0;
    line-height: 1.25em;
    font-size: 1em;
    overflow: hidden;
    clear: both;
}

.text .paginationControl ul {
    margin: 0 0.5em;
    color: #838383;
    float: right;
    height: auto;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: auto;
}

.text .paginationControl ul li {
    float: left;
    height: 20px;
    margin: 0 2px 0 0;
    text-align: center;
}

.text .paginationControl a {
    border: 0 none;
    color: #838383;
    display: block;
    float: none;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    padding: 3px 8px;
    text-decoration: none;
    border: 1px solid #ffffff;
    background-color: #F1F1F1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.text .paginationControl a:hover,
.text .paginationControl a.active {
    border: 1px solid #4783BA;
    color: #4783BA;
    background-color: #ffffff;
}

.text .paginationControl a.active {
    font-weight: bold;
}

.imaged {
    text-align: center;
}

.imaged a img {
    margin: 5px;
    padding: 3px;
    border: 1px solid #ffffff;
    opacity: 0.8;
}

.imaged a img:hover {
    opacity: 1;
}


.category-item {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    height: 235px;
}

.category-img {
    background: #fff;
    margin: 0 0 5px;
    position: relative;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, .4);
}

.text ul,
.text ol {
    list-style-type: disc;
    margin: 10px;
    padding-left: 25px;
}

.text ol {
    list-style-type: decimal;
}

.text ul li,
.text ol li {
    margin: 8px 0;
}

.text table {
    width: 95%;
    margin: 1em auto;
    border-bottom: 1px solid #227AAE;
    border-left: 1px solid #227AAE;
}

.text td,
.text th {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #227AAE;
    border-right: 1px solid #227AAE;
}

.text th {
    background: #227AAE;
    color: #ffffff;
    font-weight: bold;
}


/*FORMS*/

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

label,
#nice .rightimg .optioned label {
    display: block;
}

#nice .rightimg label,
#nice .right label {
    display: inline;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea,
#search_name #name {
    border: 1px solid #199ECD;
    padding: 1px 3px;
    margin: 3px 0;
    vertical-align: middle;
}

form input[type=submit],
form input[type=submit].join,
form button,
#shk_prodHelper button,
.btn,
.button,
.loginForm input[type=submit],
.butOrder {
    background: #159dcc url(../images/but-bg.jpg) left bottom repeat-x;
    color: #ffffff !important;
    text-decoration: none;
    padding: 4px 7px;
    text-align: center;
    margin: 5px 0;
    position: relative;
    border: 1px solid #c4c9cd;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    cursor: pointer;
    vertical-align: top;
}

form input[type=submit]:hover,
form input[type=submit].join:hover,
form button:hover,
#shk_prodHelper button:hover,
.btn:hover,
.button:hover,
.loginForm input[type=submit]:hover,
.butOrder:hover {
    background: #27608f url(../images/but-bg-hover.jpg) left bottom repeat-x;
}

form input[type=submit]:active,
form input[type=submit].join:active,
form button:active,
#shk_prodHelper button:active,
.loginForm input[type=submit]:active,
.butOrder:active {
    position: relative;
    top: 1px;
    box-shadow: none;
}

.grid_4 input[type=text],
.grid_4 input[type=password],
form input[type=tel],
form input[type=email],
.grid_4 textarea,
#search_name #name {
    width: 100%;
}

.grid_4 select {
    width: 250px !important;
}

.text input[type=text],
.text input[type=password],
input[type=tel],
input[type=email] {
    width: 270px;
}

.text textarea {
    width: 400px;
    height: 150px;
}

.text select {
    width: 270px !important;
}


.authform {
    float: right;
    padding: 8px 0 0 0;
    text-align: right;
    padding: 0 0 10px 0;
    border-radius: 0 0 0 15px;
}

.authform a {
    color: #117192;
}

.loginForm ul,
.loginForm form {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
    float: right;
}

.loginForm ul {
    padding: 5px 0 0 15px;
}

.loginForm ul li {
    margin: 0;
    padding: 0;
    text-align: left;
	font-size: 12px;
	line-height: 16px;
}

.loginlinks a{
	text-decoration: underline;
}

.loginlinks a:hover{
	text-decoration: none;
}

.loginForm input[type=text],
.loginForm input[type=password] {
    background: #ffffff;
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
    font-size: 0.875em;
    height: 21px;
    padding: 2px;
    margin-top: 10px;
    width: 126px;
}

.loginMessage {
    display: none;
    font-size: 1em;
    height: 2.25em;
    line-height: 1.125em;
    overflow: hidden;
    padding: 5px 0 0;
    width: 300px;
}

.seeme {
    display: block;
    float: right;
}

.loginname b {
    color: #7CAB06;
    font-size: 1.125em;
}

.username {
    color: #2b5e9d;
}

.done {
    text-align: center;
}

.done p {
    margin-bottom: 10px;
}

.done .name {
    font-size: 1.25em;
    color: #810d58;
}


/*END FORMS*/

.nomarg {
    margin: 0;
}

.foto-price {
    text-align: center;
}

.foto-price img {
    padding: 2px;
    margin: 0 1px 2px;
}

.goods-photo {
    border: 1px solid #cccccc;
    background: #ffffff;
}

.firstgoodpic {
    display: block;
    height: 200px;
    width: 250px;
}

.firstgoodpic img {
    width: 210px;
    height: 168px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.firstgoodpic img:hover {
    width: 250px;
    height: 200px;
}

.comparelist {
    border: 1px solid #199ecd;
    border-radius: 4px;
    background: white;
    margin-top: 10px;
    padding: 10px;
}

.comparelist-head {
    color: #006600;
    font-size: 1.25em;
    margin: 0;
    padding: 0px 0 5px;
}

.comparelist ul {
    list-style: none;
    padding: 5px 5px 5px 3px;
    *padding: 5px 5px 5px 25px;
    margin: 0;
    text-align: left;
    width: 278px;
}

.comparelist ul li {
    padding: 2px 0;
    min-height: 20px;
}

.comparelist ul a {
    color: #222;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
.comparelist ul a .fa{
    color: #d43400;
    font-size: 12px;
}
.comparelist ul a .fa:hover{
    color: #222;
}
.comparelist ul a:hover {
    color: #000000;
}

.comparelist ul a.removeCompare,
a.removeCompare {
    display: inline-block;
    height: 17px;
    width: 17px;
}

.filtr,
.sort {
    background: none repeat scroll 0 0 #e1e1e1;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.filtr-item {
    text-align: left;
}

.filtr .leftimg {
    padding: 0 25px;
}

.filtr-item input[type=text] {
    width: 50px;
}

.filtr-item div,
.sort div {
    line-height: 2em;
}

.fos {
    margin: 15px auto;
    padding: 10px;
    background: url(../images/fosback.jpg) no-repeat center center #7cab06;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #ffffff;
}

.goods-item {
    border: 1px solid #CCCCCC;
    background: #ffffff;
    padding: 3px;
    text-align: center;
    margin-bottom: 20px;
}

.goods-title {
    font-size: 1.125em;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    padding: 0;
    background: #159DCC;
}

.goods-title a {
    color: #fff;
    text-decoration: none;
}

.goods-title a:hover {
    color: #eee;
}

.goods-image {
    margin: 5px 0;
    background: #fff;
}

.goods-intro,
.availiable {
    font-size: 0.875em;
    line-height: 1.125em;
    padding: 2px 0;
}

.goods-intro {
    height: 4.5em;
    overflow: hidden;
}

.availiable {
    color: #000;
}

.goods-descr {
    font-size: 0.875em;
    font-weight: normal;
    padding-bottom: 5px;
}

.text .shk-item select {
    width: 170px !important;
}

.box1 {
    padding: 10px;
    border: 1px solid #7CAB06;
    margin-bottom: 15px;
}

.box-title {
    padding-bottom: 5px;
}

.box-title a {
    color: #7CAB06;
}

.box-image,
.box-intro,
.box-price {
    float: left;
    position: relative;
    z-index: 90;
    text-align: center;
}

.box-intro{
    text-align: left;
}

#preview {
    position: absolute;
    z-index: 95;
    border: 1px solid #7CAB06;
    background: #159DCC;
    padding: 5px;
    display: none;
    color: #fff;
    text-align: center;
    width: 450px;
}

.box-image {
    width: 170px;
    background: #fff;
    padding-bottom: 5px;
}

.box-intro {
    width: 250px;
    padding: 0 10px;
    font-size: 0.875em;
    min-height: 100px;
}

#buyitwithme .box-intro {
    width: 210px;
}

.box-price {
    width: 155px;
    text-align: center;
    font-size: 0.875em;
    font-weight: normal;
    padding-bottom: 5px;
}

.text .box-price select {
    width: 150px !important;
}

.delivery {
    width: 300px;
}

.w90 {
    width: 90% !important;
}

.watchme {
    font-size: 1.125em;
    line-height: 1.25em;
}

.scrollTop {
    background: url(../images/10001.png) 0 0 no-repeat;
    display: block;
    width: 50px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    z-index: 100;
}

.scrollTop:hover {
    background-position: 0 -58px;
}

.goBack {
    background: url(../images/10002.png) 0 0 no-repeat;
    display: block;
    width: 41px;
    height: 63px;
    position: fixed;
    bottom: 10px;
    left: 2%;
    z-index: 100;
}

.goBack:hover {
    background-position: -42px 0;
}

span.reduce {
    color: red;
    text-decoration: line-through;
}


/*LEFTMENU*/
.list-1{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-1>li {
    line-height: 20px;
    font-size: 16px;
    padding: 2px 0 2px 15px;
    background: url(../images/marker-1.gif) 0 9px no-repeat;
}

.list-1>li>a {
    display: inline-block;
    color: #159DCC;
    text-decoration: none;
}

.list-1>li>a:hover,
.list-1>.active>a {
    color: #d43400;
}

.list-1>li.rightnow>a,
.list-1>li.active>a {
    border-bottom: 1px solid #F0F0F0;
}
.list-1 li >ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-1 li.active>ul,
.rightnow>ul {
    background: #fff;
    padding: 5px;
    display: block;
}

.list-1 ul a {
    display: block;
    padding: 3px 0 3px 8px;
    margin-left: 0;
    font-size: 0.875em;
    line-height: 1.125em;
    text-decoration: none;
    color: #6A6A6A;
    border-bottom: 1px dotted #cccccc;
}

.list-1 ul .last a {
    border: 0;
}

.list-1 ul a:hover,
.list-1 ul li.active a {
    color: #ffffff;
    background: #93cb06;
}


.list-1 ul ul {
    padding: 5px 10px;
    border-left: 1px solid #159DCC;
    border-right: 1px solid #159DCC;
    border-bottom: 1px solid #159DCC;
}

.list-1 ul li ul li a,
.list-1 ul .active ul li a {
    font-size: 0.75em;
    background: #ffffff;
    color: #159DCC;
}

.list-1 ul li ul li a:hover {
    text-decoration: underline !important;
}

.list-1 ul li ul .active a {
    color: #000;
    font-weight: bold;
}


/*LEFTMENU*/

.beznal {
    font-size: 0.75em;
}

#nice p {
    margin: 0;
    padding: 0.75em 0;
}

.optioned {
    display: block;
    background: #fff;
    padding: 10px;
    border: 1px solid red;
    font-size: 0.875em;
    color: black;
    margin: 10px 0;
}

.orderextra {
    color: red;
    font-size: 0.75em;
}


.goodsCompare {
    margin-bottom: 20px;
    font-size: 0.875em;
}

.goodsCompare .items {}

.goodsCompare .items .headers {
    float: left;
    width: 114px;
}

.goodsCompare .items .item {
    float: left;
    width: 150px;
}

.goodsCompare .items .footers {
    float: left;
    width: 5px;
}

.goodsCompare .items div {
    background: #fff;
}

.goodsCompare .items .odd {
    background: #f0f0f0;
}

.goodsCompare .items .headers div,
.goodsCompare .items .item div,
.goodsCompare .items .footers div {
    padding: 5px;
    min-height: 30px;
}


/*.goodsCompare .items .headers div {width:120px;}
.goodsCompare .items .item div {width:150px;}*/

.goodsCompare .items div.title {
    font-size: 1em;
    line-height: 1.2em;
    color: #808080;
    text-align: left;
    letter-spacing: normal;
    height: 50px;
    background: white;
    border-top: 1px solid #199ecd;
}

.goodsCompare .items .headers div.title {
    border-left: 1px solid #199ecd;
    border-radius: 5px 0 0 0;
}

.goodsCompare .item div.buy {
    text-align: center;
}

.goodsCompare .items .footers div.title {
    border-right: 1px solid #199ecd;
    border-radius: 0 5px 0 0;
}

.goodsCompare .items .headers div {
    border-left: 1px solid #199ecd;
}

.goodsCompare .items .footers div {
    border-right: 1px solid #199ecd;
}

.goodsCompare .items div.tovar-extra-info {
    border-bottom: 1px solid #199ecd;
    height: 45px;
}

.goodsCompare .items .headers div.tovar-extra-info {
    border-left: 1px solid #199ecd;
    border-radius: 0 0 0 5px;
}

.goodsCompare .items .footers div.tovar-extra-info {
    border-right: 1px solid #199ecd;
    border-radius: 0 0 5px 0;
}

.goodsCompare .items div.remove {
    height: 18px;
    /* padding: 0; */
}

.goodsCompare .items div.image-wrapper {
    padding: 0;
}

.goodsCompare .items div.image {
    height: 100px;
}

.goodsCompare .items div.buy {
    height: 100px;
}

.goodsCompare .items div.buy div {
    padding: 0;
}

.goodsCompare .items div.buy .product-tocart {
    border-top: none;
    background: #f0f0f0;
}

.goodsCompare .items div.buy .product-tocart select {
    width: 135px !important;
}

.goodsCompare .items div.sr-description {
    height: 290px;
    overflow: hidden;
}

.gcbuttons {
    margin-top: 15px;
}

.slog {
    padding: 15px 0 10px;
    position: relative;
}

.slog small {
    font-size: 0.875em;
    font-style: italic;
    font-weight: normal;
}

.slog a {
    display: block;
}

#nice .rightimg {
    font-size: 0.875em;
    width: 300px;
}

#nice .rightimg label small {
    font-size: 0.875em;
    color: red;
}

.tovar-extra-info {
    color: red;
    font-style: italic;
    display: block;
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
}

.addCompareButton,
.redlinks a {
    color: #D43400;
}

.box-image,
.box1,
.goods-item,
.category-item,
.category-item img,
.text #catsearch {
    border-radius: 4px;
}

.box-image img {
    border-radius: 4px 4px 0 0;
}

.watchCompareButton {
    font-size: 0.875em;
}


/*If CatSearch is in content*/

.text #catsearch {
    padding: 10px;
    border: 1px solid #ccc !important;
    background: #fff;
}

.text #catsearch .firstsearchblock {
    float: left;
    margin-right: 15px;
    width: 280px;
}

.text #catsearch .secondsearchblock {
    float: right;
    padding: 0 25px;
    width: 250px;
}

.grid_8 .text #catsearch .firstsearchblock input[type=text],
.grid_8 .text #catsearch .firstsearchblock #search_name #name {
    width: 270px;
}

.text #catsearch label {
    display: inline-block !important;
}

.text #catsearch div.range {
    margin: 5px 0 15px;
}

.text #catsearch .form-buttons {
    text-align: center;
}


/*End If*/

.ar10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.times14 {
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.header-page{
	margin-top: 0;
	border: none;
}

.breadcrumb{
	padding: 0;
	background: transparent;
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 20px;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.breadcrumb>li+li:before{
	content: "»";
	color: #444;
}

body .ui-widget-header {
    border: 1px solid #8bd006;
    color: #222222;
    font-weight: bold;
}

body .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
}

body .ui-widget{
	font-size: 13px;
}

body .ui-widget label{
	margin-bottom: 0;
}

.img-indent-bot {
    margin-bottom: 25px;
}

.form-buttons{
	margin-bottom: 0;
}

.tab-block{
	background: #fff;
    border: 1px solid #8bd006;
    border-radius: 5px;
}


.tab-block .nav-tabs {
	background: #7cab06;
	padding: 5px 5px 0;
}

.tab-block .nav-tabs a{
	padding: 5px 10px;
	font-size: 13px;
	color: #333;
	background: #fff;
	text-decoration: none;
}

.tab-block .nav-tabs .active a{
    color: #D43400;
}

.tab-block .tab-content{
	padding: 10px 15px;
	background: #fff;
	border-radius: 5px;
}

.myform input[type=text],
.myform input[type=tel],
.myform input[type=email],
.myform input[type=password],
.myform textarea {
	width: 100%;
	max-width: 100%;
}

.myform label{
	font-weight: 400;
	margin-bottom: 1px;
}

.myform .form-group{
	margin-bottom: 5px;
}

.liveinternet{
	float: left;
	margin-right: 15px;
}

.category-title{
    margin: 10px 0;
	text-align: center;
}
.category-title a{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
	text-align: center;
}
.product-tocart {
    margin: 5px 0 0;
    padding: 5px 0 2px 0;
    border-top: 1px dashed #888;
}
/*.goods-item .product-tocart{
    height: 145px;
}*/
.shk-price {
    font-weight: bold;
    font-size: 1.3em;
}

body .star-rating-default {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 25px !important;
    overflow: hidden;
    list-style: none;
    margin: 5px auto !important;
    display: block;
    padding: 0 !important;
    background-position: left top !important;
}


.text ul.ya-share2__list{
    padding: 0;
}

.myform  .price-input-block input{
    width: 100px;
    display: inline-block;
}

.filter-item{
    margin-bottom: 10px;
}

.text ul.nav-tabs>li{
    margin: 0;
}

.mfp-arrow:active {
    margin-top: -54px;
    position: absolute;
    top: 50%;
    right: 0;
}

.basketlinks{
    line-height: 20px;
    margin-bottom: 5px;
}

.basketbtn.shk-but{
    margin: 5px 0;
}

.inner-item{
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#shk_butEmptyCart {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000;
}
.form-group{
    margin-bottom: 10px;
}
.form-group label{
    margin-bottom: 0;
}

body .ui-widget-header{
    border: 1px solid #8bd006;
    background: #7cab06;
    color: #222222;
    font-weight: bold;
}
.adaptive-header-block{
    position: fixed;
    z-index: 200;
    top: 0;
    width: 100%;
    left: 0;
    background: #159dcc;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

ul.pagination{
    padding: 0;
    margin-left: 0;
}

.shop-cart .inner-item{
    text-align: center;
}
.shop-cart .inner-item b{
    display: block;
    margin-bottom: 2px;
}

.header-top{
    padding: 5px 0;
    text-align: right;
}

.header-top .fa{
    font-size: 16px;
    margin-right: 5px;
    color: #159DCC;
}

/*.compareButtonBlock{
    height: 41px;
}*/

#order-list .shk-count{
    width: 30px;
    padding: 2px 0;
}

.basket-delivery textarea{
    width: 100%;
}

#shopOrderForm input[type=text],
#shopOrderForm input[type=tel],
#shopOrderForm input[type=email],
#shopOrderForm select.iselect{
    width: 400px !important;
}

#order-list table{
    width: 100%;
}

.comparelist ul a.removeCompare, a.removeCompare {
    background: url(../images/delete.gif) no-repeat left top transparent;
    display: inline-block;
    height: 17px;
    width: 17px;
    text-indent: -40000px;
}

.modal-block {
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 430px;
}
.modal-block .form-control {
  background: #f6f6f6;
}
.modal-block .reviews-title-modal {
  margin-top: 0;
  margin-bottom: 20px;
}

.call-back,
.shop-block-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.shop-block-wrapper{
    margin-left: 30px;
}

.modal-block  .mfp-close{
    display: none;
}

.goods-list {
    display: flex;
    flex-wrap: wrap;
}

.goods-list .goods-item {
    display: flex;
    flex-direction: column;
}

.goods-list .goods-item .goods-image {
    flex-grow: 1;
}