
.left .box.login input {
 float: left;
}

.left .box.login input.text {
	width: 116px;
	height: 20px;

	border: 1px solid #aaabad;
	margin-right: 5px;

        font-weight: bold;
        font-size: 16px;
        font-family: "Trebuchet MS", Arial, sans-serif;
}

.left .box.login input.text.user {
	margin-left: 10px; 
}

.left .box.login input.go {
	height: 24px;
	width:  34px;
	border: 0;

	float: right;
	margin-right: 5px;
	
	background: none;
	background-image: url('../graphics/buttons/go.gif');
}


.left .box .register input.go {
 margin-top:  8px;

}

.left .box.login .inputs {
	position: absolute;
	width: 295px;
	top: 35px;
}

.left .box.login .facebook {
	position: absolute;
	top: 8px;
	right: 8px;
}	

.left .box.login .register {
	position: absolute;
	bottom: 3px;
	right: 8px;
}

.left .box.login a, 
.left .box.login a:link, 
.left .box.login a:visited {
 	color: white;
	font-weight: 8px;
}


/*
 * Suche
 */ 

	
.right .box.search .content {
	height: 24px;
	border: #fe5b00;
}

.right .box.search input.text {
	width: 362px;
	height: 20px;
	border: 1px solid #a5adb0;
	margin-top: 0;
	float: left;
	
	font-weight: bold;
	font-size: 16px;
        font-family: "Trebuchet MS", Arial, sans-serif;

}

input.button.search {
	background: none;
	background-image: url('../graphics/buttons/search.gif');
	border: 0;
	width: 102px;
	height: 24px;
	margin-left: 10px;
	float: right;
	
}

input.button {
	cursor: pointer;
}

.my-search ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

.my-search li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:   5px;
	padding-bottom: 5px;
  
  padding-top: 5px;
}  

.my-search li.even {
	background: #FFFFFF;
}


/* 
 * User
 */

.left .box.user {
	min-height: 186px;
	background-image: url('../graphics/backgrounds/box_left_login.png');
}



/* 
 * Meine Garage 
 */

.box.my-garage .content {
	padding-left: 200px !important;
	background-repeat: no-repeat;
	background-image: url('../graphics/backgrounds/my_garage_start.png');
}



.box.my-garage-no-background .content {
	text-align:center;
}

.box.see-other-cars .content {
	border: 1px solid black;
	background: black;
}

.box.see-other-cars .scrollarea {
	overflow-x: scroll;
	overflow-y: hidden;
        height: 150px;
}


.box.see-other-cars .car-images {
	width: 985px;

}

.box.see-other-cars .car-images img {
	border: 1px solid #353535;
}


.left .box.login {
	height: 80px;
	background: black;
	background-repeat: no-repeat;
	background-image: url('../graphics/boxes/backgrounds/login.png');
	
	position: relative;
}


/*
 * USER / MY GARAGE CAR GALLERY 
 */
 .garage-car-gallery {
 }
 
 .garage-car-gallery .image,
 .garage-car-gallery .scroller,
 .garage-car-gallery .scroller img {
  	float: left;
 }
 
.garage-car-gallery .image img {
	  border: 1px solid black;
} 

.garage-car-gallery .scroller {
	overflow-y: auto;
	overflow-x: hidden;
	width: 130px;
	height: 263px;	
	
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	
	padding-left: 2px;
}


 .garage-car-gallery .scroller img {
 	margin-top: 2px;
 	border: 0;
 	
 }

 .garage-car-gallery .img2 {
 	position: absolute;
 	margin-top: -268px;
 	display:none;
 }

 
 
 /*
  * Generic Grid definition:
  */


.grid {
	margin-left: 8px;
 	width: 498px;
}
 

.grid > div { /* grid content */
 	float: left;	
 	margin-top: 12px;
 	margin-left: 2px;
}

.grid:after {
	display:block;
	content:'';
	clear:both;
	margin-bottom: 12px;
}
 
 
.similar-cars .car img {
	border: 1px solid #313538;	
}

.similar-cars .caption {
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	background: #ddd;
}

.similar-cars .caption a {
	font-weight:normal;
}

img.schwacke-logo {
	margin-left: 413px;
	margin-top:  -11px;
	position: absolute;
}
	


