@charset "utf-8";
/* CSS Document */


html, body { height:100%; }

a { color: #404040; /* надо точки */ }
a:hover { color: #404040; }

a img {
	border:0;
}

table, caption, tbody, tfoot, thead, tr, th, td { padding: 0; margin: 0; vertical-align:top; }

h1, h2, h3, h4, h5 { font-family:Arial, Helvetica, sans-serif; color:#333; }

h1 { font-size: 20px;  font-weight:normal; margin: 0px; }
h2 { font-size: 18px;  font-weight:normal; margin: 0px; }
h3 { font-size: 16px;  font-weight:normal; margin: 0px; }
h4 { font-size: 16px;  font-weight:normal; margin: 0px; }
h5 { font-size: 16px;  font-weight:normal; margin: 0px; }

.des_cL { clear:left;  }
.des_cR { clear:right; }
.des_cB { clear:both;  }


.des_body {
	background:url(images/mainbg.png) repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size:12px;
}
.des_body_padding {
	padding:0 20px;
}

.des_wrapper {
	max-width: 1480px; /* 1600 */
  	min-width: 940px;
	
	/*height:100%;*/
	position:relative;
	margin:0 auto;
}

.des_header_wraper {
	background:url(images/mainbg.png) repeat left top;
	height:155px;
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
}

.des_header {
	
	width:980px;
	height:154px;
	overflow:hidden;
	max-width:1480px;/* 1600 */
	margin:0 auto;
}

.des_leftLogo {
	margin-left:-20px;
}
.des_rightLogo {
	margin-right: 20px;
}



.des_header_wrapper {
	max-width: 1480px;/* 1600 */
  	min-width: 940px;
	
	/*height:100%;*/
	position:relative;
	margin:0 auto;
}
.des_footer_wrapper {
	max-width: 1480px;/* 1600 */
  	min-width: 940px;
	
	height:100%;
	position:relative;
	margin:0 auto;
}

.des_leftLogo {
	width:299px;
	height:154px;
	overflow:hidden;
	float:left;
}

.des_rightLogo {
	width:180px;
	height:154px;
	overflow:hidden;
	float:right;
}

.des_content {
	height:100%;
	min-width: 960px;
	overflow:hidden;
	max-width:1480px; /*1600*/
	/*background-color:#e4e4e4;*/
	background:url(images/bg-content.png) repeat-y left top;
}

.des_footer {
	position:relative;
	bottom:0;
	height:90px;
	/*overflow:hidden;*/
	max-width:1480px; /*1600*/
}

.des_leftCol {
	width:300px; /*314*/
	float:left;
	padding-top:0px;
	/*height:100%;*/
	background-color:#e4e4e4;
	overflow:hidden;
	position:fixed;
	margin-top:155px;
}

.des_rightCol {
	margin-left:300px;/*314*/
	/*width:100%;*/
	max-width: 12
	80px; /*+14 +140*/
	padding-top:20px;
	padding-bottom:30px;
	height:100%;
	min-height:600px;
	overflow:hidden;
	background-color:#fff;
	margin-top:155px;
}

.des_workCont {
	background-color: #333;
	margin:10px;
	height:140px;
}


.des_menuWrapper {
	width:285px;
	float:right;
}

.des_menuWrapper  h1 span {
	background-color: #747474;
	padding:3px;
	
	color:#fff;
	text-transform: uppercase;
}

.des_menuWrapper  h1.selected span {
	background-color: #040404;
	padding:3px;
	color:#fff;
	text-transform: uppercase;
}

.des_menuWrapper h1 {
	font-size:16px;
	margin-left:3px;
	font-weight: normal;
	margin-top:25px;
	margin-bottom:4px;
}

ul.des_mainMenu {
	padding:0;
	margin:0;
	list-style-type: none;
}

ul.des_mainMenu li {
	padding:0 0 0 10px;
	margin:0;
	vertical-align:top;
	background:url(images/list-left-icon.png) no-repeat 0px 7px;
}

ul.des_mainMenu li a {
	text-decoration:none;
	line-height: 21px;
	font-size:12px;
	font-weight:bold;
}

ul.des_mainMenu li a span {
	/*background: url(images/border-dotted.png) repeat-x 0 16px;*/
	/*line-height: 24px;*/
	padding: 0px 0px 4px 0px;
}

ul.des_mainMenu li:hover {
	background-image:none;
	background-color:#fff;
	background: url(/bitrix/templates/interia-vote-2013/images/bg-item.png) no-repeat;
}

ul.des_mainMenu li.des_selMenu {
	background-image:none;
	background-color:#fff;
	background: url(/bitrix/templates/interia-vote-2013/images/bg-item.png) no-repeat;
}



ul.des_mainMenu li.selected {
	background-color:#fff;
}


.des_workMainWrap {
	height:235px;
	display:table-cell;	
}

.des_workHead {
	height:20px;
	font-size: 14px;
	color:#787878;
	/*font-weight:bold;*/
}

.des_workContentTd {
	padding:5px;
	border:1px solid #d4d4d4;
}

.des_workMouseEnter.des_selWorkST .des_workContentTd {
	border:1px solid #000;
}

.des_workMouseEnter.des_selWorkST .des_workHead {
	color:#000;
}

.des_workMouseEnter.des_selWorkST .des_commentsBlock a {
	color:#000;
}

.des_workContentDiv {
	height:170px;
	overflow:hidden;	
	max-width:1220px;
}

.des_workFooter {
	height:25px;
	padding:5px 0;
}

.des_workLeftArr {
	width:30px;
	height:235px;
	float:left;
	background: url(images/left-arrow.png) no-repeat -40px 0;
}

.des_workRightArr {
	width:30px;
	height:235px;
	float:left;
	background: url(images/right-arrow.png) no-repeat -40px 0;
}

.des_selected.des_workLeftArr { background: url(images/left-arrow.png) no-repeat left center; cursor:pointer; }
.des_selected.des_workRightArr { background: url(images/right-arrow.png) no-repeat right center; cursor:pointer; }
.des_selected.des_workContent { border:1px solid #a9a9a9; }

ul.des_workSlider {
	padding:0px;
	margin:0px;
	list-style-type:none;
	height:170px;
}

ul.des_workSlider li {
	display:inline;
	padding:0 3px;
	height:170px;
}

ul.des_workSlider li img {
	cursor:pointer;
}

.des_workMouseEnter { margin-top:5px; }



#id_loading {
	background:url(images/bg-loading.png) repeat;
	z-index:10000;
	position:absolute;
	top:0;
	height:100%;
}

#id_loading.ie8modeLoading {
	background-image:none;
	background-color:#000 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index:10000;
	position:absolute;
	top:0;
	height:100%;
}

#id_loading_icon.ie8modeLoading {
	background-image:none;
	background-color:#000 !important;
}



#id_loading_iconMode {
	/*background:url(images/bg-loading.png) repeat;*/
	z-index:10000;
	position:absolute;
	top:0;
	height:100%;
}

.des_voteBlock {
	width:320px;
	height:20px;
	float:left;
}

.des_commentsBlock {
	width:250px;
	height:20px;
	float:right;
	
	padding-right:15px;
	padding-top:4px;
	text-align:right;

}

.des_commentsBlock a {
	/*font-weight:bold;*/
	text-decoration:none;
	color:#787878;
}

.des_commentsBlock a:hover {
	text-decoration: underline;
}




.banners_container{
	color: #fff;
	font-size: 10px;
	width: 100%;
	height: 70px;
	position: absolute;
	/*bottom: 36px;*/
	z-index: 1;
	/*background: #000;*/
	display: block;
}
.banners_container .transp_bg{
	background: #000;
	opacity:0.7;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  position: absolute;
	z-index: 1;
	width: 100%;
	height: 70px;
}
.banners_container .text{
	z-index: 10;
	position: relative;
	padding: 5px 32px;
}
.banners_galary{
	width: 100%;
	height: 70px;
	position: relative;
	display: block;
}
.banners_galary_cont{
	overflow: hidden;
	height: 70px;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	z-index: 100;
	display: block;
}
.banners_galary_cont ul{
	height: 70px;
	margin: 0;
	padding: 0;
	display: block;
}
.banners_galary_cont ul li{
	float: left;
	display: block;
	height: 70px;	
	margin: 0 5px 0 0;
	width:160px;
	list-style: none;
	padding: 0;
}
.banners_galary .str_left{
	background: url('images/left-b.png') no-repeat 0 0;
	width: 31px;
	height: 70px;
	cursor: pointer;
	display: block;
	position: absolute;
	left: -30px;
	z-index: 1000;
}
.banners_galary .str_right{
	background: url('images/right-b.png') no-repeat 0 0;
	width: 31px;
	height: 70px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: -30px;
	z-index: 1000;
}
.banners_galary_cont li span{
	display: block;
	height: 15px;
}

.des_newLogoCont {
    width:150px;
    height: 63px;
    padding: 2px 5px 5px 5px;
    margin-right:5px;
    overflow:hidden;
    text-align:center;
    background:url(images/footer-li-bg.png);
}

.des_newLogoCont div {
    color:#000;
    height:26px;
    width:150px;
    overflow:hidden;
    display: table-cell; vertical-align: middle;
}

.banners_galary .str_left {
    margin-top:12px;
}
.banners_galary .str_right {
    margin-top:12px;
}

.des_loading_line_left {
	height:15px;
	width:11px;
	background:url(images/loading-left.png) no-repeat left top;
	float:left;
}
.des_loading_line_right {
	height:15px;
	width:11px;
	background:url(images/loading-right.png) no-repeat left top;
	float:left;
}
.des_loading_line_right.des_notLoad {
	background-image:none;
}
.des_loading_line_center_lvl2 {
	height:15px;
	width:0px;
	background:url(images/loading-bg.png) repeat-x left top;
}
.des_loading_line_center_lvl3 {
	height:15px;
	background:url(images/loading-animate.png) no-repeat left top;
	display:none;
}

.des_loading_line_center {
	height:15px;
	background:url(images/loading-bg-white.png) repeat-x left top;
	width:220px;
	float:left;
}
#id_loading_title_cont {
	color:#fff;
	text-align:center;
	padding-bottom:3px;
}

.des_loading_line_right.des_notLoad {
	background-image:none;
}



.des_loading_line_left.ie8modeLoading {
	background:url(images/loading-left-ie8.png) no-repeat left top !important;
}
.des_loading_line_right.ie8modeLoading {
	background:url(images/loading-right-ie8.png) no-repeat left top;
}
.des_loading_line_center_lvl2.ie8modeLoading {
	background:url(images/loading-bg-ie8.png) repeat-x left top !important;
}
.des_loading_line_center_lvl3.ie8modeLoading {
	background:none !important;
}
.des_loading_line_center.ie8modeLoading {
	background:url(images/loading-bg-white-ie8.png) repeat-x left top !important;
}


.des_loading_line_right.des_notLoad.ie8modeLoading {
	background-image:none;
}
.des_loading_line_right.ie8modeLoading.des_notLoad {
	background-image:none;
}



div.popup-window {
	display:none;
	z-index:10000;
	position:absolute;
	top:50%;
	left:50%;
	text-align: left;
	padding: 0px;
    line-height: 15px;
    overflow: visible;
    color: #7a7c7f;
	font-size:12px;
}

div.popup-window .content{
	background-color: #ffffff;
    margin-top: -10px; 
    position: relative; 
    height: 1%;
}

div.popup-window .lt{
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-lt1.png');
    width: 24px;
    height: 25px;
}

div.popup-window .t{
	height: 25px;
	background: 0% 0% repeat-x url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-t1.png');
}

div.popup-window .rt{
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-rt1.png');
    width: 24px;
    height: 25px;
}

div.popup-window .l{
	background: 0% 0% repeat-y url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-l.png');
    width: 24px;
}

div.popup-window .r{
	background: 0% 0% repeat-y url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-r.png');
    width: 24px;
}

div.popup-window .lb{
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-lb1.png');
    width: 24px;
    height: 30px;
}

div.popup-window .b{
	height: 30px;
	background: 0% 0% repeat-x url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-b.png');
}

div.popup-window .rb{
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-rb1.png');
    width: 24px;
    height: 30px;
}

div.popup-window div.popup-title-div {
    position: relative;
    padding-right: 20px;
}

div.popup-window .title{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
    padding-bottom: 10px;
}

div.popup-window .title-nopad{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
    padding-bottom: 10px;
}

div.popup-window div.pad{
    padding-top: 10px;
}
/*
div.popup-window a.close{
	display:block;
	width: 9px;
	height: 9px;
    margin-top: 7px;
	float:right;
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-close.gif');
	text-decoration: none;
}
*/
div.popup-window a.close{
	display:block;
	width: 9px;
	height: 9px;
    background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/popup-close.gif');
	text-decoration: none;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 10;
}

div.popup-window form{
	padding: 0px;
	margin: 0px;
}

div.popup-window .lm{
	padding-left: 10px;
}

div.popup-window .item{
	padding-bottom: 5px;
}

div.popup-window label {
	color: #7a7c7f;
	font-size:12px;
}

div.popup-window label.error {
	color: red;
	font-size:12px;
}

div.popup-window span.text {
	color: #7a7c7f;
	font-size:12px;
}

div.popup-window span.error {
	color: red;
}

div.popup-window span.require {
	color: red;
}

div.popup-window span.orange {
	color: #f57e04;
}

div.popup-window div.error {
	color: red;
    font-size:10px;
    line-height: 10px;
    font-style: italic;
}

div.popup-window a.gray {
	color: #7a7c7f;
	font-size:12px;
	text-decoration: underline;
}

div.popup-window a.gray:hover {
	text-decoration: none;
}

div.popup-window .border_gray {
	border:1px solid #bcbcbc;
}

div.popup-window .border_red {
	border:1px solid red;
}

div.popup-window input.text {
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	width: 190px;
}

div.popup-window textarea.text {
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	width: 190px;
	height: 55px;
}

div.popup-window input.file {
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	width: 315px;
}

div.popup-window div.button {
	width: auto;
	height: 23px;
}

div.popup-window div.button .inner {
	width: auto;
	height: 23px;
	float: left;
	background-color:#939598;
}

div.popup-window div.button .left {
	width: 5px;
	height: 23px;
	float: left;
	background: 0% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/gray_button_left.gif');
}

div.popup-window div.button .right {
	width: 5px;
	height: 23px;
	float: left;
	background: 100% 0% no-repeat url('/bitrix/templates/archiprofi-viewer/popup/templates/.default/images/gray_button_right.gif');
}

div.popup-window div.button input {
	height: 23px;
    margin: 0px;
	background-color:#939598;
    border: none;
	text-decoration: none;
	color: #ffffff;
	font-size:13px;
	text-align:center;
    font-family:Arial;
    font-weight: bold;
}

div.popup-window div.button a {
    display: block;
	height: 23px;
	background-color:#939598;
	text-decoration: none;
	color: #ffffff;
	font-size:13px;
    line-height: 23px;
	text-align:center;
    font-family:Arial;
    font-weight: bold;
    cursor: pointer;
}

div.popup-overlay
{
	display:none;
	height:100%;
	background:url(images/bg-loading.png) repeat;
	/*background-color:#000;*/
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:9999;
	
	/*
	opacity: 0.4; 
	-moz-opacity: 0.4; 
	-khtml-opacity: 0.4; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	*/
}

div.popup-overlay.ie8mode
{
	background-image:none;
	background-color:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.content { 
	padding:10px; border:1px solid #ccc;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
}


#slider {
    display: none;
	height: 100%;
    width: 100%;
	position: fixed;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5001;
    min-width: 320px;
    min-height: 240px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#slider div.slider-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
    background: #000000;
}
#slider.slider-loading div.slider-overlay {
    background: #000000 50% 50% no-repeat url('/core/slider/images/slider-loader.gif');
}
#slider div.slider-image-holder {
    display: none;
    position: absolute;
    height: 0;
    width: 0;
	left: 0;
	top: 0;
	z-index: 41;
    margin-top: -20px;
}
#slider div.slider-image-cache {
    display: none;
}
#slider div.slider-image-holder img {
    display: block;
}
#slider div.slider-image-holder img.slider-clickable {
    cursor: pointer;
}
#slider a.slider-zoom {
    display: none;
    text-decoration: none;
    width: 37px;
    height: 37px;
    background: 0% 0% no-repeat url('/core/slider/images/slider-zoom-new.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 80;
}
#slider div.slider-image-holder:hover a.slider-zoom {
    display: block;
}

#slider a.slider-close {
    display: block;
    text-decoration: none;
    width: 19px;
    height: 19px;
    background: 0% 0% no-repeat url('/core/slider/images/slider-close.png');
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 50;
}
#slider a.slider-next {
    display: none;
    text-decoration: none;
    width: 43px;
    height: 42px;
    background: 0% 0% no-repeat url('/core/slider/images/slider-next.png');
    position: absolute;
    bottom: 22px;
    right: 50px;
    z-index: 60;
}
#slider a.slider-prev {
    display: none;
    text-decoration: none;
    width: 43px;
    height: 42px;
    background: 0% 0% no-repeat url('/core/slider/images/slider-prev.png');
    position: absolute;
    bottom: 22px;
    left: 50px;
    z-index: 60;
}

#slider div.slider-name {
    display: none;
    position: absolute;
    height: 19px;
	left: 130px;	
	right: 130px;
	bottom: 33px;
	z-index: 50;
    overflow: hidden;
    text-align: center;
}
#slider div.slider-name span {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
    background: 0% 0% repeat url('/core/slider/images/slider-name-back.png');
    padding: 0 15px;
}

#slider div.slider-screen-next {
    position: absolute;
    width: 50%;
    height: 100%;
	right: 0;
	top: 0;
	z-index: 40;
}
#slider div.slider-screen-prev {
    position: absolute;
    width: 50%;
    height: 100%;
	left: 0;
	top: 0;
	z-index: 40;
}

.slider-screen-next {
	cursor:pointer;
	z-index:42 !important;
}

.slider-screen-prev {
	cursor:pointer;
	z-index:42 !important;
}

.des_noBG {
	background-image:none !important;
}

.des_voteBlock span {
	font-size:12px;
	color:#787878;
	
}
.des_voteBlock {
	padding-top:4px;
}


div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/star-empty.png);
	width:22px;
	height:22px;
	overflow:hidden; float:left;
}

div.star-voted
{
	background-image: url(images/star-voted.png);
	width:22px;
	height:22px;
	overflow:hidden; float:left;
}

div.star-over
{
	background-image: url(images/star-voted.png);
	width:22px;
	height:22px;
	overflow:hidden; float:left;
}


 .popup-window {

	/*margin: auto !important; position: absolute !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important;
	height:491px;*/
	top: 0; 
	background-color: #fff;
	-webkit-border-radius:  0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow: none !important;
	border: 0 !important;

}
/*
#id_popupOverlay .popup-window .content {

	height:490px;
}
*/

div.star-active
{
	cursor: pointer;
}

.des_contWorkBlock {

}

.des_spHideWork {
	width:0 !important;
	height:0 !important;
	overflow:hidden;
}

.des_buttons_container {
	position:absolute;
	top:-50px; left:20px;
	z-index:100;
}
.des_buttons_container a {
	float:left;
	margin-left:4px;
}