
@font-face {
    font-family: myIcon;
    src:url('/skin/fonts/iconfont_5c6f19d.ttf')
}

body {
    background: #F8F8F8
}
#release-store {
    width: 100%;
}
textarea { 
    resize : none; 
    padding:10px 10px;
}
input {
    font-size: 14px;
    padding-left: 10px;
    color:#272727;
    padding:0 10px;
}
textarea:focus {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
input:focus {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
::-webkit-input-placeholder { color:#b7b7b7; }
::-moz-placeholder { color:#b7b7b7; } /* firefox 19+ */
:-ms-input-placeholder { color:#b7b7b7; } /* ie */
input:-moz-placeholder { color:#b7b7b7; }
.release-store-center {
    width: 1200px;
    margin: auto;
}
.rel-sale-store {
    width:840px;
    margin-right: 20px;
    display:inline-block;
    padding: 20px;
    background: #fff;
    vertical-align: top;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    margin-bottom: 60px;
}

.rel-sale-store h1 {
    font-size: 18px;
    font-weight: normal;
    color:#222;
    border-bottom:1px dashed #eee;
    padding-bottom:5px;
    margin-bottom:30px;
}


.rel-item {
    margin-bottom:30px;
}
.rel-item input {
    border:1px solid #ccc;
    border-radius: 4px;
    outline: none;  
    color:#272727;
    vertical-align: middle;
}
.rel-item div{
    display: inline-block;
    vertical-align: middle;
}
.rel-item>div:nth-of-type(1) {
    width: 140px;
    font-size: 14px;
    color:#222;
    margin-right:20px;
}
.rel-item>div:nth-of-type(1) span {
    float: right;
}

/*select  */
.rel-item-select {
    width: 280px;
    font-size: 14px;
    height: 38px;
    background: #FAFAFA;
    line-height: 38px;
    padding-left:10px;
    border:1px solid #eee;
}
.rel-item3 input{
    width: 438px;
    height: 36px;

}
.rel-item4 div{
    vertical-align: top !important;
}
.rel-item4 div:nth-child(1) {
    margin-top: 7px;
}
.rel-item4 textarea {
    width: 600px;
    height: 135px;
    font-size: 14px;
    border:1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left:10px !important;
    color:#272727
}
.rel-item5 input {
    width: 278px;
    height: 36px;
}
.rel-item6 input {
    width: 278px;
    height: 36px;
}
.rel-item7 input {
    width: 90px;
    height: 36px;
    vertical-align: middle
}
.rel-item7 span {
    font-size: 14px;;
    color:#222
    
}
 .rel-item-line {
    color: #ccc !important;
}
.rel-item8 input {
    width:68px;
    height: 36px;
    margin-right: 5px;
}
.rel-item8 div:not(:first-child)>span {
    font-family: simsum;
    font-size: 14px;
    color: #666;
}
.rel-item8-deduct {
    margin-left: 20px;
}
.rel-item label {
    color:#666;
    vertical-align: middle;
}
.rel-item9>div:nth-of-type(2){
    margin-right: 30px;
}
.rel-item9 label {
    vertical-align: middle;
}
.rel-item9 span {
    font-size: 14px;
    vertical-align: middle
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background: #fff;
    
}

/*?????????  */
.chk_1,.chk_2 { 
    display: none; 
} 
 
.chk_1 + label { 
    background-color: #FFF; 
    border: 1px solid #C1CACA; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); 
    padding: 9px; 
    border-radius: 5px; 
    display: inline-block; 
    position: relative; 
    margin-right: 10px;  
    vertical-align: middle;
} 
.chk_2 + label { 
    background-color: #FFF; 
    border: 1px solid #C1CACA; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); 
    padding: 9px; 
    border-radius: 5px; 
    display: inline-block; 
    position: relative; 
    margin-right: 10px;  
} 

.chk_1 + label:active, .chk_2 + label:active{ 
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
 
.chk_1:checked + label,.chk_2:checked + label { 
    /* background-color: #ECF2F7;  */
    border: 1px solid #92A1AC; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); 
    color: #243441; 
} 
 
.chk_1:checked + label:after { 
    content: '\2714'; 
    position: absolute; 
    top: -4px; 
    left: 0px; 
    color: #758794; 
    width: 100%; 
    text-align: center; 
    font-size: 1.4em; 
    padding: 1px 0 0 0; 
    vertical-align: text-top; 
} 
/* .chk_2:checked + label:after { 
    content: '\2714'; 
    position: absolute; 
    top: -4px; 
    left: 0px; 
    color: #758794; 
    width: 100%; 
    text-align: center; 
    font-size: 1.4em; 
    padding: 1px 0 0 0; 
    vertical-align: text-top; 
}  */



.rel-item10 div>span {
    vertical-align: middle;
    font-size:14px;
}
.rel-item10 div:not(:first-child)>span {
    font-family: simsum;
    font-size: 14px;
    color: #666;
     margin-right: 30px; 
}


/*??????  */
.rel-item-warn {
    color: #eb2332 !important;
    font-size: 14px;
}
.rel-item-warn2 {
    display: block;
    margin-left: 140px;
    margin-top:10px;
}

.rel-item img,.rel-login-item img,.rel-agreement img{
    vertical-align: middle;
    margin-left:20px;
    margin-right: 5px;
}
.rel-login-item1 img{
    margin-left: 20px;
}
.rel-login-item2 img{
    margin-left: 58px;
}
/* .rel-login-item3 img{
    margin-left: 37px;
} */

.rel-item span, .rel-login-item span{
    vertical-align: middle;
}


.rel-agreement .rel-dsp {
    position: absolute;
    right: 100px;
}
.rel-radio {
    font-size: 14px;
}
.rel-item9 label:nth-of-type(2) {
    margin-left: 30px;
}
.rel-item-warn>img {
    margin-left: 0;
}
.rel-shop-level .dropdown{
    width: 112px;
}
/* .rel-goods-type {
    display: none;
}
.rel-brand-type {
    display: none;
}
.rel-taxpayer {
    display: none;
} */

/* ?????? */

.form-control {
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    margin-right: 5px;
    padding-left: 10px;
}

.form-area {
    min-width: 100px;
    min-height: 36px;
    display: inline-block;
    border: 1px solid #ccc;
    padding-left: 12px;
    border-radius: 4px;
    line-height: 36px;
    text-align: left;
    font-size: 14px;
    position: relative;
    z-index: 100
}
.form-area ul {
    position: absolute;
    font-size: 12px;
    width: 480px;
    padding-bottom: 10px;
    top: 35px;
    left: -1px;
    z-index: 99;
    background-color: #fff;
    border:1px solid #ccc;
    padding-top: 10px;
}

.form-area  ul li {
    height: 20px;
    float: left;
    width: 100px;
    padding-left: 20px;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;

}
.form-area  ul li:hover {
    color: #eb2332;
}


/* ????????????????????? */
.my-select {
    width:298px;
    height: 36px;
    line-height: 36px;
    border:1px solid #ccc;
    border-radius: 4px;
    position: relative;
}
.my-select .selected {
    position: absolute;
    font-size: 14px;
    color: #272727;
    left: 0;
    top: 0;
    /* padding: 12px; */
    padding-left: 12px;
}
.my-select>img {
    position: absolute;
    right: 10px;
    width: 8px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    transition: all .1s linear;
    
}
.my-select ul {
    position: absolute;
    top: 36px;
    left: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 298px;
    border:1px solid #ccc;
    z-index: 10;
    font-size: 14px;
    background-color: #fff;
    max-height: 204px;
    /* overflow-y: scroll; */
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    display: none;
}
.my-select ul li {
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    color: #272727;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-transition: all.1s linear;
    transition: all .1s linear;
}
.my-select ul li:hover {
    background-color: #d24a67;
    color: #fff;
    cursor: pointer;
}
.city-min {
    display:none !important;
    opacity: 0;
}














/*????????? ????????????*/
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f8f8f8;
}

/*????????????*/
#demand_info_container{
    width: 1200px;
    margin: 0 auto;
    color: #666;
    font-size: 12px;
    margin-top:20px;
}
#demand_info_local {
    margin: 19px 0 15px 0;
}
.demand_info_local_a {
    color: #666666;
    text-decoration: none;
}
.demand_info_a_active {
    color: red
}
/*????????????*/
#demand_info_process {
    height: 113px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.demand_info_process_capital {
    width: 208px;
    height: 113px;
    background-color: #7d3ee1;
    color: white;
    text-align: center;
    background: url('/skin/images/demand_info_process_capital_2ba6067.png');
    position: relative;
}
.demand_info_process_capital span {
    display: inline-block;
}
.demand_info_process_capital>div {
    position: absolute;
    bottom: 27px;
}
.demand_info_process_capital span:nth-of-type(1) {
    margin-bottom: 20px;
    font-family: 'FZZCHJW--GB1-0';
    font-size: 24px;
}
.demand_info_process_capital span:nth-of-type(2) {
    font-family: 'PingFang-SC-Medium';
    font-size: 16px;
}
.demand_info_process_capital:after,.demand_info_process_capital:before {
    position: absolute;
    width: 0;
    height: 0;
    right: -7px;
    content: '';
}
.demand_info_process_capital:after {
    border-bottom: 7px solid #7d3ee1;
    border-right: 7px solid transparent;
}
.demand_info_process_capital:before {
    bottom: 0;
    border-top: 7px solid #7d3ee1;
    border-right: 7px solid transparent;
}


.demand_info_process_detail {
    height: 99px;
    width: calc(1200px - 208px);
    padding: 0 145px 0 95px;
    box-sizing: border-box;
    background-color: #c3c3c3;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    color: white;
    line-height: 99px;
    font-size: 14px;
    background: url('/skin/images/demand_info_process_detail_3ef44d3.png');
}

.demand_info_process_detail img {
    vertical-align: middle;
}
.demand_info_process_detail_circle {
    display: inline-block;
    margin-left: 5px;
}
.demand_info_process_detail_circle span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
}
.demand_info_process_detail_circle span:nth-last-of-type(1) {
    margin-right: 0;
}
/*??????*/
.demand_info_process_detail .active {
    color: red;
}
.demand_info_process_detail .active span {
    background-color: #ccc;
}
.demand_info_process_detail .active .activeSpan {
    background-color: red;
}
.demand_info_process_detail .active .activeSpan:nth-of-type(4) {
    height: 6px;
    width: 6px;
}

/*select*/
#demand_info_choose {
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
}
.demand_info_public{
    width: 100%;
    background-color: white;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-bottom: 58px;
}
.demand_info_state {
    width: 300px;
}
.demand_info_public_header{
    display: flex;
    height: 60px;
    margin-bottom:30px;
}
.demand_info_public_header div {
    width: 50%;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.demand_info_public_header div:nth-of-type(2) {
    background-color: rgba(55,55,2,0.06);
}
.demand_info_public_item {
    margin-top: 20px;
}
.demand_info_public_item:nth-of-type(1) {
    margin-top: 30px;
    text-align: center;
}
.demand_info_public_item span {
    display: inline-block;
    width: 128px;
    text-align: right;
    font-size: 14px;
    color: black;
}
.demand_info_public_item .demand_info_chooseItem {
    width: 298px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-indent: 12px;
}
.demand_info_public_item input {
    color :black;
}
.demand_info_public_item ::-webkit-input-placeholder { /* WebKit browsers */
    color:      #ccc;
}
.demand_info_public_item :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
.demand_info_public_item ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
.demand_info_public_item :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
.demand_info_public_item .division {
    width: 25px;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    vertical-align: middle;
}
.demand_info_public_item textarea.demand_info_chooseItem {
    vertical-align:top;
    width: 680px;
    height: 155px;
    resize:none;
    padding-top: 15px;
    box-sizing: border-box;
}
#demand_info_public_btn input {
    display: inline-block;
    background-color: #e22932;
    width: 175px;
    height: 41px;
    outline: none;
    color: white;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

/*??????*/
.demand_info_state .demand_info_state_img {
    width: 100%;
    background: url('/skin/images/demand_info_state_red_114129a.png');
    height: 69px;
    line-height: 69px;
    color: white;
    font-size: 18px;
    text-align: center;
}
.demand_info_state_deal {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 20px 20px 20px 25px;
    height: 145px;
    overflow: hidden;
}
.demand_info_state li {
    list-style: none;
    margin-top: 19px;
    cursor: pointer;
}
.demand_info_state li:nth-of-type(1) {
    margin-top: 0;
}
.demand_info_state li a {
    text-decoration: none;
    color: black;
}
.demand_info_state_deal li a {
    display: flex;
    justify-content: space-between;

}
.demand_info_state_deal li div {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.demand_info_state_deal li div:nth-of-type(1) {
    width: 20%
}
.demand_info_state_deal li div:nth-of-type(2) {
    width: 65%;
}

.demand_info_state_leave {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 20px 20px 20px 25px;
}
.demand_info_state_leave li{
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.demand_info_state_leave li p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.demand_info_state_leave li:hover p {color:#eb2332}
.demand_info_state_leave li:hover div {color:#eb2332}
.demand_info_state_leave_time {text-align: right;color: #999;}

.fast_release{ display:none;}

.hide{ display:none !important}

.rel-dsp {display: inline-block; visibility: hidden; margin-top: 5px;}

.demand_release .content{ float: left; width:828px; height: 454px; background: url(/skin/images/bg_release.png)}
.demand_release .content .w300{width:398px; margin:10px auto;}
.demand_release .content .tit{font-size: 24px; color:#272727; text-align: center; padding-bottom:8px; }
.demand_release .content .type,
.demand_release .content textarea,
.demand_release .content .ipt_tel,
.demand_release .content .ipt_code{border-radius:4px;width:398px;height: 45px;  background:rgba(255, 255, 255, .2); border:none; appearance: none;  -moz-appearance: none; -webkit-appearance: none;  -webkit-tap-highlight-color: rgba(255,255,255,0); outline:none; color:#666;border:1px solid #eee;}
.demand_release .content .type{position: relative; margin-bottom: 10px; cursor: pointer; }
.demand_release .content .type span{line-height: 45px; padding-left: 10px; display: block; cursor: pointer; }
.demand_release .content .ul{border:1px solid #eee;border-top:none;position: absolute; top:45px; width:100%; left:-1px;background-color:#fff; transition: all .2s; height: 0; overflow: hidden; z-index: 10}
.demand_release .content .ul li{cursor: pointer; text-indent: 10px; height: 30px; line-height: 30px; }
.demand_release .content .ul li:hover{background:#d24a67 ;color:#fff;}
.demand_release .content textarea{ display: block; width:378px; height: 100px; margin-bottom: 10px;  }
.demand_release .content .ipt_tel{ width:378px; margin-bottom: 10px; text-indent: 10px;}
.demand_release .content .ipt_code{width:270px; text-indent: 10px; }
.demand_release .content .btn_send{display: inline-block; width:105px; text-align: center; line-height: 48px; font-size: 14px; background:#eb2332; cursor: pointer; border-top-right-radius: 4px;border-bottom-right-radius: 4px;color:#fff;}
.demand_release .content img{position: absolute; right: 0; height: 45px; border-radius: 5px; cursor: pointer; }
.demand_release .content .btn_release{height: 48px; line-height: 48px; background-color:#eb2332; text-align: center; font-size: 16px; cursor: pointer;border-radius: 5px;color:#fff; }
.demand_release .content .btn{display: block; text-align: center; color:#fff; font-size: 14px; padding:8px 0; }
.demand_release .content .btn i{display: inline-block; width:22px; height: 22px; background:url(/skin/images/icon_go.png) no-repeat; margin-left: 10px; vertical-align: -5px; background-size: contain; }
.demand_release .content .err{height: 25px; margin:5px 0; color:#eb2332; }


.demand_dialog_wrap{position: fixed; top:0; bottom: 0; left:0; right:0; background-color: rgba(000, 000, 000, 0.5); z-index: 100; }
.demand_dialog_wrap .dialog{width:300px; height: 200px; position: absolute; left: 50%; top:50%; background: #fff;  margin-left: -150px; margin-top: -100px; text-align: center; border-radius: 5px; padding: 20px 0; }
.demand_dialog_wrap .dialog h3{font-size: 18px; font-weight: normal; padding-bottom:20px; }
.demand_dialog_wrap .dialog img{cursor: pointer; }
.demand_dialog_wrap .dialog input{display: block; width: 150px; height: 35px; border:1px solid #eee; margin:10px auto 0; text-indent: 10px; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(255,255,255,0); outline: none;}
.demand_dialog_wrap .dialog a{display: inline-block; width:80px; height: 30px; background-color: #eb2332; color:#fff; line-height: 30px; font-size: 14px; border-radius: 5px; margin:10px; }
.demand_dialog_wrap .dialog .err{text-align: left; padding-left: 75px; height: 20px; color:#eb2332; }


#demand_tj { display:inline-block;width: 278px; margin-left:16px;}
#demand_tj>div {background: #fff;border: 1px solid #eee; padding-bottom:10px;}
#demand_tj>div>h2 { font-size:18px;color:#272727;font-weight: normal;padding: 5px 10px;margin-top: 10px;}
#demand_tj>div>p {color:#666;padding-bottom:10px;border-bottom: 2px solid #eb2332;margin-left: 10px;margin-right: 10px;}
#demand_tj>div>div {padding: 0 10px; margin-top:20px;}


#demand_tj>div:not(:first-child) { margin-top: 30px;}
#demand_tj>div>h1 { font-size: 18px; height: 60px; line-height: 70px;color:#fff;font-weight: normal;margin: 0 10px;border-bottom: 2px solid #eb2332;color:#272727;}
#demand_tj .msg_dt { padding: 10px 0;}
#demand_tj .msg_dt span:nth-child(1) { margin-left:10px;}
#demand_tj .msg_dt span:nth-child(2) { margin-left:40px;}

#demand_tj .msg_ly { border-bottom: 1px dashed #eee; padding: 5px 0;}
#demand_tj .msg_ly:hover h4 {color:#eb2332;}
#demand_tj .msg_ly:hover p {color:#eb2332;}

#demand_tj .msg_ly:last-child {border-bottom: none}

#demand_tj .msg_ly p {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f3f9ff;border: 1px solid #c3e1ff;padding: 5px;}
#demand_tj .msg_ly h4 {font-weight: normal;color:#999; margin-top: 5px;}
#demand_tj .msg_ly h4 span {display: inline-block;width:70px;vertical-align: middle;}
#demand_tj .msg_ly h4 span:nth-child(1) {padding-left: 10px;}
#demand_tj .msg_ly h4 span:nth-child(2) {float: right;margin-top: 4px;}
#txtMarquee-top {height: 330px;overflow: hidden;}
#txtMarquee-bottom { height: 370px;overflow: hidden;}

/* ????????? -------------------------------------*/

/* Prevent text and blocks selection */
input.labelauty + label ::selection { background-color: rgba(255, 255, 255, 0); }
input.labelauty + label ::-moz-selection { background-color: rgba(255, 255, 255, 0); }

/* Hide original checkboxes. They are ugly! */
input.labelauty { display: none !important; }

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label
{
	display: table;
	font-size: 11px;
	padding: 10px;
	background-color: #efefef;
	color: #b3b3b3;
	cursor: pointer;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;


	transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

/* Stylish text inside label */

input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked
{
	display: inline-block;
	line-height: 16px;
	vertical-align: bottom;
}

/* Stylish icons inside label */

input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image
{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left center;

	transition: background-image 0.5s linear;
	-moz-transition: background-image 0.5s linear;
	-webkit-transition: background-image 0.5s linear;
	-o-transition: background-image 0.5s linear;
}

/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked
{
	margin-left: 7px;
}

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover
{
	background-color: #eaeaea;
	color: #a7a7a7;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image
{
	display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked
{
	display: none;
}

/* When Checked */
input.labelauty:checked + label
{
	background-color: #3498db;
	color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #72c5fd;
}
input.labelauty:checked + label > span.labelauty-unchecked-image
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked
{
	display: none;
}

input.labelauty:checked + label > span.labelauty-checked
{
	display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked
{
	display: block;
}

/* When Disabled */
input.labelauty[disabled] + label
{
	opacity: 0.5;
}

/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image
{
	background-image: url(/skin/images/input-unchecked_b96b35f.png);
}

input.labelauty + label > span.labelauty-checked-image
{
	background-image: url(/skin/images/input-checked_61f5683.png);
}
.dowebok li { display: inline-block;vertical-align: middle; margin-right: 10px;}
/* ----------------------------------------------------------------- */