@charset "utf-8";

* {
    font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
    font-size: 12px;
}
body, form, div, p, ul {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #231f20;
}
a:link, a:active, a:visited {
	color: #231f20;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}
.img_thumb {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #494949;
}

#loader {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px ridge #ccc;
    background-color: #e95555;
    color: #eee;
    padding: 3px;
    display: none;
}

.menu_column {
	position: fixed;
	width: 300px;
	height: 100%;
	left: 0px;
	z-index: 90;
}
.menu_column .left_part {
	width: 62px;
	height: 100%;
	float: left;
	background: url(../images/bg_left.png) right repeat-y;
}
.menu_column .menu_box {
	width: 225px;
	height: 100%;
	background: url(../images/bg_menu.png) repeat-y;
	margin-left: 62px;
	text-align: center;
}
.menu_item {
	margin-left: 45px;
	display: block;
	text-align: left;
}
.menu_arrow {
	background: url(../images/arrow.gif) right no-repeat;
	padding-right: 20px;
}
.sub_menu {
	margin-left: 10px;
	display: none;
}
.sub_menu_item {
	display: block;
	text-align: left;
}

.logo {
	width: 210px;
	margin-bottom: 35px;
	text-align: center;
}

.boy {
	position: fixed;
	z-index: 99;
	top: 370px;
	left: 580px;
	
}

.pages {
	background: url(../images/bg.gif) left 400px repeat-x;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page {
	height: 100%;
	float: left;
}

.title {
	margin-top: 15px;
	margin-bottom: 20px;
}

.info {
    color: #09f;
}
label.error, .error {
    color: #f00;
    font-size: 9px;
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.clear {
    clear: both;
}

