﻿#sbox-overlay {
	position:absolute;
	background-color:#000;
	left:0px;
	top:0px;
	zoom:1;
}

#sbox-window {
	position:absolute;
	background-color:#442B57;         /******************* Р В¦Р Р†Р ВµРЎвЂљ РЎР‚Р В°Р СР С”Р С‘ *********************/
	text-align:left;
	color:#000;
	overflow:visible;
	padding:15px;
	/* invalid values, but looks smoother! */
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

#sbox-window a, #sbox-window h2 {color:#000; font-weight:bold;}

#sbox-btn-close {
	position:absolute;
	width:30px;
	height:30px;
	right:-15px;
	top:-15px;
	background:url(img/closebox.png) no-repeat center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/closebox.png', sizingMethod='scale');
	border:none;
}

#sbox-btn-close:hover {background:url(img/closeboxover.png) no-repeat center; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/closeboxover.png', sizingMethod='scale');}
* html #sbox-btn-close:hover {background:url(img/closebox.gif) no-repeat center;}

.sbox-window-ie6 #sbox-btn-close {
	background-image:url(img/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image:url(img/spinner.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#sbox-content {
	clear:both;
	overflow:auto;
	background-color:#C4ABD7;                   /*******************  Р В¦Р Р†Р ВµРЎвЂљ РЎвЂћР С•Р Р…Р В°  *********************/
	height:100%;
	width:100%;
	text-align:center;
	scrollbar-face-color: #999;              /*Р¦РІРµС‚ Р±Р°Р·С‹ РїРѕРґ С‚СЂРµСѓРіРѕР»СЊРЅС‹РјРё СЃС‚СЂРµР»РѕС‡РєР°РјРё Рё СЃР°РјРѕРіРѕ Р±РµРіСѓРЅРєР° */
	scrollbar-highlight-color: #bbb;         /*Р¦РІРµС‚ РІРЅСѓС‚СЂРµРЅРµР№ РѕР±РІРѕРґРєРё СЃРІРµСЂС…Сѓ Рё СЃР»РµРІР°, Р° С‚Р°РєР¶Рµ С‚РµРЅРё РЅРµР°РєС‚РёРІРЅС‹С… СЃС‚СЂРµР»РѕС‡РµРє */
	scrollbar-shadow-color: #666;            /*Р¦РІРµС‚ С‚СЂРµСѓРіРѕР»СЊРЅС‹С… СЃС‚СЂРµР»РѕС‡РµРє РІ РЅРµР°РєС‚РёРІРЅРѕРј СЃРѕСЃС‚РѕСЏРЅРёРё Рё РІРЅСѓС‚СЂРµРЅРµР№ РѕР±РІРѕРґРєРё СЃРЅРёР·Сѓ Рё СЃРїСЂР°РІР° */
	scrollbar-arrow-color: #ddd;             /*Р¦РІРµС‚ С‚СЂРµСѓРіРѕР»СЊРЅС‹С… СЃС‚СЂРµР»РѕС‡РµРє РІ Р°РєС‚РёРІРЅРѕРј СЃРѕСЃС‚РѕСЏРЅРёРё */
	scrollbar-track-color: #ddd;             /*Р¦РІРµС‚ РїРѕР»РѕСЃС‹ РїСЂРѕРєСЂСѓС‚РєРё РїРѕРґ Р±РµРіСѓРЅРєРѕРј */
	scrollbar-darkshadow-color: #666;        /*Р¦РІРµС‚ РѕР±РІРѕРґРєРё СЃРЅРёР·Сѓ Рё СЃРїСЂР°РІР° */
	scrollbar-base-color: #666; 
}

#sbox-content h2 {font-size:13pt; color:#3B4527; text-indent:0;}     /****** Р СџР В°РЎР‚Р В°Р СР ВµРЎвЂљРЎР‚РЎвЂ№ Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С”Р В° ******/
#sbox-content p, #sbox-content a, #sbox-content table, #sbox-content .clearBox {text-align:left;}
#sbox-content a {color:#00f;}
#sbox-content img {border:1px solid #000; margin:0 auto;}
#sbox-content img.imgFloat {float:left; margin:0 10px 10px;}
#sbox-content .clearBox {clear:both; padding:0 20px;}

.sbox-content-image#sbox-content {
	overflow:visible;
}

#sbox-image {
	display:block;
}

.sbox-content-image img {
	display:block;
	width:100%;
	height:100%;
}

.sbox-content-iframe#sbox-content {
	overflow:visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow:hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility:hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility:visible;
}

/* Shadows */
.sbox-bg {
	position:absolute;
	width:33px;
	height:40px;
}

.sbox-bg-n {
	left:0;
	top:-40px;
	width:100%;
	background:url(img/bg_n.png) repeat-x;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_n.png', sizingMethod='scale');
}
.sbox-bg-ne {
	right:-33px;
	top:-40px;
	background:url(img/bg_ne.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_ne.png', sizingMethod='scale');
}
.sbox-bg-e {
	right:-33px;
	top:0;
	height:100%;
	background:url(img/bg_e.png) repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_e.png', sizingMethod='scale');
}
.sbox-bg-se {
	right:-33px;
	bottom:-40px;
	background:url(img/bg_se.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_se.png', sizingMethod='scale');
}
.sbox-bg-s {
	left:0;
	bottom:-40px;
	width:100%;
	background:url(img/bg_s.png) repeat-x;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_s.png', sizingMethod='scale');
}
.sbox-bg-sw {
	left:-33px;
	bottom:-40px;
	background:url(img/bg_sw.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_sw.png', sizingMethod='scale');
}
.sbox-bg-w {
	left:-33px;
	top:0;
	height:100%;
	background:url(img/bg_w.png) repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_w.png', sizingMethod='scale');
}
.sbox-bg-nw {
	left:-33px;
	top:-40px;
	background:url(img/bg_nw.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_nw.png', sizingMethod='scale');
}
