/* COMMON */
body {
	margin: 0px;
	padding: 0px;
/*	text-align: center;*/
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,FreeSans,sans-serif;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #247296;
}
sup {
	font-size: 9px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,FreeSans,sans-serif;
}
select {
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,FreeSans,sans-serif;
}
textarea {
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,FreeSans,sans-serif;
	line-height: 17px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
.text_strong {
	font-weight: bold;
}
.text_small {
	font-size: 11px;
}
.text_heading {
	margin: 24px 0 0 0;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
.block_html {
	padding: 5px 10px;
	line-height: 17px;
}

/* INPUT */
.input_table {
}
.input_table td {
	padding: 2px 0px 2px 0px;
}
.input_row {
	padding: 2px 0px 2px 0px;
}
.input_row * {
	vertical-align: middle;
}
.button {
	height: 23px;
	width: 88px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #66c00c;
	background-image: url(../img/button.gif);
}
.error {
	color: red;
}

/* CONTAINERS */
#center {
	width: 986px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#header {
	width: 986px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#content {
	width: 986px;
	padding: 0px;
}
#footer {
	width: 986px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#popup {
	padding: 10px;
	text-align: left;
}

/* HEADER */
#logo_container {
	float: left;
	padding: 0px 0px 0px 12px;
}
#logo_image {
	padding: 2px 0px 2px 0px;
}
#logo_text {
	text-align: right;
	color: #85917b;
}
#banners_header {
	float: right;
	width: 750px;
	height: 100px;
}
#menu_top {
	margin: 0px;
	padding: 12px 0px;
}

/* menu_top */
.menu_top {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url("../img/tabs.gif") repeat-x;
}
.menu_top li {
	display: block;
	float: left;
	margin-right: 5px;
	list-style: none;
}
.menu_top a {
	display: block;
	float: left;
	height: 31px;
	white-space: nowrap;
	text-decoration: none;
	color: #000000;
	background: url("../img/tab_left.gif") no-repeat;
}
.menu_top_item {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px;
	height: 15px;
	cursor: pointer;
	background: url("../img/tab_right.gif") no-repeat right;
}
.menu_top_text_light {
	color: #87907d;
}
.menu_top a.active {
	background: url("../img/tab_left_active.gif") no-repeat;
	font-weight: bold;
	color: #3d7e09;
}
.active .menu_top_item {
	background: url("../img/tab_right_active.gif") no-repeat right;
}
.active .menu_top_text_light {
	font-weight: normal;
	color: #3d7e09;
}
.menu_top a:hover, .menu_top a:hover .menu_top_text_light {
	color: #3d7e09;
	text-decoration: underline;
}
.menu_top_logout {
	display: block;
	float: right !important;
}
.menu_top_logout a {
	padding-right: 8px;
	background: url("../img/logout.gif") no-repeat right !important;
}
.menu_top_logout_item {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px;
	height: 15px;
}

/* FOOTER */
#menu_bottom {
	margin-top: 12px;
	padding: 10px;
	white-space: nowrap;
	color: #cccccc;
	border-top: 1px solid #dedede;
	border-bottom: 1px dashed #cccccc;
}
#menu_bottom a {
	color: #016797;
}
#copyright {
	float: right;
	color: #85917b;
}
#banners_text {
	padding: 8px;
	text-align: center;
}
#banners_text a {
	font-size: 11px;
	color: #85917b;
}

/* CONTENT */
#vertical_separator {
	width: 986px;
	background: url("../img/vertical_separator.gif") repeat-y top left;
}
#side {
	float: left;
	width: 215px;
}
#main {
	float: right;
	width: 740px;
}

/* block_header */
.block_header {
	height: 27px;
	background: url("../img/block_header.gif") repeat-x;
	background-color: #247296;
}
.block_header_left {
	height: 27px;
	background: url("../img/block_header_left.gif") no-repeat;
}
.block_header_right {
	height: 27px;
	background: url("../img/block_header_right.gif") no-repeat right;
}
.block_header_text_left {
	float: left;
	padding: 4px 0px 4px 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 19px;
}
.block_header_text_left a {
	color: #ffffff;
	text-decoration: none;
}
.block_header_text_left a:hover {
	text-decoration: underline;
}
.block_header_text_right {
	float: right;
	padding: 4px 5px 4px 0px;
	color: #ffffff;
}
.block_header_text_right a {
	color: #ffffff;
}
.block_header_text_right * {
	vertical-align: middle;
}

/* menu_full */
#menu_full_container {
	margin-bottom: 12px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dashed #cccccc;
}
.menu_full1 {
	margin: 0px;
	padding: 2px 0px;
	font-size: 14px;
	line-height: 18px;
}
.menu_full1 li {
	padding: 0px 5px 0px 5px;
	list-style: none;
}
.menu_full2 {
	margin: 0px;
	padding: 0px 0px 5px 8px;
	font-size: 12px;
	line-height: 16px;
}
.menu_full2 li {
	padding: 0px 5px 0px 5px;
	list-style: none;
}

/* menu_side */
.menu_side1 {
	margin: 0px;
	padding: 2px 0px;
	font-size: 14px;
	line-height: 18px;
}
.menu_side1 li {
	padding: 0px 5px 0px 5px;
	list-style: none;
	border-bottom: 1px dashed #cccccc;
}
.menu_side1 li.active {
	background-color: #f5ffe6;
}
.menu_side_item1 {
	padding: 4px 0px 4px 12px;
	background: url("../img/menu_side_bullet.gif") no-repeat left;
}
.menu_side_item1 a {
	float: left;
	color: #000000;
	text-decoration: none;
}
.menu_side_item1 a:hover {
	color: #3d7e09;
	text-decoration: underline;
}
.menu_side_item1 a.active {
	color: #3d7e09;
	font-weight: bold;
}
.menu_side_item1 a.open {
	color: #3d7e09;
}
.menu_side_item1 span {
	float: right;
	padding-top: 1px;
	color: #87907d;
	font-size: 11px;
	line-height: 17px;
}
.menu_side2, .menu_side3 {
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 5px 8px;
	margin: 0px;
}
.menu_side2 li {
	border: none;
	list-style: none;
	background: none;
	padding: 0px 5px 0px 5px;
}
.menu_side3 li {
	border: none;
	list-style: none;
	background: none;
	padding: 0px 0px 0px 5px;
}
.menu_side_item2, .menu_side_item3 {
	padding: 2px 0px 2px 10px;
	background: url("../img/submenu_bullet.gif") no-repeat left;
}
.menu_side_item2 a, .menu_side_item3 a {
	float: left;
	color: #016895;
	text-decoration: none;
}
.menu_side_item2 a:hover, .menu_side_item3 a:hover {
	color: #3d7e09;
	text-decoration: underline;
}
.menu_side_item2 a.active, .menu_side_item3 a.active {
	color: #3d7e09;
	font-weight: bold;
}
.menu_side_item2 a.open, .menu_side_item3 a.open {
	color: #3d7e09;
}
.menu_side_item2 span, .menu_side_item3 span {
	float: right;
	padding-top: 1px;
	color: #87907d;
	font-size: 11px;
	line-height: 15px;
}

/* banners_side */
#banners_side {
	padding-top: 10px;
	text-align: center !important;
}
.banner_side {
	padding-top: 10px;
}

/* adverts_filter */
#adverts_filter {
	margin-bottom: 10px;
}
#adverts_filter_body {
	margin: 3px 0px 0px 0px;
}
.search_button {
	height: 23px;
	width:88px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	background-color: #66c00c;
	background-image: url(../img/search_button.gif);
}

/* block_body */
.block_body {
	background-color: #eef5f8;
}
.block_body_top_left {
	height: 5px;
	background: url("../img/block_body_top_left.gif") no-repeat;
}
.block_body_top_right {
	height: 5px;
	background: url("../img/block_body_top_right.gif") no-repeat right;
}
.block_body_bottom_left {
	height: 5px;
	background: url("../img/block_body_bottom_left.gif") no-repeat;
}
.block_body_bottom_right {
	height: 5px;
	background: url("../img/block_body_bottom_right.gif") no-repeat right;
}
.block_body_text {
	padding: 0px 5px;
}

/* light_header */
.light_header {
	height: 27px;
	background-color: #eef5f8;
}
.light_header_left {
	height: 27px;
	background: url("../img/light_header_left.gif") no-repeat;
}
.light_header_right {
	height: 27px;
	background: url("../img/light_header_right.gif") no-repeat right;
}
.light_header_text_left {
	float: left;
	padding: 3px 0px 3px 10px;
}
.light_header_text_right {
	float: right;
	padding: 3px 10px 3px 0px;
}
.light_header_text_left *, .light_header_text_right * {
	vertical-align: middle;
}

/* list */
#list_header {
	margin-top: 3px;
}
#list_footer {
	margin-top: 3px;
}
#list_paging, #list_paging a {
	color: #016796;
}
.active_page {
	font-weight: bold;
}
#list {
	margin-top: 3px;
}
#list a {
	color: #000000;
	text-decoration: none;
}
#list a:hover {
	text-decoration: underline;
}
.list_empty {
	padding: 5px;
}
.list_marked {
	background-color: #e1fca7;
}
.list_first {
	margin-left: 6px;
	width: 19px;
	height: 19px;
	background: url(../img/first.gif) no-repeat;
}
.list_marked .list_first {
	background: url(../img/first_marked.gif) no-repeat;
}
.list_comments {
	padding: 8px 2px;
	width: 21px;
	height: 14px;
	font-size: 11px;
	text-align: center;
	background: url(../img/comments.gif) no-repeat;
}

/* lines */
.lines_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.lines_border td {
	border-bottom: 1px solid #cccccc;
}
.lines_image {
	margin: 1px;
	width: 50px;
	height: 38px;
}

/* blocks */
.blocks_left {
	float: left;
	width: 365px;
	height: 130px;
}
.blocks_right {
	float: right;
	width: 365px;
	height: 130px;
}
.blocks_border {
	border-bottom: 1px solid #cccccc;
}
.blocks_image {
	margin: 5px;
	width: 160px;
	height: 120px;
}
.blocks_table {
	width: 100%;
}

/* view */
#view_middle {
	float: left;
	margin-top: 16px;
	width: 520px;
}
#view_side {
	float: right;
	margin-top: 16px;
	width: 190px;
}
#view_advert {
	padding-left: 10px;
}
#view_images {
	padding-left: 10px;
}
.view_image {
	float: left;
	padding: 10px 10px 0px 0px;
	width: 160px;
	height: 120px;
}
.view_header {
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
}
.view_subheader {
	margin: 12px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}
.view_table {
	line-height: 17px;
	margin: 12px 0px 0px 0px;
}
.view_subtable {
	line-height: 17px;
	margin: 6px 0px 0px 0px;
}
.view_text {
	margin: 12px 0px 0px 0px;
	line-height: 17px;
}

/* comments */
#comments_header {
	margin: 20px 0px 0px 0px;
}
#comments_header * {
	vertical-align: middle;
	line-height: 21px;
}
#comments_body {
	padding: 3px 10px 0px 10px;
}
.comments_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.comments_table_header_left {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
.comments_table_header_right {
	padding: 5px 0px 5px 0px;
	text-align: right;
}
.comments_table_text {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
}
.comments_table a {
	color: #000000;
	text-decoration: none;
}
.comments_table a:hover {
	text-decoration: underline;
}

/* view_menu */
#view_menu {
}
#view_menu_text {
	padding: 5px;
}
#view_menu_text a {
	color: #247296;
}
.view_menu_link {
	padding-bottom: 3px;
}
.view_menu_link * {
	vertical-align: middle;
}
.view_menu_separator {
	height: 10px;
	border-bottom: 1px solid #c4dae6;
}
.view_menu_spacer {
	height: 10px;
}
#banners_view {
	padding-top: 10px;
	text-align: center !important;
}

/* tooltip */
.tooltip {
	display: none; 
	position: absolute;
	white-space: nowrap;
	padding: 10px;
	color: #333333;
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #333333;
}