/* popup */
.contactsellerBox {
	background: #eee url('../images/popup_bg.png') left top repeat-x;
	font-size: 12px;
	height: 600px;
}
.contactsellerBox .textInput  {
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	width: 240px;
	margin: 3px 0 0;
	padding: 2px;
	color: #4a4a4a;
}
.contactsellerBox .textTextarea  {
	background: #f3f3f3 url('../images/textarea_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	width: 240px;
	margin: 3px 0 0;
	padding: 2px;
	color: #4a4a4a;
}
.contactsellerBox h3 {
	color:#647e9b;
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px !important;
}
table {
	font-size: 12px;
}
img {
	background: #fff;
	padding: 7px;
	margin: 5px 0 0;
}
.reloadImage {
	color: #207ce5 !important;
	text-decoration: underline;
	margin: 0 0 50px 5px;
}
.simpleButton {
	border:0 !important;
	text-decoration:none;
	display:block;
	color:#fff !important;
	font-weight:bold;
	height:28px;
	width:70px;
	margin:0;
	text-align:center;
	padding: 0 0 2px;
	cursor: pointer;
}
.blueButton {
	background:url('../images/button_blue.png') no-repeat;
}
.mediumBlueButton {
width:110px !important;
background:url('../images/button_blue_medium.png') no-repeat;
} 
.saveListing {
background: #eee url('../images/popup_bg.png') left top repeat-x;
margin:50px auto;
width:100%;
height:100%;
text-align:center;
}
.saveListing .simpleButton {
	margin: 0 auto !important;
	cursor:pointer;
}
#captcha {
	padding:5px;
	border:1px solid #9a9a9a;
	float:left;
}

/* print css */

.logo_for_print {
	background:url('../images/oto24_logo_print.gif') top left no-repeat;
	width: 250px;
	height: 80px;
}
.columnLeft a {
	text-decoration: none;
}
a.priceButton:link,a.priceButton:visited,a.priceButton:hover {
	display:block;
	color:#000;
	font-size:20px;
	margin:20px 0 0 0;
}
a.priceButton span {
	cursor:pointer;
	display:block;
	width:324px;
	height:30px;
	text-decoration: none;
}
a.priceButton span.price {
	background:none;
	font-size:16px !important;
	display:inline;
	margin: 0 0 0 10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}
.content {
	padding:12px;
	padding-right:0;
}
.headerContent h1 {
	font-size:14px;
	padding-top:11px;
}
.navBar {
	float:right;
	font-size:12px;
	font-weight:normal;
	margin:1px 0 0 0;
}
.navBar a {
	color:#fff;
	text-decoration:none;
}
.navBar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.navBar ul li {
	padding:0;
	float:left;
	background:url('../images/navbar_divider.png') left top no-repeat; 
	padding:8px 10px 0 10px;
	height:22px;
	color:#fff !important;
}
.navBar ul li.noDivider {
	background:none;
}
.navBar ul li form {
	color:#fff;
}
.navBar ul li.navBarButton {
	overflow:hidden;
	padding:0 0 0 2px;
	height:30px;
}
h2 {
	color:#1b64b8;
	font-size:24px;
	line-height:12px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h2.centerText {
	text-align:center !important;
}
h3 {
	color:#1b64b8;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
.columnLeft {
	float:left;
	padding:0;
	width:330px;
	margin:10px 20px 0 0;
	overflow: visible;	
}
.columnRight {
	float:left;
	padding:0;
	width:330px;
	margin:5px 0 0 0;
}
.columnRight img {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
.columnRight .infoText {
	width:322px;
	margin:0 0 10px 0;
}
.detailList {
	margin:0;
	border:none;
	width:330px;
}
.detailList td {
	margin:0;
	border-bottom:1px dotted #ddd;
	padding:5px 0 5px 0;
}
.detailList td.colSpacer {
	border:0;
}
.detailList td.rowDescription {
	width:86px;
	font-weight:bold;
}
.contactBox, .contactBox_popup {
	width:329px;
	margin: 0;
}
.contactBox .header, .contactBox_popup .header {
	float:none;
	font-size:1px;
	line-height:1px;
	height:10px !important;
	padding:0 !important;
	margin:0 !important;
	background:url('../images/listing_contactbox_header.png') left top no-repeat;
}
.contactBox .content, .contactBox_popup .content {
	background:#ededed url('../images/listing_contactbox_content.png') left top repeat-x;
	padding-top:1px;
	border:1px solid #d1d1d1;
	border-top:none;
	border-bottom:none;	
	margin:0 !important;
	min-height:87px;
	height:auto !important;  /* für moderne Browser */
	height:87px;  /*für den IE */
	
}
.contactBox .footer, .contactBox_popup .footer {
	float:none;
	height:10px;
	padding:0;
	margin:0;
	background:url('../images/listing_contactbox_footer.png') left top no-repeat;

}
.contactBox h3 {
	padding:0;
	margin:0;
}
.mapHeadline {
	display: none;
}
.contactBox .phone {
	display:block;
	margin-top:4px;
}
.smallColumn {
	margin:10px 0 0 0;
	float:left;
	padding-right:5px;
	width:145px;
}
.content a {
	text-decoration:none;
}


