#dealerfinder {
	padding-left: 20px;
	padding-right: 20px;
}
#dealerfinder_flashcard {
	background-color: #FFFFFF;
	height: 480px;	
}
#dealerfinder_navigation {
	padding-top: 0px;
}
#dealerfinder_navigation .sel {
	float:left;
	padding-left: 50px;
	padding-right: 40px;
}
#dealerfinder_navigation .attributes{
	padding-top: 15px;
}
#dealerfinder_navigation .sel select {
	width: 140px;
}
#continent {
	background: url(../img/shared/text_01.gif) no-repeat left bottom;
}
#country {
	background: url(../img/shared/text_02.gif) no-repeat left bottom;
}
#zip {
	background: url(../img/shared/text_03.gif) no-repeat left bottom;
}
#country {
	background: url(../img/shared/text_02.gif) no-repeat left bottom;
}
#zip {
	background: url(../img/shared/text_03.gif) no-repeat left bottom;
}
.disabled#country {
	background: url(../img/shared/text_02_grey.gif) no-repeat left bottom;
}
.disabled#zip {
	background: url(../img/shared/text_03_grey.gif) no-repeat left bottom;
}
ul#dealerfinder-typselector {
	padding-top: 30px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
	list-style-type: none;
	padding-bottom: 5px; /* muss mit li a padding-bottom übereinstimmen */
}
ul#dealerfinder-typselector li { /* do not change */
	display: inline;
}
ul#dealerfinder-typselector li a {
	padding-top: 5px;
	padding-bottom: 5px; /* muss mit ul padding-bottom übereinstimmen */
	padding-left: 10px;
	padding-right: 22px;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	background-image: url(../img/shared/tab_arrow_selected.gif);
	background-repeat: no-repeat;
    background-position: right;
}
/*
ul#dealerfinder-typselector a:hover {
	color: #FF0000;
}
*/
ul#dealerfinder-typselector a.selected {
	color: #FF0000;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
}
ul#dealerfinder-typselector a.selectable {
}
ul#dealerfinder-typselector a.hidden {
    display: none;
}
ul#dealerfinder-typselector a.disabled {
    color: #B2B2B2;
	background-image: url(../img/shared/tab_arrow_disabled.gif);
}
#dealerfinder_main {
	clear: both;
}
#dealerfinder-list_header {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
#dealerfinder-list_header a {
	font-size: 11px;	
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #E5E5E5;
	background-image: url(../img/shared/arrow_up_down_small.gif);
    background-repeat: no-repeat;
    background-position: left;
	padding-left: 14px;
	line-height: 30px;
}
#dealerfinder-list_header a:last-child {
	border-right: none;
}
#dealerfinder-list_header a.active {
	color: #FF0000;
}
#dealerfinder_main .name {
	float: left;
	width: 30%;
	margin-right: 14px;
}
#dealerfinder_main .street {
	float: left;
	width: 15%;
	padding-left: 14px;
	margin-right: 14px;
}
#dealerfinder_main .city {
	float: left;
	width: 15%;
	padding-left: 14px;
	margin-right: 14px;
}
#dealerfinder_main .website {
	float: left;
	width: 15%;
	padding-left: 14px;
}
#dealerfinder-list a {
	text-decoration: none;
	color: #9F0202;
}
#dealerfinder-list a:hover {
	/*
color: #FF0000;	
*/
	text-decoration: underline;
}
#dealerfinder-list li {
   	clear: both;
	list-style: none;
    font-size: 11px;
	min-height: 10px;
	margin-top: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	background: url(../img/shared/icon_accordion_down.gif) top right no-repeat;
}
#dealerfinder-list li.hide {
	background-image: url(../img/shared/icon_accordion_down.gif);
}
#dealerfinder-list li.show {
	background-image: url(../img/shared/icon_accordion_up.gif);
}
#dealerfinder-list h3 {
	font-size: 11px;
	font-weight: normal;
}
#dealerfinder-list .details {
	padding-top: 14px;
	padding-bottom: 10px;
}
#dealerfinder-list .highlight {
	font-weight: bold;
}
