@charset "utf-8";

.travelpackage {
	background: #fff;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.travelpackage_start {
	background: url(../images/head_var_larger.jpg) no-repeat;
	height: 32px;
	margin-top: 14px;
	padding: 0px;
	width: 800px;
}
.travelpackage_middle {
	border-left: 1px solid #f3ebf1;
	border-right: 1px solid #f3ebf1;
	padding: 0 20px;
	width: 760px;
	overflow: auto;
}
.travelpackage_end {
	clear: both;
	height: 32px;
	line-height: 32px;
	margin-top: 1px;
	padding: 0;
	text-align: right;
	width: 800px;
	background: url(../images/footer_var_larger.jpg) no-repeat;	
}
.travelpackage_end span {
	float: right;
}
.travelpackage h3 {
	text-align: left;
	padding: 0;
	margin: 0;
}

.travelpackage .titleimage {
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
}

.travelpackage .packageprice {
	float: left;
	background: url(../images/price_starburst.jpg) no-repeat center 53px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
	width: 220px;
	height: 100px;
}
.travelpackage .packagepricelist {
	float: left;
	color: #000;
	font-size: 12px;
	text-align: left;
	padding: 10px 0 0 10px;
	width: 220px;
	overflow: auto;
}
.travelpackage .packagepricelist span {
	clear: both;
	display: block;
	padding: 5px 0;
	font-size: 11px;
}

.travelpackage .actions {
	float: right;
	margin-top: 10px;
}


.travelpackage .infocolumn {
	clear: left;
	display: block;
	width: 760px;
	padding: 10px 20px 0 20px;
	text-align: left;
}
.travelpackage .infocolumn p {
	color: #000;
	text-align: left;
	text-transform: none;
}


.travelpackage .actions a.button_info, 
.travelpackage .actions a.button_inquiry,
.travelpackage .actions a.button_print
{
	text-decoration: none;
	width: 178px;
	display: block;
	line-height: 31px;
	margin-top: 8px;
	height: 29px;
	font-size: 12px;
	border: medium none;
	padding-left: 35px;
	text-align: left;
}
.travelpackage .actions a, .travelpackage .actions a:visited {
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", "Verdana";
}
.travelpackage .actions a:active, .travelpackage .actions a:hover {
	color: #000;
	text-decoration: underline;
}
.travelpackage .actions a.button_info {
	color: #000;
	background: url(../images/button_info.jpg) no-repeat;
}
.travelpackage .actions a.button_inquiry {
	color: #000;
	background: url(../images/button_inquiry.jpg) no-repeat;
}
.travelpackage .actions a.button_print {
	color: #000;
	background: url(../images/button_print.jpg) no-repeat;
}

/* To top link */
.travelpackage_end a {
	color: #363c4a;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 4px;
}
