#mycustomscroll {
/* Typical fixed height and fixed width example */
height:210px;width:285px;overflow:auto;background-color:#F7FBFE; padding: 0px;
font-family:Arial;
font-size: 11px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#podrobnee{
position: absolute;
top: 100px;
left:0px;
z-index:10;
height: 25px;
width:100%;

}

#podrobnee a {
color: #126DA2 !important;
text-align:right;
display:block;
padding-top:12px;
padding-right:10px;
background: url(http://www.kompass.ua/images/homepage/podrobnee.png);
background-repeat: no-repeat;
}

/* стиль для информера news */
.news_ku, .news_top {
	text-align:left;
	color: #000000;
}
.news_top {
border-bottom : solid 5px #ecf5fa;margin-left: -10px; margin-bottom: 10px; padding-left: 10px; height: 120px; overflow:hidden;
}

.news_ku p {
border-top:1px dashed #A9B8C2;
padding-top: 5px;


}

.news_top h3 {color:#000000; font-size:11px; margin:10px 0 10px 0; font-family:Arial, Helvetica, sans-serif;}

.news_ku IMG{border:0px;
}
.news_top IMG {border:0px; padding:5px;
max-width:100px;
width: expression(this.offsetWidth > 101?"100":"this.offsetWidth");
max-height:100px;
height: expression(this.offsetHeight > 101?"100":"this.offsetHeight");
}

.news_ku  a, .news_top  a {color:#000000; text-decoration:none;}
.news_ku  a:visited, .news_top  a:visited {color:#000000; text-decoration: none;}
.news_ku  a:hover, .news_top  a:hover {color:#000000;text-decoration:underline;}
/* .....................*/

/* стиль для информера board */
.info_text, .info_text_random {
	font-family: Tahoma, Arial;
	text-align:left;
	color: #000000;
}

.info_text_random {border-bottom : solid 5px #ecf5fa;margin-left: -10px; margin-bottom: 10px; padding-left: 10px; height: 120px; overflow:hidden;}

.info_text p {
border-top:1px dashed #A9B8C2;
padding-top: 5px;
}
.info_text hr, .info_text_random hr {clear: both;}

.info_text_random h3 {color:#000000; font-size:11px; margin:10px 0 10px 0; font-family:Arial, Helvetica, sans-serif;}

.info_text br {
 background: #CC0000;

}
.info_text IMG, .info_text_random IMG {padding:5px; border:0px;
max-width:100px;
width: expression(this.offsetWidth > 101?"100":"this.offsetWidth");
max-height:100px;
height: expression(this.offsetHeight > 101?"100":"this.offsetHeight");
}
.info_text  a, .info_text_random  a {color:#000000; text-decoration:none;}
.info_text  a:visited, .info_text_random  a:visited {color:#000000; text-decoration: none;}
.info_text  a:hover, .info_text_random  a:hover {color:#000000;text-decoration:underline;}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 18px;
background-color: white;
}
.vscrollerbar {
width: 18px;
background-color: white;
background-image: url("/images/homepage/slider.gif");
background-repeat: no-repeat;
}


