/* --- MAIN CSS STYLES --- */
* { margin:0px; padding:0px; }
div { float:left; overflow:hidden; width:100%; }
html, input, select, textarea { font: 12px Trebuchet MS; color:#82684a; }
body { background: #eaf9f4 url(pic/back.jpg); }


/* --- ADDITIONAL CSS STYLES --- */
a img {	border-width: 0px;}
a { color: #ff528d; }
a:hover { color: #cc3366; text-decoration: none; }
i { color: #bca68c; }

input[type="text"][disabled], input[type="password"][disabled] {
	background-color: #eeeeee;
}
hr, div.hr {
	height: 2px;
	border: 0px;
	border-bottom: 2px solid #7d7c74;
	opacity: 0.2;
	/*moz-opacity: 0.2;
	filter: alpha(opacity=20); */
}

.hr_1{
    height: 2px;
    border: 0px;
    border-bottom: 2px solid #d8d7c0;
}

.hr_foot{
    border-bottom: #c20000 dashed 1px;
}

div.img {
	float: none;
	background: white url(cms/none.gif) no-repeat center center;
}

.bsk_menu{
    color: #d1ab00;
    font-weight: bold;
}

.bsk_menu:hover{
    color: #ffc600;
    font-weight: bold;
}


/* FIXED CLASSES CSS STYLES */
.c {
	color:#ff528d;
}
.header {
	font-family: url(../arbat.ttf);
	text-transform: Capitalize;
	font-size: 20px;
	color: #ff528d;
}
.header a {
	color: #ff528d;
	text-decoration: none;
}
.header a:hover {
	color: #ffc600;
}

.br {
	height: 10px;
}
.selector_min, .selector_max, .selector_non {
	height: 20px;
	width: 15px;
	background: url(cms/menu_min.gif) no-repeat 1px center;
    cursor: hand;
}
.selector_max {
	background-image: url(cms/menu_maxoriginal.gif);
}
.selector_non {
	background-image: url(cms/menu_non.gif);
}

/* --- FRAMEWORK CSS STYLES --- */
div.html {
	width: 100%;/*973*/
	cursor: default;
}
div.html_body {
	width: 974px;
	position: relative;
	top: -106px;
	margin-bottom: 106px;
	text-align: left;
}
div.html_body_menu {
	width: 240px;
	margin-right: 13px;
}
div.html_body_main {
	width: 720px;
    background-color: none;
}

/* --- HEADER CSS STYLES --- */
div.html_head {
	width: 973px;
	float: none;
	cursor: default;
	position: relative;
	Z-INDEX: 2;
}
div.html_head_main {
	width: 948px;
	height: 210px;
	background-image: url(pic/head_main.gif);
}
div.html_head_pref {
	width: 873px;
	height: 24px;
}
div.html_head_boll {
	width: 75px;
	height: 24px;
	background-image: url(pic/head_pref.png);
}
div.html_head_post {
	width: 25px;
	height: 210px;
	background-image: url(pic/head_post.png);
}
div.html_head_menu {
	width: 974px;
	height: 190px;
	background-image: url(pic/head_menu.gif);
}


/* --- FOOTER CSS STYLES --- */
div.html_foot {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 549px;
	background-image: url(pic/foot_back.png);
	Z-INDEX: 1;
}

div.html_foot_cent {
	position: relative;
	width: 1000px;
	height: 187px;
	margin-top: 362px;
	background: url(pic/foot_cent.png);
}

div.html_foot_mult {
	width: 135px;
	height: 473px;
	background-image: url(pic/foot_mult.png);
	position: absolute;
	top: 40px;
	Z-INDEX: 1;
}
div.html_foot_left, div.html_foot_rite {
	position: relative;
	width:0px;
	height:73px;
	margin-top:476px;/*549*/
	Z-INDEX: 2;
}
div.html_foot_left { background: url(pic/foot_left.gif) repeat-x bottom right; }
div.html_foot_rite { background: url(pic/foot_rite.gif) repeat-x bottom left; }


/* --- DynamixSplashScreen CSS STYLES --- */
#showimage_box_back {
	Z-index: 4;
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#showimage_box, #showimage_box_none {
	Z-index: 4;
	position: absolute;
	overflow: hidden;
	width: 600px;
	height: 600px;
	border: 3px solid white;
	text-align: center;
	vertical-align: center;
	background: white;
	cursor: hand;
}


/* --- RATING SYSTEM CSS STYLES --- */
div.rate, div.rate div { width: 90px; height: 18px; }
div.rate { background-image: url(cms/star.gif); }
div.nowrate { background: url(cms/star.gif) 0px -18px; }
div.fixrate { background: url(cms/star.gif) 0px -54px; }
div.relrate { position: relative; top: -18px; }
div.relrate div { width: 0px; background: url(cms/star.gif) 0px -36px; }
div.relrate a {
	display: block;
	float: left;
	height: 18px;
	width: 18px;
}

.header_i {
    font-family: url(../arbat.ttf);
    text-transform: Capitalize;
    font-size: 20px;
    color: #5dd30f;
}
.header_i a {
    color: #333333;
    text-decoration: none;
}
.header_i a:hover {
    color: #6e6e6e;
}

.t_0_class{
    color: #ac08e9;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.t_1_class{
    color: #ffc600;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}


.t_2_class{
    color: #ac08e9;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.t_3_class{
    color: #ffc600;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.t_4_class{
    color: #ac08e9;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
}

.t_5_class{
    color: #ffc600;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
}

.t_8_class{
    color: #ac08e9;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.sub_font{
    font-size: 16px;
}

/******************************************************************************/

a.link_head { color:#286702; font-size:14px; text-decoration:none; }
a.link_head:hover { text-decoration:underline; }

a.link_bask { color:#5a3e4f; }
