.select_dzo_sites {
    color: #0079C2;
    position: relative;
    top: 4px;
    /* left: 34px; */
    cursor: pointer;
    padding-right: 15px;
    background: url(images/show_hide_list.png) no-repeat right 4px;
}

.select_dzo_sites[type="list_open"] {
    background-position-y: -9px;
}

.select_dzo_sites span {
    /* border-bottom: 1px dotted #0079C2; */
}
.list_dzo_sites {
	background: none repeat scroll 0 0 #d7dbde;
    border: 3px solid #b0b7bc;
    border-bottom: 2px solid #696E79;
    bottom: 33px;
    display: none;
    height: 460px;
    position: absolute;
    right: 0;
    width: 790px;
    z-index: 1000;
}

.list_dzo_sites div.column_list {
	height: 460px;
    width: 222px;
    float: left;
    padding: 0px 5px 0 34px;
}

.list_dzo_sites span {
    display: block;
    font-weight: bold;
    color: #e21a1a;
    margin: 18px 0 10px 0;
    font-size: 11px;
}

.list_dzo_sites .dzotitle {
    height: 44px;        
    border-bottom: 2px solid #e21a1a;
}

.list_dzo_sites .dzotitle h1 {
    color: #e21a1a;
    font-size: 15px !important;
    font-weight: bold;
    display: block;
    padding: 13px;
}

#footer div.column_list a {
    float: none;
    margin: 0px 0 10px 0;
    line-height: 13px;
    font-size: 11px;
	color: #616e79;
}

#footer div.column_list a:hover {
    text-decoration: none;
}

#footer div.column_list a:first-child {
    margin-top: 30px;
}

span.close_list_dzo {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	right: 13px;
	top: -9px;
	background: url(/bitrix/templates/main/images/close_modal.png) center center no-repeat;
}
/*
span.close_list_dzo:hover {
    background: url(images/close_dzo_list.png) no-repeat 0px -14px;
}
*/
.decoration_list_dzo {
    width: 29px;
    height: 16px;
    position: absolute;
    background: url(images/decoration_list_dzo.png);
    bottom: -15px;
    right: 72px;
}