

/* Start:/js/jscroll.css?16925961117084*/
/* Fullscreen mode */
/*

.wrapperEl{
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden;
}
*/

/* Standart mode */
.wrapperEl{
	overflow: hidden;
	width: 430px;
	height: 380px;
	position: relative;
}

.tambour {
	width:24px;
	height:24px;
	background:red;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background: url(/js/img/tambour.gif) no-repeat;
	visibility:hidden;
}

.contentEl{
	overflow:hidden;
	/*position:absolute;*/
	zoom:1;
}

.greyEl {
	background: none;
	position: absolute;
	visibility: visible;
	opacity: 0.7;
	filter:alpha(opacity = 70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	width: 100%;
	height: 100%;
}



.scrollVertical{
	font-size:0px; /* for IE6 */
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:24px;
}

.topBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:24px;
	height:24px;
	background: url(/js/img/topBtn.gif) no-repeat 0 -48px;
	cursor:pointer;
}

.topBtn-Highlighted{
	background: url(/js/img/topBtn.gif) no-repeat 0 -24px;
}

.topBtn-Active{
	background: url(/js/img/topBtn.gif) no-repeat 0 0;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:24px;
	height:24px;
	background: url(/js/img/downBtn.gif) no-repeat 0 -48px;
	cursor:pointer;
}

.downBtn-Highlighted{
	background: url(/js/img/downBtn.gif) no-repeat 0 -24px;
}

.downBtn-Active{
	background: url(/js/img/downBtn.gif) no-repeat 0 0;
}

.scrollBarVertical{
	display:block;
	position: absolute;
	top:24px;
	right:0;
	bottom:24px;
	width:24px;
	background: url(/js/img/scrollBarVertical.gif) repeat-y center top;
	padding:0;
}

.scrollHandleVertical{
	cursor: pointer;
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:24px;
	cursor: pointer;
	
}

.scrollBarVertical-Active .scrollHandleVertical {
	opacity:0.85;
	filter:alpha(opacity = 50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
}

.scrollHandleBGVertical {
	background:transparent url(/js/img/scrollHandleBGVertical.gif) repeat-y scroll 0 0;
	display:block;
	position:relative;
	width:24px;
	top:0;
	bottom:0;
}
.scrollBarVertical-Highlighted .scrollHandleBGVertical {
	background:transparent url(/js/img/scrollHandleBGVertical.gif) repeat-y scroll -24px 0;
}
.scrollBarVertical-Active .scrollHandleBGVertical {
	background:transparent url(/js/img/scrollHandleBGVertical.gif) repeat-y scroll -48px 0;
}

.scrollHandleMiddleVertical{
	display:block;
	position: absolute;
	width:24px;
	height:13px;
	background: url(/js/img/scrollHandleMiddleVertical.gif) no-repeat 0 0  ;
	top:50%;
	margin:-7px 0 0 0;
}

.scrollBarVertical-Highlighted .scrollHandleMiddleVertical{
	background: url(/js/img/scrollHandleMiddleVertical.gif) repeat-y -48px 0;
}

.scrollBarVertical-Active .scrollHandleMiddleVertical{
	background: url(/js/img/scrollHandleMiddleVertical.gif) repeat-y -24px 0;
}

.scrollHandleTop{
	display:block;
	position:relative;
	width:24px;
	height:11px;
	background: url(/js/img/scrollHandleTop.gif) no-repeat 0 0;
}

.scrollBarVertical-Highlighted .scrollHandleTop{
	background: url(/js/img/scrollHandleTop.gif) no-repeat -24px 0;
}

.scrollBarVertical-Active .scrollHandleTop{
	background: url(/js/img/scrollHandleTop.gif) no-repeat -48px 0;
}

.scrollHandleDown{
	display:block;
	position:relative;
	width:24px;
	height:11px;
	background: url(/js/img/scrollHandleDown.gif) no-repeat  0 0;
}

.scrollBarVertical-Highlighted .scrollHandleDown{
	background: url(/js/img/scrollHandleDown.gif) no-repeat -24px 0;
}

.scrollBarVertical-Active .scrollHandleDown{
	background: url(/js/img/scrollHandleDown.gif) no-repeat -48px 0;
}



.scrollHorizontal{
	font-size:0px; /* for IE6 */
	display:block;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:24px;
	visibility:hidden;
}

.leftBtn{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:24px;
	height:24px;
	background: url(/js/img/leftBtn.gif) no-repeat 0 -48px;
	cursor:pointer;
}

.leftBtn-Highlighted{
	background: url(/js/img/leftBtn.gif) no-repeat 0 -24px;
}

.leftBtn-Active{
	background: url(/js/img/leftBtn.gif) no-repeat 0 0;
}

.rightBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:24px;
	height:24px;
	background: url(/js/img/rightBtn.gif) no-repeat 0 -48px;
	cursor:pointer;
}

.rightBtn-Highlighted{
	background: url(/js/img/rightBtn.gif) no-repeat 0 -24px;
}

.rightBtn-Active{
	background: url(/js/img/rightBtn.gif) no-repeat 0 0;
}

.scrollBarHorizontal{
	display:block;
	position: absolute;
	left:24px;
	bottom:0;
	rigth:24px;
	height:24px;
	background: url(/js/img/scrollBarHorizontal.gif) repeat-x center center;
	padding:0;
}

.scrollHandleHorizontal{
	cursor: pointer;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	height:24px;
	cursor: pointer;
	zoom:1;
}

.scrollBarHorizontal-Active .scrollHandleHorizontal {
	opacity:0.85;
	filter:alpha(opacity = 50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
}

.scrollHandleBGHorizontal {
	background:transparent url(/js/img/scrollHandleBGHorizontal.gif) repeat-x scroll 0 -48px;
	display:block;
	position:relative;
	height:24px;
	left:0;
	right:0;
	float:left;
}
.scrollBarHorizontal-Highlighted .scrollHandleBGHorizontal {
	background:transparent url(/js/img/scrollHandleBGHorizontal.gif) repeat-x scroll 0 -24px;
}
.scrollBarHorizontal-Active .scrollHandleBGHorizontal {
	background:transparent url(/js/img/scrollHandleBGHorizontal.gif) repeat-x scroll 0 0;
}

.scrollHandleMiddleHorizontal{
	display:block;
	position: absolute;
	height:24px;
	width:13px;
	background: url(/js/img/scrollHandleMiddleHorizontal.gif) no-repeat 0 0  ;
	left:50%;
	margin:0 -7px 0;
}

.scrollBarHorizontal-Highlighted .scrollHandleMiddleHorizontal{
	background: url(/js/img/scrollHandleMiddleHorizontal.gif) repeat-x 13px 0;
}

.scrollBarHorizontal-Active .scrollHandleMiddleHorizontal{
	background: url(/js/img/scrollHandleMiddleHorizontal.gif) repeat-x 26px 0;
}

.scrollHandleLeft{
	display:block;
	position:relative;
	height:24px;
	width:11px;
	background: url(/js/img/scrollHandleLeft.gif) no-repeat 0 0;
	float:left;
}

.scrollBarHorizontal-Highlighted .scrollHandleLeft{
	background: url(/js/img/scrollHandleLeft.gif) no-repeat -11px 0;
}

.scrollBarHorizontal-Active .scrollHandleLeft{
	background: url(/js/img/scrollHandleLeft.gif) no-repeat -22px 0;
}

.scrollHandleRight{
	display:block;
	position:relative;
	height:24px;
	width:11px;
	background: url(/js/img/scrollHandleRight.gif) no-repeat  0 0;
	float:left;
}

.scrollBarHorizontal-Highlighted .scrollHandleRight{
	background: url(/js/img/scrollHandleRight.gif) no-repeat -11px 0;
}

.scrollBarHorizontal-Active .scrollHandleRight{
	background: url(/js/img/scrollHandleRight.gif) no-repeat -22px 0;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/icq/style.css?1692596252108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/solutions_areas/style.css?1692596252108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/submenu/style.css?1692596252626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/submenu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/tv_banner/style.css?1692596252108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /js/jscroll.css?16925961117084 */
/* /bitrix/templates/main/components/bitrix/news.list/icq/style.css?1692596252108 */
/* /bitrix/templates/main/components/bitrix/news.list/solutions_areas/style.css?1692596252108 */
/* /bitrix/templates/main/components/bitrix/menu/submenu/style.css?1692596252626 */
/* /bitrix/templates/main/components/bitrix/news.list/tv_banner/style.css?1692596252108 */
