body {
	background: transparent;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}
td, th, div, span, p {
	font-family: Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}
input, textarea, option, select {
	font-family: Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
	font-size: 12px;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-family: Arial, Tahoma,  Verdana,  sans-serif;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.outer {
	position: relative;
	height:100%;
	scrollbar-3dlight-color : #ffcb2f;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffcb2f;
	scrollbar-highlight-color : #ffcb2f;
	scrollbar-shadow-color : #ffcb2f;
	scrollbar-track-color : #ffffff;
}
.inner {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}

.mark_text {
	font-weight: bold;
}
.mark_text * {
	font-weight: bold;
}

/* FCK */
.cms_border {
	border: 1px solid #C0C0C0;
    margin: 2px auto auto 1px;
}
.cms_border td {
    border: 1px solid #C0C0C0;
}
.cms_border_no, .cms_border_no td {
    border: none;
}
/* FCK */

.form {

}
.form div.error, .form td.error, .form span.error{
	color: #FF0000;
}
.form input.error, .form textarea.error, .form select.error {
	background-color: #FF0000;
}

.popup {
	width: 100%;
	height: 100%;
}

.div {
	padding: 5px 0;
	background: url('../media/images/dec/div_dec.gif') left center repeat-x;
}

/* container */
.layout {
	width: 100%;
	height: 100%;
	background: #E50003 url('../media/images/bg/layout.gif') left top repeat-x;
}
.layout .whalf {
	width: 50%;
}
.layout .whalf.right_side {
	background: #FFFFFF url('../media/images/bg/layout.gif') left top repeat-x;
}
.container {
	width: 990px;
	height: 100%;
}
/* container */

/* heading */
.heading .left,
.heading .right {
	height: 105px;
	background: #FFFFFF;
}
.heading .left {
	width: 303px;
	vertical-align: middle;
}
.heading .right {
	padding: 0 0 0 25px;
	vertical-align: top;
}
/* heading */

/* content */
.content .right {
	vertical-align: top;
}

.content .left {
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
}

.page .content .right {
	padding: 0 100px 0 32px;
}
.page .content .right {
	background: #FFFFFF url('../media/images/dec/page_content_top.gif') left top repeat-x;
}
/* content */

/* footer */
.footer .left,
.footer .right {
	padding: 19px 0 12px 0;
	vertical-align: bottom;
}
.footer .right {
	padding-right: 100px;
	text-align: right;
}
.page .footer .right {
	background: #FFFFFF;
}
/* footer */

/* logo */
.logo {
	margin: 0 auto;
	text-align: left;
}
.logo img {
	vertical-align: middle;
	margin: 0px 0px 0px 62px;
}
/* logo */

/* navigation */
.nav_top {
	width: 100%;
}
.nav_bot {
	margin: 30px 25px 0 0;
	text-align: left;
}
.nav_page {
	margin: 0 0 10px 0;
}
/* navigation */

/* path */
.path {
	padding: 0 0 5px 0;
}

.path span {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}


/* path */

/* sub_menu */
.sub_menu a,
.sub_menu a:link,
.sub_menu a:visited,
.sub_menu a:active,
.sub_menu span {
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
}
.sub_menu a:hover {
	color: #FF0000;
}
.sub_menu span {
	color: #FF0000;
}
.sub_menu span.menu_div {
	color: #878787 !important;
}
/* sub_menu */

/* menu */
.menu div {
	float: left;
	padding: 0 0 10px 0;
}
.menu a.item,
.menu a.item:link,
.menu a.item:visited,
.menu a.item:active {
    display: block;
    float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 28px 5px 12px;
	background: url('../media/images/ico/main_menu_ico.gif') left 16px no-repeat;
	border: 1px solid #FFFFFF;
}

.menu a.item:hover,
.menu a.item.active {
	color: #FF0000;
	/*border: 1px solid #E1E1E1 !important;*/
}
.menu .last {
	padding-right: 0 !important;
}

.menu ul {
	position: absolute;
	
	margin: 31px 0 0 0;
	padding: 0;
	clear: both; /*
    border: 1px solid #E1E1E1;
    border-bottom: 0px; */
	background: #FFFFFF;
	display: none;
}

.menu li {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
	padding: 4px 15px;
	border-bottom: 1px solid #E1E1E1;
	text-align: left;
	background: url('../media/images/ico/main_menu_sub_ico.gif') 5px center no-repeat !important;
	position: relative;
}

.menu li a {
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
}
.menu ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	clear: both;
	background: #FFFFFF;
	display: none;
	
	
}
.menu ul .ov {
}
.menu ul .ov ul {
	display: block !important;
}
/* menu */

/* lang */
.lang {
	padding: 17px 28px 0 7px;
    width: 5px;
}
/* lang */

/* left_menu */
.left_menu .menu_item {
	width: 257px;
	height: 63px;
	cursor: pointer;
	background: url('../media/images/dec/arrow.gif') right center no-repeat;
}
.left_menu .menu_item td {
	padding: 0 20px 0 15px;
	text-align: center;
	vertical-align: middle;
}
.left_menu .menu_item a {
	color: #FFFFFF !important;
	font-size: 16px !important;
	text-decoration: none !important;
	text-transform: uppercase;
}
/* left_menu */

/* home */
.home {
	width: 1%;
    padding: 16px 7px 5px 0;
}
.sitemap_ico {
	width: 1%;
    padding: 16px 7px 5px 0;
	background: url('../media/images/dec/home_dec.gif') right 8px no-repeat;
}
/* home */

/* back */
.back {
	float: right;
}
.back a,
.back a:link,
.back a:visited,
.back a:active {
	font-size: 10px !important;
	color: #FF0000;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	background: url('../media/images/ico/back_ico.gif') left center no-repeat;
}
/* back */

/* to_top */
.to_top {
	padding: 7px 0 0 0;
}
.to_top a,
.to_top a:link,
.to_top a:visited,
.to_top a:active {
	font-size: 10px !important;
	color: #FF0000;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	background: url('../media/images/ico/top_ico.gif') left center no-repeat;
}
/* to_top */

/* inner_link */
.inner_link {
	float: left;
}
.inner_link a,
.inner_link a:link,
.inner_link a:visited,
.inner_link a:active {
	font-size: 11px;
}
/* inner_link */

/* images_block */
.images_block {
	width: 303px;
	height: 194px;
	margin: 6px 0 34px 0;
}
.images_block table {
	width: 100%;
	height: 100%;
}
.images_block td {
	vertical-align: top;
	text-align: left;
}


.images_block .image_text {
	padding: 9px;
	color: #000000;
	text-align: left;
	background: url('../media/images/bg/images_block_text.png') left top repeat;
}
/* images_block */

/* flash */
.flash {
	padding: 0 0 0 22px;
	height: 234px;
	text-align: center;
}
.flash object {
	margin: 0 auto 0 0;
}
/* flash */

/* banner */
.banner .item_dec,
.banner .banner_item,
.banner .banner_item table {
	width: 257px;
	height: 63px;
}
.banner .banner_item td {
	text-align: center;
	vertical-align: middle;
}
.banner .banner_item img,
.banner .banner_item object {
	margin: 0 auto;
}
/* banner */

/* content */
.content {
	text-align: left;
	/*padding: 100px;*/
}
.content .padd {
}
.content .name {
	font-size: 14px;
	font-weight: bold;
	color: #050505;
	padding: 0 0 3px 0;
}
.content .date {
	font-size: 10px;
	color: #838383;
	padding: 0 0 7px 0;
}
.content .text {
	font-size: 12px;
	padding: 2px;
	line-height: 130%;
}

.content .text * {
	font-size: 12px;
}

.content .text table,
.content .text td {
	border-color: #E1E1E1 !important;
}
.content .text th {
	background: #f3f3f3 !important;
}

.content .more {
	text-transform: uppercase;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #E40303;
	background: url('../media/images/ico/more_ico.gif') left center no-repeat;
}
/* content */

/* news_block */
.news_block .wnews {
	width: 167px;
	padding: 2px 0;
}
.news_block .name,
.news_block .date,
.news_block .short_text {
	color: #FFFFFF !important;
}
.news_block .name,
.news_block .date,
.news_block .short_text * {
	color: #FFFFFF !important;
}
.news_block .short_text {
	font-size: 11px;
	padding: 7px 0 0 0;
}
.news_block .date {
	border-bottom: 1px solid #EA4446;
}
.news_block a {
	color: #F5999A !important;
}
/* news_block */

/* trade_info */
.trade_info {
	margin: 20px 0 0 0;
}
.trade_info .info_right {
	width: 100%;
	padding: 20px 0 0 0;
}

.trade_info_text {
	background: #F4F4F4;
	margin-bottom: -8px;
}

.trade_info .data_table .top th,
.trade_info .data_table .top td {
	padding: 6px;
	vertical-align: middle;
	border: 1px solid #B0B0B0;
	text-align: center;
}

.trade_info .data_table th,
.trade_info .data_table td {
	text-align: left;
	vertical-align: middle;
}
.trade_info .data_table tr.dark {
	background: #E2E2E2;
}
.trade_info .data_table tr.light {
	background: #F4F4F4;
}
.trade_info .data_table td.light {
	background: #F4F4F4;
}
.trade_info .data_table td.dark {
	background: #E2E2E2;
}
.trade_info .data_table th {
	padding: 5px 30px 5px 30px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
}

.trade_info .data_table .second_td th {
	padding: 5px 30px 5px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
}

.trade_info .data_table td {
	vertical-align: middle;
	text-align: left;
	width: 85px;
	height: 30px;
	font-size: 11px;
	color: #464646;
}

.trade_info .data_table .first_td {
	width: 295px;
}

.trade_info .data_table .second_td {
	width: 255px;
	border-left: 1px solid #ffffff;
}

.trade_info .data_flash {
	margin: 10px 0 0 0;
}
/* trade_info */

/* press_list, news_list, essential_list */
.news_list,
.press_list,
.essential_list {
	padding: 10px 0;
	border-bottom: 1px solid #B0B0B0;
}
/* press_list, news_list, essential_list */

/* buying_cat, selling_cat */
.buying_cat,
.selling_cat {
	padding: 10px 0;
	border-bottom: 1px solid #B0B0B0;
}
.buying_cat .name,
.selling_cat .name {
	padding: 0 0 1px 0;
}
.buying_cat .date {
	padding: 0 0 2px 0;
}
/* buying_cat, selling_cat */

/* faq_list */
.faq_list {
	width: 621px;
}
.faq_list .text {
	padding-top: 2px;
	padding-bottom: 6px;
}
.faq_list .text.active {
	background: #FFFFFF;
}
.faq_list .text.active a {
	color: #FF0000;
}
.faq_list .text.faq_text {
	background: #FFFFFF;
	margin-bottom: 20px;
}
.faq_list .text a {
	font-weight: bold;
}
/* faq_list */

/* job_cat */
.job_cat .name {
	margin-top: 10px;
}
.job_cat .more {
	margin-left: 7px;
}
.job_cat .job_cat_item {
	padding: 5px 0 6px 0;
	font-size: 12px;
}

.job_cat_text {
	padding: 5px 0 6px 0;
	font-size: 12px;
}
/* job_cat */

/* job_item */
.job_item {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #B0B0B0;
}
.job_item .text {
	padding-top: 10px;
}
.job_item .text.info {
	background: #FFFFFF;
	padding: 13px 0 6px 0;
}
.job_item .text.info a {
	color: #FF0000;
}
/* job_item */

/* f_form */
.f_form .f_form_bg {
	background: #F4F4F4;
}
.f_form .f_form_bg td.left_td {
	padding: 5px 20px 0 4px;
	font-size: 12px !important;
}
.f_form .f_form_bg td.right_td {
	padding: 5px 7px 0 0;
}
.f_form .f_form_bg td.span {
	padding: 5px 7px 0 4px;
}
.f_form .f_form_bg input {
	width: 148px;
	border-width: 2px;
	border-color: #808080 #C0C0C0 #C0C0C0 #808080;
}
.f_form .f_form_bg textarea {
	width: 262px;
	height: 74px;
	margin: 2px 0 10px 2px;
	border-width: 2px;
	border-color: #808080 #C0C0C0 #C0C0C0 #808080;
}
.f_form .f_form_bg span {
	color: #FF0000;
}
.f_form .f_form_bg .form_div {
	border-top: 1px solid #B0B0B0;
}

.f_form .error {
	color: #F00;
}

.f_form .buttons div {

	font-size: 10px;
}
.f_form .buttons .btn_red {
	background: url('../media/images/btn/red_start.gif') top left no-repeat;
	float: right;
	margin: 5px 2px 10px 0;
}
.f_form .buttons .btn_red a {
	background: url('../media/images/btn/red_end.gif') top right no-repeat;
	font: normal bold 10px/17px arial !important;
	text-transform: uppercase;
	color: #FFFFFF !important;
	height: 19px;
	padding: 0 15px;
	display: block;
	float: left;
}

.f_form .buttons .btn_red a:hover {
    text-decoration: none;
}

.f_form .buttons .hidden {
	width: 1px;
	height: 1px;
	border: none;
	background: #FFFFFF;position: absolute;
}
/* f_form */

/* bot_menu */
.bot_menu {
	text-align: left;
	padding: 5px 0 0 22px;
}
.bot_menu .link {
	float: left;
	padding: 0 13px 0 0;
}
.bot_menu .link a,
.bot_menu .link span {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 0 0 7px;
}
.bot_menu .link span {
	color: #FFFFFF !important;
}
/* bot_menu */

/* copyrights */
.copyrights {
	color: #F1AAAB;
	font-size: 10px;
}
.copyrights a {
	text-transform: lowercase;
	color: #FFFFFF !important;
}

.page .copyrights {
	color: #AAAAAA;
}
.page .copyrights a {
	color: #E40303 !important;
}
/* copyrights */

/* unsubscribe_adds */
.unsubscribe_adds {
	padding: 0 0 0 0;
}
.unsubscribe_adds .add_cities {
	margin: 18px 0 0 0;
	width: 500px;
}
.unsubscribe_adds .atjungimai {
	width: 635px !important;
}
.unsubscribe_adds .add_cities td {
	background: #f4f4f4;
	border: 1px solid #b0b0b0;
	padding: 6px 7px;
	font-size: 10px;
	color: #464646 !important;
}
.unsubscribe_adds .add_cities .head_row td {
	font-weight: bold;
	background: #e2e2e2;
}
.unsubscribe_adds .adds_list {
	margin: 18px 0 0 0;
}
.unsubscribe_adds .adds_list td {
	padding: 0 0 2px 0;
	background: #f4f4f4 ;
}
.unsubscribe_adds .adds_list div {
	padding: 0 0 3px 0;
}
.unsubscribe_adds .adds_list a {
	font-weight: bold !important;
	background: #f4f4f4 url('../media/images/ico/raquo_b.gif') right 6px no-repeat;
	padding: 0 14px 0 4px;
}
.unsubscribe_adds .text {
	width: 560px;
	margin: 18px 0 0 0;
}
.unsubscribe_adds .text.long {
	width: 620px;
}
.unsubscribe_adds .block_hdr {
	font: normal bold 14px arial;
	padding: 0 0 6px 7px;
}
.unsubscribe_adds .regions_block {
	padding: 18px 0 0 0;
}
.unsubscribe_adds .regions td.th {
	background: #e2e2e2;
	padding: 6px 11px 6px 1px;
	border: 1px solid #b0b0b0;
}
.unsubscribe_adds .regions td.th div {
	font-weight: bold;
	color: #464646;
	font-size: 10px;
	padding: 0 0 0 8px;
}
.unsubscribe_adds .regions td.th label {
	color: #464646;
	font-size: 12px;
	font-weight: bold;

}
.unsubscribe_adds .regions  {
	margin: 0 0 5px 0;
}
.unsubscribe_adds .regions td.bord {
	border: 1px solid #b0b0b0;
	padding: 4px 11px 4px 1px;
	background: #f4f4f4;
}

.unsubscribe_adds .regions td.bord div {
	padding: 0 0 3px 8px;
}
.unsubscribe_adds .regions td.bord div a {
	color: #464646 !important;
	font-size: 10px !important;
}
.unsubscribe_adds .regions td.th td,
.unsubscribe_adds .regions td td {
	vertical-align: middle;
	color: #464646;
	font-size: 10px;
}
/* unsubscribe_adds */

/* newsletter_subscribe */
.newsletter_subscribe .form_top {
	background: #f4f4f4;
	width: 396px;
	margin: 0 0 30px 0;
	padding: 8px 0 8px 0;
}
.newsletter_subscribe .buttons {
	width: 100%;
}
.newsletter_subscribe .buttons .btn_red {
	background: url('../media/images/btn/red_start.gif') top left no-repeat;
	float: right;

}

.newsletter_subscribe .buttons .btn_red a {
	background: url('../media/images/btn/red_end.gif') top right no-repeat;
	font: normal bold 10px/17px arial !important;
	text-transform: uppercase;
	color: #FFFFFF !important;
	height: 19px;
	padding: 0 15px;
	display: block;
	float: left;
}
.newsletter_subscribe .buttons .btn_black {
	background: url('../media/images/btn/black_start.gif') top left no-repeat;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.newsletter_subscribe .buttons .btn_black a {
	background: url('../media/images/btn/black_end.gif') top right no-repeat;
	font: normal bold 11px/17px arial !important;
	text-transform: uppercase;
	color: #FFFFFF !important;
	height: 17px;
	padding: 0 15px;
	display: block;
	float: left;
}

/*
.newsletter_subscribe .buttons .btn_black a:hover,
.newsletter_subscribe .buttons .btn_red a:hover {
    text-decoration: none;
}
*/
.newsletter_subscribe .buttons  span a:hover {
	text-decoration: none !important;
}
.newsletter_subscribe .buttons .hidden {
	width: 1px;
	height: 1px;
	border: none;
	background: #FFFFFF;position: absolute;
}
.newsletter_subscribe  .inputs {
	margin: 0 0 15px 6px;
}
.newsletter_subscribe  .inputs .error {
	color: #FF0000 !important;
}
.newsletter_subscribe  .inputs td {
	padding: 0 4px 4px 0;
}
.newsletter_subscribe .top_text {
	padding: 0 0 17px 0;
}
.newsletter_subscribe .inputs div {
	padding: 0 0 4px 0;
	font-size: 10px;
}
.newsletter_subscribe .inputs input {
	width: 148px;
	border-width: 2px;
	border-color: #808080 #C0C0C0 #C0C0C0 #808080;
}
.newsletter_subscribe .categories {
	clear: both;
	margin: 0 0 0 4px;
}
.newsletter_subscribe .categories .block_hdr {
	font: normal bold 14px arial;
	padding: 0 0 8px 7px;
}
.newsletter_subscribe .categories table {
	width: 150px;
	margin: 0 0 4px 0;
	float: left;
}
.newsletter_subscribe .categories table td {
	vertical-align: middle;
}

.newsletter_subscribe label {
	font-size: 12px !important;
}
/* newsletter_subscribe */

.content_style1 * {
	color: #000000;
	font-weight: normal;
	font-size: 12px !important;
}

.content_style1 {
	display: inline !important;
}

.content_style2 * {
    color: #000000;
    font-weight: bold;
    font-size: 18px !important;
}

.content_style2  {
    display: inline !important;
}

.content_style3 * {
   	color: #838383;
   	font-weight: normal;
   	font-size: 10px !important;
}

.content_style3 {
   	display: inline !important;
}

.content_style4 * {
    color: #000000;
    font-weight: bold;
    font-size: 12px !important;
}

.content_style4 {
    display: inline !important;
}

.content_style5 * {
   color: #FF0000;
   font-weight: normal;
   font-size: 12px !important;
}

.content_style5 {
   display: inline !important;
}

.content_style6 * {
   color: #000000;
   font-weight: bold;
   font-size: 15px !important;
}

.content_style6 {
   display: inline !important;
}

.content .text .table_black {
	border: #000000 1px solid !important;
	border-color: #000000 !important;
}

.content .text .table_black td {
	border: #000000 1px solid !important;
	border-color: #000000 !important;
}

.content .text .table_red {
	border: #ff0000 1px solid !important;
	border-color: #ff0000 !important;
}

.content .text .table_red td{
	border: #ff0000 1px solid !important;
	border-color: #ff0000 !important;
}




/*  paging  */
.paging a, .paging strong {
	color: #E40303 !important;
	text-transform: uppercase;
	font-size: 10px;
}
.paging .page_back {
	float: left;
	margin: 0 8px 0 0;
}
.paging .page_back a {
	padding: 0 0 0 10px;
	background: url('../media/images/ico/back_ico.gif') left center no-repeat;
}
.paging .page_numbers {
	float: left;
}
.paging .page_forward {
	float: left;
	margin: 0 0 0 8px;
}
.paging .page_forward a {
	padding: 0 10px 0 0;
	background: url('../media/images/ico/forward_ico.gif') right center no-repeat;
}
/*  paging  */

.path a,
.path a.link,
.path span.link,
.path a:link,
.path a:visited,
.path a:active {
	font-size: 11px !important;
	color: #000000;
	font-weight: bold;
	padding: 0 10px 0 0;
	background: url('../media/images/ico/path_ico.gif') right center no-repeat;
}

.path a.news_title {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #050505 !important;
	padding: 0 0 3px 0 !important;
	text-decoration:none !important;
	background:none
}

