
* {margin: 0; padding: 0;}
html{
	height: 100%;
}

body{
	background: #ffffff;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	overflow-y: scroll;
	height: 100%;
}
img{
	border:0;
}

h1,h2,h3,h4{
	font-family: Arial, Georgia, Trebuchet MS, sans-serif;
	font-weight: normal;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
}

form{
	position: relative;
}

ul li{
	list-style: none;
}

.hide{
	display: none;
}
.show{
	display: block;
}

.red{
	color: #ff0000;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.c_r{
	clear: right;
}
.inline_items{
	overflow: hidden;
}
.t_a_l{
	text-align: left;
}
.t_a_c{
	text-align: center;
}
.t_a_r{
	text-align: right;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


/*---------------------------------
	MENU LAYOUT
	DO NOT EDIT This Section (unless you know what you are doing)
-----------------------------------*/
.main_menu{
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0; /* Kill white space gap between LI elements */
	position:relative;
}

.main_menu li{
	position:relative;
	top:0;
	left:0;
}
.main_menu a{
	line-height:100%;
	font-size: 13px;
	top:0;
	left:0;
}

/*--------------Sub Menus-------------------*/
.main_menu ul{
	position: absolute;
	top:100%;
	left:0;
	z-index: 99;
}
.main_menu ul li{
	width:100%;
}
.main_menu ul li.menu_item_with_childrens:hover{
	/*background: none;*/
}

.main_menu ul a{
	display:block;
	margin: 0;
	padding: 0;
	}
.main_menu ul ul{
	margin: 0;
	padding: 0;
	top:0;
	left:100%;
}


.form_name{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}

input[type="text"].pole_error, input[type="password"].pole_error,textarea.pole_error{
	border: 1px solid #ff0000;
}
.form_item{
	margin: 0 12px 10px 0;
}

.shadow_back{
	width: 100%;
	height: 100%;
	background: url(../../../resources/pic/design/shadow_back.png);
	left: 0;
	top: 0;
	display: none;
	position: fixed;
	z-index: 100;
}
.ajax_loader{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 101;
	display: none;
}
.window{
	position: fixed;
	display: none;
	left: 50%;
	top: 150px;
	width: 600px;
	margin-left: -300px;
	z-index: 101;
	overflow: visible;
	background: #fff;
	padding: 15px;
}
.window.message_window{
	z-index: 102;
}

.close_button_div{
	text-align: right;
}
.close_cross{
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url(../pic/cross.png) no-repeat;
}
.close_cross:hover{
	background-position: 0 -15px;
}

.clearfix:after {
  content: '.';
	font-size: 0;
  display: table;
  clear: both;
}

.no_items{
	padding: 100px 0;
	text-align: center;
}
