TD, INPUT, TEXTAREA, SELECT {
	color: #343434;
	font-family: Verdana;
	font-size: 11px;
}
A {
	color: #FF3300;
	text-decoration: none;
}
A:hover {
	color: #FF3300;
	text-decoration: underline;
}
/* oglas */
.oglas_title{
	color: #FFFFFF;
	font-size: 12px;
}
TR.naslov_ozadje{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #8A9098;
}
.oglas_subtitle {
	background-color: #D5D9DF;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
TD.postavka {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	/*white-space: nowrap;*/
}
/* navigacija strani */
A.navigation_listing {
	color: #343434;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}
/*A.navigation_listing:hover {
	text-decoration: underline;
}*/
.navigation_listing_selected {
	font-size: 11px;
	color: #343434;
	font-weight: bold;
	text-decoration: none;
}
/* vrstica nad spiskom v kateri se sortira */
.orderBy{
	color: #FFFFFF;
}
A.orderBy {
	color: #FFFFFF;
	text-decoration: none;
}
A.orderBy:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* spisek izbranih vozil */
.vrstica {
	background-color: #FFFFFF;
}
.vrstica_hover {
	cursor: pointer;
	background-color: #EAEEF4;
}
.vrstica_history{
	background-color: #DADADA;
}
.vrstica_history_hover{
	background-color: #EAEEF4;
	cursor: pointer;
}
/* advanced search */
.advanced_search {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	background-color: #D5D9DF;
	cursor: pointer;
}
.advanced_search_selected {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #8A9098;
	cursor: default;
}
.advanced_search_td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
/* weekly adds */
.weekly_ads {
	font-size: 10px;
}
/* footer */
.footer {
	font-size: 9px;
	text-align:justify;
	padding:5px;
}
/* list_full */
TR.list_full_title {
	background-color: #8A9098;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
}
TD.list_full_title {
	color: #FFFFFF;
}
A.list_full_title {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.list_full_title:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.list_full_postavka {
	vertical-align: top;
	padding-top:1px;
	padding-left: 2px;
	font-size: 10px;
	font-weight: bold;
}
.list_full {
	vertical-align: top;
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
}
