﻿@charset "utf-8";
/* CSS Document */

.carlist_item{
margin-bottom:5px;
padding-top:15px;
height:90px;
background-image:url(../images/bg_carlist_item.jpg);
background-repeat:no-repeat;
position:relative;
}

	.carlist_item_price{
	position:absolute;
	text-align:center;
	top:2px;
	right:20px;
	}
	
		.carlist_item_price p{
		font-weight:bold;
		color:#4b0d92;
		}	

	.carlist_item_img{	
	float:left;
	width:110px;
	height:74px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	_margin-left:5px;	
	position:relative;
	overflow:hidden;
	}

		.carlist_item_img img{
		width:110px;
		}
	
	.carlist_item_text{
	margin-left:10px;		
	float:left;	
	width:390px;
	height:63px; /*3 FULL LINES OF TEXT ARE SHOWN*/
	overflow:hidden;
	}
		
		.carlist_item_text h2{
		padding-bottom:7px;
		}	
	
	.carlist_item_icons{
	position:absolute;
	left:140px;
	bottom:0px;
	}

		.carlist_item_icons ul{
		margin:0px;
		padding:0px;		
		}
		
		.carlist_item_icons ul li{
		float:left;
		list-style-type:none;
		margin-left:5px;
		}	
		
		.carlist_item_icons ul li#firstlisttem{
		width:70px;
		}			
		
		.carlist_item_icons ul li img{
		border:none;
		}			
		
		.carlist_item_icons ul li p{
		font-weight:bold;
		}			


