body {
	background: #e6e6e6 url('../images/main_bg.png') repeat-x;
	text-align:center;
	color:#333333;
	margin-bottom:15px;
}
/* general */
#wrapper {
	width:956px;
	padding:0;
	margin:0 auto;
	text-align:left;
}
#header {
	width:956px;
	padding-top:1px;
	position:relative;
	text-align:left;
}
#banner {
	width:728px;
	height:90px;
	display:inline;
	margin: 10px 0 20px 0;
	float:right;
}
#captcha {
	padding:5px;
	border:1px solid #9a9a9a;
	float:left;
}
.refreshLink {
	display:block;
	margin:26px 0 0 146px;
	text-decoration:underline;
}
.blue {
	color:#1b64b8
}
.clearfloat {
	clear:both;
	float:none;
}
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}
.block {
	display:block;
}
.marginLoggedIn {
	margin-top:9px !important;
}

.noLeftMargin {
	margin-left:0px !important;
}
.noTopMargin {
margin-top: 0px !important;
}
.noBorder {
	border:none !important;
}
.searchButton {
	margin-left:76px !important;
	margin-top:0px !important;
}

.error {
	border:1px solid #f00;
	color:#f00;
	background:#fff;
	text-align:center;
	margin:0 0 10px 0;
	padding:5px;
}
.error p {
	height:auto;
}
label.small {
	float:left;
	width:78px !important;
	margin:7px 0 0 0;
}
 label.large {
	float:left;
	width:86px !important;
	margin:7px 0 0 0;
}
 label.verylarge {
	float:left;
	width:100px !important;
	margin: 7px 0 0 0 !important;
}

.noUnderline {
	text-decoration: none !important;
}

.logo_for_print {
	display: none;
}

/* top menu */
#menu_wrapper {
	margin-top:70px;
}
#logo {
	padding:0;
	margin:0;
	width:225px;
	height:52px;
	overflow:hidden;
}
#menu {
	margin:0;
	padding:0;
	background:url('../images/menu_bg_bar.png') top right no-repeat;
}
/* Links */
a.menu_entry:link,a.menu_entry:visited, a.menu_entry_right:link,a.menu_entry_right:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
	
	text-align:center;
	position:relative;
	padding-top:14px;
	margin: 1px 0 0 0;
	float:right;
	
	width:127px;
	height:29px;
	background:url('../images/menu_tab_hover.png') left top no-repeat;
}
a.menu_entry_right:link,a.menu_entry_right:visited  {
	background:url('../images/menu_tab_right_hover.png') left top no-repeat;
}
a.menu_entry:hover {
	background:url('../images/menu_tab_hover.png') 0 -43px no-repeat;
}
a.menu_entry_right:hover {
	background:url('../images/menu_tab_right_hover.png') 0 -43px no-repeat;
}

a.listItem:link,a.listItem:visited {
	border-bottom:1px solid #eaeaea;
	text-decoration:none;
	padding:6px 4px 6px 10px;
	display:block;
	height:inherit;
	background:url('../images/listItem_hover_blue.png') left top repeat-x;	
}
a.listItem:hover {
	color:#fff;
	background:url('../images/listItem_hover_blue.png') 0 -50px repeat-x;
}
a.listItem .info {
	float:left;
	display:block;
	width:140px;
}

a.prev {
display:block;
float:left;
margin:54px 0 0 0;
}
a.next {
display:block;
float:right;
margin:54px 0 0 0;
}

a.blueLink:link,a.blueLink:visited {
	color:#1b64b8;
}
a.detSearchLink:link,a.detSearchLink:visited,a.detSearchLink:active {
	margin:0 0 auto;
	padding-right:70px;

	float:right;
	display:block;
	font-weight:bold;
	color:#1b64b8;
	text-decoration:none;
}
#detailSearchInfoBox {
	margin:30px auto 30px auto;
	width:400px;
} 
#detailSearchInfoBox p {
	margin: 0 0 10px 0;
}
.detailSearchButton {
	float:right;
	display:inline !important;
	margin: 0 40px 0 0 !important;
}

.listingTypoButton {
	float:right;
	display:inline !important;
	margin: 20px 40px 0 0 !important;
}
/* NEWS CATEGORY BAR */

.category_bar {
	background:transparent url(../images/button_newssection.png) repeat-x scroll 0 0;
	display:block;
	height:43px;
	margin:-12px 0 20px -12px;
	position:relative;
	text-align:left;
}
.category_bar ul {
	padding:0 !important;	
}
.category_bar ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.category_bar ul li a:link,.category_bar ul li a:visited {
	/*	display:inline;
	background:url('../images/button_newssection.png') no-repeat;
	width:110px;
	height:43px;
	text-align:center;
	*/
	background:transparent url(../images/button_newssection.png) no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:35px;
	margin:0;
	padding:8px 0 0;
	text-align:center;
	width:116px;	
	text-decoration:none;
	color:#403933;
}
.category_bar ul li a:hover {
	color:#fff;
	background:transparent url(../images/button_newssection.png) no-repeat scroll 0 -43px;	
}
.category_bar ul li a.selected:link,.category_bar ul li a.selected:visited {
	color:#fff !important;
	background:transparent url(../images/button_newssection.png) no-repeat scroll 0 -43px !important;	
}
/* LOGIN BOX */
.loginBox {
	width:310px;
	font-size:12px;
}
.loginBox form, .loginBox input {
	font-size:12px;
	color:#4a4a4a;
}
.loginBox .textInput, .passwordRecovery .textInput, .editInputString {
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	/*height: 20px;*/
	padding:3px 0 3px 0;
	width: 310px;
	margin: 3px 0 10px;
}

.loginBox .simpleButton, .passwordRecovery .simpleButton {
	height: 29px;
	cursor: pointer;
	padding: 0;
	margin: 6px 0 10px 0;
}
.registerBox .simpleButton {
	margin: 20px 0 0;
}
.loginBox form, .loginBox table {
	margin-left:0;
}
.loginBox h3 {
	font-size: 16px;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	color: #1b64b8 !important;
	font-weight: bold;
}
.loginBox a {
	font-size: 16px;
	padding: 10px 0 !important;
	color: #1b64b8 !important;
	font-weight: normal !important;
}
.registerBox {
	padding: 0;
	margin: 0;
}
.registerBox ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0 !important;
}
.registerBox .advantages, .registerForm .advantages {
	list-style: none;
	background: url('../images/stuck.gif') left top no-repeat;
	padding: 0 0 15px 25px;
	margin: 0;
}
.registerBox h2 {
	margin: 0 0 20px 0 !important;
}

.loginBox p {
	width: 225px;
	margin: 0 0 10px;
}

/*REGISTER BOX */
.registerBox {
	margin-left:20px;
	width: 300px;
}
.registerBox img {
	border:1px solid #cecece;
}
/*REGISTER FORM */
.registerForm {
	width:300px;
	margin: 0 20px 0 0;
}
.registerForm h3 {
	font-size:16px !important;
	border:1px solid #fff;
	color: #1b64b8 !important;
	font-weight: bold;
}
.registerForm h3.first {
	margin-top:0 !important;
}
.registerForm h3 img {
	float:left;
}
.registerForm h3 span {
	margin:10px 0 0 35px;
	display:block;
}
div.registerForm .inputString, div.longInputField input, div.longInputField select, .myListingsFilterDate input, .myListingsFilterNo input, .myListingsFilterKeywords input {
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	/*
	height: 20px;
	*/
	padding:3px 0 3px 0;
	width: 264px;
	margin: 3px 0 3px 0;
}
 div.longInputField select {
	background:#fff;
 }
div.registerForm .indent {
	margin:0 0 0 36px;
}
.chararacters_left_number {
	font-size:10px;
	line-height:10px;
	margin:0 0 5px 0;
	float:right;
}
.registerForm .simpleButton {
	margin: 10px 0 0 0;
}
/* REGISTER INFOBOX AUF AUSWAHLSEITE */
.registerInfobox {
	width:329px;
	float:left;
	background:url('../images/box_registerinfo_bg.png') repeat-y;
}
.registerInfobox .registerheader {
	padding: 15px 0 25px 15px;
	background:url('../images/box_registerinfo_header.png') no-repeat;
}
.registerInfobox .registerheader {
	font-size:16px !important;
}
.registerInfobox h3 {
	margin: 0 !important;
	padding: 0 !important;
	color:#1b64b8;
	font-size:16px;
	font-weight:bold;	
}
.registerInfobox .registerEnumeration {
	height: 185px;
}
.registerInfobox ul {
	margin:0 0 10px 15px;
	padding:0 10px 0 15px;
	list-style:none;
}
.registerInfobox ul li {
	margin-bottom:5px;
	list-style: square;
}
.registerInfobox p {
	padding:10px;
}
.registerInfobox .whiteBg {
	background:#fff !important;
}
.registerInfobox a img {
	margin: 15px 0 0 0;
	padding:0;
	border: 0 !important;
	text-decoration: none !important;
}
.registerInfobox a {
	border: 0 !important;
	text-decoration: none !important;
}
.useraccount_question,.membership_question {
	color: #000 !important;
	font-size:16px !important;
	font-weight:bold !important;
	text-align: center !important;
	margin: 10px 0;
}

.registerInfobox_vLine {
	float: left;
/*	background:#cecece;*/
	height: 356px;
	width: 1px;
	margin: 0 11px;
}

/* SUBSCRIPTIONBOX */
.subscriptionBox {
	width:329px;
	float:left;
	background:url('../images/box_registerinfo_bg.png') repeat-y;
}
.subscriptionBox .subscriptionHeader {
	color:#1b64b8;
	font-size:16px;
	font-weight:bold;
	padding: 15px 0 0 10px;
	background:url('../images/box_registerinfo_header.png') no-repeat;
}
.subscriptionBox .subscriptionFooter {
	color:#1b64b8;
	width:329px;
	height:13px;
	font-size:10px;
	line-height:10px;
	background:url('../images/box_subscription_footer.png') no-repeat;
}
.subscriptionBox .subscriptionFade {
	color:#1b64b8;
	width:329px;
	height:25px;
	font-size:10px;
	line-height:10px;
	background:url('../images/box_subscription_fade.png') no-repeat;
}
.subscriptionBox .subscriptionContent {
	/*color:#1b64b8;*/
	width:329px;
/*	font-size:10px;
	line-height:10px; */
	background:url('../images/box_subscription_bg.png') repeat-y;
}
.subscriptionBox .subscriptionContent .subscriptionContentTop {
	height:160px;
}
.subscriptionBox .subscriptionContent p {
	padding: 0 10px 0 10px;
}
.subscriptionBox .subscriptionContent .smallDivider {
	height:16px;
	margin:0 6px 0 6px;
	font-size:1px;
	line-height:1px;
	width:49px;
	float:left;
	background:url('../images/box_subscription_horizontal_divider.png') repeat-x;
	display:inline;
}
.subscriptionBox .subscriptionContent .longDivider {
	height:16px;
	margin:0 18px 0 18px;
	font-size:1px;
	line-height:1px;
	width:294px;
	float:left;
	background:url('../images/box_subscription_horizontal_divider.png') repeat-x;
	display:inline;
}
.subscriptionBox .subscriptionContent .dividerMarginLeft {
	margin-left:20px !important;
}
.subscriptionBox .subscriptionContent .membershipDuration {
	font-weight:bold;
	color:#000;
	float:left;
	width:180px;
	text-align:center;
}
.subscriptionBox .subscriptionContent .durationContainer {
	text-align:center;
	width:69px;
	margin: 0 5px 0 5px;
	float:left;
	display:inline;
}
.subscriptionBox .subscriptionContent ul {
	margin: 10px 0 15px 14px;
	padding:0;
	list-style:none;
}
.subscriptionBox .subscriptionContent ul li {
	margin: 0 0 3px 0;
}
.subscriptionBox .subscriptionContent .durationMonth {
	font-weight:bold;
	color:#1b64b8;
	display:block;
}
.subscriptionBox .subscriptionContent .priceMonth {
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	color:#969696;
	display:block;
}
.subscriptionBox .subscriptionContent .verticalDivider {
	background:url('../images/line_divider_fade.png') no-repeat;
	height:60px;
	width:2px;
	margin: 0 1px 0 1px;
	float:left;
	display:inline;
}
.subscribeButtonMargin {
	margin: 0 0 0 14px !important;
}
.gatewayForm {
	float:left;
	margin: 0 0 0 4px;
	display:inline;
}
.paymentContent {
	text-align:center;
	margin: 40px 0 60px 0;
}

/* FORM SELECTOREN */
#selectors {
	position:relative;
	margin:-30px 0 0 12px;
	width:212px;
	text-align:center;
}
#selectors a {
	font-size:17px;
	text-decoration:none;
	font-weight:bold;
	padding-top:10px;
}

a.selectorBlue:link,a.selectorBlue:visited {
	position:relative;
	float:left;
	display:block;
	width:106px; 
	height:48px; /* HÖHE ABZÜGLICH PADDING */
	color:#fff;
	background:url('../images/selector_blue.png') left top no-repeat;
}
a.selectorGray:link,a.selectorGray:visited {
	position:relative;
	float:left;
	display:block;
	width:106px;
	height:30px; /* HÖHE ABZÜGLICH PADDING */
	color:#fff;
	background:url('../images/selector_gray.png') left top no-repeat;
}
a.selectorGray:hover {
	color:#1b64b8;	
}

/* LISTEN */
ul.itemList, ul.detailsLinks {
	list-style:none;
	padding:0;
	margin:0;
}
ul.itemList li {
	border-bottom:1px solid #fff;
}
ul.itemListComplete {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:352px;
	margin-left:-12px;
	display:inline;	
}
ul.itemListCompleteRight {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:353px;
}
ul.itemListComplete li .date, ul.itemListCompleteRight li .date {
	float:right;
}
ul.itemListComplete li .info, ul.itemListCompleteRight li .info {
	float:left;
	display:block;
	width:260px;
}
ul.itemListComplete .listItem:hover,ul.itemListCompleteRight .listItem:hover {
	color:#fff !important;
}
ul.detailsLinks li {
	float:left;
	padding:0 10px 0 0;
}
/* VITRINEN LISTE */
ul.vitrineList {
	list-style:none;
	margin:0;
	padding:0;
}
ul.vitrineList li {
	margin:0 2px 0 2px;
	padding:0;
	float:left;
}

ul.vitrineList li.notVisible {
	margin:0 2px 0 2px;
	padding:0;
	float:left;
	display:none;
}
ul.vitrineList li a:link, ul.vitrineList li a:visited{
	padding:1px 0 0 0;
	margin:9px 0 0 0;
	display:block;
	background:url('../images/vitrine_item_bg.png') top left no-repeat;
	width:97px;
	height:139px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
ul.vitrineList li a:hover{
	display:block;
	color:#fff !important;
	background:url('../images/vitrine_item_bg.png') 0 -141px  no-repeat;
}
ul.vitrineList li a span {
	display:block;
}
ul.vitrineList .carName {
	padding:0 2px 0 2px;
	height:28px;
	overflow:hidden;
}
ul.vitrineList li a span.carLocation {
	padding:0 2px 0 2px;
	margin:4px 0 0 0;
	height:14px;
	color:#000;
	font-size:10px;
	overflow:hidden;
}
ul.vitrineList li a span.carPrice {
	padding:0 2px 0 2px;
	margin:4px 0 0 0;
	color:#000;
	height:17px;
	font-size:12px;
	overflow:hidden;
}
.vitrineCarImage {
	margin:5px auto;
	width:80px;
	height:60px;
	display:block;
	border:1px solid #6b93bd;
	border-bottom-color:#2c3947;
	border-top:none;
}

/* MANUFACTURER LISTE  / / CARLIST */
ul.manufacturerList, ul.carList {
	width:440px;
	list-style:none;
	padding:10px 0 0 0;
	margin:0 auto;
}

ul.manufacturerList li {
	margin:2px 0 2px 0;
	padding:0 4px 0 4px;
	float:left;	
	border-right:1px solid #888888;
}
ul.manufacturerList li.lastItem {
	border-right:none;
}

ul.manufacturerList li a:link, ul.manufacturerList li a:visited{
	text-decoration: none;
	color:#1b64b8;	
}

ul.carList li {
	margin:2px 0 2px 0;
	padding:0 7px 0 7px;
	width:90px;
	float:left;
	text-align:center;
	height:70px;
	
}
.body1 {
	top:10px;
	left:10px;
}
.body2 {
	left:105px;
}
.body3 {
	left:200px;
}
.body4 {
	left:295px;
}
.body5 {
	top:90px;
	left:10px;
}
.body6 {
	top:90px;
	left:105px;
}
.body7 {
	top:90px;
	left:200px;
}
.body8 {
	top:90px;
	left:295px;
}
.body9 {
	top:180px;
	left:105px;
}
.body10 {
	top:180px;
	left:200px;
}

.carList .carListImage {
	display:block;
}

/* MAIN CAR INFO*/
.mainCarInfo {
	padding:10px;
	width:204px;
	border-bottom:1px solid #eaeaea;
	overflow:hidden;
}
.mainCarInfo h3,.mainCarInfo h1 {
	margin:2px 0 10px 0;
	font-size:14px;
}
.maincarInfo h2 {
	background:none !important;
	margin:0 !important;
	padding:0 !important;
	float:right !important;
	height:auto !important;
}
.mainCarInfo img {
	display:inline;
	float:left;
	width: 96px;
	margin: 4px 4px 0 0;
	border:1px solid #4e7391;
}
.mainCarInfo p {
	margin:0;
	padding:0;
}
.mainCarInfo a:link,.mainCarInfo a:visited {
	font-weight:bold;
	font-size:13px;
}

/* SEARCHFORM */
.boxMainSearchForm fieldset {
	margin:0 0 0 30px;
}
.boxMainSearchForm fieldset select {
	width:120px;
	border:1px solid #b3b3b3;
	color:#676765;
	background:#fff;
}
.boxMainSearchForm fieldset input {
	width:51px;
	margin:0;
	border:1px solid #b3b3b3;
	color:#676765;	
}
.boxMainSearchForm fieldset .column {
	width:140px;
	float:left;
	margin:0;
	padding:0;
}
.boxMainSearchForm fieldset .additionalOptions {
	width:160px;
	margin:18px 0 0 0;
	height:122px;
}
.boxMainSearchForm fieldset .additionalOptions input {
	border:0;
	width:25px;
}
.boxMainSearchForm fieldset label {
	margin:5px 0 0 0;
	display:block;
}
.boxMainSearchForm fieldset .additionalOptions label {
	margin:0;
	padding:0;
	display:inline;
}
.boxMainSearchForm fieldset .additionalOptions .searchCheckBox {
	width:25px;
	border:0;
	margin:0
}

/* SIDEBAR */
.boxSideBar {
	width:236px;
	text-align:center;
	margin:-19px 0 0 0;
	float:left;
	text-align:left;
}
.boxSideBar fieldset select, .boxSideBar fieldset input {
	background:#fff;
	border:1px solid #b3b3b3;
	color:#676765;
}

fieldset {
	margin:10px 0 30px 0;
}
fieldset.changeMarginBottom {
	margin-bottom:0px !important;
}
fieldset .row {
	margin: 0 0 4px 0;
}
fieldset .smallFloatRow {
	width:150px;
	float:left;
}
fieldset.detail01 select, fieldset.detail01 input, fieldset.detail02 input, fieldset.detail02 select, .sellerComments .inputText, #quick_search_form .searchIntegerLess,#quick_search_form .searchIntegerMore {
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	/*height: 20px*/
	padding:3px 0 3px 0;
	margin: 3px 0 3px 0;	
}
#quick_search_form .searchIntegerLess,#quick_search_form .searchIntegerMore {
	margin:0 !important;
}
#quick_search_form select {
	padding:3px 0 3px 0;
	margin:0 !important;
}
fieldset.detail01 select {
	width:142px;
	background:#fff;
}
fieldset.detail01 input {
	width:224px
}
.columnLeft fieldset.detail01 select {
	width:224px;
	background:#fff !important;
}
.columnLeft fieldset.detail01 input {
	width:224px
}

.columnLeft fieldset.detail02 select {
	width:224px;
	background:#fff !important;
}
.columnLeft fieldset.detail02 input {
	width:224px
}
fieldset.detail01 .noResize {
	width:auto !important;
}
fieldset.detail02 select {
	width:132px;
	background:#fff;
}
fieldset.detail02 input {
	width:120px;
}
fieldset .smallSelect select {
	width:66px !important;
}
fieldset .smallInput input {
	width:60px !important;
}
fieldset .largeInput input {
	width:126px;
}
fieldset.detail02 .smallInput input {
	width:56px !important;
}
.sellerComments .inputText {
	width:290px;
	height:100px;
}
/* DETAILANSICHT */
a.priceButton:link,a.priceButton:visited,a.priceButton:hover {
	display:block;
	color:#000 !important;
	text-decoration: none !important;
	font-size:20px;
	margin:20px 0 0 0;
}
a.priceButton span {
	cursor:pointer;
	line-height:28px;
	display:block;
	width:324px;
	height:30px;
	background:url('../images/button_price.png') left top no-repeat;
}
a.priceButton span.price {
	background:none;
	font-size:16px !important;
	display:inline;
	margin: 0 20px 0 10px;
	font-weight:bold;
	text-transform:uppercase;
}
.boxDetailContent .content {
	padding:12px;
	padding-right:0;
}
.boxDetailContent .headerContent h1 {
	font-size:14px;
	padding-top:11px;
}
.boxDetailContent .navBar {
	float:right;
	font-size:12px;
	font-weight:normal;
	margin:1px 0 0 0;
}
.boxDetailContent .navBar a {
	color:#fff;
	text-decoration:none;
}
.boxDetailContent .navBar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.boxDetailContent .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;
}
.boxDetailContent .navBar ul li.noDivider {
	background:none;
}
.boxDetailContent .navBar ul li form {
	color:#fff;
}
.boxDetailContent .navBar ul li.navBarButton {
	overflow:hidden;
	padding:0 0 0 2px;
	height:30px;
}
.boxDetailContent .content h2 {
	position:relative;
	color:#1b64b8;
	font-size:24px;
	line-height:26px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	text-align:left !important;	
}
.boxDetailContent .content h2.centerText {
	text-align:center !important;
}
.boxDetailContent .content h2.blackHead {
	color:#000;
	font-size:18px !important
}
.paymentContent h2.subscriptionHead {
	text-align:center !important;
}
.boxDetailContent .content h3 {
	color:#1b64b8;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
.boxDetailContent .content .columnLeft {
	float:left;
	padding:0;
	width:330px;
	margin:10px 6px 0 0;
}
.boxDetailContent .content .smallLeftCol {
	width:300px;
	margin-left:20px;
}
.boxDetailContent .content .columnRight {
	float:left;
	padding:0;
	width:352px;
	margin:10px 0 0 0;
}
.boxDetailContent .content .columnRight .infoText,.registerBox .infoText {
	width:322px;
	margin:0 0 20px 0 !important;
}
.boxDetailContent .content .detailList {
	margin:0;
	border:none;
	width:330px;
}
.boxDetailContent .content .detailList td {
	margin:0;
	border-bottom:1px dotted #ddd;
	padding:5px 0 5px 0;
}
.boxDetailContent .content .detailList td.colSpacer {
	border:0;
}
.boxDetailContent .content .detailList td.rowDescription {
	width:86px;
	font-weight:bold;
}
.boxDetailContent .content .contactBox, .contactBox_popup {
	width:329px;
	margin: 30px 0 0 0;
}

.boxDetailContent .content .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;
}
.boxDetailContent .content .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 */
	
}
.boxDetailContent .content .contactBox .footer, .contactBox_popup .footer {
	float:none;
	height:10px;
	padding:0;
	margin:0;
	background:url('../images/listing_contactbox_footer.png') left top no-repeat;
}
.boxDetailContent .content .contactBox h3 {
	padding:0;
	margin:0;
}
.boxDetailContent .content .contactBox .phone {
	display:block;
	margin-top:4px;
}
.boxDetailContent .content .smallColumn {
	margin:10px 0 0 0;
	float:left;
	padding-right:5px;
	width:145px;
}
.boxDetailContent .content a {
	text-decoration: underline;
	color:#1b64b8;
}

#map_container {
	width:681px;
	height:311px;
	background:url('../images/map_bg.png') top left no-repeat;
	text-align:center;
	padding-top:1px;
}
#map {
	margin:5px auto;
}

/* SEARCH RESULTS */
.boxDetailContent .tableSearchResult {
	width:660px;
}
.boxDetailContent .tableSearchResult h3 {
	color: 1b64b8;
	display:inline;
	margin:0;
	padding:0;
}
.boxDetailContent .tableSearchResult .pointedInListingInfo {
	width:105px;
}
.boxDetailContent .tableSearchResult a.listingLink:link, .boxDetailContent .tableSearchResult a.listingLink:visited {
	font-size:14px;
	color:#1b64b8;
	font-weight:bold;
}
.boxDetailContent .tableSearchResult a.listingLink:hover {
	color:#7cb9ff;
}
.boxDetailContent .divider {
	border-bottom:1px dotted #c8c8c8;
	height:6px;
	font-size:1px;
	line-height:1px;
}
.boxDetailContent .dividerSpacing {
	font-size:1px;
	line-height:1px;
	height:6px;
}
.boxDetailContent .tableSearchResult .searchInfoHead {
	margin:3px 0 3px 0;
}
.boxDetailContent .tableSearchResult .searchInfos {
	display:block;
}
.boxDetailContent .tableSearchResult .additionalInfos {
	font-size:11px;
	line-height:auto;
}
.boxDetailContent .smallFont {
	font-size:10px;
}
.boxDetailContent .bottomNav {
	float:right;
	margin-right:10px;
}
.resultsBox {
	padding: 0 110px;
}
.resultsBox a {
	text-decoration: underline !important;
	color: #1b64b8 !important;
}

/* ARTIKELÜBERSICHT */
.boxDetailContent .topNews {
	margin:0;
}
.boxDetailContent .topNews .newsDate {
	padding:0;
	margin:0 0 2px 0;
	font-size:11px;
}
.boxDetailContent .topNews .teaserText {
	width:320px;
	margin: 0 0 0 10px;
	line-height:1.3em !important;
	font-size:14px !important;
	float:left;
}
.boxDetailContent .topNews img {
	width:338px;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	float:left;
}
.boxDetailContent .topNews h2 {
	font-size:18px;
	font-weight:normal;
	float:right;
	display:inline;
	width:346px;
}
.boxDetailContent .topNews h2 a {
	text-decoration:none;
}
.boxDetailContent .topNews p {
	float:right;
	width:346px;
	line-height:1.3em !important;
	font-size:14px !important;	
}
.boxDetailContent .topNews .topHead {
	float:none !important;
	font-size:24px !important;
}
.boxDetailContent .topNews .previewImage {
	width:338px;
	height:224px;
	overflow:hidden;
	float:left;
}
.boxDetailContent .newsItem {
	width:220px;
	margin: 0 7px 0 0;
	float:left;
}
.boxDetailContent .newsItem .newsDate {
	margin:0 0 2px 0;
	padding:0;
	font-size:12px;
	color:#969696;
}
.boxDetailContent .newsItem h2 {
	font-size:15px !important;
	color:#1b64b8;
	font-weight:bold;
	line-height:14px;
	margin: 20px 0 10px;
}
.boxDetailContent .newsItem h2 a {
	text-decoration:none;
	font-size:12px !important;
}
.boxDetailContent .newsItem img {
	width:216px;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	margin-bottom:8px;
	float:none !important;
}
.boxDetailContent .newsItem .previewImage {
	width:216px;
	height:143px;
	overflow:hidden;
	margin: 0 0 6px 0;
}

.boxDetailContent .newsItem p {
	height:100px;
	overflow:hidden;
	margin: 0 0 0px 0;
}

#articleDisplay img {
	margin-right:20px;
}

/* ARTIKELDETAILANSICHT */
.boxDetailContent .leftColumn {
	float:left;
	width:450px;
	border-right:1px solid #e6e6e6;
}
.boxDetailContent .rightColumn {
	margin: 0 0 0 10px;
	float:left;
	width:222px;
}
.boxDetailContent .detailTeaser {
	width:220px;
	border-bottom:1px dotted #e6e6e6;
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
	font-size:11px;
}
.boxDetailContent .detailTeaser .newsDate {
	margin:0 0 2px 0;
	padding:0;
	font-size:12px;
	color:#969696;
	display:inline;
}
.boxDetailContent .detailTeaser .teaser {
	margin:15px 0 0 0;
	padding:0;
}
.boxDetailContent .detailTeaser h3 {
	font-size:11px;
	color:#1b64b8;
	display:inline;
}
.boxDetailContent .detailTeaser img {
	float:right;
	width:102px;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}
.boxDetailContent .detailContent .newsDate {
	margin:0 0 14px 0;
	padding:0;
	font-size:11px;
}
.boxDetailContent .detailContent .copy {
	padding-right:30px;
	line-height:1.3em;
	font-size:14px;
}
.boxDetailContent .detailContent img {
	width:338px;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	display:block;
	margin:10px auto 10px auto;
}
.boxDetailContent .detailContent h2 {
	font-size:24px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
.boxDetailContent .detailContent h3.subline {
	font-size:16px;
	color:#1b64b8;
	margin:0 0 14px 0;
}
.boxDetailContent .techTable {
	border-collapse:collapse;
	margin:0 0 0 10px;
}
.boxDetailContent .techTable td {
	padding: 5px 0 5px 0;
	border-bottom:1px dotted #c8c8c8;
}
.boxDetailContent .techTable td.tableHead {
	font-weight:bold;
	padding: 5px 10px 5px 0;
}

/* EIGENE LISTINGS */ 	
.boxDetailContent .content .heading {
	margin-left:-12px !important;
	padding-top:0 !important;
	overflow:hidden;
	height:31px !important;
}
.boxDetailContent .content .heading .navBar {
	color:#000 !important;	
}
.boxDetailContent .content .heading .navBar form {
	color:#000 !important;
}
.boxDetailContent .content .heading .navBar ul li {
	background:url('../images/menu_tab_divider.png') left top no-repeat; 
	padding:6px 10px 0 10px;
	height:25px;
	color:#000 !important;
}
.boxDetailContent .content .listingNavLinks {
	margin:6px 0 0 0;
	padding:2px 0 0 0;
	border-top:1px  dotted #c8c8c8;

}

/* CONTENT WRAPPER */
#content_bottom_wrapper {
	text-align:left;
}
#content_top_wrapper {
	margin:0;
}

/* content boxes */
.box .content {
	background:#fff;
	border:1px solid #b3b3b3;
	border-top:0;
	border-bottom:0;
	text-align:left;
	float:none;
	clear:both;	
}
.box .footer {
	height:58px;
}
.box h2 {
	font-size:14px;
}
.box h2 a {
	color:#fff;
	text-decoration:none;
}
.box .content .grayHead {
	margin:15px 0 0 0;
	padding: 7px 0 0 0;
	text-align:center;
	font-size:14px;
	color:#000;
	background:url('../images/headline_gray_bg.png') top left repeat-x;
	height:24px;
}
.box229 {
	width:229px !important;
	text-align:center;
	margin:0 0 10px 0;	
	float:left;
}
.box472 {
	width:472px;
	text-align:center;
	margin:0 13px 10px 13px;	
	float:left;
}
.boxMainSearchForm {
	width:480px;
	text-align:center;
	margin:-19px 0 0 0;
	float:left;
	text-align:left;
}
.boxAdvertising {
	margin:-19px 0 0 -18px;
	padding:0;
	float:right;
	width:490px;
	border:2px solid #b3b3b3;
	overflow:hidden;
	text-align:right;
	
}
.boxDetailContent {
	width:707px;
	text-align:center;
	margin:-19px 0 0 13px;
	float:left;
	text-align:left;
}

.boxAdvertising a {
	display:block;
	overflow:hidden;
	height:196px;
}
.boxAdvertising img {
	margin:auto 0 auto -10px;
	border:0;
}
.boxfull {
	width:100%;
	text-align:center;
	float:left;
}
.registrationSuccess {
	margin: 70px auto;
}
.registrationSuccess h2 {
	margin: 0 0 30px 0;
}
.passwordRecovery {
	font-size: 12px;
}
.passwordRecovery table {
	margin: 0;
}


/* Headerdefinitionen für alle Boxen */
.box .header {
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	height:32px;
	text-align:center;
}
.box .headerLeft {
	float:left;
	font-size:10px;
	width:10px;
	height:32px;
	margin:0;
	padding:0;
}
.box .headerRight {
	padding:0;
	float:left;
	font-size:10px;
	width:10px;
	height:32px;
}
.box .headerContent {
	width:auto;
	float:left;
	padding:8px 0 0 0;
	font-size:14px;
	height:24px;
}
.box .centerContent {
	text-align:center;
}

/*Footer Definitionen für alle Boxen */
.box .footerLeft {
	float:left;
	font-size:10px;
	width:10px;
	height:58px;
	margin:0;
	padding:0;
	
}
.box .footerRight {
	padding:0;
	float:left;
	font-size:10px;
	width:10px;
	height:58px;
	
}
.box .footerContent {
	float:left;
	padding:8px 0 0 0;
	font-size:12px;
	height:50px;
}

/* Hintergründe für graue Boxen */
	/* HEADER */
.boxgray .headerLeft {
	background:url('../images/box_header_left_gray.png') top left no-repeat;
}
.boxgray .headerContent {
	background:url('../images/box_header_middle_gray.png') top left repeat-x;
}
.boxgray .headerRight {
	background:url('../images/box_header_right_gray.png') top left no-repeat;
}	
	/*	FOOTER */
.boxgray .footerLeft {
	background:url('../images/box_footer_left_gray.png') top left no-repeat;	
}
.boxgray .footerRight {
	background:url('../images/box_footer_right_gray.png') top left no-repeat;
}
.boxgray .footerContent {
	background:url('../images/box_footer_middle_gray.png') top left repeat-x;
}

/* Hintergründe für blaue Boxen */
	/* HEADER */
.boxblue .headerLeft {
	background:url('../images/box_header_left_blue.png') top left no-repeat;
}
.boxblue .headerContent {
	background:url('../images/box_header_middle_blue.png') top left repeat-x;
}
.boxblue .headerContentGray {
	background:url('../images/headline_gray_bg.png') top left repeat-x;
}
.boxblue .headerRight {
	background:url('../images/box_header_right_blue.png') top left no-repeat;
}

	/*	FOOTER */
.boxblue .footerLeft {
	background:url('../images/box_footer_left_gray.png') top left no-repeat;	
}
.boxblue .footerRight {
	background:url('../images/box_footer_right_gray.png') top left no-repeat;
}
.boxblue .footerContent {
	background:url('../images/box_footer_middle_gray.png') top left repeat-x;
}
.boxSideBar .footerLeft, .boxSideBar .footerRight {
	background-color:#e6e6e6;
}
/* Hintergründe weiß */
/*HEADER */
.whiteHeaderNoContent .headerLeft {
	background:url('../images/box_header_left_white.png') top left no-repeat;	
}
.whiteHeaderNoContent .headerRight {
	background:url('../images/box_header_right_white.png') top left no-repeat;	
}
.whiteHeaderNoContent .headerContent {
	background:url('../images/box_header_middle_white.png') top left repeat-x;
}
.whiteHeaderNoContent .header,.whiteHeaderNoContent .headerLeft, .whiteHeaderNoContent .headerRight, .whiteHeaderNoContent .headerContent {
	height:9px !important;
	padding:0 !important;
	overflow:hidden;	
}

/* FOOTER */
.whiteFooterNoContent .footerLeft {
	background:url('../images/box_footer_left_white.png') top left no-repeat;	
}
.whiteFooterNoContent .footerRight {
	background:url('../images/box_footer_right_white.png') top left no-repeat;
}
.whiteFooterNoContent .footerContent {
	background:url('../images/box_footer_middle_white.png') top left repeat-x;
}
.whiteFooterNoContent .footer,.whiteFooterNoContent .footerLeft, .whiteFooterNoContent .footerRight, .whiteFooterNoContent .footerContent {
	position:relative;
	height:9px !important;
	padding:0 !important;
}
	
/* Breite des Footer- und Headline-Contentbereichs - abzüglich der Außenteile; Höhe des Contentbereichs abzüglich Header und Footer */
.box229 .headerContent,.box229 .footerContent {
	width:209px;
}
.box229 .content {
	min-height:392px;
	height:auto !important;  /* für moderne Browser */
	height:392px;  /*für den IE */
	float:none;
	clear:both;
}
.box472 .headerContent, .box472 .footerContent {
	width:452px;
}
.box472 .content {
	min-height:441px;
	height:auto !important;  /* für moderne Browser */
	height:441px;  /*für den IE */
}
.boxMainSearchForm .headerContent, .boxMainSearchForm .footerContent {
	width:460px;
}
.boxMainSearchForm .content {
	padding:1px 0 0 0;
	min-height:181px;
	height:auto !important;  /* für moderne Browser */
	height:181px;  /*für den IE */
	text-align:left;
}
.boxFull .headerContent, .boxFull .footerContent {
	width: 936px;
}
.boxSideBar .headerContent, .boxSideBar .footerContent {
	width: 216px;
}
.boxSideBar .content {
	padding:5px;
	padding-right:2px;
}
.boxSideBar .headerContent {
	text-align:left;
}

.boxSideBar .headerContent h1 {
	font-size:14px;
	padding-top:4px;
}
.boxUserList .content {
	padding:0;
}

.boxDetailContent .headerContent, .boxDetailContent .footerContent {
	width: 687px;
	text-align:left;
}
.boxDetailContent .headerContent {
	height:32px;
	padding-top:0;
}

/* custom Footer-Einstellungen für Boxen */
	/* VITRINE */
.vitrine .footer,.vitrine .footerLeft, .vitrine .footerRight, .vitrine .footerContent {
	height:9px;
}
.vitrine .footerLeft {
	background:url('../images/vitrine_footer_left_gray.png') top left no-repeat;	
}
.vitrine .footerRight {
	background:url('../images/vitrine_footer_right_gray.png') top left no-repeat;	
}
.vitrine .footerContent {
	background:url('../images/vitrine_footer_middle_gray.png') top left repeat-x;	
}
.vitrine .content {
	height:157px;
	background:url('../images/vitrine_content_bg.png') top left repeat-x;	
}
#slideshow{
	margin: 0 0 0 38px;
	overflow:hidden;
	width:874px;
}
.slideshow_mini{
	margin: 0 0 0 28px !important;
	overflow:hidden;
	width:194px !important;
}

#slideshow ul{
	padding-left:0px;
}

#slideshow li{
	float:left;
	margin:0 0px;
	cursor:pointer;
}

/* Buttons */
.simpleButton {
	border:0;
	padding-top:6px;
	text-decoration:none !important;
	display:block;
	color:#fff !important;
	font-weight:bold;
	height:23px;
	width:132px;
	margin:auto;
	text-align:center;
}
 .simpleInputButton {
	padding:0;
	height:29px;
	margin:0 0 0 30px;
	cursor:pointer;
	display:inline;
}
.smallButton {
	width:70px;
	height:20px;
} 
.blueButton {
	background:url('../images/button_blue.png') no-repeat;
}
.smallBlueButton {
	width:80px !important;
	background:url('../images/button_blue_small.png') no-repeat;
}
.bigBlueButton {
	background:url('../images/button_blue_big.png') no-repeat;
	width:302px !important;
}
.redButton {
	background:url('../images/button_red.png') no-repeat;
}

/* website footer */
#footer {
	text-align:center;
	height:39px;
	background:url('../images/footer_bg_bar.png') left top no-repeat;
}
#footer a:link,#footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	color:#b3b3b3;
}
#footer_content {
	padding-top:10px;
	height:29px;
	background:url('../images/footer_bg_end.png') right top no-repeat;	
}

/* Static Content */
#staticContent h1 {
	display:none;
}
#staticContent p {
	width:66%;
}
#staticContent ul {
	margin:0 0 0 14px;
	padding:0;
}
.contact_vLine {
	float: left;
	background:#cecece;
	height: 400px;
	width: 1px;
	margin: 0 10px 0 0;
}
.contactForm h2{
	display:none;
}
.contactForm .simpleButton {
	margin:0;
}
.contactForm .columnLeft {
	width:480px !important;
}
.contactForm .contactRight {
	width:180px !important;
}
.contactForm .contactRight p {
	width:170px !important;
}
.contactForm .inputString {
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	padding:3px 0 3px 0;
	/*height: 20px;*/
	width: 470px;
	margin: 3px 0 3px 0;
}
.contactForm textarea {
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;
	height: 140px;
	width: 470px;
	margin: 3px 0 3px 0;
}

/* MY LISTINGS */
.myListingsFilterDate input {
	width:72px;
}
.myListingsFilterNo input {
	width:40px;
}
.myListingsFilterKeywords input {
	width:120px;
}
.lineDividerFade {
	margin: 0 6px 0 6px;
}
#myListingFilter h2 {
	font-size:16px !important;
	font-weight:bold;
	padding: 18px 10px 0 0;
}
#myListingFilter select {
	padding: 3px 0 3px 0;
}
#myListingFilter .simpleButton {
	margin-top:10px !important;
}
#myListingFilter input {
	text-align:center;
}
.grayBar {
background:#f2f2f2;
margin: -12px 0 0 -12px;
}

.tableSearchResult {
	color:#343434;
}
.tableSearchResult .headrow td {
	font-weight:bold;
	color:#1b64b8;
	border-bottom:1px solid #c8c8c8 !important;
}
.tableSeachResult .oddrow {
	background:#ccc;
}
.tableSearchResult .evenrow {
		background:#fff;
}
.tableSearchResult .highlightrow {
	background:#2680e6;
	color:#fff;
}
.tableSearchResult .highlightrow a:link,.tableSearchResult .highlightrow a:hover,.tableSearchResult .highlightrow a:visited{
	color:#fff;
}
.tableSearchResult .headrow a:link,.tableSearchResult .headrow a:hover,.tableSearchResult .headrow a:visited {
	color:#1b64b8;
	font-weight:bold;
}
.tableSearchResult .headrow a:hover {
	color:#000;
	font-weight:bold;
}

/* LISTINGTYPES */
.listingType {
	width:110px; 
	height:110px;
	float:left;
	text-align:center;
}
.listingTypeBig {
	width:114px;
}
.listingType img {
	margin-top:10px;
}
.listingtypeDivider {
	height:124px;
	margin:0 3px 0 3px;
	font-size:1px;
	line-height:1px;
	width:1px;
	float:left;
	background:url('../images/listingtype_divider.png') repeat-x;
	display:inline;
}
.listingTypeBox {
	width:150px;
	float:left;
	margin: 24px 10px 0 0;
	/*border:2px solid #000;*/
}
.listingTypeBox .listingHeader {
	height:17px;
	background:url('../images/listingtypeBox_header.png') no-repeat;
}
.listingTypeBox .listingContent {
	padding:0;
	text-align:center;
	background:url('../images/listingtypeBox_bg.png') repeat-y !important;
}
.listingTypeBox .listingFooter {
	height:17px;
	background:url('../images/listingtypeBox_footer.png') no-repeat;
}
.listingTypeBox .boxHeadline {
	font-size:16px;
	font-weight:bold;
	color:#000;
	display:block;
	margin: 0 0 10px 0;
}
.listingTypeBox .boxInfoText {
	font-size:14px;
	font-weight:bold;
	color:#565656;
	display:block;
	width:120px;
	line-height:17px;
	margin:0 auto;
}

.listingTypeBox .boxInfoText2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	display:block;
}
.listingTypeDisplay {
	float:left;
	width:486px;
}
.listingAddition {
	position:absolute;
	z-index:9999;
	margin:120px 0 0 140px;
}
.listingSubmit {
	margin: 27px auto;
}
.autoMargin {
	margin-left: auto;
	margin-right:auto;
}
.textCenter {
	text-align:center;
}
.manageListingButton {
	margin: 10px 20px 20px 0;
}
 .registerBox .passwordInfo {
	margin:43px 0 0 0 !important;
	height:70px;
}
.registerBox .emailInfo {
	margin:32px 0 0 0 !important;
	height:70px;
}
.headerContentGray {
position:relative;
}
.headerContentGray h1 {
	color:#333333 !important;
	font-size:14px !important;
	padding-top:11px;
	float:left;
	margin-left:10px;
	display:inline;
}
.headerContentGray .navBarButton img{
	margin-top:-6px !important;
}
.sellerInfo {
	background:#f2f2f2;
	margin: -12px 0  12px -12px !important;
	padding:1px 0 10px 30px;
}
.sellerInfo p {
	margin-bottom:4px;
}
.sellerInfo .sellerName {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 4px 0;
}
.sellerInfo h3 {
	margin:14px 0 10px 0 !important;
}
.detailText {
	width:390px;	
	float:left;
}
.imageblock {
	float:left;
	margin: 0 0 0 30px;
	width:250px;
	
}
.imageblock img {
	width:250px;
	margin: 0 0 15px 0;
}
#articleDisplay h1 {
	margin: 0 0 14px 0 !important;
}

.slideshowBox{
	width:254px;
}
.slideshowBox .header {
	float:none;
	font-size:1px;
	line-height:1px;
	height:10px !important;
	padding:0 !important;
	margin:0 !important;
	background:url('../images/slideshowbox_header.png') left top no-repeat;
}
.slideshowBox .content {
	background:#ededed url('../images/listing_contactbox_content.png') left top repeat-x;
	padding-top:1px;
	padding:0;
	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 */
	
}
.slideshowBox .footer {
	float:none;
	height:10px;
	padding:0;
	margin:0;
	background:url('../images/slideshowbox_footer.png') left top no-repeat;
}
.brandCarlist {
	width:250px;
	margin:0;
	padding:0;
	list-style:none;
	margin: 15px 0 0 0;
}
.brandCarlist li {
	float:left;
	width:120px;
	display:block;
	margin: 0 2px 5px 0;
}
.markaColumnRight {
	width:254px;
	float:left;
	margin: 0 0 0 30px;	
}
.markaColumnLeft {
	width:394px; 
	float:left;
}
.contractinfo {
	margin: 0 0 0 0;	
}
.infoblock {
	margin: 0 80px 0 0;
	width:288px;
	height:40px;
	padding:6px;
	text-align:left;
	background: #f3f3f3 url('../images/input_bg.png') left top repeat-x;
	border: 1px solid #9a9a9a;	
}