body {
  float: none !important;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #326FAE;
}

/* Hlavička s logem a kontakty */
html body #header {
background-color: transparent;
width: 800px;
margin: 0 auto 0 auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
height: 218px;
}

/* H1 pod logem webu */
#header h1{
   position: absolute;
	overflow: hidden;
	font-size: 10px;
   z-index: 2;
}

#header .logo{
 position: relative;
 display: inline;
 float: left;
 z-index: 3;
}

/* Kontakty na majtele a info*/
#header .cont{
 position: relative;
 display: inline;
 background-color: transparent;
 float: left;
 z-index: 3;
}

#header .cont .contacts{
 position: absolute;
 top: 10px;
 left: 160px;
 z-index: 5;
 color: White;
}

#header .cont .contacts a{
  color: #A3EA28;
  text-decoration: none;
}
#header .cont .contacts a:hover{
	text-decoration: underline;
}

/* Horní menu  */
html body #menu_up {
  background-color: #000;
  background: url(../design/img/menu_up.png) no-repeat 50% 50%;
  width: 800px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid #595959;
  height: 24px;
  margin: 0 auto 0 auto;
}

#menu_up .in{
	text-align: center;
	padding: 4px 0 0px 0;
}

#menu_up .in #menu_top{
	
}

#menu_up .in #menu_top .item{
  display: inline;
  padding: 0 4px 0 4px;
}

#menu_up .in #menu_top .item a{
   background: url(../design/icon/green_on.gif) no-repeat 0% 50%;
	padding-left:15px;
	color: #fff;
	text-decoration: none;
}

#menu_up .in #menu_top .item a:hover{
   background: url(../design/icon/green_on.gif) no-repeat 0% 50%;
	color: #A3EA28;
	text-decoration: none;
}



/* Hlavni div celé stránky */
html body #main {
background: url(../design/img/middle_bg.png) repeat-y 50% 50%;
width: 800px;
margin: 0 auto 0 auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
}


/* Patička s textem  */
html body #footer {
background-color: #000;
background: url(../design/img/footer.png) repeat-x 50% 50%;
width: 800px;
height: 26px;
margin: 0 auto 0 auto;
border:1px solid #000;
border-bottom: 1px solid #595959;
}

#footer .in{	
	text-align: center;
	color: #fff;
   padding: 7px 0 4px 0;
	font-size: 9px;
   font-style: normal;
}

#footer .in em{
	color:#A3EA28;
	font-style: normal;
}


/* Patička pod patičkou  */
html body #under_footer {
background-color: black;
width: 800px;
height: 20px;
margin: 0 auto 0 auto;
border:1px solid #000;
}

#under_footer .in{	
	text-align: left;
	color: White;
   padding: 4px 4px 4px 4px;
	font-size: 9px;
   font-style: normal;
}

#under_footer .in strong,
#under_footer .in a{
 font-weight: normal; 
 color:#A3EA28;
 text-decoration: none;
}

#under_footer .in a:hover{
  text-decoration: underline; 
}

#under_footer .in em{
	font-size: 9px;
   font-style: normal;
}


/* Levá část s panely */
html body #main #panels{
   display: inline;
	background-color: black;
	width: 170px;
	float: left;
}

/* Menu s auty - autobazar a bourané auta */
#hot,
#rss,
#email,
#contacts,
#left_menu_last,
#left_menu,
#left_menu_crash{
	padding: 0px;
   border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

/* rychle zpravy */
#hot .text{
	 margin: 3px 5px 4px 5px;
	 color: #fff;
}

#hot .text .nazev{
 font-size:11px;
 padding-bottom: 2px;
 padding-top: 7px;
}

#hot .text .nazev h3{
  display: inline;
  font-size: 11px;
}

#hot .text .news{
  font-size:11px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

#hot .text .news a{
	text-decoration: none;
   color: #32577F;
}

#hot .text .news a:hover{
	text-decoration: none;
   color: #000;
}



/* rss levý panel */
/* panel kontakty na majitele */
#rss .rss_feed{
   margin: 3px 5px 4px 5px;
}

#rss .text,
#contacts .user{
 padding: 3px 10px 4px 10px;
 color: #fff; 
 font-size: 11px;
}


#rss .text strong{
 color: #A3EA28;
 font-weight: normal;
}

#contacts .user strong{
 color: #A3EA28;
 line-height: 20px;
 font-weight: normal;
}

#rss .text a,
#contacts .user a{
 text-decoration: none;
 color: #A3EA28;
}
#rss .text a:hover,
#contacts .user a:hover{
 text-decoration: underline;
}

#left_menu_last .item small,
#left_menu .item small,
#left_menu_crash .item small{
 color: #A3EA28;
}

#left_menu_last .item,
#left_menu .item,
#left_menu_crash .item{
 display: block;
 height: 15px;
 vertical-align: middle;
 padding: 3px 10px 4px 10px;
 color: #fff; 
}

#left_menu_last .item a,
#left_menu .item a,
#left_menu_crash .item a{
 background: url(../design/icon/green_on.gif) no-repeat 0% 50%;
 text-decoration: none;
 padding-left:15px;
 color: #fff;
}

#left_menu_last .item a:hover,
#left_menu .item a:hover,
#left_menu_crash .item a:hover{
 background: url(../design/icon/green_on.gif) no-repeat 0% 50%;
 text-decoration: underline;
 padding-left:15px;
 color: #A3EA28;
}

/* Hlavička panelu*/
#hot .head_panel,
#rss .head_panel,
#email .head_panel,
#contacts .head_panel,
#left_menu_last .head_panel,
#left_menu_crash .head_panel,
#left_menu .head_panel{
	width: 169px;
	height: 25px;
	border-bottom:1px solid #595959;
	background: url(../design/img/head_panel.png) no-repeat 50% 50%;
}

#hot .head_panel .in,
#rss .head_panel .in,
#email .head_panel .in,
#contacts .head_panel .in,
#left_menu_last .head_panel .in,
#left_menu_crash .head_panel .in,
#left_menu .head_panel .in{
  color: #fff;
  padding: 4px 4px 4px 4px;
}

#hot .head_panel .in a,
#rss .head_panel .in a,
#email .head_panel .in a,
#contacts .head_panel .in a,
#left_menu_last .head_panel .in a,
#left_menu_crash .head_panel .in a,
#left_menu .head_panel .in a{
 color: #fff;
 text-decoration: none;
}

#hot .head_panel .in a:hover,
#rss .head_panel .in a:hover,
#email .head_panel .in a:hover,
#contacts .head_panel .in a:hover,
#left_menu_last .head_panel .in a:hover,
#left_menu_crash .head_panel .in a:hover,
#left_menu .head_panel .in a:hover{
 color: #A3EA28;
 text-decoration: underline;
}

/* email ypravodaj */
#email .fill_mail{
	padding: 4px;
	color: #fff;
	height: 80px;
	text-align: center;
}

#email .fill_mail .input{
	border: 1px solid #626262;
	padding-left:10px;
   width: 120px;
	margin:4px;
}

#email .fill_mail .button{
	border: 1px solid #626262;
	font-size: 10px;
   width: 80px;
	text-align: center;
}


#hot .head_panel .in h2,
#rss .head_panel .in  h2,
#email .head_panel .in h2,
#contacts .head_panel .in h2,
#left_menu_last .head_panel .in h2,
#left_menu_crash .head_panel .in h2,
#left_menu .head_panel .in h2{
  font-size: 13px;
  display: inline;
  font-weight: normal;
}

#left_menu_last .item h3,
#left_menu_crash .item h3,
#left_menu .item h3{
  font-size: 12px;
  display: inline;
  font-weight: normal;
}


/* Střed stránky s obsahem */
html body #main #middle{
	background-color: transparent;
	display: block;
	float: left;
	width: 630px;
}


#middle .show{
 padding: 4px;
}

/* popis oddělení */
#middle .desc{
	padding: 5px 6px 3px 6px;
	color: #fff;
}

#middle .desc a,
#middle .desc strong{
 color: #A3EA28;
 text-decoration: none;
}

#middle .desc a:hover{
	text-decoration: underline;
	color: #fff;
}

#middle .show .car_item{
	background-color: #454545;
   border: 1px solid #626262;
	color: #fff;
	margin-bottom:5px;
}

/* Vypis velkeho detailu pro auto */
#middle .mega_show .main_table,
#middle .mega_show .gallery,
#middle .mega_show .vybava{
  background-color: #454545;
  border: 1px solid #626262;
  color: #fff;
  margin-bottom:2px;
}

#middle .mega_show .main_table .oram{
  width: 619px;
	_width: 620px;
	height: 440px;
}

#middle .mega_show .gallery .oram,
#middle .mega_show .vybava .oram{
  width: 619px;
	_width: 620px;
}

#middle .mega_show .vybava .oram .in{
	padding: 4px;
}


/* linka v detailu */
#middle .mega_show .vybava .line,
#middle .mega_show .gallery .line{
  background: url(../design/img/line.png) repeat-x 50% 50%;
  border-bottom:1px solid #626262;
}

#middle .mega_show .vybava .line .in,
#middle .mega_show .gallery .line .in{
 padding:0px 4px 3px 26px;
 background: url(../design/img/arrow.gif) no-repeat 6px 40%;
}

/* Galerie obrazku na detailu  */
#middle .mega_show .gallery .oram img{
	border: 1px solid #B8B8B8;
	margin-left:2.4px;
	margin-top: 2.4px;
	margin-bottom:2px;
}

#middle .mega_show .main_table .oram .img img{
  border: none;
}

#middle .mega_show .main_table .oram .img{
   display: block;
   height: 100%;
   border-left:1px solid #626262;
   width: 346px;
	_width: 346px;
   float: right;
}

#middle .mega_show .main_table .oram .img .metal{
   display: block;
   height: 179px;
	background-color: #393939;
	border-top:1px solid #626262;
   width: 100%;
	_width: 346px;
   float: right;
	clear: right;
}

#middle .mega_show .main_table .oram .img .metal .in{
	padding: 5px;
	text-align: left;
}

/* kontakty detail */

#middle .mega_show .main_table .oram .img .metal .in .icon{
 float:left;
 margin:3px 10px 0px 10px;
}

#middle .mega_show .main_table .oram .img .metal .in .majitel{
	text-align: center;
}

#middle .mega_show .main_table .oram .img .metal .in .majitel strong{
  color:#A3EA28;
}

#middle .mega_show .main_table .oram .img .metal .in .tel{
  padding: 7px 0 4px 0;
}

#middle .mega_show .main_table .oram .img .metal .in .text{
	padding: 14px 0 10px 0;
} 

/* konec kontakty detail */

#middle .mega_show .main_table .oram .texts a,
#middle .mega_show .main_table .oram .img .metal .in a{
  color:#A3EA28;
  text-decoration: none;
}
#middle .mega_show .main_table .oram .texts a:hover,
#middle .mega_show .main_table .oram .img .metal .in a:hover{
  color:#A3EA28;
  text-decoration: underline;
}



#middle .mega_show .main_table .oram .info{
	padding: 4px;
}

#middle .mega_show .main_table .oram .table_info{
 padding: 4px;
 font-size:11px;
 color: #fff;
 border-top:1px solid #626262;
 background-color: #B8B8B8;
 width: 100px;
 float: left;
 display: inline;
}

#middle .mega_show .main_table .oram .table_price{
 padding: 4px;
 font-size:11px;
 color: #000;
 font-weight: bold;
 border-top:1px solid #626262;
 border-bottom:1px solid #626262;
 background-color: #A3EA28;
 width: 100px;
 float: left;
 display: inline;
}

#middle .mega_show .main_table .oram .table_value{
 padding: 4px;
 font-size:11px;
 border-top:1px solid #626262;
 width: 156px;
 float: left;
 display: inline;
}

#middle .mega_show .main_table .oram .table_value_price{
 padding: 4px;
 font-size:11px;
 border-top:1px solid #626262;
 border-bottom:1px solid #626262;
 width: 156px;
 float: left;
}

#middle .mega_show .main_table .oram .button{
 padding: 15px 10px 10px 40px;
 font-size:11px;
 color: #fff;
 width: 222px;
 height: 34px;
 float: left;
 display: inline;
 margin:auto;
}

/* články ve funkci mega show */
#middle .mega_show .main_table .oram .texts{
 padding: 5px 10px 10px 10px;
 font-size:11px;
 color: #fff;
 width: 222px;
 height: 34px;
 float: left;
 display: inline;
 margin:auto;
}

#middle .mega_show .main_table .oram .button .but{
 width: 190px;
 height: 30px;
 display: block;
 cursor: pointer;
 border: 1px solid #000;
 background: url(../design/img/more.gif) no-repeat 50% 50%;
}



/* fonty pro detail */
#middle .mega_show .main_table .oram .info .car_name{
	color: #A3EA28;
	font-size: 16px;
	font-family: Arial;
}

/* chybove pole na stred webu  */

#middle .error_top{
	padding: 4px;
}

#middle .error_top .oram{
	width: 619px;
	_width: 618px;
	color: #000;
   background-color: #A3EA28;
	border: 1px solid #626262;
}

#middle .error_top .oram .show{
 text-align: center;
}

/* Vypis tabulky pro clanky v tele webu*/ 
#middle .rs,
#middle .mega_show{
 padding: 4px;
}

#middle .line{
padding: 4px 4px 1px 4px;
}

#middle .rs .info{
   width: 619px;
	_width: 618px;
	color: #A3EA28;
}

#middle .rs .info .shows{
 display: block;
 padding-left:10px;
 text-align: right;
 border-bottom: 1px solid #626262;
 font-size: 9px;
}

#middle .rs .news_item{
	width: 619px;
	_width: 618px;
	padding-top: 5px;
	color: #fff;
}

#middle .rs .news_item .date{
 display: block;
 background-color: #454545;
 border: 1px solid #626262;
 width: 100px;
 float: left;
 padding-left:3px
}
#middle .rs .news_item .nazev{
 display: block;
 width: 200px;
 padding-left:10px;
 float: left;
 border: 1px solid #626262;
}

#middle .rs .text{
   clear: left;
	width: 619px;
	_width: 618px;
	color: #fff;
}

#middle .rs .text .in{
	padding: 3px 0 3px 10px;
}

#middle .rs .text .in a{
	color: #A3EA28;
   text-decoration: none;
}

#middle .rs .text .in a:hover{
	text-decoration: underline;
}

/* Vypis tabulky pro malý detail*/
#middle .show .car_item .oram {
	width: 619px;
	_width: 618px;
	height: 126px;
}
#middle .show .car_item .oram .img{
 display: block;
 height: 126px;
 border-right:1px solid #626262;
 width: 168px;
 float: left;
}

#middle .show .car_item .oram .img img{
 border: none;
}


#middle .show .car_item .oram .popis{
  width: 450px;
  _width: 449px;
  float: left;
}

#middle .show .car_item .oram .popis .in{
  padding: 4px 0px 0px 7px;
  height: 117px;
}

/* Styly vypisu aut */
#middle .show .car_item .oram .popis .in .inl{
	display: inline;
}

#middle .show .car_item .oram .popis .in .inll{
	width: 75px;
	text-align: left;
	font-weight: bold;
	color: #E7E7E7;
	float: left;
}

#middle .show .car_item .oram .popis .in .inlr{
	width: 120px;
	display: block;
	float: left;
}

#middle .show .car_item .oram .popis .in .inlll{
	width: 105px;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #E7E7E7;
	float: left;
	margin-top:5px;
}

#middle .show .car_item .oram .popis .in .inlrr{
	width: 90px;
	display: block;
	float: left;
	margin-top:5px;
}

#middle .show .car_item .oram .popis .in .country{
   width: 120px;
	display: block;
	float: left;
}

#middle .show .car_item .oram .popis .in .countryl{
   width: 100px;
	display: block;
	font-weight: bold;
	color: #E7E7E7;
	float: left;
}

#middle .show .car_item .oram .popis .in .cena{
   clear:right;
	float:right;
	background: url(../design/img/head_panel.png) no-repeat 50% 50%;
	width: 169px;
	height: 25px;
	border: 1px solid #595959;
	margin-top: 23px;
}

#middle .show .car_item .oram .popis .in .cena .inc{
 font-size: 13px;
 color:#A3EA28;
 padding: 4px 4px 4px 4px;
 text-align: center;
}

#middle .show .car_item .oram .popis .in .cena .inc strong{
 color: white;
 padding: 0px;
 margin: 0px;
}

#middle .show .car_item .oram .popis .in .inl h2{
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

#middle .show .car_item .oram .popis .in .inl a{
	color: #A3EA28;
	text-decoration: none;
}

#middle .show .car_item .oram .popis .in .inl a:hover{
	color: #fff;
	text-decoration:  underline;
}


/* Hrko */
#middle hr{
  background-color: Red;
}

/* Inline prvek s textem*/

#middle .line .text{
  background: url(../design/img/line.png) repeat-x 50% 50%;
  border: 1px solid #626262;
  color: #fff;
  margin-bottom:0px;
}

#middle .line .text .oram{
   width: 619px;
	_width: 620px;
	height: 25px;
}

#middle .mega_show .vybava .line .in strong,
#middle .mega_show .gallery .line .in strong,
#middle .line .text .oram strong{
 color: #A3EA28;
}

#middle .line .text .oram .in{
padding:4px 4px 3px 30px;
background: url(../design/img/arrow.gif) no-repeat 10px 60%;
}

#middle .line .text .oram .in a{
 color: #A3EA28;
 text-decoration: none;
}

#middle .line .text .oram .in em{
	color: #fff;
	font-weight: bold;
   font-style: normal;
	font-size: 13px;
}

#middle .line .text .oram .in a:hover{
 color: #fff;
 text-decoration: underline;
}


/* Lightbox JS*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../design/js/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../design/js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../design/js/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
