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






#results_content
{
	background-color:#f2f2f2;
	color:#666666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	display:block;
	position:relative;
	height:auto;
	width: 928px;
	float: left;
	border:#f2f2f2 solid 8px;
}


#results_description  a 
{
	color:#993366;
	text-decoration:underline;
}

#results_description  a:hover 
{
	color:#993366;
	text-decoration:none;
}



#results_description dt 
{
	font-size:14px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	font-weight:600;
}

#results_description dd 
{
	font-size:12px;
	line-height:14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#results_description
{
	width:auto;
	margin:10px;
	min-height:65px;
	display:block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#ffffff;
	border-top:dotted 1px #993366;	
	border-bottom:solid 2px #993366;
}

#results_description:hover
{
	background:#f3e6ec;
}

#results_description img
{
	height:auto;
	display:block;
	min-width:120px;
	min-height:60px;
	height:auto;
	border: 3px solid #eeeeee;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;	
	z-index:100;
	float:left;
}

#results_description img:hover
{

	border: 3px solid #dddddd;

}

#block 
{
	height:50px;
	overflow:hidden;
	width:150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
}

#block a
{
	color:#222222;
	font-weight:600;
	font-size:16px;
	text-decoration:none;
	letter-spacing:normal;
	line-height:50px;
	text-align:center;

}

#block a:hover
{
	color:#222222;
	text-decoraton:none;
}

a.carhire_rollover
{
	display:block;
	width:150px;
	height:50px;
	background:url(../images/buttons/carhire_button.png);

}

a.carhire_rollover:hover 
{
    background-position: -150px 0;
}

/* end results */

/* bullet icons */
.calendar_icon
{
	background-repeat:no-repeat;
	padding:10px 0px 2px  0px;	
	background-image:url(../images/small_icons/calendar_icon.png);	
}


.information_icon
{
	background-repeat:no-repeat;
	padding:2px 0px 2px 0px;	
	background-image:url(../images/small_icons/information_icon.png);
}


/* end bullet icons */



	
p.location_tab {
	/* Sliding right image */    
	background: transparent url(../images/buttons/location_tab_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 25px;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-align:center;
	color:#222222;
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	font-weight:600;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.location_tab  span{    /* Background left image */ 
    background: transparent url(../images/buttons/location_tab_left.png) no-repeat;     
	display: block;
    line-height: 25px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}
	
	
