/* Eric Meyer's CSS Reset */
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, 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;
}
* {
    outline: none;
}
/* 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;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
    background-image: url("../images/newbg.png");
    background-repeat: repeat-x;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
a{
    color: #168de2;
}
a:hover{
    text-decoration: none;
}
.catsItem a span{
    color: #000 !important;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 63px;
    position: relative;
}
.logo{
    width: 249px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: -4px;
}
.search_block{
    width: 290px;
    height: 34px;
    position: absolute;
    top: 9px;
    right: 10px;
    overflow: hidden;
}
.search_block input{
    float: left;
}
.search_block form{
    position: relative;
}
.search_block input[type="text"]{
    border: 1px solid #fff;
    padding: 8px 0px 8px 8px;
    width: 209px;
    height: 16px;
    font-size: 14px;
    margin: 0px 0 0 0px;
    border-radius: 3px 0px 0px 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
}
.search_block input[type="submit"]{
    background-color: #168de2;
    color: #fff;
    width: 71px;
    height: 34px;
    cursor: pointer;
    font-size: 12pt;
    position: absolute;
    right: 1px;
    top: 0px;
    line-height: 14px;
    display: block;
    border: 1px solid #fff;
    float: left;
    border-radius: 0px 3px 3px 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
}
.search_block input[type="submit"]:hover{
    cursor: pointer;
    background-color: #169cfa;
}
.search_block input[type="submit"]:active{
    cursor: pointer;
    background-color: #1693ec;
}
::-webkit-input-placeholder {
    color: #919191;
}

:-moz-placeholder { /* Firefox 18- */
    color: #919191;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #919191;
}

:-ms-input-placeholder {
    color: #919191;
}
.headmenu{
    width: 390px;
    height: 20px;
    position: absolute;
    top: 17px;
    left: 265px;
}
.headmenu ul{
    width: 100%;
}
.headmenu ul li:first-child{
    margin-left: 2px;
}
.headmenu ul li:last-child{
    margin-right: 0px !important;
}
.headmenu ul li{
    display: inline;
    text-align: center;
    margin-right: 16px;
    padding: 0px 0px;
}
@media screen and (max-width: 980px) {
    .headmenu ul li{
        display: inline;
        text-align: center;
        margin-right: 18px;
        padding: 0px 0px;
    }
    /*@-moz-document url-prefix() {*/
        /*.headmenu ul li{*/
            /*display: inline;*/
            /*text-align: center;*/
            /*margin-right: 25px;*/
            /*padding: 0px 0px;*/
        /*}*/
    /*}*/
}
.headmenu ul li a{
    font-family: arial;
    text-decoration: none;
    font-size: 12.5pt;
    color: #fff;
}
.headmenu ul li a:hover{
    color: #dddddd;
}
.headmenu ul li.active{
    background-color: #0c9dd6;
    border: 1px solid #0dacdf;
}
.social{
    width: 271px;
    height: 88px;
    position: absolute;
    top: 8px;
    right: 0px;
}
.soctext{
    font-family: arial;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    padding-right: 0px;
    line-height: 20px;
    height: 40px;
}
.cosvk{
    background-image: url("../images/soc.png");
    background-repeat: no-repeat;
    width: 254px;
    height: 27px;
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 6px;
}
/* Middle
-----------------------------------------------------------------------------*/
.main {
	padding: 0 0 100px;
    margin-right: 9px;
}

.sidebar{
    width: 242px;
    float: left;
}
.main_content{
    width: 699px;
    float: right;
    margin-left: 0px;
    margin-top: 0px;
}
.main_content h1{
    color: #222222 !important;
    font-size: 32px;
}
.main_content h3{
    color: #222222 !important;
    font-size: 18px;
}
.sb_main{
    width: 240px;
    min-height: 50px;
    padding-bottom: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    margin-top: 5px;
}
.sb_mainkak{
    margin: 0px 2px 22px 6px;
    font-size: 17px;
    color: #222222;
}
.sb_mainkak2{
    margin: 0px 2px 12px 8px;
}
.sb_bott{

    width: 242px;
    height: 7px;
}
.sb_line{

    width: 242px;
    height: 11px;
}
.sb_title{
    font-size: 13px;
    color: #585858;
    padding: 10px 15px 0 15px;
}
.sb_title p{
    background-image: url("../images/title_text_bg.png");
    text-align: center;
    width: 150px;
    height: 23px;
    margin: 0 0 0 24px;
    padding: 3px 0 0 0;

}
.sb_titlem{
    width: 698px;
    height: 26px;
    /*background-image: url("../images/title_bgm.png");*/
    font-size: 17px;
    color: #444444;
}
.sb_titlem2{
    width: 698px;
    height: 36px;
    /*background-image: url("../images/title_bgm.png");*/
    font-size: 14px;
    color: #444444;
}
.sb_titlem2 h1{
    color: #444444 !important;
}
.sb_titlem p{
    background-image: url("../images/title_text_bg.png");
    text-align: center;
    width: 150px;
    height: 23px;
    margin: 0 0 0 24px;
    font-size: 12px !important;
    line-height: 25px !important;
}
.sb_titlem h1{
    background-image: url("../images/title_text_bg.png");
    text-align: center;
    width: 150px;
    height: 23px;
    margin: 0 0 0 24px;
    padding: 3px 0 0 0;
    font-size: 12px !important;
    color: #555558 !important;
    line-height: 19px !important;
}
.sb_cats{
    padding: 5px 0px 0px 0px;
}
.sb_cats ul{
    margin-top: 5px;
}
.sb_cats ul li{
    list-style-image: url("../images/limg.png");
    margin-left: 31px;
}
.linkBlock2{
    font-size: 11px;
}
.sb_cats ul li a{
    font-family: arial, helvetica, clean, sans-serif;
    color: #000;
    font-size: 13pt;
    line-height: 25px;
    text-decoration: none;
}
.sb_cats ul li a:hover{
    text-decoration: underline;
}
.sb_topshops{
    padding: 5px 0;
}
.sb_topshops ul li{
    list-style: none;
    display: block;
    background-color: #e8e8e8;
    margin: 10px 10px;
}
.sb_topshops1 ul li a{
    color: #4169E1;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
.sb_topshops1 ul li a:hover{
    text-decoration: underline;
;
}
.sb_topshops1 ul{
    margin-top: 6px;
}
.sb_topshops1 ul li{
    list-style: none;
    display: block;
    float: left;
    margin: 0px 2px 0px 15px;
    width: 103px;

}
.shtop_img{
    float: left;
    width: 85px;
    padding: 3px;
}
.shtop_img img{
    width: 95%;
}

.shtop_cod{
    float: left;
    width: 120px;
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #575757;
}
.shtop_cod span{
    color: #ff0000;
}
.shtop_cod1{
    font-size: 12px;
}
.shtop_cod1 a{
    color: #168de2;
    text-decoration: none;
}
.shtop_cod1 a:hover{
    text-decoration: underline;
}
.clear{
    clear: both;
}

.cupon_item{
    position: relative;
    float: left;
    width: 221px;
    height: 264px;
    border: 1px solid #cfcfcf;
    margin-right: 14px;
    margin-bottom: 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.cupon_item:hover{
    box-shadow: 0px 0px 9px rgb(9, 63, 177);
}
.cupon_item:nth-child(3n){
    margin-right: 0px !important;
}
.cupon_item .image{
    text-align: center;
    padding: 10px 0 5px 0;
}
.cupon_item .vskidka a{
    color: #000000;
}
.cupon_item .vskidka a:hover{
    text-decoration: none;
}
.cupon_item .vskidka{
    text-align: center;
    padding: 1px 4px;
    height: 35px;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
}
.cupon_item .vskidka3{
    text-align: center;
    padding: 1px 4px;
    height: 20px;
    color: #000000;
    font-size: 14px;
}
.cupon_item .vskidka2{
    text-align: center;
    padding: 6px 4px 1px 4px;
    color: #000000;
    font-size: 13px;
}
.cupon_item .vskidka-info{
    text-align: center;
    padding: 0px 0px 5px 0px;
    color: #000000;
    font-size: 14px;
}
.vline{
    border-top: 1px solid #1783be;
    padding: 4px 10px;
    margin: 9px 15px 0px 15px;
}
.vtext span{
    color: #9f9f9f;
    font-size: 14px;
    line-height: 35px;
}
.vtext{
    color: #686868;
    text-align: center;
    font-size: 11px;
    margin: 0 5px;
}
.vtext p{
    font-size: 11px !important;
}
.titleh{
    color: #000000;
    text-align: center;
}



a.current{
    background-color: #197cbf !important;
}
.vbtn{
    background-color: #168de2;
    /* background-image: url("../images/newbtn.png"); */
    background-repeat: no-repeat;
    width: 199px;
    height: 34px;
    display: block;
    margin: 7px auto;
    border: 0px;
    position: absolute;
    bottom: 3px;
    left: 11px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    font-size: 14px;
}
.vbtn:hover{
    cursor: pointer;
    opacity: 0.8;

}
.vbtn:active{
    cursor: pointer;
    opacity: 0.9;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 936px;
	margin: -100px auto 0;
	height: 100px;

	position: relative;
}
.footer_line{
    border-top: 1px solid #818181;
}
.footer_line ul{
    text-align: center;
    margin: 5px 0px 8px 8px;
}
.footer_line ul li{
    list-style: none;
    display: inline;
    margin-right: 18px;

}
.footer_line ul li a{
    color: #1a81c2;
    text-decoration: underline;
    font-size: 15px;
}
.footer_line ul li a:hover{
    text-decoration: none;
}
.vcopir{
    text-align: center;
    color: #000000;
}
.vcopir a{
    color: #000000;
}


.pre_pagination{

    margin:0 auto;
    min-width:10px;
    text-align:center;
    margin-bottom:0px;

}
ul .pagination {
    padding:0;

}

ul.pagination li a,ul.pagination li a:link,ul.pagination li a:visited {
    background-color:#f1f1f1;
    color:#000;
    display:block;
    font-weight:normal;
    padding:0 5px;
    text-decoration:none;
}

ul.pagination li a:hover,ul.pagination li.active a,ul.pagination li.active a:link,ul.pagination li.active a:visited,ul.pagination li.active a:active,ul.pagination li.active a:hover {
    background-color:#293341;
    color:#fff;
    display:block;
    font-weight:700;
    padding:0 5px;
    text-decoration:none;
}

ul.pagination li,ul.pagination li.active {
    border:1px solid #e9e9e9;
    display:block;
    float:left;
    font-size:14px;
    margin-right:2px;
    padding:0;
}

.thumbnail{
    float: left;
    width: 140px;
    margin-right: 35px;
    margin-left: 7px;
    margin-bottom: 35px;
}
.thumbnail:nth-child(4n){
    margin-right: 0px !important;
}
.main_content h1{
    font-size: 21px;
    line-height: 35px;
    color: rgb(38, 89, 122);
}
.content-block{
    display: block;
    clear: both;
}
.content-block h2{
    font-size: 15px;
}
.content-block h2 a{
    text-decoration: none;
    color: rgb(12, 112, 179);
}
.content-block p{
    font-size: 13px;
}
.main_content p{
    font-size: 12px;
}

.mname{
    float: left;
    width: 300px;
}
.mmail{
    float: left;
    width: 300px;
}

#inputArea {
    font-size: 12px;
    padding: 10px;
    margin: 0 0 0 38px;
    width: 626px;
}

#inputArea h3{
    font-size: 14px;
    margin-bottom: 10px;
}
#inputArea input{
    width: 285px;
}
.ccap{
    width: 220px !important;
    text-align: center;
}
.ccap img{
    margin-top: 15px;
}
.ccap label{
    display: block;
    margin: 2px 0;
}
.ccap input{
    width: 219px !important;
}
#inputArea textarea{
    width: 355px;
    height: 110px;
}
#inputArea input, #inputArea textarea
{
    border: 1px solid #9d9d9d !important;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    -webkit-box-shadow: inset 0px 3px 8px -5px rgba(163, 163, 163, 1);
    -moz-box-shadow: inset 0px 3px 8px -5px rgba(163, 163, 163, 1);
    box-shadow: inset 0px 3px 8px -5px rgba(163, 163, 163, 1);
}
.emsmall{
    margin-top: -5px;
    font-size: 11px;
}
#inputArea input:hover{
    border: 1px solid #9d9d9d !important;
}
#inputArea input:focus{
    border: 1px solid #9d9d9d !important;
}
.ccap input[type="text"]{
    width: 209px !important;
}

.commbtn{
    background-image: url("../images/comm_btn.png");
    background-repeat: no-repeat;
    width: 217px;
    height: 28px;
    display: block;
    margin: 0px auto;
    border: 0px;
}
.commbtn:hover{
    cursor: pointer;
    background-position:0 -28px;

}
.commbtn:active{
    cursor: pointer;
    background-position:0 -56px;
}
.activeField
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}
.idle
{
    border: solid 1px #85b1de;
    background-repeat: repeat-x;
    background-position: top;
    background-color:#FFFFFF;
}
.underlineactiv  a{text-decoration:underline;}

textarea, input[type =
'text'], input[type = 'password'], select {
    border: 1px solid #b3b3b3;
}
textarea:hover, input[type =
'text']:hover, input[type = 'password']:hover, select:hover {
    border-color: #fff;
}
textarea:focus, input[type =
'text']:focus, input[type = 'password']:focus, select:focus {
    border-color: #fff;
}
input, select {
    cursor: pointer;
}

input[type =
'text'], input[type = 'password'] {
    cursor: text;
}
input {
    vertical-align: middle;
}

.cupitem {
    padding: 10px 10px 15px 15px;
    width: 669px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    position: relative;
}

.startdate{
    position: absolute;
    font-size: 11px;
    top: 8px;
    right: 8px;
    color: #888888;
}
.counttime span{
    color: #494949;
}
.patw{
    float: left;
}
.specpredl{
    float: left;
    margin-left: 20px;
    color: #969696;
    line-height: 17px
}
.specpredl-filter{
    margin-left: 20px;
    color: #969696;
    line-height: 17px;
    float:none;
    text-align: right;
    padding-bottom: 5px;
    margin-right: 3px
}
.commentsblock{
    width: 694px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.thispromo {
    font-weight: bold;
    margin-bottom: 8px;
    color: #252525;
}
.list_cupons{
    margin-bottom: 10px;
}
.allpromo{
    margin-bottom: 0px!important;
    color: #252525;
}
.cupitem .text .vbtn{
    margin: 0px 0px 20px 0px !important;
}
.cupitem .text{
    text-align: left;
}
.cupitem .image{
    text-align: left;
    margin-left: 15px;
}
.cupitem .text h2{
    font-size: 15px;
    font-weight: bold;
    color:#333333;
}
.counttime{
    line-height: 51px;
    font-size: 19px !important;
    color:#686868;
    margin-bottom: 15px;
}
.descritem{
    margin-bottom: 20px;
}
.path{
    padding: 0px 0 4px 0;
    position: relative;
    top: -7px;
}
.htitle{
    margin-bottom: 3px;
}
.catdescr{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 12px;
    margin-right: 3px;
}
.subscribe input[type="text"]{
    padding: 5px;
    width: 207px;
    margin: 3px 12px;
}
.subscribe input[type="text"]:hover{
    border: 1px solid #b3b3b3;
}
.subscribe input[type="text"]:focus{
    border: 1px solid #b3b3b3;
}

#sbtn{
    float: right;
    border: 0px;
    background-color: #696969;
    width: 219px;
    height: 25px;
    display: block;
    color: #fff;
    position: relative;
    right: -2px;
    line-height: 10px;
}
#sbtn:hover{
   opacity: 0.8;
}
#sbtn:active{
    opacity: 0.9;
}

#sbtn2{
    float: right;
    border: 0px;
    background-color: #168de2;
    width: 125px;
    height: 36px;
    top: 0px;
    display: block;
    color: #fff;
    position: relative;
    right: -2px;
    line-height: 10px;
}
#sbtn2:hover{
   opacity: 0.8;
}
#sbtn2:active{
    opacity: 0.9;
}

.sbtndiv{
    height: 32px;
    text-align: right;
    padding: 1px 0px 5px 11px;
}
.fresult{
    padding: 2px 11px;
    color: #B3B3B3;
}
#forma {
    width: 420px;
    float: left;
    margin-bottom: 10px;
}
#forma span {
    padding: 0px 0px 26px 0px;
    display: block;
    height: 30px;
}
#forma label {
    padding: 4px 0px 0px 8px;
    width: 114px;
    display: block;
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    color: rgb(92, 92, 92);
}
#forma input[type="text"] {
    padding: 0px 10px 0px 10px;
    border: none;
    width: 268px;
    height: 33px;
    display: block;
    float: left;
    border-color: #E2E2E2;
    overflow: auto !important;
    border: 1px solid #e5e5e5;
}
#forma textarea {
    font: 12px Arial, Helvetica, sans-serif;
    color: rgb(92, 92, 92);
    margin: 0px 7px 20px 7px;
    padding: 5px 10px 5px 10px;
    width: 269px;
    height: 52px;
    display: block;
    float: right;
    border: none;
    background-color: #ffffff;
    border-color: #E2E2E2;
    overflow: auto !important;
    border: 1px solid #e5e5e5;
}
#button {
    margin: 30px 0px 0px 0px;
    position: relative;
    text-align: center;
}

#button input[type="button"]{
    border: 0px;
    color: #fff;
    padding: 6px;
    background: #7d7e7d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); *//* IE6-8 */

}
#button input[type="button"]:hover{
    color: #e9e9e9;
    background: #5e5e5e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #5e5e5e 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5e5e5e 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5e5e5e 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5e5e5e 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5e5e5e 0%,#0e0e0e 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#0e0e0e',GradientType=0 ); *//* IE6-8 */
}
.fbf{
    background-color: #fff;
    padding: 10px;
}
.descritem p{
    font-size: 12px !important;
}
.descritem a{
    font-size: 12px !important;
}
.chars_item p{
    font-size: 12px !important;
}
.chars_item a{
    font-size: 13px !important;
    color: #252525;
    font-weight: bold;
    /*text-decoration: none;*/
    margin-bottom: 10px;
    display: inline;
}

.similars a{
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 0px;
}
.similars a:hover{
    text-decoration: none;
}
.newlink{
    text-decoration: underline !important;
}
.newlink:hover{
    text-decoration: none !important;
}
.catdescr img{
margin: 8px 8px 0px 1px;
}

.newsi_offers li{
    display: block;
    clear: both;
}
.newsi_offers li a{
    font-size: 15px !important;
}
.newsi_ing_off{
    float:left;
    margin:0 10px 10px 0;
    width:150px;
    height: 100px;
    overflow: hidden;
}

.abc-panel a {
    margin: 2px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}


.lnav ul li {
    margin: 2px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
}
.lnav ul li a {
    font-weight: bold;
    text-decoration: none;
}
.cletter {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 10px 5px 10px;
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.lnav{
    margin-bottom: 10px;
}
.shitem {
    font-size: 13px;
    width: 220px;
    float: left;
    text-align: left;
    margin-bottom: 3px;
    margin-left: 10px;
}
.shitem a {
    color: #000000;
}



.subs{
    margin: 10px 0 20px 0;

}
.subs_title{
margin: 20px 0 0 0;
}
.subs_title p{
    font-size: 17px;
    line-height: 26px;
    color: #000000;
}
.subs_title b{
    font-weight: bold;
}
.subs_title{
    text-align: center;
}
.subs_cribe{
    padding: 12px 0px 0px 0px;
}
.subs_cribe div {
    float: left;
}
.subs_cribe div input[type="text"]{
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    padding: 10px 15px;
    margin-left: 0px;
    width: 526px;
}
.seconddescr{
    font-size: 15px!important;
}
.fsresult{
    color:#B92222;
}
.all_magazin{
    text-align: center;
}
.commentsdob{
    font-size: 17px;  
}
.actioncard{
    font-size: 18px;
    color:#444444;
    margin-right: 10px;
    position: relative;
    top: -2px;
}


.coup_full_info{
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    top: 15%;
    width: 700px;
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 430px;
    box-shadow: 0 0 10px #AEAEAE;
    overflow: hidden;
    z-index: 999999999;
}
.fi_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.close_fi{
    position: absolute;
    top: 7px;
    font-size: 25px;
    right: 10px;
    font-weight: bold;
    color: #ffffff;
}
.close_fi:hover{
    color: #94dbff;
    cursor: pointer;
}
.fi_title{
    background-color: #1197bf;
    padding: 30px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    text-align: center;
}
.fi_descr{
    width: 500px;
    margin: 10px auto 20px auto;
    overflow-y: scroll;
    height: 140px;
    border: 1px solid #E4E4E4;
}
.fi_descr p{
    font-size: 12px !important;
    text-align: left;
    padding: 7px;
    color: #6B6B6B;
}
.fi_site{
    padding: 10px 10px 25px 10px;
    font-size: 14px;
    color: #5F5F5F;
    border-bottom: 1px dashed #A3A3A3;
    text-align: center;
}
.fi_share{
    padding: 15px;
    font-size: 13px;
    color: #5F5F5F;
    text-align: center;
}
.fi_p{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.61);
    z-index: 9;
    width: 100%;
    height: 100%;
}
.fi_promo{
    width: 500px;
    margin: 20px auto 0px auto;
    height: 35px;
}
.fi_kod{
    width: 320px;
    overflow: hidden;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    background: #ff8;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    float: left;
    margin: 0px 2px 7px 0;
    padding: 5px;
}
.fi_copy{
    float: right;
    display: block;
    width: 150px;
    height: 18px;
    border: 1px solid #e5e5e5;
    margin-top: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    padding: 8px 0 7px;
    text-align: center;
    text-transform: uppercase;
}
.fi_copy:hover{
    cursor: pointer;
    color: #4b4b4b;
}




/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/


.coupon {
    float: left;
    position: relative;
    z-index: 1;
    margin: 7px 40px 0 5px;
}
/*.hider {*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*background: #6CBE48;*/
    /*cursor: pointer;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*margin-bottom: -35px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*font-family: Arial, Tahoma, Verdana;*/
    /*font-size: 16px;*/
    /*line-height: 25px;*/
    /*border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*-webkit-border-radius: 6px;*/
    /*box-shadow: 0 1px 2px #B8B7B7;*/
    /*-moz-box-shadow: 0 1px 2px #B8B7B7;*/
    /*-webkit-box-shadow: 0 1px 2px #B8B7B7;*/
    /*padding: 5px;*/
/*}*/
.hider-txt {
    border: 1px #fff dashed;
    border-radius: 6px;
    letter-spacing: 1px;
    padding: 4px 40px;
}
.couponcode {
    height: 28px;
}
.couponcode span, .hideract {
    background: #ffff88;
    display: block;
    overflow: hidden;
    text-align: center;
    font-family: Arial, Tahoma, Verdana;
    font-size: 15px;
    line-height: 23px;
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.clipboard-copy {
    position: absolute;
    height: 22px;
    display: none;
    float: right;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: -34px 0 0 250px;
    padding: 4px 0 6px;
}
.copy-code {
    background: url(../image/lxp.png) -311px -891px no-repeat;
    height: 23px;
    width: 34px;
    float: left;
}
.clipboard-copy span {
    background: #fff;
    position: absolute;
    font-size: 12px;
    color: #666;
    width: 100px;
    text-align: left;
    border: 1px solid #8C8C8C;
    line-height: 1em;
    border-radius: 0;
    margin: 30px 0 0 10px;
    padding: 4px 5px;
}
div.couponTooltip {
    display: none;
    clear: both;
    margin-top: 5px;
}
.green_box {
    background: #E2F2CE;
    color: #466840;
    border-color: #BFE098;
}
.green_box {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
}
.green_box_content {
    border: 1px solid #fff;
    padding: 10px;
}


/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

.sb_topshops-sh ul li{
    display: inline-block;
    text-align: center;
    margin: 15px 5px 5px 14px;
}
.sb_topshops-sh ul li img{
    width: 95px;
}

.bottdescr{
    margin-top: 15px;
}
.cardbtn{
    position: relative;
    left: 0px;
}
.vk{
    text-align: center;
    padding: 11px;
}
.ram{
    text-align: center;
    padding: 11px;
}


/*-----------------------------------------------------*/

