/* ----------------------------- */
/* 	      Result		 */
/* ----------------------------- */

.RGGeoField {
	width: 250px;
}

#rg_wrapper {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	margin-top: 100px;
}

.item {
	margin-bottom: 15px;
	border: 1px solid silver;
	position:relative;
}

.item p {
	margin: 0px;
}

.item.hover{
	/*border-color: #F79239;*/
	background-color: #f8f8f8;
}

.item .topright,
.item .topleft,
.item .bottomright,
.item .bottomleft{
	background: url(/groups/rg/orbville/images/round_corner_white.png) no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
}


.item.hover .topright,
.item.hover .topleft,
.item.hover .bottomright,
.item.hover .bottomleft{
	background-image: url(/groups/rg/orbville/images/round_corner_gray.png);
}
.item .topright{
	background-position:-4px 0;
	top: -1px;
	right: -1px;
}
.item .topleft{
	background-position:0 0;
	top: -1px;
	left: -1px;
}
.item .bottomright{
	background-position:-12px 0;
	bottom: -1px;
	right: -1px;
}
.item .bottomleft{
	background-position:-8px 0;
	bottom: -1px;
	left: -1px;
}

.wrapper {
	/*padding-bottom: 15px;*/
}

.item .innerWrapper {
	margin-left: 190px;
	
}

.item .image {
	/*border-right:1px solid silver;*/
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height:103px;
	overflow:hidden;
	min-width: 150px;
	/*margin-left: 20px;
	margin-top: 20px;*/
	/*height:110px;*/
	/*
	margin-right:10px;
	padding: 10px 20px;
	position:relative;
	width: 150px;
	overflow: hidden;*/
}

.item .info {
	margin-right:120px;
	/*padding: 10px;*/
	/*border: 1px solid silver;*/
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.item .info .infoPadding {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.item .price {
	/*border-left:1px solid silver;*/
	display:inline;
	float:right;
	/*height:110px;*/
	margin-left:-1px;
	padding:10px 20px;
	width:70px;
}

.item .price img {
	border:1px solid silver;
	margin-left:-5px;
	margin-top:5px;
	width: 75px;
	height: 27px;
}

.item .bookingLink {
	font-size:20px;
	font-weight:bold;
	margin-left:-5px;
	margin-top:5px;
}

.item p.title {
	font-weight: bold;
	margin-bottom: 3px;
}

.item p.carInfo {
	font-size:11px;
	padding-top:4px;
}

.item .icons {
	float: right;
}

.item .iconAdult { 
	margin-left: 3px;
	width: 15px;
	height: 23px;
}

.item .iconChild {
	margin-left: 3px;
	width: 12px;
	height: 18px;
}

.item .people {
	float: left;
}

.item .iconAirport {
	padding-left: 5px;
	height:12px;
	/*left:6px;
	position:relative;
	top:2px;*/
	width:12px;	
}
	
.item .bags {
	background-image:url(/groups/rg/images/car/icon_bag_small.gif);
	background-repeat:no-repeat;
	color:white;
	float:left;
	font-size:10px;
	height:21px;
	margin-left:0;
	padding-left:2px;
	padding-top:7px;
	position:relative;
	text-align:center;
	top:2px;
	width:22px;
}

.item .suitcase {
	background-image:url(/groups/rg/images/car/icon_bag_large.gif);
	background-repeat:no-repeat;
	color:white;
	float:left;
	height:21px;
	margin-left:5px;
	margin-bottom: -2px;
	padding-top:7px;
	background-position:0 2px;
	text-align:center;	
	width:26px;
}

/*

.item .icons .iconDigit {
	font-size:11px;
	left:2px;
	position:relative;
	top:-3px;
}*/

.item .pickUp {
	float:left;		
	margin-right:20px;
	width: 180px;
}

.item .dropOff {
	margin-top:10px;
}

.item .moreLink {
	margin-top: 8px;
	text-align: right;
}

.item .priceTable td {
	padding-left: 12px;
	border-bottom: 1px dotted silver;
	padding-bottom: 3px;
	background-color: white;
}

.item .priceTable .rg_section_info {
	font-size: 12px;
	
}

.item .priceTableWrapper {
	/*border-top: 1px solid silver;*/
	padding: 8px;
	display: none;
	
}

.RGFilterOption .airports {
	margin-left: 15px;
	font-size: 10px;
}

.RGFilterOption .airports input {
	width: 10px;
}

/* compact **/

.compact .item .priceTable {
	border: 1px solid silver;
}