html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 11px;
	font-family: arial, sans-serif;
	color: #000000;
    background: #FFFFFF url('../img/bg.gif') repeat-y;
    text-align: center;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #1e96d0;
}

a:hover {
	text-decoration: none;
}

hr  {
	margin: 0 0 4px 7px;
	border: 1px solid #C6C6C6;
}

h1 {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #32b1e3;
	margin: 0 0 4px 7px;
	padding: 0 0 4px 2px;
	border-bottom: 2px solid #8FDEFC;
}

h1 span {
	color: #878789;
}

h4 {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #32b1e3;
	margin: 0 0 4px 7px;
	padding: 0 0 4px 2px;
	border-bottom: 2px solid #C6C6C6;
}

h4 span {
	color: #878789;
}

h4.blue_border {
	border-bottom: 2px solid #8FDEFC;
}

.about {
	display: block;
	height: 46px;
	background: url('../img/about.png') no-repeat;
	overflow: hidden;
	text-decoration: none;
}

.about span {
	display: block;
	line-height: 45px;
	font-family: tahoma,arial,sans-serif;
	font-weight: bold;
	padding-left: 43px;
	text-transform: uppercase;
	color: #000000;
}

.add_button {
	text-align: center;
	margin-bottom: 12px;
}

.add_button input {
	width: 205px;
	height: 29px;
	background: url('../img/add.gif') no-repeat;
	border: 0 none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	font-family: tahoma, arial, sans-serif;
	color: #FFFFFF;
	padding: 0 0 0 25px;
}

.add_button2 input {
	width: 172px;
	height: 29px;
	background: url('../img/add2.gif') no-repeat;
	border: 0 none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	font-family: tahoma, arial, sans-serif;
	color: #FFFFFF;
	padding: 0 0 0 25px;
}

.block {
	position: relative;
	background: #D5EAFB url('../img/block_top_left.gif') no-repeat;
	zoom: 1;
	margin-bottom: 20px;
}

.block_arrow {
	width: 15px;
	height: 8px;
    background: url('../img/block_arrow.gif') no-repeat;
    display: block;
    position: absolute;
    left: 22px;
    bottom: -8px;
}

*html .block_arrow {
    bottom: -14px;
}

.block_bottom {
	background: url('../img/block_bottom_right.gif') no-repeat right bottom;
	zoom: 1;
}

.block_content {
	background: url('../img/block_bottom_left.gif') no-repeat left bottom;
	zoom: 1;
	padding: 4px;
	overflow: hidden;
}

.block_content .adv_image {
	float: left;
	padding: 5px;
	margin-right: 5px;
	display: block;
}

.block_content .adv_text {
	overflow: hidden;
	zoom: 1;
	display: block;
}

.block_content .adv_text a {
	color: #344769;
}

.block_content .adv_text .date {
	font-size: 10px;
	color: #72abdf;
	display: block;
}

.block_content .adv_text .pre_text {
	color: #1c1e1f;
	font-size: 11px;
	display: block;
}

.block_more {
	width: 89px;
	height: 17px;
    background: url('../img/block_more.gif') no-repeat;
    display: block;
    position: absolute;
    right: 13px;
    bottom: -17px;
	overflow: hidden;
}

.block_more a {
	margin-left: 18px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #1b9dd0;
	line-height: 12px;
}

.block_top {
	background: url('../img/block_top_right.gif') no-repeat right top;
	zoom: 1;
}

.breadcrumbs {
	background: #87CCF3 url('../img/breadcrumbs_left_top.gif') no-repeat;
	display: inline-block;
	margin: 0 0 5px 14px;
}

.breadcrumbs_bottom {
	background: url('../img/breadcrumbs_left_bottom.gif') no-repeat left bottom;
	display: inline-block;
	zoom: 1;
}

.breadcrumbs_content {
	background: url('../img/breadcrumbs_right_bottom.gif') no-repeat right bottom;
	display: inline-block;
	padding: 0 8px;
	line-height: 19px;
	color: #FFFFFF;
}

.breadcrumbs_content a {
	margin: 0 3px;
	color: #FFFFFF;
}

.breadcrumbs_top {
	background: url('../img/breadcrumbs_right_top.gif') no-repeat right top;
	display: inline-block;
	zoom: 1;
}

.city {
    background: url('../img/city.jpg') repeat-x;
    zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

* html .container, * html .footer {
    width: expression(
    (document.compatMode && document.compatMode == 'CSS1Compat') ?
    (document.documentElement.clientWidth < 1000 ? "1000px" :
    (document.documentElement.clientWidth > 2680 ? "2680px" : "auto")) :
    (document.body.clientWidth > 1000 ? "1000px" :
    (document.body.clientWidth < 2680 ? "2680px" : "auto")));
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	min-width: 1000px;
	max-width: 2680px;
	text-align: left;
	margin: 0 auto;
    background: url('../img/bg.gif') repeat-y right top;
}

.content {
	width: 100%;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #696969;
	padding-top: 28px;
	zoom: 1;
}

.footer {
    height: 122px;
	min-width: 1000px;
	max-width: 2680px;
	margin: -122px auto 0;
    position: relative;
    background: url('../img/footer_bg.gif') repeat-x left bottom;
}

.footer_left {
    height: 122px;
    background: url('../img/footer_left_corner.gif') no-repeat left bottom;
}

.footer_right {
    height: 122px;
    background: url('../img/footer_right_corner.gif') no-repeat right bottom;
	padding: 0 10px;
}

.ie_container {
	width: 100%;
}

.keys {
	width: 30px;
	height: 60px;
    background: url('../img/keys.png') no-repeat;
    position: absolute;
    left: -13px;
    top: 14px;	
}

.left_column {
	width: 173px;
	float: left;
	margin-right: -173px;
	padding-top: 62px;
}

.login_block {
	position: relative;
	padding: 20px 0 21px 32px;
	zoom: 1;
}

.login_block a {
	font-size: 10px;
}

.login_go {
	width: 57px;
	height: 20px;
	border: 0 none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	font-family: tahoma, arial, sans-serif;
	color: #FFFFFF;
    background: url('../img/login_go.png') no-repeat;
	float: left;
	padding: 0 0 0 10px;
	position: relative;
	left: 0;
	top: -1px;
}

.login_text {
	width: 84px;
	height: 15px;
	border: 0 none;
    background: url('../img/login_text.png') no-repeat;
	padding: 2px 9px;
	float: left;
	margin: 0 3px 4px 0;
}

.logo {
	width: 172px;
	height: 70px;
    background: url('../img/logo.png') no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

.logo span {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: tahoma, arial, sans-serif;
	margin-top: 45px;
}

.lupa {
	width: 58px;
	height: 55px;
    background: url('../img/lupa.png') no-repeat;
    position: absolute;
    left: -5px;
    top: -10px;
	z-index: 50;
}

.main_column {
	margin: 0 219px 0 177px;
	zoom: 1;
	padding-top: 41px;
}

.main_column_adver {
	margin: 0 10px 0 177px;
	zoom: 1;
	padding-top: 41px;
}

.main_column_adver2 {
	margin: 0 10px 0 10px;
	zoom: 1;
	padding-top: 51px;
}


.menu {
    background: url('../img/menu_bg.gif') repeat-y;
	zoom: 1;
	margin-bottom: 10px;	
}

.menu ul {
    margin: 0;
	padding: 0;
	list-style-type: none;	
}

.menu ul li {
    padding: 0 0 8px 14px;
	zoom: 1;
    background: url('../img/menu_li.gif') no-repeat left 1px;
}

.menu ul li a {
    font-weight: bold;
}

.menu ul li a:hover {
    color: #05518c;
}

.aHover {
    color: #05518c;
    font-weight: normal;
}

.nav {
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.navHover {
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

.menu ul li ul {
    margin: 0 0 -7px 0;
	padding: 3px 0 0 1px;
	list-style-type: none;	
}

.menu ul li ul li {
    padding: 0 0 2px 10px;
    background: url('../img/menu_li_li.gif') no-repeat left 5px;
}

.menu ul li ul li a {
	color: #344769;
	font-size: 10px;
	font-weight: normal;
}

.menu ul li ul li a:hover {
	color: #344769;
}

.menu_bottom {
    background: url('../img/menu_bottom.gif') no-repeat left bottom;
	zoom: 1;
	padding: 0 1px 6px 3px;	
}

.menu_header {
	height: 38px;
	padding-left: 7px;
	margin-bottom: 10px;
}

.menu_header_content {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 8px;
	zoom: 1;
}

.menu_header_content img {
	margin-left: 3px;
}

.menu_top {
    background: url('../img/menu_top.jpg') no-repeat;
	zoom: 1;	
}

.push {
	padding: 0 10px 132px 10px;
	zoom: 1;
}

.rating {
	margin: 0 0 0 24px;
	padding: 8px 0 0 0;
	list-style-type: none;
}

.rating li {
	margin-bottom: 2px;
	line-height: 19px;
	overflow: hidden;
}

.rating li a {
	color: #0093e7;
	font-size: 12px;
}

.rating li .link {
	display: block;
	zoom: 1;
	overflow: hidden;
}

.rating li .number {
	width: 45px;
	height: 19px;
	display: block;
	float: left;
    background: url('../img/rating_number.gif') no-repeat;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
	margin-right: 6px;
}

.reg {
	height: 33px;
	text-align: center;
	background: url('../img/reg.png') no-repeat;
	margin: 0 -10px 12px -10px;
	position: relative;
}

.reg a {
	text-transform: uppercase;
	font-size: 12px;
	font-family: tahoma, arial, sans-serif;
	color: #FFFFFF;
	line-height: 29px;
	text-decoration: none;
}

.right_column {
	width: 219px;
	float: right;
	margin-left: -219px;
}

.right_column_bottom {
	background: url('../img/right_column_bottom.png') no-repeat;
	height: 20px;	
}

.right_column_content {	
	background: url('../img/right_column_top.jpg') no-repeat;
	zoom: 1;
	padding-left: 4px;
}

.right_column_header {
	height: 47px;
    background: url('../img/right_column_header.png') no-repeat;
	overflow: hidden;
}

.right_column_header span {
	font-family: ahoma,arial,sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-top: 21px;
}

.right_column_top {
	background: url('../img/right_column_shadow.png') repeat-y;
	zoom: 1;
	padding: 0 0 0 10px;	
}


.suspw {background-color: #FF0000; font-weight:bold; font-size: 20px;}
.moderatortext {font-size: 11px;}

.sw {font-weight:bold;}

.search {
	height: 58px;
    background: url('../img/search_bg.gif') repeat-x;
	text-align: left;
}

.search_container {
	padding-top: 19px;
	width: 100%;
	zoom: 1;
}

.search_content {
	height: 58px;
    background: url('../img/search_arrow.gif') no-repeat right top;
}

.search_left {
	width: 254px;
	float: left;
	margin-right: -254px;
	height: 19px;
    background: url('../img/search_left.gif') no-repeat right top;
}

.search_right {
	width: 325px;
	float: right;
	position: relative;
	height: 20px;
	margin-left: -325px;
}

.search_right input {
	margin-left: 32px;
	width: 57px;
	height: 20px;
	border: 0 none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	font-family: tahoma, arial, sans-serif;
	color: #FFFFFF;
    background: url('../img/search_go.gif') no-repeat;
	position: relative;
	z-index: 100;
}

.search_text {
	margin: 0 325px 0 254px;
}

.search_text input {
	width: 100%;
	height: 17px;
    background: url('../img/search_text.gif') repeat-x;
	border: 0 none;
	font-size: 12px;
	padding: 1px 0;
	//margin: -1px 0;
}

.text {
	padding-left: 14px;
	zoom: 1;
}

.textAdver {
	padding-left: 0px;
	zoom: 1;
	font-size: 12px;
}

.top {
	height: 13px;
    position: relative;
}

.top_bg {
    background: url('../img/top_bg.gif') repeat-x;
	zoom: 1;
	padding-top: 10px;
}

.top_corner_left {
    background: url('../img/top_corner_left.gif') no-repeat;
	zoom: 1;
	padding-left: 6px;
}

.top_corner_right {
    background: url('../img/top_corner_right.gif') no-repeat right top;
	zoom: 1;
}