/* CSS Document */
body {
	background: url(../images/bg.jpg) #FFFFFF repeat-x;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0px;
}
#page {
	position: relative;
	width: 938px;
}
#header {
	position: relative;
	width: 938px;
	height: 85px;
	background: url(../images/bg_header.jpg) no-repeat;
}
#header .fight-of-titans {
  position: absolute;
  top: 21px;
  left: 325px;
  padding: 5px 0px 17px 15px;
  background: url(../images/dotted_red.png) left repeat-y;
}
#header .mail {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 60px;
	height: 12px;
	color: #FF0000;
	font-size: 9px;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/icon_mail.png) 0px 2px no-repeat;
}
#header .mail:hover {	text-decoration: underline;}
#top {
	width: 938px;
	height: 184px;
	background: #1D1D1D;
	border: 1px solid #585858;
	border-left: 0px;
}
a img {border: 0px;}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 292px;
	height: 100px;
}
#flash {
	position: relative;
	display: block;
	float: left;
	width: 458px;
	height: 228px;
	border: 1px solid #808080;
	border-left: 0px;
	margin-bottom: -60px;
	margin-top: 14px;
}
#flash_shadow1 {
	position: absolute;
	bottom: -13px;
	right: -12px;
	height: 12px;
	width: 380px;
	background: url(../images/flash_shadow1.jpg) no-repeat;
}
#flash_shadow2 {
	position: absolute;
	bottom: -1px;
	right: -12px;
	height: 59px;
	width: 11px;
	background: url(../images/flash_shadow2.jpg) no-repeat;
}
#menu {
	display: block;
	float: left;
	width: 250px;
	height: 173px;
	padding-right: 15px;
	padding-top: 10px;
}
#menu a {
	display: block;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 6px 20px;
	margin-left: 32px;
	background: url(../images/menu_a_decor.png) 0px 8px no-repeat;
}
#menu a:hover {	background: url(../images/menu_a_decor2.png) 0px 8px no-repeat;}
#menu .divider {
	display: block;
	height: 1px;
	background: url(../images/menu_divider.png) repeat-x;
	font-size: 1px;
}
/*************** CALENDAR ***********/
#calendar {
	display: block;
	float: left;
	width: 214px;
	height: 184px;
	background: url(../images/bg_calendar.jpg) repeat-x;
}
#calendar table {	width: 212px;}
#calendar table th {font-weight: normal;}
#calendar table td {width: 26px;height: 16px;	padding-right: 7px;	font-weight: bold;	text-align: right;}
#calendar .select, #calendar .select a {background: #A40000;	color: #FFFFFF;}
#calendar .empty {background: #A7A7A7;}
#calendar .date {
	display: block;
	width: 180px;
	height: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 15px auto 15px auto;
}
#calendar .month {
	display: inline;
	float: left;
	width: 162px;
}
#calendar .arrow_left {display: block;	float: left;	width: 9px;	height: 9px;	margin-top: 4px;	background: url(../images/arrow_left.png) no-repeat;}
#calendar .arrow_right {display: block;	float: left;	width: 9px;	height: 9px;	margin-top: 4px;	background: url(../images/arrow_right.png) no-repeat;}
/************************************************/
#main {
	width: 928px;
	min-height: 600px;
	_height: 600px;
	margin-left: 11px;
	color: #767575;
}
h1 {
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
  height: 14px;
	color: #000000;
	padding: 5px 0px 0px 20px;
	margin: 0px;
	margin-left: 11px;
	background: url(../images/menu_a_decor.png) 0px 8px no-repeat;
}
h2 {
  display: inline;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.list h2 {display: block;}
/************** PRO VSECHNY BOXY ******************/
.title {
	height: 35px;
	background: url(../images/bg_box.jpg) #E9E9E9 no-repeat;
	border-bottom: 4px solid #A3A6AD;
	text-transform: uppercase;
	color: #000000;
}
.title .subtitle {padding-left: 32px; font-size: 10px;}
.zoom {width: 20px; height: 20px;	border: 0px; padding: 0px; margin-left: 2px; background: url(../images/zoom.png) no-repeat;}
.submit {width: 20px;	height: 20px;	border: 0px;padding: 0px;	margin-left: 2px;	background: url(../images/submit.png) no-repeat;}
.descript {
	display: inline;
	float: left;
	margin-left: 13px;
	width: 287px;
}
.arrow {display: block;	margin: 5px 5px 0px 5px;
}
.arrow a {color: #767575;	padding-left: 13px;	background: url(../images/arrow.png) 0px 5px no-repeat;}
.arrow a:hover {text-decoration: none;}
.line {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 5px;
	background: url(../images/b_point.png) repeat-x;
}
/************** LIST *******************/
.list {
  display: inline;
  float: left;
  width: 734px;
  margin: 10px 0px 10px 13px;
  background: #f2f3f5;
}
.list .box {
  display:inline;
  float: left;
  width: 214px;
  border: 0px;
  padding: 8px;
  background: #e3e3e3;
  margin: 7px;
}
.list .text {
  _display: inline;
  width: 732px;
  padding-top: 5px;
  border: 1px solid #E3E3E3;
	background: #F2F3F5;
}
/************** BOX ONLY***************/
.box {width: 255px;	margin-bottom: 10px;}
.box .text {
	width: 237px;
	min-height: 42px;
	_height: 42px;
	padding: 8px;
	padding-bottom: 11px;
	border: 1px solid #E3E3E3;
	background: #F2F3F5;
}
.box .input {
	height: 16px;
	width: 190px;
	font-size: 11px;
	border: 1px solid #333E4F;
}
.box .profil {
	display: block;
	margin: 10px auto 10px auto;
}

/************ NEWS ONLY ***********/
.news {width: 468px; margin-bottom: 8px;}
.news h2 {display: block;	margin: 0px;}
.descript.noimg {
  margin-left: 7px;
  width: 443px;
}
.news .text {
	width: 450px;
	min-height: 42px;
	_height: 42px;
	padding: 8px;
	padding-bottom: 11px;
	border: 1px solid #E3E3E3;
	background: #F2F3F5;
}
.news .item {
	margin-bottom: 10px;
	padding-bottom: 6px;
	_padding-bottom: 0px;
	border-bottom: 1px solid #DADCDF;
}
.news a img {
	display: inline;
	float: left;
	line-height: 0px;
	font-size: 1px;
}
.news .arrow {margin-left: 0px;}
/************* INTERVIEW ONLY **************/
.interview {width: 468px;}
.interview .text {
	width: 450px;
	min-height: 32px;
	_height: 32px;
	padding: 8px;
	_padding-bottom: 0px;
	border: 1px solid #E3E3E3;
	background: #F2F3F5;
}
.interview a img {display: inline; float: left;}
/***************** LIST FILTR ******************/
.list_filtr {
  display: inline;
  float: left;
  width: 468px;
  margin-left: 279px;
  margin-top: 20px;
}
.list_filtr table {margin: 0px; padding: 0px;}
.list_filtr form {margin: 0px; padding: 0px;}
.list_filtr table td{padding-left: 5px;}
.list_filtr label {color: #000000;}
.list_filtr select {height: 18px; border: 1px solid #7f9db9;}
.list_filtr select.s1 {width: 155px;}
.list_filtr select.s2 {width: 88px;}
.list_filtr input.s3 {height: 17px; border: 1px solid #7f9db9; width: 120px;}
.list_filtr .search {width: 60px; height: 20px; border: 0px; background: url(../images/butt_search.png);
}
/*************************************************/
.list .listing {
  float: left;
  width: 734px;
  height: 20px;
  text-align: center;
  margin: 10px 0px 13px 0px;
}
.listing .page_num {display: inline;}
.listing .page_num a {position:relative; bottom:6px; color: #333e50; padding-left: 3px; padding-right: 3px;}
.listing .page_num a.active {font-weight: bold; text-decoration: none;}
/*********************************************/
#advert {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 71px;
	margin-bottom: 10px;
}
#col1 {
	display: inline;
	float: left;
	width: 255px;
	margin: 71px 0px 10px 13px;
}
/************ SUBMENU **********/
#col1 .submenu a {
  display: block;
  color: #666666;
  text-decoration: none;
  padding: 4px 0px 4px 13px;
  margin-left: 7px;
  background: url(../images/arrow.png) 0px 8px no-repeat;
}
#col1 .submenu a:hover {
  color: #000000;
}
#col1 .submenu .divider {
  display: block;
  height: 1px;
  font-size: 1px;
  border-top: 1px solid #dadcdf;
}
/*******************************/
#col2 {
	display: inline;
	float: left;
	width: 468px;
	margin: 8px 0px 10px 11px;
}
#col2 .advert {
	display: block;
	margin-bottom: 8px;
}
#col2 a {
  color: #666666;
}
#col2 a:hover {
  text-decoration: none;
}
table.info {width: 270px;}
table.info td {vertical-align: top; padding-bottom: 10px; padding-left: 3px;}
/************** DUEL *************/
.duel {
  width: 443px;
  height: 80px;
  padding-top: 7px;
  margin: 7px 0px 7px 0px;
  background: url(../images/bg_duel.jpg) repeat-y;
}
.duel .vs {
  float: left;
  margin-top: 25px;
}
.duel .fighter {
  float: left;
  width: 193px;
}
.duel .fighter .desc {
  font-size: 9px;
  float:left;
  color:red;
  margin: 5px;
  margin-top: 15px;
}
.duel .fighter .desc .name{
  color:#FFF;
  font-weight: bold;
  font-size: 11px;
}
.duel .fighter a img { border: 1px solid #000000; float: left;}
.duel .fighter a:hover img{ border: 1px solid #FFF;}
.duel .fighter.first .desc {float: right; text-align: right;}
.duel .fighter.first img {float: right;}
/************************************/
#footer {
	position: relative;
	display: block;
	width: 866px;
	height: 55px;
	background: #8F8F8F;
	padding: 19px 60px 0px 0px;
	border: 1px solid #656565;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
  margin-left: 11px;
	margin-top: 15px;
}
#copyright {
	position: absolute;
	left: 35px;
	top: 15px;
	width: 215px;
	height: 50px;
	text-align: left;
}
#copyright a {color: #515151;}
#copyright a:hover {text-decoration: none;}
#copyright .b {font-weight: bold; color: #000000;}

.nav_menu a {color: #FFFFFF; text-decoration: none;	padding-left: 8px;	padding-right: 8px;}
.nav_menu a:hover {text-decoration: underline;}
/*********** OTHER ****************/
.cleaner {clear: both;}
.red {display: block;	color: #FF0000;	font-weight: bold;	font-size: 12px;}
.right, .r {text-align: right;}
.mt {margin-top: 8px;}
.up {text-transform: uppercase;}
.b {font-weight: bold;}
.c {text-align: center;}
.black {color: #000000;}
.bb {display: block; font-weight: bold;	color: #000000;}