
	/*--- // -------------------------------------------------------
		
		@ classicbike24 Frontend 
		@ /css/general.css
		@ Style-Sheet für das allgemeine layout_classicbike
		
		@ 07.03.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Formular Definitionen
		-	Suchformular
		-	Suchresultate
		-	Inserate Detail
		
		Changelog:
		
	-------------------------------------------------------- // ---*/	
	
	/*-----------------------------------------------------------
		Formular Definitionen
	-----------------------------------------------------------*/
		
	

	/*-----------------------------------------------------------
		Suchformular
	-----------------------------------------------------------*/
	
	div#search {
		width:480px;
		border-top:1px dotted #b1b1b1;
		background:url(../../img/layout_classicbike/search_bg.gif) bottom right no-repeat;
	}	
	
		div#search form div#inserate-spacer {
			float:left;
			width:9px;
			height:40px;
			background:url(../../img/layout_classicbike/search_pfeil.gif) top left no-repeat;
		}
	
		form .checkboxAlert {
			background-color:#FD8686;
		}
		
		form .alertField {
			background-color:#FD8686;
			border: 1px solid #ececec;
		}
	
	/*-----------------------------------------------------------
		Suchresultate
	-----------------------------------------------------------*/
	
	table#results tbody tr td.details a {
		padding-right:20px;
		background:url(../../img/layout_classicbike/pfeil_corner.gif) center right no-repeat;
	}
	
	table#results thead tr td {
		color:#d17339;
	}
	
	/*-----------------------------------------------------------
		Inserate Detail
	-----------------------------------------------------------*/

	div#back a {
		background:url(../../img/layout_classicbike/pfeil_back.gif) top left  no-repeat;
		padding:0 0 0 20px;
	}
	
	div#inserate-main-data {
		width:100%;
		background:url(../../img/layout_classicbike/bg_inserate.jpg) bottom left no-repeat;
		margin-bottom:20px;
		border-top:1px dotted #B1B1B1;
	}
	
	.counter-active {
		float:left;
		margin:6px 2px;
		text-align:center;
		background:#d17339;
	}
	
	.counter-active a {
		display:block;
		padding:1px 7px;
		color:#fff;
		text-decoration:none;
	}
	
	
		
