/* 
	Stylesheet Name:	PACKAGE Offerlist
	Type:				Screen
	Description:		Contains the classes for the package offer list
	Author:				Benjamin Born
	Last modified:		Fri, 24.11.2006
*/

.PACKAGE_div_navigation
{
	position:			relative;
	margin: 			10px 0px 0px 0px;
	padding: 			0px 0px 10px 0px;

	width: 				650px;
	height: 			auto;

	font-family:		Arial;
	font-size:			12px;
	color:				#000000;
	text-align:			center;
}

.PACKAGE_div_offer_layer
{
	position:			relative;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 10px 0px;

	width: 				650px;
	height: 			auto;

	font-family:		Arial;
	font-size:			12px;
	color:				#000000;
	text-align:			left;

	border: 			1px solid #1d3176;
	border-bottom:		1px solid #1d3176;

	background-color:	#ffeab7;
}

.PACKAGE_div_offers_layer
{
	position:			relative;
	margin: 			10px 10px 0px 120px;
	padding: 			0px 0px 0px 0px;

	width: 				520px;
	height:				auto;

	font-family:		Arial;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;
}

.PACKAGE_div_offer_image
{
	position:			relative;
	margin: 			10px 0px 0px 10px;
	padding: 			0px 0px 0px 0px;
	z-index: 			5;	

	width: 				100px;
	height:				73px;

	border:				1px solid #1d3176;
}

.PACKAGE_div_offer_icon_info
{
	position:			relative;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
	top: 				6px;
	left: 				-112px;
	z-index: 			6;

	cursor: 			pointer;
}

.PACKAGE_div_offer_hotel_name
{
	position:			relative;
	margin: 			-80px 0px 0px 120px;
	padding: 			0px 0px 0px 0px;

	font-family:		Arial;
	font-size:			14px;
	font-weight:		normal;
	color:				#000000;
}

.PACKAGE_div_offer_land_name
{
	position:			relative;
	margin: 			-25px 10px 0px 0px;
	padding: 			0px 0px 0px 0px;	

	font-family:		Arial;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;
	text-align:			right;
}

.PACKAGE_div_offer_place_name
{
	position:			relative;
	margin: 			0px 10px 0px 0px;
	padding: 			0px 0px 0px 0px;	

	font-family:		Arial;
	font-size:			11px;
	font-weight:		normal;
	color:				#000000;
	text-align:			right;
}

.PACKAGE_div_offer_region_name
{
	position:			relative;
	margin: 			0px 10px 0px 0px;
	padding: 			0px 0px 0px 0px;
	
	font-family:		Arial;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;
	text-align:			right;
}

.PACKAGE_div_offer_hotel_description
{
	position:			relative;
	margin: 			0px 0px 0px 120px;
	padding: 			0px 0px 0px 0px;

	width: 				auto;
	height: 			30px;

	font-family:		Arial;
	font-size:			11px;
	font-weight:		normal;
	color:				#000000;
}

.PACKAGE_div_offer_hotel_description_long
{
	position:			relative;
	margin: 			0px 0px 0px 120px;
	padding: 			0px 0px 0px 0px;

	width: 				400px;
	height: 			50px;

	font-family:		Arial;
	font-size:			10px;
	font-weight:		normal;
	color:				#000000;
}

.PACKAGE_div_offer_description
{
	position:			relative;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;

	font-family:		Arial;
	font-size:			11px;
	font-weight:		normal;
	color:				#000000;
}

.PACKAGE_div_offer_hotel_category
{
	position:			relative;
	margin: 			0px 0px 0px 120px;
	padding: 			0px 0px 0px 0px;
}

.PACKAGE_div_offer_input_submit
{
	position:			relative;
	margin: 			0px 0px 0px 487px;
	padding: 			0px 0px 0px 0px;
	
	width:153px;
	height:20px;	
	
	font-family:		Arial;
	font-size:			12px;
	font-weight:		bold;
	color:				#000000;	
	
	
	border: 			1px solid #1d3176;
	
	background-color:	#ffeab7;
	
	cursor:				pointer;	
}
.PACKAGE_div_offer_input_submit:hover
{	
	border: 			1px solid #f5b700;
}

.PACKAGE_div_offer_cart_input_submit
{
	position:			relative;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;

	width:				20px;
	height:				20px;

	font-family:		Arial;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;

	border: 			1px solid #1d3176;

	background-image: 	url('../img/icon_notepad.gif');

	cursor:				pointer;
}

.PACKAGE_div_offer_cart_input_submit:hover
{	
	border: 			1px solid #f5b700;
}

.PACKAGE_div_offer_single_input_submit
{
	position:			relative;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;

	width:				165px;
	height:				20px;

	font-family:		Arial;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;
	
	border: 			1px solid #1d3176;
	
	background-color:	#ffeab7;
	
	cursor:				pointer;	
}
.PACKAGE_div_offer_single_input_submit:hover
{
	background-color:	#faeed2;
	border: 			1px solid #f5b700;
}

.PACKAGE_div_offers_row_lighten
{
	width:				auto;
	height: 			30px;

	background-color: 	#faeed2;
}

.PACKAGE_div_offers_row_darken
{
	width:				auto;
	height: 			30px;

	background-color: 	#f5e1b0;
}

.PACKAGE_div_room_equipment
{
	display: none; 
	z-index: 98; 
	filter: alpha(opacity=75); 
	left: 0px; 
	width: 350px; 
	height: 100px; 
	position: absolute; 
	top: 0px; 
	BACKGROUND-COLOR: #111111; 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}

.PACKAGE_div_room_equipment_table
{
	border-width: 1px; 
	border-style: solid; 
	border-color: #1d3176;
}

.PACKAGE_div_offer_alternative_information
{
	display: block; 
	z-index: 98; 
	left: 200px; 
	width: 400px; 
	position: fixed; 
	top: 290px; 
	height: 100px; 
	BACKGROUND-COLOR: #ffeab7; 
	border-color: #1d3176; 
	border-style: solid; 
	border-width: 1px;
}