/*
@font-face {
	font-family: "CalcitePro-Black";
	src: url("/media/CalcitePro-Black.eot");
	src: local("CalcitePro-Black"),
	     url("/media/CalcitePro-Black.otf") format("opentype");
}
*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: black;
	font-family: Arial, Verdana, FreeSans, sans-serif;
	color: #fff;
	font-size: 13px;
}

div.motokross {
	width: 100%;
	background: black url(/media/img/bg.jpg) scroll no-repeat top center;
}
div.wrap {
	width: 930px;
	margin: 0 auto;
}
ul {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #efe224;
}
a img {
	border: none;
}

h1 {
	font-size: 19px;
	color: #efe224;
	margin: 5px 0;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	color: #efe224;
	margin: 5px 0;
	font-weight: bold;
}
p {
	margin:  6px 0 12px;
	line-height: 1.3em;
}
.highlight {
	color: #efe224;
	font-weight: bold;
}

a.arrow:link, a.arrow:visited, span.arrow {
	display: block;
	background: transparent url(/media/img/smallarrow.gif) scroll no-repeat 0% 50%;
	padding-left: 18px;
	height: 1.8em;
	padding-top: 6px;
	margin-left: 2px;
}


div.header {
	height: 280px;
	padding: 10px;
}
div.topbar ul {
	list-style-type: none;
	height: 20px;
}
div.topbar ul li {
	display: block;
}
div.topbar ul li a:link, div.topbar ul li a:visited {
	display: block;
	color: #ccc;
	font-size: 10px;
	text-decoration: none;
	padding: 0 10px;
	height: 20px;
	line-height: 22px;
	border-radius: 3px;
	background: #111;
}
div.topbar ul.languages {
	float: left;
}
div.topbar ul.languages li {
	border-left: 1px solid #333;
	float: left;
}
div.topbar ul.topmenu {
	float: right;
}
div.topbar ul.topmenu li {
	margin-left: 5px;
	float: right;
}
div.topbar ul.topmenu li a:link, div.topbar ul.topmenu li a:visited {
	height: 20px;
	line-height: 20px;
	color: #ccc;
}
div.topbar ul li a:hover, div.topbar ul li a:active, div.topbar ul li a.active {
	color: #d4da60;
}


div.content {
	background: #111;
}

ul.menu {
	list-style-type: none;
	height: 40px;
	background: #222;
	/*font-family: "CalcitePro-Black", sans-serif;*/
	font-family: Arial, Verdana, FreeSans, sans-serif;
	margin: 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.menu.withsub {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
ul.menu li {
	display: block;
	float: left;
}
ul.menu li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
ul.menu li a:link, ul.menu li a:visited {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 0 12px;
	text-transform: uppercase;
	border-right: 1px solid #111;
}
ul.menu li a:hover, ul.menu li a:active, ul.menu li a.active {
	background: #f7e404 url(/media/img/menu-hover-arrow.gif) scroll no-repeat bottom center;
	color: #28201e;
}
ul.menu li.rightmost {
	float: right;
}
ul.menu li.rightmost a:link, ul.menu li.rightmost a:visited {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-right: none;
}
ul.submenu {
	list-style-type: none;
	height: 30px;
	background: #333;
	/*font-family: "CalcitePro-Black", sans-serif;*/
	font-family: Arial, Verdana, FreeSans, sans-serif;
	margin: 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}
ul.submenu li {
	display: block;
	float: left;
}
ul.submenu li a:link, ul.submenu li a:visited {
	display: block;
	height: 30px;
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding: 0 9px;
	text-transform: uppercase;
	border-right: 1px solid #111;
}
ul.submenu li a:hover, ul.submenu li a:active, ul.submenu li a.active {
	color: #efe224;
}
table.splitcontent {
	
}
table.splitcontent td.left {
	vertical-align: top;
	width: 540px;
}
table.splitcontent td.right {
	vertical-align: top;
	width: 320px;
}
table.normalcontent {
	width: 100%;
}
table.results {
	width: 100%;
	margin: 20px 0;
}
table.results tr {
	background: #262626;
}
table.results tbody tr:hover {
	background: #333;
}
table.results td, table th {
	padding: 4px 7px 4px;
	text-align: left;
}
table.results th {
	font-weight: bold;
	font-size: 13px; 
	height: 2em;
	background: #333;
}
table.results td {
	border-top: 5px solid #222;
}
.majutus h2 {
    font-size: 14px;
    margin-top: 30px;
}
.majutus table {
    width: 100%;
}
.majutus table td {
    width: 48%;
    padding: 1% 10px 1% 0;
}


td.greybg {
	background: #222222;
	padding: 10px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
td.left.greybg {
	width: 500px;
}

input {
	font-family: Arial, Verdana, FreeSans, sans-serif;
}
input.text {
	border: 1px solid #000;
	background: #111;
	color: #ccc;
	padding: 2px 4px;
}
form table input.text  {
	width: 95.5%;
}
input.submit {
	background: #f7e306 url(/media/img/submitarrow.png) scroll no-repeat 6px 50%;
	border-radius: 3px;
	border: none;
	padding: 4px 4px 2px 16px;
	font-weight: bold;
	color: #171300;
	cursor: pointer;
}
.error  {
	color: #f7e306;
}
.success {
	color: #aaffaa;
	font-weight: bold;
}

.medialist a:link, .medialist a:visited {
	display: block;
	background: transparent url(/media/img/smallarrow.gif) scroll no-repeat 0% 50%;
	padding-left: 18px;
	padding-top: 1px;
	margin-left: 2px;
	height: auto;
}

.gallery {
	padding: 10px 40px;
}
.gallery a {
	padding: 10px;
	line-height: 110px;
}
.gallery a img {
	vertical-align: middle;
}
.gallery_videod div.imgc {
	float: left;
	width: 200px;
	height: 189px;
	padding: 8px;
}
.gallery_videod div.imgc p {
	margin: 6px 0 0;
	text-align: center;
	color: #fff;
}

ul.pagination {
	list-style-type: none;
	height: 1.8em;
	line-height: 1.8em;
	margin: 10px;
	float: right;
}
ul.pagination li {
	display: block;
	float: left;
}
ul.pagination li a:link, ul.pagination li a:visited, ul.pagination li span {
	display: block;
	padding: 0px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 2px;
}
ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li a:active, ul.pagination li span {
	background-color: #f7e306;
	color: black;
}

img.flag {
	margin: 0 7px;
	vertical-align: center;
}


ul.vehicles {
	list-style-type: none;
	display: block;
	width: 100%;
}
ul.vehicles li {
	background: #222;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}
ul.vehicles li:last-child {
	margin-bottom: 0;
}
ul.vehicles li div.img {
	margin-right: 10px;
	float: left;
	min-height: 120px;
}
ul.vehicles li div.info {
	float: left;
	width: 350px;
}
ul.vehicles li p {
	margin: 8px 0;
}
ul.vehicles li p.name {
	font-size: 18px;
}
ul.vehicles li span.country {
	font-size: 12px;
}
ul.vehicles li p.number {
	font-size: 18px;
	font-weight: bold;
	color: #efe224;
}
ul.vehicles li p.vehicle {
	font-size: 12px;
}
ul.vehicles li p.name img.flag {
	float: none;
	vertical-align: center;
	margin: 0 5px;
}


div.footer {
	padding: 10px;
	background: #111;
}
div.footer h2 {
	font-size: 16px;
	margin: 0;
}
div.footer p {
	margin: 0;
}
div.footer table.banners {
	width: 100%;
	background: white;
	border-radius: 3px;
}
div.footer table.banners td {
	text-align: center;
	vertical-align: middle;
}
div.footer table.banners td a {
}
div.footer table.banners td a img {
	vertical-align: middle;
}
div.footer table.info td {
	vertical-align: top;
	padding: 10px 0 30px 20px;
}


.notext span {
	visibility: hidden;
}
div.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
}

