	*{
		margin: 0;
	}

	ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.cnt-box-i label {
		float: none;
		display: inline;
	}

	#districts h2{
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
	}

	.fkat { float: left;}

	#clear{
		width: 100%;
		clear: both;
		height: 0px;
		font-size: 0;
	}
	
	label{
		margin-left: 5px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		color: #D0D0E3;
		font-weight: bold;
	}

	.btn-std{
		background:url(http://images.autobazar.eu/btn_std_right.png) no-repeat scroll right top;
		margin: -29px 8px 0px;
		_margin: 0 8px 0px;
		padding: 0pt;
		float: left;
		margin-right: px;
	}

	.btn-std a{
		background: transparent url(http://images.autobazar.eu/btn_std_left.png) no-repeat scroll left top;
		color: #4D5865;
		float: left;
		height: 27px;
		padding: 7px 15px 0pt 15px;
		color: #fff;
		font-family: Tahoma, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.btn-std a:hover{
		color: yellow;
	}


	.cnt-box h2 {
		padding-top: 3px;
		font-weight:bold;
		margin-right:15px;
		text-align:right;
		width:170px;
		font-family: Arial, sans-serif;
		color: #fff;
		font-size: 12px;
	}
	
	.dealer_container{
		margin-left: 58px;
		margin-top: 30px;
		width: 730px;
	}
	
	.dealer{
		width: 342px;
		float: left;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
		color: #fff;
		margin-bottom: 1px;
		margin-right: 15px;
		min-height:50px;
		height:auto !important;
		height:50px;
	}
	
	.dealer:hover{
		color: yellow;
		cursor: pointer;
	}
	
	.row{
		clear: both;
	}
	
	/* odd je pouzita pre kazdy neparny riadok = pre 2 dealerov v tom riadku */
	.odd{
		background-color: #22217d;
	}
	
	.dealer h3{
		font-size: 12px;
		font-weight: bold;
		margin: 4px 0 0 6px;
	}
	
	.dealer img{
		display: block;
		float: right;
		padding-top: 1px;
		_padding-top: 4px;
	}
	
	.dealer p{
		margin: 1px 0 3px 6px;
		color:#a9a9c0;
	}

