@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:  Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}
img {
	border: 0;
}
a {
	cursor: pointer;
}
.c1 {
		position: relative;
		text-align: center;
		width: 100%;
		color: #999;
	}
.c2 {
		background: url(2px.gif) left 50% repeat-x;
		height: 2px;
		position: absolute;
		top: 50%; left: 0;
		width: 100%;
		z-index: 10;
}
.kesa12notice {
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-bottom: 5px;
}
*+ html .kesa12notice {
	padding-top: 7px;

}
.kesa12notice a {
	color: #bf0000;
}
span.kesa12notice {
	float: none;
	width: 200px;
}
.contact_link {
	font-size: 10px;
	color: #bf0000;
	text-decoration: none;
	float: left;
	padding-right: 20px;
	padding-top: 2px;
	display: inline-block;
}
*+ html .contact_link  {
	padding-top: 8px;
}
/* =wrap
-------------------------------------------------- */
#wrap {
	width: 970px;
	margin: 0 auto;
	background: url(bg01.png) 50% 0 repeat-y;
}
#wrap2 {
	width: 970px;
	margin: 0 auto;
}
div.bg2 {
	background: #fff;
}
#wrap3 {
	width: 970px;
	margin: 0 auto;
	background: url(bg01.png) 50% 0 repeat-y;
}
#header {
	padding: 18px 15px 0 30px;
}
#header p.banner {
	width: 661px;
	padding-left: 86px;
}
#header div.header_left {
	width: 759px;
	float: left;
	position: relative;
}
#header div.header_left p.info {
	color: #ccc;
	font-weight: normal;
	font-size: 22px;
	margin-top: 15px;
	padding-left: 1px;
}
#nav {
	list-style: none;
	
}
#nav li {
	float: left;
	text-align: center;
	padding-top: 20px;
}
#nav li a {
	color: #ccc;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
#nav li.link1 {
	background: url(tab_1.png) -16px 0 no-repeat;
	width: 101px;
	height: 25px;
}
#nav li.link1 a {
	padding: 23px 0 5px 0;
}
#nav li.link1_active {
	background: url(tab_1_a.png) -16px 0 no-repeat;
	width: 101px;
	height: 25px;
}
#nav li.link1_active a {
	padding: 23px 0 5px 0;
	color: #fff;
}
#nav li.link2 {
	background: url(tab_2.png) 0 0 no-repeat;
	width: 100px;
	height: 25px;
}
#nav li.link2 a {
	padding: 23px 0 0 0;
}
#nav li.link2_active {
	background: url(tab_2_a.png) 0 0 no-repeat;
	width: 100px;
	height: 25px;
}
#nav li.link2_active a {
	padding: 23px 0 5px 0;
	color: #fff;
}
#nav li.link4 {
	background: url(tab_3.png) 0 0 no-repeat;
	width: 117px;
	height: 25px;
}
#nav li.link4 a {
	padding: 23px 14px 0 0;
}
#nav li.link4_active {
	background: url(tab_3_a.png) 0 0 no-repeat;
	width: 117px;
	height: 25px;
}
#nav li.link4_active a {
	padding: 23px 14px 5px 0;
	color: #fff;
}
#submenu {
	background: url(bg02.png) 0 0 no-repeat;
	padding-left: 8px;
	
	float: left;
}
.dif {
	
}
#submenu ul {
	float: left;
	background: url(bg02.png) 100% 0 no-repeat;
	padding: 0 8px 5px 0;
	list-style: none;
}
#submenu ul li {
	float: left;
}
#submenu ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	float: left;
}
#submenu ul li a span {
	padding: 5px 12px 11px 0;
	float: left;
}
#submenu ul li.active a,
#submenu ul li.active a span {
	background: url(sub_active.png) 0 0 no-repeat;
	
}
#submenu ul li.active a span {
	background-position: 100% 0;
}
#header div.header_right {
	float: right;
	width: 129px;
	padding-right: 7px;
}
#header div.header_right p.logo {
	margin-top: 25px;
	
}
/* =content
-------------------------------------------------- */
#content {
	background: #fff;
	padding: 0 0 10px 30px;
}
#content div.lang {
	float: right;
	margin-top: 4px;
	padding-right: 30px;
}
#content div.lang a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #919191;
}
#content div.lang a:hover,
#content div.lang a.active {
	color: #941024;
}
#content table {
	width: 97%;
	text-align: center;
	border-top: 1px solid #c0c0c0; 
	border-right: 1px solid #c0c0c0; 
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
#content table.head {
	margin-bottom: 0;
}
div.container div.print {
	float: right;
	width: 17px;
	margin-top: 15px;
}
#content table thead th {

}
#content p.heading {
	float: left;
	font-weight: bold;
	font-size: 14px;
	clear: left;
	width: 300px;
}
#content table tbody tr.grey td {
	background: #cccccc;
}
#content table thead tr th {
	border-top: 1px solid #000;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	padding: 1px 3px 1px 33px;
}
.noborder {
	border: none !important;
	padding: 0 !important;
}
#content table tbody tr td {
	border-top: 1px solid #000;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #808080;
	padding: 1px 3px;
}
#content table tbody tr td span.red {
	color:  #941024;
}
#content table tbody tr td span.light {
	color: #8e8b8b;
	text-decoration: line-through;
}
#content table tbody tr td a{ /* Ints, 29.09.2008 */
	color: #650C12;
}
/* =footer
-------------------------------------------------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding: 3px 15px 3px 15px;
}
#footer p.footer_left {
	float: left;
	font-size: 12px;
	color: #fff;
	margin-top: 2px;
	font-weight: bold;
}
#footer p.footer_right {
	float: right;
	color: #ccc;
	font-size: 16px;
	font-weight:bold;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}



.bannerdiv { /* Ints, 29.09.2008 */
	width: 661px;
	padding-left: 86px;
}


/* martinj, 05.08.2009 */
.soldTable {
	float: left;
	position: relative;
	width: 100%;
}
.soldTableLabel {
	background: url(table_label.png) 0 0 no-repeat;
	height: 601px;
	left: 3px;
	position: absolute;
	top: 18px;
	#top: 34px;
	width: 907px;
}
.soldTableLabel2 {
	background: url(table_label_2.png) 0 0 no-repeat;
	height: 98px;
	left: 3px;
	position: absolute;
	top: 18px;
	#top: 2px;
	width: 907px;
}
.soldTableLabelJyri {
	background: url(table_label_jyri.png) 0 0 no-repeat;
	height: 280px;
	left: 3px;
	position: absolute;
	top: 18px;
	#top: 34px;
	width: 907px;
}
.soldTableLabel.rus {
	background: url(table_label_rus.png) 0 0 no-repeat;
}
.soldTableLabel2.rus {
	background: url(table_label_2_rus.png) 0 0 no-repeat;
}
.soldTableLabelJyri.rus {
	background: url(table_label_jyri_rus.png) 0 0 no-repeat;
}
.soldMenuLabel,
.soldMenuLabel2, .soldMenuLabel3 {
	background: url(menu_label.png) 0 0 no-repeat;
	color: #fded28;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	position: absolute;
	text-align: center;
	text-indent: -9999px;
	bottom: 23px;
	width: 100px;
}
.soldMenuLabel {
	left: 401px;
}
.soldMenuLabel2 {
	left: 201px;
}
.soldMenuLabel3 {
	left: 301px;
}
.soldMenuLabel.active,
.soldMenuLabel2.active, .soldMenuLabel3.active {
	bottom: 26px;
}
.soldMenuLabel.rus,
.soldMenuLabel2.rus, .soldMenuLabel3.rus {
	background: url(menu_label_rus.png) 0 0 no-repeat;
}