/*
 *  CSS - styly jednotlivych stranek
 *  Copyrighted by Michal Madleňák <madlenak@ltweb.cz>, www.LTweb.cz 
 */
 
.cars {
	width: 695px;
	margin-top: 10px; 
}
.cars td.col1 {
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0 10px 5px;
	width: 49%;
}
.cars td.col2 {
	border-bottom: 1px solid #d6d6d6;
	padding: 0 5px 10px 0;
	width: 49%;
}
.cars td.center-td {
	width: 2%;
}
.cars .image {
	width: 128px;
	height: 104px;
	float: left;
	padding-right: 15px;
}
.cars a.price:link, .cars a.price:visited {
	color: #adcc1c;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.cars a.price:hover, .cars a.price:active {
	color: #000000;
	text-decoration: underline;
}
.cars table {
	border-collapse: collapse;
}
.cars table td {
	vertical-align: top;
}
.cars table .td-img {
	padding-bottom: 10px;
}
.cars table .td-price {
	height: 15px;
}
.cars h3 a {
	color: #393937;
	text-decoration: none;
}
.cars h3 a:hover, .cars h3 a:active {
	color: #000000;
	text-decoration: underline;
}
.cars .description {
	height: 85px;
}

.gallery {
	margin: 0 auto;
}
.gallery td.popis, .gallery td.empty {
	width: 25%;
}

#detail-fotogalerii {
	float: left;
	width: 300px;
	padding-right: 20px;
}
#detail-text {
	float: left; 
	padding-right: 15px;
	width: 360px;
}
#detail-text .cena, #detail-text1 .cena {
	color: #adcc1c;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 20px 0 0 0;
}