.block .error {
    border: 2px red solid;
    background-color: yellow;
    padding: 5px;
    color: black;
    font-size: 12px;
    font-weight: bold;
	}

/* Блок типа А - закругленные углы + тень */
.blockA {
    position: relative; /* для того чтобы внутри блока можно было расположить элементы с position: absolute */
    zoom: 1;
}

	.blockA-tr {
	    width: 100%;
	    margin: auto;
	    padding: 0;
	    background: url("/img/v6/block/blockA_tr.png") no-repeat right top;
		}
	
	.blockA-tl {
	    margin: 0;
	    padding: 0;
	    background: url("/img/v6/block/blockA_tl.png") no-repeat left top;
		}

	.blockA-br {
	    margin: 0;
	    padding: 0;
	    background: url("/img/v6/block/blockA_br.png") no-repeat right bottom;
		}

	.blockA-bl {
	    margin: 0;
	    padding: 0;
	    background: url("/img/v6/block/blockA_bl.png") no-repeat left bottom;
		}

	.blockA-content {
	    margin: 0;
	    padding: 5px 10px 10px;
		}

/* Заголовок с тенью у блока */
	.blockA h1 {
	    display: block;
	    float: left;
	    position: relative;
	    height: 30px;
	    line-height: 24px;
	    padding-left: 1px;
	    padding-top: 5px;
	    font-family: Arial;
	    font-size: 20px;
	    font-weight: bold;
	    color: #00162f;
		}

	.blockA h1 span {
	    position: absolute;
	    left: 0px;
	    top: 4px;
	    color: #e67300;

		}
		
	.blockA h2 {
	    position: relative;
	    height: 30px;
	    line-height: 24px;
	    padding-left: 1px;
	    padding-top: 5px;
	    font-family: Arial;
	    font-size: 20px;
	    font-weight: bold;
	    color: #00162f;
		}

	.blockA h2 span {
	    position: absolute;
	    left: 0px;
	    top: 4px;
	    color: #e67300;
		}

.blockA .buttons a.viewAll, .blockD .buttons a.viewAll {
    display: block;
    float: right;
    width: 18px;
    height: 25px;
    background: url(http://www.giport.ru/img/v6/block/iconViewAll.png) center no-repeat;
}

.blockA .buttons a.addNew, .blockD .buttons a.addNew {
    display: block;
    float: right;
    width: 18px;
    height: 25px;
    background: url(http://www.giport.ru/img/v6/block/iconAddNew.png) center no-repeat;
}

.blockA .buttons a.arrowUp {
    display: block;
    float: right;
    width: 18px;
    height: 25px;
    background: url(http://www.giport.ru/img/v6/block/iconArrowUp.png) center no-repeat;
}

.blockA .buttons a.arrowDown {
    display: block;
    float: right;
    width: 18px;
    height: 25px;
    background: url(http://www.giport.ru/img/v6/block/iconArrowDown.png) center no-repeat;
}

.blockA .buttons a.downDisabled {
    background-image: url(/img/v6/block/iconArrowDownDisabled.png);
}

.blockA .buttons a.downEnabled {
    background-image: url(/img/v6/block/iconArrowDownEnabled.png);
}

.blockA .buttons a.upDisabled {
    background-image: url(/img/v6/block/iconArrowUpDisabled.png);
}

.blockA .buttons a.upEnabled {
    background-image: url(/img/v6/block/iconArrowUpEnabled.png);
}

/*
 --------------------------------------------
 blockB - закругленные углы, нет градиента, красочный заголовок
 */
.blockB {
    position: relative;
    width: 166px;
    zoom: 1;
}

.blockB-tr {
    width: 100%;
    margin: auto;
    padding: 0;
    background: url("/img/v6/block/blockB_tr.png") no-repeat right top;
}

.blockB-tl {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockB_tl.png") no-repeat left top;
}

.blockB-br {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockB_br.png") no-repeat right bottom;
}

.blockB-bl {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockB_bl.png") no-repeat left bottom;
}

.blockB-content {
    margin: 0;
    /*position: relative;  для того чтобы внутри блока можно было расположить элементы с position: absolute */
}

/* Заголовок с тенью цветной */
.blockB .colorHeading {
   padding:4px 0;
    position: relative;
    left: 0px;
    top: 10px;
    text-align: center;
    width: 164px;
    background: url('/img/v6/block/blockB_color_headers3.png') repeat-x center;
}


.blockB .colorHeading.green {
	background-position: 0 -80px;
}

.blockB .colorHeading.blue {
	background-position: 0 42%;
}

.blockB .colorHeading.red {
	background-position: 0 58%
}

.blockB .colorHeading.yellow {
	background-position: 0 -237px;
}

.blockB .colorHeading h1 {
	display: inline-block;
	*zoom:1;
	*display: inline;
    
    position: relative;
    top: 1px;
    line-height: 16px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.blockB .colorHeading h1 span {
    position: absolute;
    left: -1px;
    top: -1px;
    color: #ffffff;
}

/* Разделитель - ромб, для каждого конкретного блока переопределить ромб */
.blockB .squareDivider {
    width: 100%;
    display: block;
    height: 13px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.blockB .buttons {
    padding-left: 5px;
    padding-top: 12px;
    position: relative;
    bottom: 17px;
    height: 27px;
    width: 100px;
}

.blockB .buttons a.plusButton {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    margin: 5px;
    background-image: url('/img/v6/block/iconPlus.png');
    font-size: 9px;
    text-decoration: underline;
    color: #84878c;
    position: absolute;
    display: block;
    width: 50px;
}

.blockB .buttons a:hover.plusButton {
    color: #333;
}

/* Блок типа C - обычный блок без фона */
.blockC {
    position: relative;
}

/* Заголовок с тенью у блока */
.blockC h1 {
    display: block;
    float: left;
    position: relative;
    height: 37px;
    line-height: 24px;
    padding-left: 1px;
    padding-top: 12px;
    font-family: Arial;
	    font-size: 20px;
	    font-weight: bold;
	    color: #00162f;
}

.blockC h1 span {
    position: absolute;
    left: 0px;
    top: 11px;
    color: #e67300;
}

/* blockD - спецпредложения и мультиблок */
.blockD {
    position: relative;
    width: 630px;
	margin-left: -2px;
}

.blockD-tr {
    width: 100%;
    margin: auto;
    padding: 0;
    background: url("/img/v6/block/blockD_tr.png") no-repeat right top;
}

.blockD-tl {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockD_tl.png") no-repeat left top;
}

.blockD-br {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockD_br.png") no-repeat right bottom;
}

.blockD-bl {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockD_bl.png") no-repeat left bottom;
}

.blockD-content {
    margin: 0;
    /*position: relative;  для того чтобы внутри блока можно было расположить элементы с position: absolute */
}

/* Заголовок с тенью цветной */
.blockD .colorHeading {
    display: block;
    position: relative;
    left: 4px;
    top: 10px;
    text-align: left;
    padding-left: 10px;
    height: 26px;
    width: 613px;
    background: url('/img/v6/block/blockB_header_red.png') repeat-x;
}

.blockD .colorHeading h1 {
    display: inline;
    position: relative;
    top: 4px;
    line-height: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.blockD .colorHeading h1 span {
    position: absolute;
    left: -1px;
    top: -2px;
    color: #ffffff;
}

/* blockE - popup'ы */
.blockE {
    position: relative;
}

.blockE-tr {
    width: 100%;
    margin: auto;
    padding: 0;
    background: url("/img/v6/block/blockE_tr.png") no-repeat right top;
}

.blockE-tl {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockE_tl.png") no-repeat left top;
}

.blockE-br {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockE_br.png") no-repeat right bottom;
}

.blockE-bl {
    margin: 0;
    padding: 0;
    background: url("/img/v6/block/blockE_bl.png") no-repeat left bottom;
}

.blockE-content {
    margin: 0;
    /*position: relative;  для того чтобы внутри блока можно было расположить элементы с position: absolute */
}

.simple_round_corner {
	background: url(/img/v6/block/block_rounded_corner.gif) no-repeat;
	width: 25px;
	height: 27px;
	position:absolute;
	}

	.simple_round_corner.tr {
		right:-11px;
		top:-13px;
		}
		
	.simple_round_corner.tl {
		top:-13px;
		left:-13px;
		}
		
		
	.simple_round_corner.bl {
		bottom:-13px;
		left:-13px;	
		}
		
	.simple_round_corner.br {
		bottom:-13px;
		right:-11px;
		}

#portal_expert {
	width: 162px;
	height: 250px;
	margin:37px 0 26px;
	position: relative;
	font-family: Tahoma;
	}
	
    .orange_rc {
		background: url("http://www.giport.ru/img/v6/block/roundedCorner_orange.gif") no-repeat;
		overflow: hidden;
		}
		
		.orange_rc.tl {
			background-position: -8px -8px;
			}
		
		.orange_rc.tr {
			background-position: 155px -8px;
			}
		
		.orange_rc.bl {
			background-position: -8px 243px;
			}
		
		.orange_rc.br {
			background-position: 155px 243px;
			}
		
		#portal_expert .colorHeading {
		    display: block;
		    position: relative;
			margin-top: 10px;
		    text-align: center;
		    height: 26px;
		    width: 162px;
		    background: url('/img/v6/block/blockB_header_yellow.png') repeat-x;
			}

		#portal_expert .colorHeading h1 {
		    display: inline;
		    position: relative;
		    top: 4px;
		    line-height: 20px;
		    font-family: Tahoma, Geneva, sans-serif;
		    font-size: 14px;
		    font-weight: bold;
		    color: #000000;
			}
			
		#portal_expert .colorHeading h1 span {
		    position: absolute;
			left: -1px;
			top: -2px;
			color: #ffffff;
			}
			
		#portal_expert .content {
			height: 214px;
			padding:0 7px;
		}
		
		#portal_expert .content img {
			border: 1px solid #000;
			float:left;
			margin:6px 5px 0 0;
		}
		
		#portal_expert .content .fio {
			overflow:hidden;
			font-size:11px;
			font-weight:bold;
			line-height:12px;
			padding:8px 4px 2px 0; 
			text-decoration: none;
			}
			
		#portal_expert .content .fio a {
			text-decoration: none;
			color:#5E5E5E;
			}
			
		#portal_expert .content .fio a:hover {
			text-decoration: underline; 
			}
		
		#portal_expert .content .company a{
			font-size: 9px;
			color:#0071b7;
			text-decoration: none; 
			}
			
		#portal_expert .content .company a:hover{
			text-decoration: underline;
			}
		
		#portal_expert .content .theme {
			font-size: 10px;
			color:#abbaab;
			margin:2px 0;
			line-height:11px;	
			}
		
		#portal_expert .content .theme span {
			font-size: 11px;	
			color:#f00;
			}
			
		#portal_expert .content a.comment {
			display: block;
			font-size: 9px;	
			color:#939393;
			text-decoration:none;
			margin: 4px 0;
			}
		
		#portal_expert .content a.comment:hover {
			text-decoration: underline;
			color:#0071b7;
			}

		
		#portal_expert .content .comment span{
			font-size: 10px;	
			
			}

/* -----------------------------------*/
/* top_mblock и все что с ним связано */
#top_mblock.block {
    position: absolute;
    left: 187px;
    top: 21px;
}

#top_mblock.block ul.sheets {
    padding-top: 4px;
    height: 15px;
}

#top_mblock.block ul.sheets li {
    display: block;
    float: left;
}

#top_mblock.block ul.sheets li a {
    display: block;
    text-decoration: underline;
    font-size: 12px;
    color: #919699;
    width: 90px;
}

#top_mblock.block ul.sheets li a.active {
    color: #ee2429;
    font-weight: bold;
}

/* top_mblock_search */
#search {
    display: none;
    margin-top: 10px;
    width: 326px;
    height: 72px;
    font-family: Tahoma, Geneva, sans-serif;
    background: url(http://www.giport.ru/img/v6/header/search/formSearch.png) top repeat-x;
}

#search .searchFormData {
    position: absolute;
    top: 30px;
}

#search .searchFormData p.iSearch {
    position: absolute;
    left: 7px;
    top: 15px;
    width: 43px;
    line-height: 23px;
    color: #f8be29;
    font-size: 12px;
    font-weight: bold;
}

#search .searchFormData #searchInput {
    position: absolute;
    left: 40px;
    top: 13px;
    width: 211px;
    /*height: 23px;*/
    padding: 4px 5px 5px;
    border: none;
    font-size: 14px;
    background: none;
}

#search .searchFormData #searchSubmit {
    position: absolute;
    left: 270px;
    top: 0px;
    width: 56px;
    height: 55px;
    color: #f8be29;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: none;
}

#search #searchSubmit:hover {
    margin-top: -1px;
    background: url(http://www.giport.ru/img/v6/header/search/buttonSearchActive.png) left top no-repeat;
    color: red;
}

/* искать в...
 ----------------*/
#search #searchIn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 326px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    color: #a8b8c4;
}

#search #searchIn p {
    float: left;
    padding: 0 10px;
    background: url(http://www.giport.ru/img/v6/header/search/searchInBack.png) right center no-repeat;
}

#search #searchIn p.justWord {
    width: 60px;
    padding: 0;
    background: none;
}

#search #searchIn p.giport {
    width: 86px;
    padding-left: 0;
    color: #2187d4;
}

#search #searchIn p.giport span {
    color: #ff0d00;
}

#search #searchIn p.yandex {
    width: 55px;
    color: black;
}

#search #searchIn p.yandex span {
    color: #ff0000;
}

#search #searchIn p.google {
    width: 60px;
    color: #2e4556;
    background: none;
}

#search #searchIn input {
    visibility: hidden;
    position: absolute;
}

#search #searchIn img.ibox {
    width: 12px;
    height: 12px;
    background-image: url("http://www.giport.ru/img/v6/header/search/checkBox.gif");
    background-color: #ffffff;
    position: relative;
    top: 2px;
}

#search #searchIn img.ibox_active {
    background-image: url("http://www.giport.ru/img/v6/header/search/checkBox_checked.gif");
}

/* top_mblock_weather */
.pogoda {
    display: none;
    position: absolute;
    margin-top: 5px;
    width: 326px;
    height: 80px;
    color: #006cb7;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    background: url(http://www.giport.ru/img/v6/header/weather/weatherBack.png) bottom repeat-x;
}

.pogoda ul li {
    display: inline;
    width: 80px;
    height: 64px;
    float: left;
}

.pogoda ul li u {
    display: block;
    text-decoration: none;
    font-size: 10px;
}

.pogoda ul li b {
    line-height: 10px;
    padding-left: 30px;
    color: #ffde01;
    font-size: 10px;
    display: block;
}

.pogoda .l a {
    color: #0061ae;
    text-decoration: none;
    font-size: 10px;
}

/* top_mblock_kurs */
#kurs {
    display: none;
    margin-top: 0px;
    width: 326px;
    height: 82px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    overflow: hidden;
}

#kurs table {
    float: right;
    padding: 0px;
    margin-right: 17px;
    border: 0px;
    border-collapse: collapse;
}

#kurs table td {
    padding: 0px;
    padding-right: 10px;
    min-width: 30px;
}

#kurs td a {
    color: #000000;
    text-decoration: none;
}

/* лидеры
 -------------*/
#leaders {
    display: none;
    position: absolute;
    margin-top: 3px;
    width: 326px;
    height: 82px;
    font-size: 10px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    background: url(http://www.giport.ru/img/v6/header/leaders/leadersBack_new.png) bottom repeat-x;
}

#leaders ul li {
    display: block;
    float: left;
    line-height: 12px;
    width: 108px;
    height: 79px;
}

#leaders ul li div.leaderItem {
    padding: 7px;
}

#leaders ul li div.leaderItem img {
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #929492;
}

#leaders div.user {
    text-align: center;
    display: inline;
    float: right;
    width: 25px;
    height: 24px;
    margin-right: 1px;
    margin-bottom: 1px;
}

#leaders div.leaderItem div.text {
    text-align: center;
    width: 30px;
    float: right;
}

#leaders div div.user.u1 {
    background: url(http://www.giport.ru/img/v6/header/leaders/userFirst.png) no-repeat;
}

#leaders div div.user.u2 {
    background: url(http://www.giport.ru/img/v6/header/leaders/userSecond.png) no-repeat;
}

#leaders div div.user.u3 {
    background: url(http://www.giport.ru/img/v6/header/leaders/userThird.png) no-repeat;
}

#leaders p {
    clear: both;
}

#leaders span.place {
    text-decoration: underline;
    line-height: 12px;
}

#leaders span.countLabel {
    font-size: 9px;
    color: #a6a8a9;
    line-height: 10px;
}

#leaders span.count {
    color: #0073cc;
    font-weight: bold;
    font-size: 11px;
}

#leaders p.nick {
    text-align: left;
    padding-top: 0px;
}

#leaders p.nick a {
    color: #f9562d;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}

/*--------------------------------*/
/* index_news */
#index_news.blockA {
    padding: 0px;
    width: 629px;
    position: relative;
	margin-top: 5px;
	
}

#index_news.blockA .buttons {
    position: absolute;
    top: 14px;
    right: 30px;
}

#index_news.blockA .sheets {
    position: absolute;
    right: 55px;
    top: 18px;
    width: 440px;
    color: #646464;
}

#index_news.blockA .sheet {
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
}

#index_news.blockA .sheet2line {
    display: inline;
    padding-left: 7px;
    padding-right: 12px;
}

#index_news.blockA .sheet a {
    text-decoration: underline;
    font-size: 12px;
    color: #646464;
}

#index_news.blockA .sheet a.active {
    color: #ee2528;
}

#index_news.blockA .loader {
    position: absolute;
    display: none;
    left: 0px;
    top: 45px;
    width: 100%;
    height: 213px;
}

#index_news.blockA .loader div {
    position: absolute;
    width: 80px;
    height: 55px;
    border: 1px solid #999;
    left: 275px;
    top: 72px;
    background: url("/img/f/gi_fotobox/loading.gif") 50% 50% no-repeat;
    background-color: #fff;
    -moz-opacity: .5 !important;
    opacity: .5 !important;
    filter: alpha(opacity = 50);
}

#index_news.blockA .content {
    margin-top: 45px;
    height: 213px;
}

#index_news.blockA .content .column {
    float: left;
    width: 300px;
}

#index_news.blockA .content .columnStop {
    clear: both;
    height: 10px;
}

#index_news.blockA .leftNew {
    background: url('/img/v6/block/index_news_bg.png') repeat-x;
    height: 66px;
    width: 290px;
    overflow: hidden;
    border: #8e8e8e 1px solid;
    margin-bottom: -1px;
}

#index_news.blockA .leftNew img {
    margin: 7px;
    border: 1px solid #000000;
    float: left;
}

#index_news.blockA .leftNew .text {
    height: 60px;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 5px;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 14px;
    color: #006cb7;
}

#index_news.blockA .leftNew .text a {
    color: #006cb7;
    text-decoration: none;
}

#index_news.blockA .leftNew .text a:hover {
    text-decoration: underline;
}

#index_news.blockA .leftNew .text span {
    font-size: 9px;
    padding-right: 3px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #8d8d8d;
}

#index_news.blockA .leftNew .text span.important {
    font-size: 11px;
    padding-right: 3px;
    text-decoration: underline;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ff0000;
}

.blockA.articles_list {
	margin-top: 7px;
}

#index_news.blockA .rightNew, .articles_list .rightNew {
    padding: 2px 0px 4px 0px;
    height: 34px;
    width: 290px;
    overflow: hidden;
}

#index_news.blockA .rightNew img, .articles_list .rightNew img {
    margin: 2px 5px 5px 0px;
    border: 1px solid #000000;
    float: left;
}

#index_news.blockA .rightNew .text, .articles_list .rightNew .text {
    height: 35px;
    overflow: hidden;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 11px;
    color: #006cb7;
}

#index_news.blockA .rightNew .text a, .articles_list .rightNew .text a {
    color: #006cb7;
    text-decoration: none;
}

#index_news.blockA .rightNew .text a:hover, .articles_list .rightNew .text a:hover {
    text-decoration: underline;
}

#index_news.blockA .rightNew .text span, .articles_list .rightNew .text span  {
    font-size: 9px;
    padding-right: 3px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #8d8d8d;
}

#index_news.blockA .rightNewDivider, .articles_list .rightNewDivider  {
    width: 285px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #a0a2a3;
    border-bottom: 1px solid #ffffff;
}

.rightNew.first {
	border-right:1px solid #A0A2A3;
	float:left;
	height:159px;
	margin-right:5px;
	width:314px;
	} 
	
	.rightNew.first img {
		margin: 4px 8px 5px 0;
		}
		
	.rightNew.first .text {
		height: auto;
		margin-bottom:5px;
		}
		
	.rightNew.first a {
		font-size: 11px;
		font-weight: bold;
		}
	
	
	.rightNew.first p{
		color:#000;
		margin-top:2px;
		padding-right:5px;
		line-height: 14px;
		}
	

/*--------------------------------*/
/* index_consult */
#index_consult.blockA {
    padding: 0px;
    width: 310px;
    height: 413px;
}

#index_consult.blockA .content {
    margin-top: 40px;
    height: 335px;
    position: relative;
}

#index_consult.blockA .loader {
    position: absolute;
    display: none;
    left: 0px;
    top: 45px;
    height: 335px;
    width: 100%;
}

#index_consult.blockA .loader div {
    position: absolute;
    width: 80px;
    height: 55px;
    border: 1px solid #999;
    left: 115px;
    top: 125px;
    background: url("/img/f/gi_fotobox/loading.gif") 50% 50% no-repeat;
    background-color: #fff;
    -moz-opacity: .5 !important;
    opacity: .5 !important;
    filter: alpha(opacity = 5);
}

#index_consult.blockA .content #index_consult_outer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 310px;
    height: 335px;
    margin: auto 0px auto 0px;
}

#index_consult.blockA .content #index_consult_inner {
    position: relative;
    width: 310px;
    height: 335px;
    overflow: hidden;
    margin: auto 0px auto 0px;
}

#index_consult.blockA .content #index_consult_items {
    position: relative;
    display: block;
}

#index_consult.blockA .content .group {
    position: relative;
    width: 310px;
    height: 335px;
}

#index_consult.blockA .content .item {
    position: relative;
    left: 2px;
    top: 2px;
    height: 65px;
    width: 215px;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 14px;
    padding-left: 60px;
}

#index_consult.blockA .content .item a {
    color: #006cb7;
    text-decoration: none;
}

#index_consult.blockA .content .item a:hover {
    text-decoration: underline;
}

#index_consult.blockA .content .item .shadow {
    position: absolute;
    left: 2px;
    top: 4px;
    height: 50px;
    width: 50px;
    background-color: #ababab;
    border: 1px solid #d3d3d3;
}

#index_consult.blockA .content .item img {
    position: absolute;
    left: 0px;
    top: 2px;
    height: 50px;
    width: 50px;
    border: 1px solid #43340c;
}

#index_consult.blockA .content .item .text {
    color: #646464;
    font-size: 11px;
    height: 30px;
    overflow: hidden;
}

#index_consult.blockA .content .item .text a {
    text-decoration: none;
    color: #646464;
}

#index_consult.blockA .content .item .text a:hover {
    text-decoration: underline;
}

#index_consult.blockA .content .item .bottom {
    position: relative;
    left: 0px;
    bottom: 6px;
    font-size: 9px;
    height: 13px;
    overflow: hidden;
}

#index_consult.blockA .content .item .bottom a {
    color: #0062af;
    text-decoration: none;
}

#index_consult.blockA .content .item .bottom a:hover {
    text-decoration: underline;
}

#index_consult.blockA .content .item .bottom span {
    color: #a6a6a6;
    font-size: 10px;
    overflow: hidden;
}

#index_consult.blockA .divider {
    width: 260px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #a0a2a3;
    border-bottom: 1px solid #ffffff;
}

#index_consult.blockA .buttons {
    position: absolute;
    height: 20px;
    bottom: 10px;
    right: 25px;
}

#index_consult.blockA .bottom {
    color: #646464;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#index_consult.blockA .bottom a {
    color: #0062ae;
    text-decoration: underline;
}

/* index_news_company */
#index_news_company.blockB {
    padding: 0px;
}

#index_news_company.blockB .squareDivider {
    background: url('/img/v6/content/submenuStarActive.png') center no-repeat;
	margin:8px 0 7px;
}

#index_news_company.blockB .content {
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}

#index_news_company.blockB .content .item {
    position: relative;
    height: 75px;
    width: 147px;
    left: 10px;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 14px;
    color: #2d4453;
}

#index_news_company.blockB .content .item img {
    border: 1px solid #424f3d;
   	float: left;
	margin-right:5px;
    width: 30px;
    height: 30px;
}

#index_news_company.blockB .content .item a.text {
    display: block;
    height: 42px;
    clear:left;
    overflow: hidden;
    color: #2d4453;
}

#index_news_company.blockB .content .item a:hover.text {
    text-decoration: underline;
	color:#f00;
}

#index_news_company.blockB .content .item .heading {
    position: relative;
    top: -2px;
    overflow: hidden;
    line-height: 11px;
}

#index_news_company.blockB .content .item .heading a {
    font-size: 9px;
    color: #006cb7;
    text-decoration: none;
}

#index_news_company.blockB .content .item .heading a:hover {
    text-decoration: underline;
}

#index_news_company.blockB .content .item .headingNoMargin {
    left: 0px;
	width: 146px;
}

#index_news_company.blockB .content .item .heading span {
    color: #64a948;
    font-size: 10px;
}

#index_news_company.blockB .buttons a#news_company_button2.plusButton {
    left: 85px;
}

/*
 index_blitz и все что с ним связано
 */
#index_blitz.blockC {
    height: 200px;
    margin-left: 15px;
    width: 280px;
    position: relative;
}

#index_blitz.blockC .content {
    padding-top: 45px;
    height: 200px;
}

#index_blitz.blockC .content .blitzTheme {
    position: absolute;
    top: 110px;
    left: 0px;
    height: 36px;
    color: #0062af;
    font-size: 12px;
}

#index_blitz.blockC .content .blitzTheme p span {
    font-size: 10px;
    color: #a6a6a6;
}

#index_blitz.blockC .content .blitzMembers {
    position: absolute;
    height: 30px;
    top: 155px;
    left: 0px;
    color: #0062af;
    font-size: 12px;
}

#index_blitz.blockC .content .blitzMembers p span {
    font-size: 10px;
    color: #a6a6a6;
}

/* index_special */
#index_special.blockD .content {
    position: relative;
    height: 125px;
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
}

#index_special.blockD .content a#index_special_left {
    position: absolute;
    display: block;
    left: 5px;
    top: 18px;
    width: 20px;
    height: 108px;
    border-right: 1px solid #aaa;
    background: url('/img/v6/block/iconArrowLeft.png') no-repeat 50% 50%;
}

#index_special.blockD .content a#index_special_right {
    position: absolute;
    display: block;
    right: 5px;
    top: 18px;
    width: 20px;
    height: 108px;
    border-left: 1px solid #aaa;
    background: url('/img/v6/block/iconArrowRight.png') no-repeat 50% 50%;
}

#index_special.blockD .content #index_special_outer {
    position: absolute;
    left: 31px;
    top: 18px;
    display: block;
    width: 584px;
    height: 108px;
    margin: 0px auto 0px;
}

#index_special.blockD .content #index_special_inner {
    position: relative;
    width: 584px;
    height: 108px;
    overflow: hidden;
    margin: 0px auto 0px;
}

#index_special.blockD .content #index_special_items {
    position: relative;
    display: block;
}

#index_special.blockD .content .index_special_group {
    display: block;
    position: relative;
    float: left;
    width: 580px;
    height: 125px;
}

#index_special.blockD .content .index_special_item {
    display: block;
    position: relative;
    float: left;
    width: 191px;
    height: 125px;
}

#index_special.blockD .content .index_special_item img {
    width: 184px;
    height: 92px;
    border: 1px solid #fff;
}

#index_special.blockD .content .index_special_item p {
    font-size: 10px;
    color: #aaa;
    margin-top: 2px;
    margin-left: 5px;
}

#index_special.blockD .content .index_special_item p span {
    font-size: 10px;
    color: #f8be29;
    font-weight: bold;
}

#index_special.blockD #special_topButtons.buttons {
    position: absolute;
    top: 10px;
    right: 20px;
}

#index_special.blockD #special_bottomButtons.buttons {
    padding-top: 2px;
    position: relative;
    height: 15px;
    width: 630px;
}

#index_special.blockD #special_bottomButtons.buttons a.smallPlusButton {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
    background-image: url('/img/v6/block/iconSmallPlus.png');
    font-size: 11px;
    text-decoration: underline;
    color: #555d68;
    position: absolute;
    display: block;
    left: 30px;
}

#index_special.blockD #special_bottomButtons.buttons a#private_button2.smallPlusButton {
    left: 450px;	
}






/* -------portal_vitrina ----------*/

#portal_vitrina.blockD .content{
	height:130px;
	overflow:hidden;
	padding-left:10px;
	padding-top:7px;
	position:relative;
}

#portal_vitrina.blockD .vitrina_heading{
	display:block;
	height:25px;
	left:4px;
	padding-left:20px;
	position:relative;
	text-align:left;
	top:8px;
	width:615px;
}

#portal_vitrina.blockD .vitrina_heading h1 {
	color:#000000;
	display:inline;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:19px;
	font-weight:bold;
	line-height:20px;
	position:relative;
}

#portal_vitrina.blockD .vitrina_heading h1 span {
	color:#F8BE29;
	left:-1px;
	position:absolute;
	top:0px;
}

#portal_vitrina.blockD a#portal_vitrina_left {
	position: absolute;
    display: block;
    left: 5px;
	top: 11px;
    width: 20px;
    height: 115px;
    border-right: 1px solid #aaa;
    background: url('/img/v6/block/iconArrowLeft.png') no-repeat 50% 50%;	
}

#portal_vitrina.blockD a#portal_vitrina_right {
	position: absolute;
    display: block;
    right: 5px;
	top: 11px;
    width: 20px;
    height: 115px;
    border-left: 1px solid #aaa;
    background: url('/img/v6/block/iconArrowRight.png') no-repeat 50% 50%;	
}

#portal_vitrina.blockD #portal_vitrina_outer {
	display:block;
	height:125px;
	left:30px;
	margin:0 auto;
	position:absolute;
	width:584px;
}

#portal_vitrina.blockD #portal_vitrina_inner {
	height:125px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:584px;
}

#portal_vitrina.blockD #portal_vitrina_items {
	position:relative;
	display:block;
}

#portal_vitrina.blockD .portal_vitrina_group {
	display:block;
	float:left;
	height:125px;
	position:relative;
	width:580px;
}

#portal_vitrina.blockD  .portal_vitrina_item {
	display:block;
	float:left;
	height:125px;
	position:relative;
	width:127px;
	margin: 0 8px;
	line-height:11px;
}

#portal_vitrina.blockD  .portal_vitrina_item img {
	border:1px solid #FFFFFF;
	height:80px;
	width:125px;
}

#portal_vitrina.blockD  a.t {
	font-size: 9px;
	color:#ccc; 
	text-decoration:none;
}

#portal_vitrina.blockD  .portal_vitrina_item .auto_model {
	font-size: 10px;
	color:#F8BE29;
}
#portal_vitrina.blockD  .portal_vitrina_item .date {
	font-size: 9px;
	color:#6ebc4e;
	font-family: Tahoma;
	font-weight: bold;
}



/*---- index_afisha ----*/

#index_afisha.blockA {
    padding: 0px;
    width: 310px;
    height: 639px;
    position: relative;
}

#index_afisha.blockA .loader {
    position: absolute;
    display: none;
    left: 0px;
    top: 90px;
    height: 510px;
    width: 100%;
}

#index_afisha.blockA .loader div {
    position: absolute;
    width: 80px;
    height: 55px;
    border: 1px solid #999;
    left: 115px;
    top: 225px;
    background: url("/img/f/gi_fotobox/loading.gif") 50% 50% no-repeat;
    background-color: #fff;
    -moz-opacity: .5 !important;
    opacity: .5 !important;
    filter: alpha(opacity = 50);
}

#index_afisha.blockA .content {
    position: relative;
    height: 510px;
    /*margin-top: 90px;*/
    clear: both;
}

#index_afisha.blockA .linkBlock {
    position: relative;
    background: url('/img/v6/block/index_news_bg.png') repeat-x center bottom;
    height: 45px;
    width: 304px;
    overflow: hidden;
    border-top: #8e8e8e 1px solid;
    border-bottom: #8e8e8e 1px solid;
    margin: 0px -8px 7px -8px;
    top: 7px;
    clear: left; /*для Хрома*/
}

#index_afisha.blockA .linkBlock .container {
    padding: 8px;
    color: #6c6c6c;
    
}

#index_afisha.blockA .linkBlock .container a {
    padding: 5px;
    color: #8c8c8c;
    font-weight: bold;
}

#index_afisha.blockA .linkBlock .container a.active {
    color: #ee2429;
}

#index_afisha.blockA .content #index_afisha_outer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 290px;
    height: 510px;
    margin: auto 0px auto 0px;
}

#index_afisha.blockA .content #index_afisha_inner {
    position: relative;
    width: 290px;
    height: 510px;
    overflow: hidden;
    margin: auto 0px auto 0px;
}

#index_afisha.blockA .content #index_afisha_items {
    position: relative;
    display: block;
}

#index_afisha.blockA .content .group {
    position: relative;
    width: 290px;
    height: 510px;
}

#index_afisha.blockA .content .item {
    position: relative;
    width: 290px;
    height: 100px;
    overflow: hidden;
}

#index_afisha.blockA .content .item .shadow {
    position: absolute;
    left: 2px;
    top: 11px;
    height: 80px;
    width: 80px;
    background-color: #ababab;
    border: 1px solid #d3d3d3;
}

#index_afisha.blockA .content .item img {
    position: absolute;
    left: 0px;
    top: 9px;
    height: 80px;
    width: 80px;
    border: 1px solid #43340c;
}

#index_afisha.blockA .content .item a.title {
    position: relative;
    display: block;
    left: 90px;
    top: 7px;
    width: 200px;
    height: 50px;
    overflow: hidden;
    color: #0062af;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

#index_afisha.blockA .content .item .info {
    position: absolute;
    left: 90px;
    bottom: 8px;
    width: 200px;
    overflow: hidden;
    color: #71706e;
    font-size: 11px;
    line-height: 12px;
}

#index_afisha.blockA .content .item .info span {
    color: #6bbe49;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
}

#index_afisha.blockA .divider {
    width: 260px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-color: #a0a2a3;
    border-bottom: 1px solid #ffffff;
}

#index_news.blockA {
}

#afisha_topButtons.buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    zoom: 1;
}

#index_afisha.blockA #afisha_bottomButtons.buttons {
    position: absolute;
    height: 20px;
    bottom: 10px;
    right: 25px;
}

#index_afisha.blockA .bottom {
    color: #646464;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#index_afisha.blockA .bottom a {
    color: #ee2429;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

/* ----------------------------------------------------------index_private */
#index_private.blockC {
    margin-left: 12px;
    width: 300px;
    position: relative;
    margin-bottom: 10px;
}

#index_private.blockC .content {
}

#index_private.blockC .content .item {
    position: relative;
    overflow: hidden;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
    height: 35px;
    clear: left;
}

#index_private.blockC .content .gradientItem {
    border-top: 1px solid #8a8e91;
    background-image: url('/img/v6/block/index_private_bg.png');
    background-repeat: repeat-x;
}

#index_private.blockC .content .item a {
    display: block;
    height: 28px;
    overflow: hidden;
    margin: 3px 3px 3px 7px;
    padding-left: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #006cb7;
    background: url('/img/v6/block/index_private_marker.gif') left top no-repeat;
}

#index_private.blockC .content .item a:hover {
    text-decoration: underline;
}

#index_private.blockC .buttons {
    padding-top: 3px;
    position: relative;
    height: 15px;
    width: 300px;
    border-top: 1px solid #8a8e91;
}

#index_private.blockC .buttons a.smallPlusButton {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
    margin: 3px;
    background-image: url('/img/v6/block/iconSmallPlus.png');
    font-size: 11px;
    text-decoration: underline;
    color: #555d68;
    position: absolute;
    display: block;
}

#index_private.blockC .buttons a#private_button2.smallPlusButton {
    left: 160px;
}

/* index_reviews */
#index_reviews.blockB {
    margin-top: 30px;
    padding: 0px;
}


#index_reviews.blockB .squareDivider {
    background-image: url('/img/v6/block/blockB_divider_green.png');
}

#index_reviews.blockB .content {
    padding-top: 25px;
    padding-bottom: 20px;
    /*height: 554px;*/
    position: relative;
}

#index_reviews.blockB .content .item {
    position: relative;
    min-height: 63px;
    max-height: 75px;
    width: 147px;
    left: 10px;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 13px;
    color: #2d4453;
}

#index_reviews.blockB .content .item img {
    position: absolute;
    border: 1px solid #424f3d;
    width: 30px;
    height: 30px;
}

#index_reviews.blockB .content .item a.text {
    display: block;
    max-height: 40px;
    margin-top: 10px;
    overflow: hidden;
    color: #384633;
    text-decoration: underline;
}

#index_reviews.blockB .content .item a:hover.text {
   color: #6BBE49;
}

#index_reviews.blockB .content .item .heading {
    position: relative;
    height: 24px;
    width: 146px;
    left: 38px;
    top: 8px;
    overflow: hidden;
    line-height: 12px;
    font-size: 9px;
}

#index_reviews.blockB .content .item .heading span {
    color: #8a8e91;
}

#index_reviews.blockB .content .item .heading a.category {
    color: #006cb7;
}

#index_reviews.blockB .content .item .heading a:hover.category {
    text-decoration: none;
}

#index_reviews.blockB .content .item .heading a.author {
    color: #6bbe49;
}

#index_reviews.blockB .content .item .heading a:hover.author {
    text-decoration: none;
}

#index_reviews.blockB .buttons a#news_company_button2.plusButton {
    left: 85px;
}

/* index_vacancy */
#index_vacancy.blockB {
    margin-top: 15px;
    padding: 0px;
}

#index_vacancy.blockB .squareDivider {
    background-image: url('/img/v6/block/blockB_divider_yellow.png');
}

#index_vacancy.blockB .content {
    padding-top: 25px;
    padding-bottom: 15px;
    
    position: relative;
}

#index_vacancy.blockB .content .item {
    position: relative;
    max-height: 70px;
    width: 147px;
    left: 10px;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 13px;
    color: #006cb7;
	min-height:58px;
}

#index_vacancy.blockB .content .item span.date {
    font-size: 10px;
    line-height: 12px;
    color: #8a8e91;
}

#index_vacancy.blockB .content .item span.company {
    font-size: 11px;
    color: #8a8e91;
}

#index_vacancy.blockB .content .item span.company a {
    color: #8a8e91;
    text-decoration: none;
}

#index_vacancy.blockB .content .item span.company a:hover {
    text-decoration: underline;
}

#index_vacancy.blockB .content .item a.text {
    display: block;
    min-height: 14px;
    max-height: 28px;
    overflow: hidden;
    font-size: 11px;
    color: #384633;
    text-decoration: underline;
}

#index_vacancy.blockB .content .item a:hover.text {
    text-decoration: none;
}

#index_vacancy.blockB .buttons {
    height: 20px;
}

#index_vacancy.blockB .buttons a.plusButton {
    width: 140px;
    height: 15px;
}

/* index_articles */
#index_articles.blockB {
    margin-top: 30px;
    padding: 0px;
}


#index_articles.blockB .squareDivider {
    background-image: url('/img/v6/block/blockB_divider_blue.png');
}

#index_articles.blockB .content {
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    /*height: 422px;*/
    overflow: hidden;
}

#index_articles.blockB .content .item {
    position: relative;
    padding-top: 5px;
    min-height: 26px;
    max-height: 52px;
    width: 147px;
    left: 10px;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 13px;
    color: #006cb7;
	min-height:47px;
}

#index_articles.blockB .content .item img {
    border: 1px solid #424f3d;
   	float: left;
	margin-right:5px;
    width: 30px;
    height: 30px;
	margin-top: 3px;
}

#index_articles.blockB .content .item a.text {
    display: block;
    max-height: 52px;
	min-height:36px;
    overflow: hidden;
    font-size: 11px;
    color: #384633;
    text-decoration: underline;
}

#index_articles.blockB .content .item a:hover.text {
   color: #006CB7;
}

#index_articles.blockB .buttons {
    height: 20px;
}

/*#index_articles.blockB .buttons a.plusButton {
    width: 140px;
    height: 15px;
}*/

#articles_button2 { left: 85px;}

/*--------------------------------*/
/* index_forum */
#index_forum.blockA {
    margin-top: 25px;
    padding: 0px;
    width: 100%;
    position: relative;
}

#index_forum.blockA .loader {
    position: absolute;
    display: none;
    left: 0px;
    top: 50px;
    height: 300px;
    width: 100%;
}

#index_forum.blockA .loader div {
    position: absolute;
    width: 80px;
    height: 55px;
    border: 1px solid #999;
    left: 350px;
    top: 125px;
    z-index: 5;
    background: url("/img/f/gi_fotobox/loading.gif") 50% 50% no-repeat;
    background-color: #fff;
    -moz-opacity: .5 !important;
    opacity: .5 !important;
    filter: alpha(opacity = 50);
}

#index_forum.blockA .buttons {
    position: absolute;
    top: 15px;
    right: 30px;
}

#index_forum.blockA .sheets {
    position: absolute;
    right: 55px;
    top: 20px;
    width: 400px;
    color: #006cb7;
    font-weight: bold;
}

#index_forum.blockA .sheets a {
    color: #bfbfbf;
    text-decoration: underline;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    color: #006cb7;
}

#index_forum.blockA a.top {
    color: #ee2429;
}

#index_forum.blockA a.refresh {
    color: #60b53d;
}

#index_forum.blockA a.right {
    margin-right: 8px;
}

#index_forum.blockA a.left {
    margin-left: 8px;
}

#index_forum.blockA .bar {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    right: 56px;
    position: absolute;
    background-color: #8a8e91;
}

#index_forum.blockA .content {
    position: relative;
    top: 8px;
    clear: both;
}

#index_forum.blockA .table_container {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 0 5px 12px 0;
    width: 725px;
}

#index_forum.blockA table {
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
    width: 725px;
}

#index_forum.blockA .blockA-content {
    /*height: 360px;*/
}

#index_forum.blockA table td, #index_forum.blockA table th {
    border-collapse: collapse;
    border-left: 2px groove #fff;
    border-top: 2px groove #fff;
}

#index_forum.blockA table td {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    height: 26px;
    color: #777;
}

#index_forum.blockA table th {
    vertical-align: middle;
    text-align: center;
    color: #777;
    height: 30px;
    padding: 0 5;
    font-size: 11px;
    font-family: Tahoma, Arial, Sans;
    font-weight: normal;
}

#index_forum.blockA table td a {
    color: #777;
}

#index_forum.blockA table td.topic {
    font-size: 11px;
    font-family: Tahoma, Arial, Sans;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

#index_forum.blockA table td.topic a {
    text-decoration: none;
    color: #006cb7;
}

#index_forum.blockA table td.topic a:hover {
    text-decoration: underline;
}

#index_forum.blockA table td.forum_name {
    font-size: 11px;
    font-family: Tahoma, Arial, Sans;
    padding: 2px 4px;
    text-align: left;
    vertical-align: top;
}

#index_forum.blockA table td.forum_name a {
    text-decoration: none;
    color: #555;
    font-size: 10px;
    font-family: Tahoma, Arial, Sans;
}

#index_forum.blockA table td.numcom a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#index_forum.blockA table td.nick_date {
    font-size: 11px;
    font-family: Tahoma, Arial, Sans;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

#index_forum.blockA table td.nick_date {
    font-size: 11px;
    font-family: Tahoma, Arial, Sans;
    padding: 0 3px;
    text-align: left;
    vertical-align: top;
}

#index_forum.blockA table td.nick_date .st-us .lo {
    padding-left: 3px;
}

#index_forum.blockA table td.nick_date .date {
    display: block;
    position: relative;
    left: 21px;
    font-size: 10px;
    color: #6bbe49;
}

#index_forum.blockA table td.nick_date a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

/*------------------------------------------------------------- multi block */
#index_multi {
    width: 631px;
    height: 250px;
    background-image: url('/img/v6/multiBlock_bg.png');
    background-repeat: no-repeat;
    position: relative;
	margin-left: -2px;
}

#index_multi .loader {
    position: absolute;
    display: none;
    left: 0px;
    top: 100px;
    height: 510px;
    width: 100%;
}

#index_multi .loader div {
    position: absolute;
    width: 80px;
    height: 55px;
    border: 1px solid #999;
    left: 275px;
    top: 0px;
    z-index: 5;
    background: url("/img/f/gi_fotobox/loading.gif") 50% 50% no-repeat;
    background-color: #fff;
    -moz-opacity: .5 !important;
    opacity: .5 !important;
    filter: alpha(opacity = 50);
}

#index_multi .multiHeading {
    padding: 14px 0 0px 15px;
}

#index_multi .multiHeading h1 {
    height: 24px;
    line-height: 24px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 1px 0 0 1px;
    position: relative;
}

#index_multi .multiHeading h1 span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
}

#index_multi .sheets_container {
    position: absolute;
    left: 200px;
    top: 15px;
    width: 400px;
	border-bottom: 1px solid #8A8E91;
	border-top: 1px solid #252525;
}

#index_multi .sheets {
    height: 25px;
    width: 400px;
    color: #bfbfbf;
	line-height: 25px;
	border-top: 1px solid #8A8E91;
	border-bottom: 1px solid #252525;
}


#index_multi .subsheets {
    margin-left: 185px;
    width: 400px;
    height: 20px;
    color: #bfbfbf;
    margin-top: -7px;
}

#index_multi .sheets a, #index_multi .subsheets a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 13px;
}

#index_multi .subsheets a {
    font-size: 11px;
}

#index_multi a.active {
    color: #eeb216;
    text-decoration: underline;
}

#index_multi a#multi_photo {
	color:#777;
	cursor: default;
}

#index_multi a.right {
    margin-right: 7px;
}

#index_multi a.left {
    margin-left: 7px;
}

#index_multi .content {
    clear: both;
    font-size: 12px;
    color: #fff;
    width: 600px;
    height: 185px;
    margin: 0px auto;
    position: relative;
    padding-top: 13px;
    clear: left;
}

#index_multi .content .clear {
    clear: both;
}

#index_multi .content #goroscop_text {
    font-size: 11px;
    text-align: justify;
}

#index_multi .content select {
    width: 88px;
    font-size: 11px;
    border: 1px solid #aaa;
    margin: 0 0 5px 5px;
}

#index_multi .content .multi-items {
    width: 595px;
    height: 90px;
    color: #cccbcb;
    float: left;
}

#index_multi .content .multi-items .item {
    position: relative;
    float: left;
    height: 70px;
    width: 180px;
    margin-right: 20px;
}

#index_multi .content .multi-items .item .shadow {
    position: absolute;
    left: 2px;
    top: 2px;
    height: 70px;
    width: 180px;
    background-color: #ababab;
    border: 1px solid #d3d3d3;
}

#index_multi .content .multi-items .newbie {
    position: relative;
    float: left;
    height: 62px;
    width: 180px;
    margin-right: 12px;
    border: 1px solid #eeb216;
    background-color: #fff;
    padding: 3px;
}

#index_multi .content .multi-items .newcompany {
    position: relative;
    float: left;
    height: 60px;
    width: 180px;
    margin-right: 12px;
    border: 1px solid #2e4351;
    background-color: #fff;
    background-image: url('/img/v6/block/newbieItem_bg.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 3px;
}

#index_multi .content .multi-items .newcompany a.name {
    color: #0062af;
    font-size: 11px;
    font-weight: bold;
    display: block;
    height: 13px;
    overflow: hidden;
    text-decoration: underline;
}

#index_multi .content .multi-items .newcompany p {
    font-size: 10px;
    color: #626262;
    height: 35px;
    line-height: 11px;
    overflow: hidden;
}

#index_multi .content .multi-items .newcompany p span {
    color: #a2a2a2;
}

#index_multi .content .multi-items .newcompany .bottom {
    position: relative;
    left: 0px;
    bottom: -2px;
    color: #626262;
    font-size: 10px;
    display: block;
    height: 12px;
    width: 160px;
    overflow: hidden;
}

#index_multi .content .multi-items .newcompany .bottom a {
    color: #0062af;
}

#multi_poll_div_current, #multi_poll_div_past {
    width: 600px;
    position: relative;
}

#multi_poll_div_current input {
    margin-right: 25px;
}

#multi_poll_div_current h2, #multi_poll_div_past h2 {
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 10px;
}

#multi_poll_div_current a.poll_submit {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 24px;
    width: 123px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    color: #2B2B2B;
    background-image: url("/img/v6/block/multiPollButton.png");
    background-repeat: no-repeat;
}

#multi_poll_form li {
    list-style: none;
}

#multi_humor_container {
    font-size: 11px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 185px;
    width: 600px;
}

/* popups */
.blockE {
    /*-moz-opacity: 0.9;
     opacity: 0.9;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
}

.blockE .content {
    position: relative;
    padding: 10px;
    overflow: hidden;
    height: 235px;
    color: white;
}

.blockE .content h1 {
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: Tahoma, Arial, sans;
}

.blockE .content .column {
    position: absolute;
    top: 50px;
    font-size: 14px;
}

.blockE .content .column a {
    color: #f8be28;
    text-decoration: underline;
}

.blockE .content .column a:hover {
    color: black;
    background-color: #e8ae18;
    padding: 2px;
    text-decoration: none;
}

#index_interesting.blockC a:hover {
    text-decoration: none;
}

#newsPopupBlock.blockE {
}

#newsPopupBlock.blockE .content {
}

.blockE .content .divider {
    position: absolute;
    top: 55px;
    width: 2px;
    height: 170px;
    color: #8a8e91;
    border-right: #dedede 1px solid;
}

#newsPopupBlock.blockE .content h1 {
    left: 120px;
    top: 16px;
}

#newsPopupBlock.blockE .content .links {
    position: absolute;
    right: 30px;
    top: 16px;
    color: white;
    font-size: 11px;
    font-family: Tahoma, Arial, sans;
}

#newsPopupBlock.blockE .content .links a {
    color: white;
}

#newsPopupBlock.blockE .content .column {
    line-height: 22px;
}

#newsPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#newsPopupBlock.blockE .content #divider_1 {
    left: 280px;
}

#newsPopupBlock.blockE .content #column_2 {
    left: 300px;
}

#newsPopupBlock.blockE .content #divider_2 {
    left: 560px;
}

#newsPopupBlock.blockE .content #column_3 {
    left: 580px;
}

#reviewsPopupBlock.blockE .content h1 {
    left: 445px;
    top: 16px;
}

#reviewsPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#reviewsPopupBlock.blockE .content #divider_1 {
    left: 280px;
}

#reviewsPopupBlock.blockE .content #column_2 {
    left: 300px;
}

#reviewsPopupBlock.blockE .content #divider_2 {
    left: 560px;
}

#reviewsPopupBlock.blockE .content #column_3 {
    left: 580px;
}

#reviewsPopupBlock.blockE .content .column {
    line-height: 30px;
}

#forumsPopupBlock.blockE .content h1 {
    left: 195px;
    top: 16px;
}

#forumsPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#forumsPopupBlock.blockE .content #divider_1 {
    left: 280px;
}

#forumsPopupBlock.blockE .content #column_2 {
    left: 300px;
}

#forumsPopupBlock.blockE .content #divider_2 {
    left: 560px;
}

#forumsPopupBlock.blockE .content #column_3 {
    left: 580px;
}

#forumsPopupBlock.blockE .content .column {
    line-height: 23px;
}

#afishaPopupBlock.blockE .content h1 {
    left: 70px;
    top: 16px;
}

#afishaPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#afishaPopupBlock.blockE .content #divider_1 {
    left: 300px;
}

#afishaPopupBlock.blockE .content #column_2 {
    left: 320px;
}

#afishaPopupBlock.blockE .content .column {
    line-height: 30px;
}

#expertsPopupBlock.blockE .content h1 {
    left: 335px;
    top: 16px;
}

#expertsPopupBlock.blockE .content .column {
    font-size: 12px;
}

#expertsPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#expertsPopupBlock.blockE .content #divider_1 {
    left: 280px;
}

#expertsPopupBlock.blockE .content #column_2 {
    left: 300px;
}

#expertsPopupBlock.blockE .content #divider_2 {
    left: 560px;
}

#expertsPopupBlock.blockE .content #column_3 {
    left: 580px;
    padding-right: 15px;
}

#expertsPopupBlock.blockE .content .column {
    line-height: 23px;
}

#ordersPopupBlock.blockE .content h1 {
    left: 497px;
    top: 16px;
}

#ordersPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#ordersPopupBlock.blockE .content #divider_1 {
    left: 280px;
}

#ordersPopupBlock.blockE .content #column_2 {
    left: 300px;
}

#ordersPopupBlock.blockE .content #divider_2 {
    left: 540px;
}

#ordersPopupBlock.blockE .content #column_3 {
    left: 560px;
}

#ordersPopupBlock.blockE .content .column {
    line-height: 34px;
}

#servicesPopupBlock.blockE .content h1 {
    left: 285px;
    top: 16px;
}

#servicesPopupBlock.blockE .content #column_1 {
    left: 20px;
}

#servicesPopupBlock.blockE .content #divider_1 {
    left: 170px;
}

#servicesPopupBlock.blockE .content #column_2 {
    left: 190px;
}

#servicesPopupBlock.blockE .content .column {
    line-height: 34px;
}



