﻿/*************************************/
/* SearchResultItem CSS */
/*************************************/

.resultBlock
{
	font-family:				Verdana,Arial,Helvetica,sans-serif;
	font-size:					11px;	
	text-align:					left;
	width:						668px;
	border: 					1px solid #cec9bf;
	padding:					0px 20px 20px 20px;
	margin:						0px 20px 20px 20px;
	background-color:			#f5f7f1;
}

.resultBlock p
{
	margin-top:					3px;
	margin-bottom:				8px;
	line-height:				1.4em;
}

.resultBlock h3
{
	line-height:  100%;	

}

.resultBlock h2
{
	margin:						0;
}

.resultWrapper
{
	width:						100%;
	overflow: 					hidden;	
}

.resultLeft
{
	float:						left;
	width:						250px;
	overflow:					hidden;	
}

.resultLeftDestination
{
	float:						left;
	width:						100%;
	overflow:					hidden;	
}

/* V3 INTEGRATION */
.V3_iconBlock
{		
	text-align:					right;			
	margin-right:				-10px;
}
.V3_iconBlock img
{
	padding-left:				2px;	
}

.iconBlock
{	
	width:						160px;
	position:					relative;
	height:						25px;
	text-align:					right;
	top:						10px;
	left:						520px;
	z-index:					1;	
}

.iconBlock img
{
	padding-right:				2px;	
}

dl
{
	margin:0;
	overflow:					visible;
	line-height:				1.4em;
}

dt
{
	width:						75px;
	float: 						left;
}

dd
{	
	float:						left;
	width:						132px;
}

.resultRight{
	float:						left;
	width:						300px;
	
}

.resultRight p{
	padding-left:				20px;	
}

.resultWrapper .thumb
{
	float: left;
	display: inline;
	background-color: transparent;	
	background-repeat: no-repeat;
	background-attachment: scroll;	
	width: 86px;	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
}

.resultWrapper .no_thumb
{
	float: left;
	display: inline;
	background-color: transparent;	
	background-repeat: no-repeat;
	background-attachment: scroll;	
	width: 86px;	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
}
