/**
 *	General bits?
 */
.from {
	font-size	: 10px;
	font-style	: itallic; 
}
.currency {
	font-size	: 20px;
	padding-right : 2px;
}

/**
 *	Hotel Listsing Box
 */
.hotel-item-inner {
	position		: relative;
}
.hotel-item-inner .stars {
	float 			: right;
	clear			: right;
	margin-bottom	: -11px;
	padding-top		: 4px;
}

.hotel-item-inner .hotel-price {
	float 			: right;
	clear			: right;
	font-size 		: 2em;
	color			: #bf0000;
	margin-bottom 	: -15px;
	margin-top		: -8px;
}

.hotel-item-inner h2 {
	font-size		: 15px;
	font-family		: Trebuchet MS, Verdana, Arial;
	margin-bottom	: 0;
	font-weight: bold;
}

.hotel-item-inner .hotel-address {
	color			: #999999;
	margin-bottom	: 0.5em;
	background		: url(/r/i/icons/silk_set/vcard.png) 0 50% no-repeat;
	padding-left	: 22px;
}

.hotel-item-inner .vcard .org {
	display			: none;
}

.hotel-item-inner .img-left {
	margin-bottom 	: 0;
	border: 1px solid #999;
}

.hotel-item-inner .tools {
	position		: absolute;
	bottom			: 0.5em;
	right			: 0;
	margin-right	: 1em;
}
.hotel-item-inner .tools a {
	margin-right	: 2px;
	margin-left		: 2px;
}
/* Not just hotel-item-inner... */
.tools a.icon {
	padding-left	: 22px;
}
.tools a.map {
	background		: url(/r/i/icons/silk_set/map.png) 0 50% no-repeat;
}
.tools a.reviews {
	background		: url(/r/i/icons/silk_set/comments.png) 0 50% no-repeat;
}
.tools a.info {
	background		: url(/r/i/icons/silk_set/information.png) 0 50% no-repeat;
}
.tools a.photos {
	background		: url(/r/i/icons/silk_set/photo.png) 0 50% no-repeat;
}








/* ####################################### */
/* ############ HOTEL DETAIL ############# */
/* ####################################### */

#hotel-overview img {
	float: right;
	margin-right: 1em;
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding: 3px;
}


div.hotel-essential-details {
	float: right;
	width: 220px;
	margin-left: 20px;
}

div.hotel-essential-details {
	background: #FFFFFF url(/images/emphasis_box_bg.gif) repeat-x scroll 0 bottom;
	border:1px solid #DEDBD1;
	padding: 10px;
	margin-bottom : 1em;
}

div.hotel-essential-details table th,
div.hotel-essential-details table td {
	vertical-align: top;
	padding-bottom: 0.3em;
	
}

div.hotel-essential-details table th {
	font-weight: bold;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

div.hotel-essential-details table tr.hotel-price td {
	font-weight: bold;
	font-size: 1.4em;
	color: #800000;
}

#hotel-full-details {
	/* clear: both; */
	margin-top: 2em;
}
#hotel-map-wrapper {
	clear: both;
	margin-top: 2em;
}

.hotel-essential-details p {
	margin: 0;
}

a:link.action-button,
a:visited.action-button {
	display: block;
	padding: 0.5em 1em;
	background: #FFFFCC;
	color: #AB4D36;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 1px solid #AB4D36;
	font-size: 1.2em;
}

a:hover.action-button,
a:focus.action-button {
	background: #FFFFBB;
	border-style: dashed;
}


div.hotel-essential-details #photo_tour {
	border-bottom-color	:#EEEEEE;
	border-bottom-style	:solid;
	border-bottom-width	:1px;
	margin-bottom		:3px;
	text-align			:center;
}


