﻿/* CSS - Kamikaze RX8 */

html, body {
	background-color: #000;
	padding: 0;
	margin: 0;
/*	height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	=font-size: 88%;
	etter-spacing: 0.05em;
	line-height: 1.5em;
	color: #fff;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

.cistic {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0px;
	font-size: 1px;
}

p {
	margin: 0;
	margin-bottom: 1.5em;
}

a {
	color: #e70202;
}

a:hover {
}

#left a, #foot a, #content a {
	border: 1px solid #000;
}

#left a:hover, #foot a:hover, #content a:hover {
	color: #fff;
	background-color: #a60000;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	text-decoration: none;
}


#left a.imgL, #left a.imgR {
	background-color: transparent;
	border: none;
}

#main {
	width: 985px;
	min-height: 600px;
	margin: 20px auto 0 auto;
	background: url('../images/layout/head.jpg') no-repeat top left;
}

img {
	border: none;
}

object {
	margin: 0;
	padding: 0;
}

.youtube {
	margin-top: 30px;
}

/*** HEAD ***/

h1#head a {
	width: 985px;
	height: 420px;
	display: block;
}

h1#head span {
	display: none;
}



/* ======================================== */
/* ====    H E A D  -  J A Z Y K Y      === */
/* ======================================== */

#flags {
	height: 11px;
	list-style: none;
	padding: 0;
	padding-left: 10px; /* 23px */
	margin: 0;
	margin-bottom: 20px;
}

#flags span {
	display: none;
}

#flags li {
	float: left;
	width: 16px;
	height: 11px;
	line-height: 11px;
	margin-right: 10px;
}

#flags a {
	display: block;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}

#flags .cz {
	background-image: url('../images/layout/flag-cz.png');
}

#flags .de {
	background-image: url('../images/layout/flag-de.png');
}


#flags .en {
	background-image: url('../images/layout/flag-gb.png');
}

#flags .jp {
	background-image: url('../images/layout/flag-jp.png');
}

#flags .ru {
	background-image: url('../images/layout/flag-ru.png');
}


/* ==================================== */
/* ====    H E A D  -  M E N U      === */
/* ==================================== */

#menu {
	width: 985px;
	height: 62px;
	list-style: none;
	padding: 0;
	padding-left: 5px; /* 23px */
	margin: 0;
	margin-bottom: 35px;
	z-index: 100;
	background: url('../images/layout/menu-bgnd.gif') no-repeat top left;
}

#menu a {
	border: none;
	padding: 0;
}

#menu span {
	display: none;
}

#menu li {
	behavior: url('../hover.htc');
	float: left;
	margin-top: 11px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	position: relative;
	z-index: 100;
}

#menu li div {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 37px;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100;
	background: url('../images/layout/submenu-bottom.png') no-repeat bottom right;
	padding-bottom: 6px;
}

#menu li ul {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	padding-top: 6px;
	list-style: none;
	/*z-index: 100;*/
	background: url('../images/layout/submenu-top.png') no-repeat top right;
}

#menu li ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: 215px; /* 188px */
	height: 33px;
	line-height: 33px;
	text-align: left;
	color: #fff;
	}

#menu li ul li:first-child {
	height: 32px;
	line-height: 32px;
}

#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* Styles for SubMenu Items */

#menu li ul li a span {
	display: block;
	width: 200px; /* 173px */
	margin-left: 4px;
	padding-left: 9px;
	padding-top: 2px;
	border-top: 1px solid #7b7b7b;
}

#menu li ul li:first-child a span {
	padding-top: 0;
	border: none;
}

#menu li ul li a {
	width: auto;
	height: auto;
	color: #fff;
	text-transform: uppercase;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	background-color: transparent;
	cursor: pointer;
} /* Sub Menu Styles */

#menu li ul li a:hover, #menu li ul li a.mSelected {
	color: #ca0806;
	background: url('../images/layout/submenu-item.png') no-repeat 0% 60%;
} /* Hover Styles */
	
#menu li:hover div, #menu li.over div {
	display: block;
} /* The magic */

/* Styles for Menu Items */
/* Fix IE. Hide from IE Mac \*/
/* html #menu li { float: left; height: 1%; }*/
/* html #menu li a { height: 1%; }*/

#menu .noLink {
	cursor: default;
}


/************/
/*** FOOT ***/

#foot, #footPartneri {
	clear: both;
	padding: 15px 0;
	border-top: 1px dotted #696969;
	font-size: 0.9em;
	text-align: center;
	color: #696969;
}


/**********************/
/*** LEFT/RIGHT/atd ***/

#left {
	float: left;
	width: 585px;
}

#right {
	float: right;
	width: 370px;
}

#content, #left, #right {
	margin-bottom: 20px;
}


/***************/
/*** CONTENT ***/

#sectionTitle {
	font-size: 1.4em;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 30px;
	background: url('../images/layout/submenu-item.png') no-repeat 0% 60%;
}

.imgL {
	float: left;
	margin: 0 20px 20px 0;
}

.imgR {
	float: right;
	margin: 0 0 20px 20px;
}

#carmap {
	width: 985px;
	height: 599px;
	background: url('../images/content/carmap/background.jpg') no-repeat left top;
}

#galeriehp, #rightside {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hsimgcontainer {
	width: 340px;
	margin: 0 auto;
}

.HSleft {
	float: left;
	width: 325px;
	margin: 0 20px 0 0;
}

#aktualita {
	width: 585px;
	/*min-height: 283px;*/
	height: 340px;
	margin-top: 8px;
	background: url('../images/layout/aktualita-bottom.png') no-repeat left bottom;
}

.aktualita-inner {
	width: 585px;
	/*min-height: 283px;*/
	height: 340px;
	background: url('../images/layout/aktualita-top.png') no-repeat left top;
	padding: 30px 20px;
	=padding-bottom: 0;
}

#aktualita h2 {
	font-family: "Arial Narrow", sans-serif;
	letter-spacing: 0.1em;
	margin: 0;
	margin-bottom: 30px;
}

#aktualita h2 a {
	color: #fff;
	text-decoration: underline;
	border: 1px solid transparent;
}

#left .readmore, #right .readmore {
	background: url('../images/layout/bullet-more.png') no-repeat right top;
	padding-right: 20px;
	border: none;
}

#left .readmore:hover, #right .readmore:hover {
	background-color: transparent;
	border: none;
	text-decoration: underline;
}

.readmore span {
	display: none;
}

.facebook {
	width: 370px;
	margin: 20px auto;
}

/*************/
/*** KONTAKTNI FORMULAR ***/

.rightContact {
	width: 100%;
	min-height: 300px;
	background: url('../images/layout/logo-kontakt.jpg') no-repeat right 40px;
}

.adresa {
	float: left;
	width: 250px;
	margin-left: 100px;
}

form div {
	float: left;
	width: 47%;
}

form div.mail {
	float: right;
}

input, textarea {
	width: 100%;
	margin-bottom: 1em;
}

textarea {
	width: 100%;
	height: 200px;
}

input.fbutton {
	width: auto;
}

label {
	clear: both;
}

form .warning {
	color: red;
	display: block;
	margin-bottom: 40px;
}

#contact_form {
	float: left;
	width: 350px;
	position: relative;
}

#MsgOk {
	width: 102%;
	height: 90%;
	background-color: #555;
	position: absolute;
	top: 0;
	left: 0;
	background: #555 url('../images/layout/check.png') no-repeat 10px 95px;
}

#MsgOk h2 {
	margin-bottom: 5px;
	margin-top: 100px;
	margin-left: 80px;
	color: #fff;
}

#MsgOk p {
	margin-left: 80px;
	padding: 0;
}


/*************/
/*** FOOT PARTNERI ***/

#footPartneri {
	border: none;
}

#footPartneri span {
	display: none;
}

#footPartneri ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 197px;
}

#footPartneri li {
	position: absolute;
}

#pAutopalace {
	top: 0;
	left: 157px;
}
#pAutopalace, #pAutopalace a {
	width: 277px;
	height: 92px;
	display: block;
	background: #000 url('../images/partneri/foot-autopalace.gif') no-repeat 0 0;
}
#pAutopalace a:hover {
	background-position: 0 -92px;
}

#pDotz {
	top: 22px;
	left: 590px;
}
#pDotz, #pDotz a {
	width: 277px;
	height: 68px;
	display: block;
	background: #000 url('../images/partneri/foot-dotz.gif') no-repeat 0 0;
}
#pDotz a:hover {
	background-position: 0 -68px;
}

#pAmbitioncar {
	top: 117px;
	left: 0;
}
#pAmbitioncar, #pAmbitioncar a {
	width: 152px;
	height: 30px;
	display: block;
	background: #000 url('../images/partneri/foot-ambitioncar.gif') no-repeat 0 0;
}
#pAmbitioncar a:hover {
	background-position: 0 -30px;
}

#pVesymo {
	top: 110px;
	left: 253px;
}
#pVesymo, #pVesymo a {
	width: 128px;
	height: 42px;
	display: block;
	background: #000 url('../images/partneri/foot-vesymo.gif') no-repeat 0 0;
}
#pVesymo a:hover {
	background-position: 0 -42px;
}

#pCharles {
	top: 112px;
	left: 466px;
}
#pCharles, #pCharles a {
	width: 144px;
	height: 39px;
	display: block;
	background: #000 url('../images/partneri/foot-charles.gif') no-repeat 0 0;
}
#pCharles a:hover {
	background-position: 0 -39px;
}

#pAutosport {
	top: 110px;
	left: 711px;
}
#pAutosport, #pAutosport a {
	width: 103px;
	height: 41px;
	display: block;
	background: #000 url('../images/partneri/foot-autosport.gif') no-repeat 0 0;
}
#pAutosport a:hover {
	background-position: 0 -41px;
}

#pMillersoils {
	top: 110px;
	right: 0px;
}
#pMillersoils, #pMillersoils a {
	width: 82px;
	height: 41px;
	display: block;
	background: #000 url('../images/partneri/foot-millersoils.gif') no-repeat 0 0;
}
#pMillersoils a:hover {
	background-position: 0 -41px;
}

#pGreddy {
	top: 172px;
	left: 0px;
}
#pGreddy, #pGreddy a {
	width: 80px;
	height: 11px;
	display: block;
	background: #000 url('../images/partneri/foot-greddy.gif') no-repeat 0 0;
}
#pGreddy a:hover {
	background-position: 0 -11px;
}

#pUnorthodox {
	top: 164px;
	left: 160px;
}
#pUnorthodox, #pUnorthodox a {
	width: 54px;
	height: 30px;
	display: block;
	background: #000 url('../images/partneri/foot-unorthodox.gif') no-repeat 0 0;
}
#pUnorthodox a:hover {
	background-position: 0 -30px;
}

#pDefi {
	top: 167px;
	left: 331px;
}
#pDefi, #pDefi a {
	width: 88px;
	height: 23px;
	display: block;
	background: #000 url('../images/partneri/foot-defi.gif') no-repeat 0 0;
}
#pDefi a:hover {
	background-position: 0 -23px;
}

#pRlc {
	top: 164px;
	left: 532px;
}
#pRlc, #pRlc a {
	width: 43px;
	height: 32px;
	display: block;
	background: #000 url('../images/partneri/foot-rlc.gif') no-repeat 0 0;
}
#pRlc a:hover {
	background-position: 0 -32px;
}

#pPerformance {
	top: 170px;
	left: 684px;
}
#pPerformance, #pPerformance a {
	width: 91px;
	height: 18px;
	display: block;
	background: #000 url('../images/partneri/foot-performance.gif') no-repeat 0 0;
}
#pPerformance a:hover {
	background-position: 0 -18px;
}

#pF1Racing {
	top: 174px;
	right: 0px;
}
#pF1Racing, #pF1Racing a {
	width: 98px;
	height: 12px;
	display: block;
	background: #000 url('../images/partneri/foot-f1racing.gif') no-repeat 0 0;
}
#pF1Racing a:hover {
	background-position: 0 -12px;
}




table.produktlist {
	width: 100%;
	border-top: 1px dotted #e70202;
}

.produktlist td {
	border-bottom: 1px dotted #e70202;
	padding: 4px 0;
}

.produktlist td.cena {
	width: 130px;
	text-align: right;
	padding-left: 10px;
}

#left .ebayicon {
	display: block;
	float: right;
	width: 37px;
	height: 16px;
	margin-left: 5px;
	background: transparent url('../images/layout/ebay-icon.gif') no-repeat 0 0;
	border: none;
}

#left .ebayicon:hover {
	border: none;
	background: transparent url('../images/layout/ebay-icon.gif') no-repeat 0 -16px;
}

.ebayicon span {
	display: none;
}
