/*
	Styling of home page

	Copyright 2009 Ivasoft Brno.
*/
#menuBand #menuBg .editCue {
	position: absolute;
	top: 6em;
	background: url(/images/white34.png);
	z-index: 2;
}

#menuBand #menuBg {
	height: 360px;
}

#menuBand #menuBg .bgImage {
	position: absolute;
	z-index: 0;
}
#menuBand #menuBg .bgContent {
	position: relative;
	z-index: 1;
	margin: 0em 2em 0em auto;
	padding-top: 5em;
	width: 20em;
}

#menuBand #menuBg dt {
	font-size: 1.3em;
	font-weight: normal;
	background: url(/images/white34.png);
	margin-bottom: .5em;
	padding: .2em 1em .2em 1em;
}

#menuBand #menuBg dd {
	background: url(/images/white34.png);
	margin-left: 0em;
	padding: .2em 1em .2em 1em;
}

#menuBand #menuBg li {
	list-style-image: none;
}

#menuBand #menuBg .priceBox {
	margin: 2em 8em 0em auto;
	background: url(/images/priceBg.png) no-repeat;
	width: 130px;
	height: 64px;
	padding: 15px;
	font-weight: bold;
	font-size: 80%;
}
#menuBand #menuBg .priceBox big {
	color: #992000;
	font-size: 150%;
}

#tabs {
	position: relative;
}
#tabs table {
	width: 100%;
	border-collapse:collapse;
}
#tabs td.tab {
	width: 33%;
	vertical-align:top;
	padding: 10px 20px 15px 10px;
}
#tabs td.tab .tabBg img {
	position: absolute;
	width: 33%;
	height: 100%;
	z-index: -1;
	margin: -10px 0px 0px -10px;
}

.car dl {
	margin: 0em;
}
.car dl dd {
	margin-left: 0em;
}
.car .carImg img {
	float: right;
	width: 125px;
	margin-left: 0.5em;
}
.car .price {
	margin-top: .5em;
	text-align: left;
}

/*
No gallery 
*/
#noGallery table.gallery {
	border-width: 0px;
}
#noGallery table.gallery td.caption {
	padding: 0em;
}
#noGallery table.gallery td.img {
	background-color: inherit;
}
#noGallery table.gallery td.img a {
	padding: 0em;
	background-color: inherit;
}
#noGallery table.gallery td.caption {
	background-color: inherit;
}
