html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    /*font: inherit;*/
}
html, body {
    width: 100%;
    height: 100%
}

body {
    line-height:1;
    font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
    font-size: 87.5%;
    background: #f3fdfd; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3fdfd', endColorstr='#f2fffc'); /* для IE6-9 */
    background: -webkit-linear-gradient(#f3fdfd, #f2fffc); /* для webkit-браузеров */
    background: -moz-linear-gradient(#f3fdfd,  #f2fffc); /* для firefox 3.6+ */
    background: -o-linear-gradient(#f3fdfd,  #f2fffc); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#f3fdfd,  #f2fffc); /* для IE10+ */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #000000;
}

a:hover {
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    clear: both;
}
input, select {
    vertical-align:middle;
}
nav {
    overflow: hidden;
}

h1 {
    color: #629919;
    font-size: 2em;
    line-height: 1.213em;
    font-weight: normal;
}

h2 {
    color: #629919;
    font-size: 1.714em;
    line-height: 1.213em;
}

h3 {
    font-size: 1.286em;
color: #629919;
}

h4 {
    color: #61991a;
    font-size: 1.357em;

}

.wrapper {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 109px;
    min-height: 100%;
}


header {
    height: auto;
    overflow: hidden;
    margin-bottom: 4px;
}

header nav ul li, .footer ul li {
    float: left;
}

.header-wrapper-top {
    overflow: hidden;
    margin: 12px 0 13px 63px;
}

.logo {
    float: left;
}

.customer-settings dl {
    float: left;
    width: 206px;
}

.customer-settings dl dt {
    display: block;
    width: 74px;
    float: left;
    line-height: 1.286em;
}

.customer-settings dl dd {
    color: #629919;
    line-height: 1.286em;
}

.customer-settings > div {
    width: 98px;
    margin-left:206px;
}

.customer-settings > div a {
    line-height: 1.286em;
}

.navigation-wrapper-top {
    height: 46px;
    border: 1px solid #14cec3;
    border-radius: 5px;
    margin: 0 15px;
    position: relative;
    z-index: 2;
    background: #16e7dc; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16e7dc', endColorstr='#14d3c8'); /* для IE6-9 */
    background: -webkit-linear-gradient(#16e7dc, #14d3c8); /* для webkit-браузеров */
    background: -moz-linear-gradient(#16e7dc,  #14d3c8); /* для firefox 3.6+ */
    background: -o-linear-gradient(#16e7dc,  #14d3c8); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#16e7dc,  #14d3c8); /* для IE10+ */
}

.navigation-wrapper-bottom {
    height: 55px;
    border-bottom: 1px solid #efebdc;
    border-radius: 0 0 10px 10px;
    background: #dbf6f8; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbf6f8', endColorstr='#dcfdfd'); /* для IE6-9 */
    background: -webkit-linear-gradient(#dbf6f8, #dcfdfd); /* для webkit-браузеров */
    background: -moz-linear-gradient(#dbf6f8,  #dcfdfd); /* для firefox 3.6+ */
    background: -o-linear-gradient(#dbf6f8,  #dcfdfd); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#dbf6f8,  #dcfdfd); /* для IE10+ */
    position: relative;
    margin: -5px 15px 0;
    z-index: 1
}

.navigation-wrapper-top nav {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
}
.navigation-wrapper-top nav ul {
    height: 100%;
}
.navigation-wrapper-top nav li {
    height: 100%;
    float: left;
    padding-right: 10px;
}

.navigation-wrapper-top nav li a {
    display: block;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 2.6em;
    height: 100%;
    padding: 0 33px;
    text-decoration: none;
    position: relative;
}

.navigation-wrapper-top nav li.active a {
    background: #388897; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44aab6', endColorstr='#388796'); /* для IE6-9 */
    background: -webkit-linear-gradient(#44aab6, #388796); /* для webkit-браузеров */
    background: -moz-linear-gradient(#44aab6,  #388796); /* для firefox 3.6+ */
    background: -o-linear-gradient(#44aab6,  #388796); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#44aab6,  #388796); /* для IE10+ */
    color: #f8f400;
    box-shadow: 0 1px 1px rgba(98, 153, 25, 0.8);
    position: relative;
}


.search {
    float: right;
    margin: 6px 18px 0 0;
}

.search input[type="text"]{
    box-shadow: inset 4px 4px 4px #d2d3d3, 1px 1px 1px #999998;
    border: none;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    line-height: 32px;
    height: 32px;
    font-size: 1.143em;
    color: #7c7b7b;
    padding: 0 5px 0 10px;
    margin-right: 12px;
}

.search_text {
    width: 108px;
}
.region {
    width: 152px;
}

input::-webkit-input-placeholder {
    color: #7c7b7b;
}

input:-moz-placeholder {
    color: #7c7b7b;
}

.search input[type="submit"] {
    background: #388897; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44aab6', endColorstr='#388796'); /* для IE6-9 */
    background: -webkit-linear-gradient(#44aab6, #388796); /* для webkit-браузеров */
    background: -moz-linear-gradient(#44aab6,  #388796); /* для firefox 3.6+ */
    background: -o-linear-gradient(#44aab6,  #388796); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#44aab6,  #388796); /* для IE10+ */
    color: #f8f400;
    box-shadow: 0 1px 1px #89a416;
    position: relative;
    border: none;
    border-radius: 8px;
    line-height: 32px;
    height: 32px;
    width: 37px;
    cursor: pointer;
}

.search input[type="submit"]:hover {
    background: #388897; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44aab6', endColorstr='#48adc1'); /* для IE6-9 */
    background: -webkit-linear-gradient(#44aab6, #48adc1); /* для webkit-браузеров */
    background: -moz-linear-gradient(#44aab6,  #48adc1); /* для firefox 3.6+ */
    background: -o-linear-gradient(#44aab6,  #48adc1); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#44aab6,  #48adc1); /* для IE10+ */
}

.header-navigation-bottom {
    margin: 21px 0 0 22px;
    overflow: hidden;
}

.ie8 .header-navigation-bottom {
    margin-top: 21px;
}

.header-navigation-bottom li {
    float: left;
		margin-right:50px
}

.header-navigation-bottom li a, .top_footer li a {
    color: #000000;
    font-size: 1.143em;
    line-height: 1.125em;
}

li.active-link a, a.active-link {
    color: #629919;
    text-decoration: none;
}

.footer {
    clear: both;
    background: #cdf6f3; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdf6f3', endColorstr='#99d3d3'); /* для IE6-9 */
    background: -webkit-linear-gradient(#cdf6f3, #99d3d3); /* для webkit-браузеров */
    background: -moz-linear-gradient(#cdf6f3,  #99d3d3); /* для firefox 3.6+ */
    background: -o-linear-gradient(#cdf6f3,  #99d3d3); /* для Opera 11.10+ */
    background: -ms-linear-gradient(#cdf6f3,  #99d3d3); /* для IE10+ */
    height: 110px;
    -webkit-box-shadow: 0 -2px 5px #b0b0b0;
    -moz-box-shadow: 0 -2px 5px #b0b0b0;
    -o-box-shadow: 0 -2px 5px #b0b0b0;
    box-shadow: 0 -2px 5px #b0b0b0;
}

.top_footer {
    width: 975px;
    margin: 0 auto;
    padding: 20px 15px 0 34px;
    position: relative;
    overflow: hidden;
    height: 39px;
}

.purse {
    position: absolute;
    right: 78px;
    top: 15px;
}

.top_footer ul li {
    width: 178px;
    float: left;
}

.bottom_footer {
    width: 975px;
    padding: 10px 15px 0 34px;
    margin: 0 auto;
    overflow: hidden;
}

.bottom_footer p span {
    color: #629919;
}

.right-img {
    float: right;
    padding-right: 25px;
}

.copyright {
    padding-top: 14px;
}

.main-wrapper {
    margin-left: 34px;
    margin-bottom: 20px;
}

.catalog {
    width: 153px;
    float: left;
}


.ie8 .catalog, .ie7 .catalog {
    width: 155px;
}
.discounts {
    width: 182px;
    float: right;
    margin-right: 0px;
    margin-bottom: 20px
}

.catalog h1, aside h1 {
    font-weight: normal;
}
.catalog h1 {
    margin-bottom: 11px;
}

aside h1 {
    margin-bottom: 12px;
}

.catalog li a{
    line-height: 1.429em;
    padding-left: 11px;
    background: url(../img/list-item.png) no-repeat 0 6px;
}
.sale-item {
    margin-bottom: 15px;
}

.sale-item img {
    float: left;
    padding-right: 6px;
    margin-top: 3px;
}

.sale-item a {
    color: #629919;
}

.sale-item p {
    line-height: 1.214em;
}

.main {
    margin: 4px 0 20px 0px;
    width: 612px;
    overflow: visible;
	float:left;
}

.main_help{
	margin: 4px 0 20px 0px;	
	overflow: hidden;
}

.paddingleft10{
	padding-left:10px;
}

.category {
    vertical-align: top;
    padding: 13px;
    position: relative;
    background: url(../img/shadow.png) no-repeat 17px 207px;
    float: left;
    width: 173px;
    margin-right: 3px;
    margin-bottom: 14px;
}

.category:hover {
    background: url(../img/bg-hover-category.png) no-repeat left top;
}

.category:hover .category-image {
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.category:hover .arrow {
    display: block;
}

.category:hover .category-name a{
    color: #f8f400;
}

.category-name{
    position: absolute;
    bottom: 16px;
    left: 8px;
    height: 33px;
    width: 169px;
    background: url(../img/bg-category-name.png) no-repeat left top;
    padding-left: 11px;
    font-size: 1.143em;
    line-height: 1.5em;
}

.category-name a {
    color: #ffffff;
    text-decoration: none;
}

.category-image {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    height: 195px;
    border-bottom-color: #9f9f9f;
    position: relative;
    display: block;
    width: 172px;
    background: transparent;
}

.category-image img {
    border-radius: 10px;
    position: relative;
}

.arrow {
    display: none;
    background: url(../img/arrow-right.png) no-repeat left top;
    height: 13px;
    width: 14px;
    position: absolute;
    right: 7px;
    bottom: 11px;
}
/*-style fore text-page-*/
.main.border {
    border: 1px solid #edddbc;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    padding: 10px 12px 20px 15px;
    width: 585px;
}

.close {
    display: block;
    height: 33px;
    width: 34px;
    background: url(../img/button-close.png) no-repeat left top;
    float: right;
}

article p {
    font-size: 1.143em;
    margin-top: 20px;
    line-height: 1.125em;
}


.link-to-social {
    overflow: hidden;
    margin: 28px 0;
    clear: both;
}

.link-to-social .left, .link-to-social .right {
    width: 512px;
}

.link-to-social .left {
    float: left;
    text-align: right;
}

.link-to-social .right {
    float: right;
    text-align: left;
}

.link {
    height: 122px;
    width: 986px;
    border: 1px solid #f0efe7;
    box-shadow: 0 0 0 1px #e2dfce;
    margin: 0 0 20px 16px;
    position: relative;
    background: #ffffff;
    text-align: center;

}

.link p {
    width: 326px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -163px;
    background: #ffffff;
    text-align: center;
    color: #629919;
    font-size: 1.714em;

}

.link a {
    display: inline-block;
    font-size: 0;
    text-shadow: none;
    color: transparent;
    height: 118px;
    position: relative;
    margin-left: 18px;
    vertical-align: top;
}

.ie7 .link {
    display: inline;
    zoom:1;
}

.visa {
    background: url(../img/visa.jpg) no-repeat 0 50%;
    width: 81px;
}

.mastercard {
    background: url(../img/mastercard.jpg) no-repeat 0 50%;
    width: 60px;
}

.webmoney {
    background: url(../img/webmoney.jpg) no-repeat 0 50%;
    width: 105px;
}

.qiwi {
    background: url(../img/qiwi.jpg) no-repeat 0 50%;
    width: 33px;
}

.yandex-money {
    background: url(../img/yandex.jpg) no-repeat 0 50%;
    width: 77px;
}

.euroset {
    background: url(../img/euroset.jpg) no-repeat 0 50%;
    width: 87px;
}

.sviaznoy {
    background: url(../img/sviaznoy.jpg) no-repeat 0 50%;
    width: 91px;
}

/*style for certificates*/

.breadcrumbs {
    overflow: hidden;
    padding: 1px;
    margin: 8px 0 25px;
}

.bc-arrow {
    background: url(../img/breadcrumbs-arrow.png) no-repeat left center;
    display: block;
    height: 14px;
    width: 15px;
}

.breadcrumbs a, .breadcrumbs span {
    margin-right: 12px;
    color: #629919;
    float: left;
    margin-bottom: 5px
}

.present {
    padding-left: 10px;
}

.discount-card {
    position: relative;
    width: 282px;
    float: left;
    margin-right: 7px;
}

.discount-card:after {
    content: "";
    display: block;
    height: 19px;
    width: 289px;
    background: url(../img/shadow-img.png) no-repeat 0 0;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.ie7 .discount-card:after {
    bottom: -15px;
}

.discount-card p {
    position: absolute;
    bottom: 7px;
    left: -5px;
    background: url(../img/bg-grenn-img.png) no-repeat left top;
    color: #ffffff;
    font-size: 1.286em;
    height: 36px;
    width: 245px;
    padding-left: 37px;
    line-height: 1.556em;
}

.discount-card p span {
    font-weight: bold;
    color: #f8f400;
    background: url(../img/rub.png) no-repeat right center;

    padding-right: 18px
}

.present h2 {
    color: #000000;
    margin-bottom: 11px;
    width: 290px;
    margin-left: 282px;
    font-weight: normal;
}

.cost {
    border: 1px solid #e1c992;
    border-radius: 10px;
    position: relative;
    background: url(../img/money.jpg) no-repeat 16px 4px;
    padding: 20px 0px 20px 71px;
    width: 192px;
    overflow: hidden;
    font-weight: bold;
}

.rub {
    background: url(../img/rub-green.jpg) no-repeat left top #ffffff;
    height: 24px;
    width: 17px;
    display: inline-block;
    *display: inline;
    zoom:1;
}

.discount-discription {
    clear: both;
    margin-top:20px;
}

.discount-discription p {
    font-size: 1em;
}
.discount-discription .stay-click {
    float: left;
    width: 100%;
    padding: 0 0 15px 43px;
}

/*- style for account page -*/

.account {
    width: 536px;
    margin: 20px auto 25px;;
    clear: both;
}

.account h1 {
    text-align: center;
    margin-bottom: 27px;
}

.block-link {
    width: 536px;
    height: 44px;
    background: #ede8d4;
    border-radius: 10px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
}

.block-link a {
    font-size: 1.143em;
    margin-left: 55px;
    margin-top: 13px;
    display: block;
    float: left;
}

.persona-data p {
    color: #629919;
}

.account form {
    margin-top: 16px;
}

.account form fieldset {
    margin-bottom: 22px;
}

.account form label {
    float: left;
    width: 140px;
    line-height: 2.143em;
}

.account form input[type="text"], .account form input[type="password"]  {
    width: 383px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #dfdcca;
    box-shadow: 0 1px 1px #edebe0;
    margin-bottom: 5px;
    padding-left: 10px;
    line-height: 2em;
    font-size: 1em;
}

.partner p {
    margin-bottom: 15px;
}

.history fieldset p {
    margin-bottom: 15px;
    float: left;
    line-height: 2em;
    margin-bottom: 15px;
    width: 52px;
    padding-left: 12px
}

.account .example label, .account .mailer label {
    width: 184px;
}

.account .example input[type="text"] {
    width: 132px;
}

.example {
    float: none!important;
}

.niceCheck {
	width: 30px;
	height: 30px;
    display: inline-block;
	cursor: pointer;
	background: url(../img/checkbox.jpg) no-repeat 0 0;
    overflow: hidden;
    float: left;
}
.niceChecked {
	background-position: 0 -30px;
}
.niceCheck input {
	margin-left: -100px; /* можно задать побольше чтобы наверняка скрыть поле */
}
.niceCheckDisabled {
}

.form-buttom {
    margin-left: 162px;
    overflow: hidden;
}

.form-buttom a.green-button , .form-buttom a.grey-button{
    font-size: 1em;
    border-radius: 8px;
    position: relative;
    color: #ffffff;
    height: 28px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom:1;
    line-height: 2em;
    text-align: center;
    float: left;
    padding: 0 12px 1px;
    text-decoration: none;
}

.green-button {
    background: url(images/click.png);
    border-top: 1px solid #dde9ce;
    border-bottom: 1px solid #e1ecd4;
    border-left: none;
    border-right: none;
    position: relative;
    margin-right: 8px;
}
.green-button:hover {
    background-position: 0 33px;
    border-top: 1px solid #e1ecd4;
    border-bottom: 1px solid #dde9ce;
    border-left: none;
    border-right: none;
}
.grey-button {
    background: -moz-linear-gradient(top,#353533 , #848483);
    background: -o-linear-gradient(top, #353533 , #848483);
    background: -webkit-linear-gradient(top, #353533 , #848483);
    background: -ms-linear-gradient(top, #353533 , #848483);
    background: linear-gradient(top, #353533 , #848483);
    -pie-background: linear-gradient(top, #353533 , #848483);
    border-top: 1px solid #70706f;
    border-bottom: 1px solid #d4d4d4;
    border-left: none;
    border-right: none;
    position: relative;
}

.grey-button:hover {
    background: -moz-linear-gradient(top,#848483 , #353533);
    background: -o-linear-gradient(top, #848483 , #353533);
    background: -webkit-linear-gradient(top, #848483 , #353533);
    background: -ms-linear-gradient(top, #848483 , #353533);
    background: linear-gradient(top, #848483 , #353533);
    -pie-background: linear-gradient(top, #848483 , #353533);
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #70706f;
    border-left: none;
    border-right: none;
}

/*- style for page history -*/

.item-form {
    overflow: hidden;
    float: left;
}

.history .item-form label {
    color: #61991A;
    width: 76px;
}

.history .item-form input[type="text"] {
    width: 96px;
    float: left
}

.history .item-form p {
    width: 52px;
    padding-left: 12px;
    line-height: 2.143em;
    float: left;
}

form.history fieldset {
    margin-bottom: 0;
}

.ie7 form.history fieldset {
    margin-bottom: 15px;
}

.add-link {
    float: right;
    width: 270px;
    margin-top: 9px;
    margin-bottom: 31px;
}

.add-link a {
    margin: 0 15px 15px 0;
    display: inline-block;
    *display: inline;
    zoom:1;
}

.header-wrapper-block {
    overflow: hidden;
    padding-right: 51px;
}

.header-wrapper-block h3 {
    float: left;
    margin: 8px 0 18px;
}
.wrapper-block-link {
    float: right;
    font-size: 1.286em;
    margin: 8px 0 18px;
}

.wrapper-block-link a {
    color: #629919
}

.wrapper-block p {
    line-height: 1.429em;
}

/*- style for partner page -*/

.partner {
    margin-bottom: 65px;
}

.partner-link {
    text-align: center;
    margin: 10px 0 25px;
}

.partner-link a {
    margin-right: 25px;
}

.partner .item-form label {
    width: 150px;
    display: block;
    float: left;
    line-height: 28px;
}

.partner .item-form input[type="text"] {
    width: 64px;
    display: block;
    height: 26px;
    line-height: 26px;
    float: left;
}
.partner fieldset p {
    width: 68px;
    float: left;
    line-height: 2.143em;
    padding-left: 12px;
    margin-bottom: 10px;
}

form.partner fieldset {
    margin-bottom: 0;
}

.ie7 form.partner fieldset {
    margin-bottom: 15px;
}


.invite fieldset {
    text-align: center;
}

.invite .form-buttom {
    margin: 0;
    text-align: center;
}

.invite .form-buttom a {
    float: none;
}

.invite .item-form {
    float: none;
}




/* Registration */

div.cont_s {
	padding:0px 271px 0px 0px;
	}
	div.cont_s_pos {
		float:left;
		width:100%;
		}

div.svyaz {
	padding:0px 0px 10px 16px;
	}
	div.svyaz h2 {
		padding-bottom:30px;
		}
	div.svyaz p {
		padding:0px 0px 3px 0px !important;
		}
	div.svyaz div.inp_txt {
		margin-bottom:15px;
		}
	div.svyaz div.inp_txt input {
		width:385px;
		}

table.robots div.inp_txt {
	margin:0px;
	}
table.robots div.inp_txt input {
	width:135px
	}
table.robots td {
	padding-right:10px;
	}
table.robots th {
	padding-right:20px;
	}
table.robots th img {
	border:solid 1px #999999;
	}

	div.svyaz div.inp_area {
		margin-bottom:20px;
		}

	div.svyaz label {
		padding-left:10px;
		}
	
	div.svyaz div.inp_pos, div.svyaz div.inp_check {
		min-height:45px;
		height:auto !important;
		height:45px;
		}
	div.svyaz div.inp_check p {
		float:left;
		width:100%;
		}

	div.svyaz div.inp_pos div.in_ps {
		clear:left;
		padding-bottom:10px;
		}

	div.svyaz small.inf_txt {
 		display:block;
		position:relative;
		top:0px;
		width:400px;
		color:#8c8c8c;
		font-size:11px;
		line-height:14px;
		padding:0px 0px 14px 2px;
		}
	div.svyaz div.inp_pos small.inf_txt {
		width:300px;
		padding:0px 0px 4px 2px;
		}

b.reque {
	position:relative;
	top:7px;
	color:#ff0000;
	font-size:14px;
	padding-left:12px;
	}

.my_page_left_info{width:220px; margin-top:30px; position:relative;border-bottom: 1px solid #c3c3c3;}
.my_help_left_info{width:270px; margin-top:30px; position:relative;border-bottom: 1px solid #c3c3c3}
.my_page_blog_title{font-size:16px; font-weight:bold; color:#629919; padding:0px 0px 0px 20px;}
.my_page_info_in {position:relative}
.my_page_info_in .headh{ padding:3px 0;}
.my_page_info_in .contenth{ padding:5px 0;}
.my_page_info_in .contenth ul{ padding-left:15px; margin-top:0px; list-style:none;}
.my_page_info_in .contenth ul li{background:5px 8px no-repeat;padding: 1px 0}
.my_page_info_in .contenth ul li.green{background:5px 8px no-repeat;padding: 1px 0}
.my_page_info_in .contenth ul li a{ font-size:12px; color:#3A3636;text-decoration: none}

.my_page_right_info{width:737px;position:relative; margin:27px 0 0 0px;}
.my_help_right_info{width:687px;position:relative; margin:27px 0 0 0px;}
.my_page_right_top{width:100%; padding-bottom:5px; position:relative;}
.my_page_right_title{font-size:20px; color:#000000;}



.message-bg { top: 0; left: 0; position: fixed; width: 100%; height: 100%; z-index: 998; background: #000; opacity: .65; filter: alpha(opacity=85); }
.message-content-container { z-index: 999; margin-left:50%; position: fixed; top:0; left: 0; }
.message-content-bg { padding: 80px 44px 23px 23px; position: absolute; left: -50%; top: 150px; width: 500px; height: 263px; /*#9AC035*/ background: url(../proglam/popup-bg.png) 0 0 no-repeat; -background: none; -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='proglam/popup-bg.png', sizingMethod='crop');}
.message-content { z-index: 1000; padding: 80px 44px 23px 23px; position: relative; left: -50%; top: 150px; width: 500px; height: 263px; text-align: center; font-size: 1.7em; background:#fff; border:5px solid #F0CA0D; border-width:0 10px;}
#message-text { text-align: center; width: 500px; height: 220px; vertical-align: middle; overflow: hidden; }
#message-text a {color:#B99D0E !important;}



