@charset "utf-8";
body {
	font-family: 'Open Sans', arial;
	font-size: 13px;
	background-color: #ffffff;
	line-height: 16px;
	color: #2f2f2f;
}
.centered {
	position: relative;
	width: 1180px;
	padding: 0 10px;
	margin: 0px auto 0px auto;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatend {
	clear: both;
}
.red {
	color: #e82729;
}
h1 {
  color: #2F2F2F;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  padding-bottom: 15px;
}
h1.online {
  font-size: 24px;
}
h1.online a {
  font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	color: #2f2f2f;
}
h3 {
	font-size: 22px;
	line-height: 22px;
	color: #575d5a;
}
h4 {
	font-size: 18px;
	color: #8e8e8e;
}
a {
	color: #de0000;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	text-decoration: underline;
}
a.red_link {
	display: table-cell;
	background-color: #de0000;
	padding: 1px;
	color: #FFF;
}
a.red_link span {
	display: block;
	background: url(../images/red_link.png) no-repeat right center #de0000;
	border-left: #eb6666 1px solid;
	border-top: #eb6666 1px solid;
	padding: 9px 22px 9px 10px;
	cursor: pointer;
}
.red-war {
  color: #de0000;
}
/*Header*/
#header {
	width: 100%;
	height: 67px;
	border-bottom: #2f2f2f 1px solid;
}
#logo {
	margin-left: 20px;
}
#header p {
	margin: 18px 6px 0 19px;
}
#header p span {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
}
/*Hledání*/
.search_form input {
	margin: 17px 0 0 5px;
}
.search_form input[type="text"] {
	width: 220px;
	border: #c8c8c8 1px solid;
	font-size: 12px;
	padding: 8px 20px 8px 35px;
	background: url(../images/search_form.png) no-repeat top left #f5f5f5;
}
.search_form input.hledani_submit {
	height: 32px;
	cursor: pointer;
	border: none;
	border-right: #de0000 1px solid;
	padding: 0 8px 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: url(../images/search_button.jpg) no-repeat top left #de0000;
}
/*End Hledání*/

/*Select styl*/
.styled_select select {
	width: 100px;
	height: 26px;
	background: transparent;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border: 0;
	border-radius: 0;
	color: #FFF;
	-webkit-appearance: none;
}
.styled_select {
	width: 70px;
	height: 26px;
	margin: 20px 10px 0 0;
	overflow: hidden;
	background: url(../images/select_button.png) no-repeat right #bebebe;
}
/*End Select styl*/
/*End Header*/

/*MENU*/
#menu {
	width: 100%;
  min-width: 1180px;
	height: 44px;
	border-top: #787878 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #2f2f2f;
}
#menu ul, #quick_news.admin ul {
  list-style: none;
	display: inline-block;
	height: 43px;
	border-left: #000000 1px solid;
	border-right: #5b5b5b 1px solid;
}
#quick_news.admin ul {
	xheight: 20px;
	border: 0px;
}
#menu li, #quick_news.admin li {
	float: left;
	position: relative;
}
#menu a, #quick_news.admin li a {
	font-size: 14px;
	color: #f1f1f1;
	display: block;
	padding: 13px 28px 15px 28px;
	font-weight: bold;
	border-left: #5b5b5b 1px solid;
	border-right: #000000 1px solid;
}
#quick_news.admin li a {
	border: 0px;
	padding: 13px 28px 13px 28px;
}
#menu a:hover, #quick_news.admin li a:hover {
	background-color: #545454;
	text-decoration: none !important;
}
#menu a.active {
	color: #e6392a;
	text-decoration: underline !important;
}
#quick_news.admin li a.active {
	text-decoration: underline !important;
	background-color: #545454;		
}
#menu li ul {
  display: none;
  background-color: #2f2f2f;
	top: 40px;
  z-index: 1200;
}
#menu li:hover ul {
    border-left: medium none;
    border-right: medium none;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1200;
}
#menu li:hover ul li {
    background-color: #2f2f2f;
    float: none;
    white-space: nowrap;
    width: auto;
    z-index: 1200;
}

/*END MENU*/

/*OBSAH*/
#quick_news, #quick_news .centered {
	height: 43px;
}
#quick_news.admin {
	background-color: gray;
}
#quick_news p.head span {
	display: table-cell;
	height: 33px;
	padding: 0 33px 0 14px;
	background: url(../images/quick_news_head.jpg) no-repeat top right #e0e0e0;
	vertical-align: middle;
	color: #bf0000;
	text-transform: uppercase;
	border-bottom: none;
	font-size: 13px;
	border-bottom-left-radius: 5px;
}
#quick_news.admin p.head span {
	background: url(../images/quick_news_head_admin.png) no-repeat top right #e0e0e0;
}
#quick_news p {
	margin: 10px 5px 0 0;
	background: url(../images/quick_news_p.jpg) no-repeat right center;
	padding-right: 12px;
	font-size: 12px;
}
#quick_news p:last-child {
	background: url(../images/quick_news_p_last.jpg) no-repeat right center;
}
#quick_news p span {
	border-bottom: #cbcbcb 2px solid;
}
#quick_news p.head {
	margin: 0px;
	padding: 0px;
	background: none;
}
#quick_news.admin li {
	
}

/* content */
#content_hp {
	min-height: 800px; /*odstranit*/
  min-width: 1180px;
	background: url(../images/content_background.jpg) no-repeat top center;
}
#content_hp .centered {
	/*padding-top:320px;*/
	padding-top: 100px;
}
#slogan {
	position: absolute;
	top: 80px;
	right: 65px;
	width: 350px;
}
#slogan p {
	margin-top: 9px;
	font-size: 12px;
	line-height: 18px;
}
.box {
	margin-bottom: 16px !important;
}
.box div.wrapper {
	background-color: #FFF;
	border: #e1e1e1 1px solid;
	padding: 15px 15px 15px 18px;
	position: relative;
}
.box a:hover {
  color: black;
}
.box h2 {
  margin-bottom: 13px;
  padding-left: 5px;
}
.box h3 {
  color: #575D5A;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 10px;
}
.smallbox {
	/*width:287px;*/
	width: 27%;
  position: relative;
}
.middlebox {
	/*width:467px;*/
	width: 71%;
}
.bigbox, .bigboxhome {
	/*width:807px;*/
	width: 71%;
	margin-top: 117px;
}
.bigbox.admin {
	width: 100%;
	margin-top: 0px;
}
.bigbox.admin .wrapper {
	min-height: 500px;
}
.bigboxhome {
  margin-top: 250px;
  position: relative;  
}
.bigbox ul, .bigboxhome ul {
  padding-left: 20px;
}
.bigbox li, .bigboxhome li {
  padding-bottom: 5px;
}
.bigbox p, .bigboxhome p {
  padding: 5px;
}
.fullbox {
	width: 100%;
}
.sameheight div.wrapper {
	height: 220px !important;
}
.sameheight img.offset {
	margin-top: 17px;
}
.offsetright {
	margin-right: 23px;
}
.box table {
	width: 100%;
}
#quick_overview_table td {
	vertical-align: middle;
	Xtext-align: left;
	font-size: 12px;
	padding: 0 20px 0 11px;
	height: 41px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
#quick_overview_table tr {
	padding: 5px 0px !important;
}
#quick_overview_table td.race {
	width: 272px;
}
#quick_overview_table td.logo {
	width: 95px;
	text-align: center;
	background-color: #FFF !important;
	padding: 0;
}
#quick_overview_table tr.head td, #quick_overview_table tr.head td.logo {
	background-color: #787878 !important;
	font-size: 14px;
	height: 41px;
	color: #FFF;
	border: none !important;
}

#quick_overview_table tr.head:hover td {
	border: none !important;
  cursor: default;
}
#quick_overview_table tr.color td {
	background-color: #e4e4e4;
	height: 41px;
	border-top: #e4e4e4 1px solid;
	border-bottom: #e4e4e4 1px solid;
}
#quick_overview_table tr td:first-child {
	text-align: center;
	width: 100px !important;
	padding: 0px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#quick_overview_table tr td:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#quick_overview_table tr td.sport {
	width: 36px;
	padding: 0 54px 0 11px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#quick_overview_table tr:hover td {
	background-color: #de0000;
	cursor: pointer;
	border-top: #f08888 1px solid;
	border-bottom: #f08888 1px solid;
  color: white;
}
#quick_overview_table tr:hover td a {
  color: white;
}
#search_box {
	height: 100px;/*margin-top:-255px;*/
}
#racing_box {
/*margin-top:-134px;*/
}
#search_small input {
	margin: 0px 0 0 5px;
}
#search_small input[type="text"] {
	width: 48%;
	padding: 8px 10px 8px 30px;
}
#search_small input.hledani_submit {
	width: 30%;
}
#racing_table {
	margin-bottom: 14px;
}
#racing_table td {
	font-size: 12px;
}
#racing_table tr.date td {
	padding: 11px 0 7px 0;
}
#racing_table tr:first-child td {
	padding-top: 0px !important;
}
#racing_table tr.color td {
	height: 39px;
	padding: 1px 1px 1px 0;
	background-color: #d6d6d6;
	/*	border:#efefef 1px solid;*/
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	text-decoration: underline;
}
#racing_table tr.color td:first-child {
	text-align: center;
	padding: 0 7px;
	background: #d0d0d0;
	border: none;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: #FFF 1px solid;
}
#racing_table tr.color td span {
	display: block;
	padding-left: 10px;
  padding-right: 30px;
	xborder: #e0e0e0 1px solid;
	border-radius: 3px;
	background: url(../images/content_td_background_01.png) no-repeat right center #d6d6d6;
}
#racing_table tr.color:hover td {
	color: #F00;
	cursor: pointer;
}
#order_serial td {
	background: url(../images/content_td_background_02.png) no-repeat right center;
	height: 41px;
	padding: 0 5px 0 13px;
	font-size: 12px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
#order_serial tr.color td {
	border-top: #e8e8e8 1px solid;
	border-bottom: #e8e8e8 1px solid;
}
#order_serial tr.color td:first-child {
	border-left: #e8e8e8 1px solid;
}
#order_serial td:first-child {
	background: none !important;
	padding: 0 7px 0 7px !important;
	width: 51px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left: #FFF 1px solid;
}
#order_serial tr.color td {
	background-color: #e4e4e4;
}
#Xorder_serial tr:hover td {
	background: url(../images/content_td_background_02_hover.png) no-repeat right center #de0000;
	cursor: pointer;
	color: #FFF;
	border-top: #de0000 1px solid;
	border-bottom: #de0000 1px solid;
}
#Xorder_serial tr:hover td:first-child {
	border-left: #de0000 1px solid;
}
.middlebox .box_inside {
	width: 32%;
  padding-right: 10px;
}
.box_inside {
  min-height: 195px;
  position: relative;
  text-align: justify;
}
.box_inside p.bigger {
	text-align: left;
	font-size: 15px;
	margin: 15px 0 10px 0;
}
.box_inside p {
  margin-right: 15px;
}
.middlebox .box_inside a {
	margin-top: 5px;
}
.fullbox .box_inside {
  height: 130px;
  min-height: 130px;
  width: 33%;
}
#fullbox_left {
	background: url(../images/fullbox_01.jpg) no-repeat left center;
}
#fullbox_left p {
	padding: 0 35px 0 75px;
  font-size: 13px;
}
.fullbox p.bigger {
	margin: 10px 0 7px 0;
  font-size: 15px !important;
}
#fullbox_middle {
	background: url(../images/fullbox_02.jpg) no-repeat 10px center;
}
#fullbox_middle p {
	padding: 0 20px 0 95px;
  font-size: 13px;
}
#fullbox_right {
	background: url(../images/fullbox_03.jpg) no-repeat 20px center;
}
#fullbox_right p {
	padding: 0 0px 0 100px;
  font-size: 13px;
}
/*END OBSAH*/

/*FOOTER*/
#footer {
	height: 80px;
	background-color: #ededed;
  position: relative;
}
#footer div.floatleft {
	width: 500px;
	font-size: 10px;
}
#footer span.bigger {
	font-size: 11px;
	line-height: 22px;
}
#footer span.bigger strong {
	font-size: 13px;
}
#footer div.floatleft p {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
#footer_menu {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
  list-style: none;
}
#footer_menu li {
	float: left;
}
#footer_menu li a {
	font-size: 12px;
	color: #555555;
	padding: 10px 6px;
}
#footer_menu li a:hover {
	color: #e12f2f;
}
.createdby {
  bottom: 2px;
  float: right;
  font-size: 12px;
  height: 20px;
  position: relative;
  right: 6px;
}
/*END FOOTER*/

/*Kontakty*/
td {
	padding: 2px 10px 2px 0;
}
td input[type=text], td input[type=password], td textarea {
	border: #d1d1d1 1px solid;
	margin: 0px;
	text-indent: 15px;
  font-family: 'Open Sans',arial;
  font-size: 13px;
}
td input[type=submit], .submit {
	border: #d1d1d1 1px solid;
	margin: 0px;
	text-indent: 15px;
  font-family: 'Open Sans',arial;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #FFF;
	xbackground: url(../images/slider/slider_link.jpg) no-repeat top left #cf0505;
	background-color: #cf0505; 
	text-transform: uppercase;
	xwidth: 175px !important;
	height: 37px !important;
	text-indent: 0px;
	cursor: pointer;
	margin-bottom: 20px;
	padding-left: 15px;
  padding-right: 15px;
}
.submit:hover {
	text-decoration: underline;
}
td select {
	width: 279px;
	height: 32px;
	padding: 5px 5px 5px 13px;
}
td input[type=text], td input[type=password] {
	height: 26px;
	width: 275px;
}
td textarea {
	height: 120px;
	min-height: 120px;
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	padding-top: 10px;
}
#map {
	position: relative;
	padding: 2px 0;
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
}
#map_link {
	position: absolute;
	bottom: 2px;
	left: 0px;
	display: table-cell;
	padding: 5px 10px !important;
	font-size: 14px;
	color: #FFF;
	xbackground: url(../images/slider/slider_link.jpg) no-repeat top left #cf0505;
}
/*END Kontakty*/

/* Partneri */
.box_partner {
  width: 250px;
  height: 90px;
  padding: 5px;
  float: left;
  display: table; 
  position: relative; 
  overflow: hidden;
}
.box_partner_vert {
  top: 50%;
  display: table-cell;
  text-align: middle; 
  vertical-align: middle;
}
.box_partner_vert p {
  position: relative; 
  top: -50%;
}
.partner {
  float: left;
  width: 240px;
  text-align: center;
}
/*END Partneri*/

/* Akce */
.box_action {
  width: 240px;
  height: 200px;
  padding: 5px;
  float: left;
  display: table; 
  position: relative; 
  overflow: hidden;
  border: #dadada 1px solid;
  margin: 5px;
}
.box_detail {
  position: relative;
}
.box_action .date, .box_action .city, .box_action .organizer, .box_detail .date, .box_detail .city, .box_detail .organizer {
  padding-right: 5px;
  padding-left: 5px;
}
.box_action .date, .box_detail .date {
  font-weight: bold;
  padding-bottom: 5px;
}
.box_action .next {
  position: absolute;
  bottom: 5px;
  right: 5px;
	width: 95%;  
}
.box_action .game, .box_detail .game {
  position: absolute;
  top: 2px;
  left: 2px;  
}
.box_action .logo, .box_detail .logo {
  height: 60px;
  left: 28px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 212px;
}
.box_action .logo.main {
  left: 15px;
}
.box_action .years {
  bottom: 20px;
  font-size: 16px;
  padding-left: 5px;
  position: absolute;
}
.box_detail table {
  padding-right: 5px;
  padding-left: 5px;
}
.box_detail .trhigh td {
  font-weight: bold;
  border-bottom: solid 1px #dadada;
}
.box_detail .trhigh td {
	background-color: #787878 !important;
	color: #FFF;
  height: 34px; 
}
.box_detail .trhigh td:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
td:first-child {
	padding-left: 5px;	
}
.box_detail .trhigh td:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.box_detail .trline td {
  border-bottom: solid 1px #dadada;
}
.box_detail .high {
  font-weight: bold;
}
.box_detail .highred {
  font-weight: bold;
  color: red;
}
.box_detail h2 {
  margin-bottom: 0px;
}
.box_detail table.view {
	margin-top: 10px;
}
.box_detail table.view td {
	padding: 6px;
}
.box_detail.notop table.view {
	margin-top: 0px;	             	
}
/*END Akce*/

.paging{
  padding-top: 10px;
	text-align: center;
}
.paging a{
	xxpadding: 2px 10px;
}

.news_list_box img {
  text-align: left;
  margin-right: 20px;
}
.news_list_box {
  margin-bottom: 15px;
  border-bottom: solid 1px #dadada;   
  min-height: 90px;
  position: relative;
}
.news_list_box h2 {
  margin-bottom: 5px;    
}
.bottomright {
  float: right;
  position: absolute;
  bottom: 3px;
  right: 10px;
}
.bottomH {
  bottom: 10px;
}

.refresh {
  position: absolute;
  right: -10px;
  top: -56px;
}
#refresh-top {
  position: absolute;
  right: 16px;
  top: 10px;
}

#mapCanvas {
  height: 300px;
  margin: 2px;
}
.mapBorder {
  border: 1px solid grey;
}

.image-gallery {
  margin-top: 20px;
}
.image-gallery .item {
  border: 1px solid #E0E0E0;
  float: left;
  margin: 4px;
  padding: 2px;
  text-align: center;
  width: 145px;
}

#racers_result {
  position: relative;
}
#racers_result h3 {
  float: left;
  width: 60px;
}
.filter_race {
  float: right;
  padding-right: 5px;
  position: relative;
  text-align: right;
  top: 10px;
}
.filter_race p {
  float: left;
}
.filter_race select {
  height: 26px;
  float: left;
}
.filter_race input[type=text] {
  height: 20px;
  float: left;
}

.waitDialog {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  display: none;
  height: 100px;
  left: 45%;
  position: fixed;
  text-align: center;
  top: 45%;
  width: 140px;
  z-index: 1000;
}
.wait {
  background-image: url("../images/loading2.gif");
  height: 55px;
  left: 27%;
  margin-left: 5px;
  position: relative;
  text-align: center;
  top: 22%;
  width: 55px;
}

.filterReset {
	height: 26px;
	cursor: pointer;
	border: none;
	border-right: #de0000 1px solid;
	padding: 0 8px 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: url(../images/search_button.jpg) no-repeat top left #de0000;
  float: right;
  margin-left: 5px;
}

.lang {
	float: right;
	top: 22px;
	position: relative;
}
.user-menu {
	position: absolute;
	right: 0px;
}
form h2 {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  padding-left: 0 !important;
}
.imgDate {
  left: 3px;
  position: relative;
  top: 5px;
}

.user-top {
  position: absolute;
  right: 130px;
  top: 20px;
}
.user-top > a {
  padding: 5px;
  position: relative;
  top: -1px;
}
.user-top > img {
  line-height: 20px;
  position: relative;
  top: 4px;
}
.user-top > form {
  float: right;
  padding-left: 20px;
  position: relative;
  top: 6px;
}
#logout_user > a {
  cursor: pointer;
}
.bottompage {
  bottom: 10px;
  position: absolute;
}

.registration {
  position: absolute;
  right: 0;
  top: 10px;
}

.box_img {
  position: absolute;
  right: 20px;
  top: 10px;
}
.box_img .game {
  position: absolute;
  top: 2px;
  left: 2px;  
}
.box_img .logo {
  height: 60px;
  left: 28px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 212px;
}
.lineBorder {
	border-bottom: 1px solid gray;
}
.tdDescription {
	font-size: 11px;
	color: grey;
}
#filter-timeline {
  position: absolute;
  right: 20px;
  top: 10px;
}
.serial-left {
  float: left;
  width: 530px;
}
.serial-right {
  float: right;
  width: 270px;
}
.attribute td textarea {
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-top: 10px;
  width: auto;
}
.attribute td hr, .box_detail hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: lightgray -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  height: 1px;
}
.iframeHide {
	width: 0px;
	height: 0px;
	display: none;
}