table.packages {
	background-image: url(../images/interface/homepackback.jpg);
	background-repeat: no-repeat;
}

table.packages .text {
	padding-right: 10px;
}

table.packages .image {
	padding-bottom: 10px;
}

table.packages .title {
	text-decoration: none;
	display: block;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #003399;
	font-weight: bold;
}

table.packages .title:hover {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/interface/homepackarrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

table.packages .description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
}
table.packages .price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #71C428;
	display: block;
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
}
table.packages .more {
	position: relative;
}
table.packages .more a {
	font-size: 80%;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 2px;
	margin-left: 4px;
	color: #3243AE;
	font-weight: bold;
}
table.packages .more a:hover {
	background-color: #EFEFEF;
}

#sendtofriend {
	position: absolute;
	margin-top: 85px;
	z-index: 100;
	background-color: #fff;
	border: 1px solid;
	padding: 10px;
}

#sendtofriend .hd {
	font-weight: bold;
}

#package .alert {
	padding: 10px 10px 10px 100px;
	margin: 0 10px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/interface/alert1.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	min-height: 55px;
}
#package .alert h1 {
	font-size: 16px;
	color: #990000;
	line-height: 21px;
}
#package .header {
	position: relative;
}
#package .reference {
	font-weight: bold;
	float: left;
}
#package .header > .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}
#package .header > .info {
	position: relative;
	width: 70%;
	top: 0;
	left: 30%;
}
#package .flag {
	position: absolute;
	margin-left: 95px;
	margin-top: 115px;
}
#package .label,
#package .flights .destination
{
	font-weight: bold;
}
#package .price .value,
#package .flights .price
{
	font-size: 15px;
	font-weight: bold;
	color: #72C228;
	line-height: 19px;
}
#package .terms {
	background-image: url(../images/interface/homepackback.jpg);
	font-size: 94%;
}
#package .shortcuts {
	padding: 2px;
	margin: auto;
	background-color: #78CC2F;
}
#package .shortcuts a {
	display: inline-block;
	margin: 1px;
	height: 15px;
	line-height: 15px;
	padding-right: 5px;
	color: #fff;
}
#package h1 {
	padding: 0;
	padding-bottom: 4px;
	margin: 0;
	margin-bottom: 6px;
	border-bottom: 1px dotted #78CC2F;
}
#package > .images .bd {
	margin-top: 6px;
	text-align: center;
}
#package > .images .bd * {
	margin: 6px;
}
#package .visas .bd {
	margin: 10px 0;
}
#package .bd {
	padding-bottom: 20px;
}
#package .visas .bd th {
	border-bottom: 1px dotted #78CC2F;
}
#package .visas .bd th {
	font-weight: bold;
}
#package .visas .bd .note {
	display: block;
	float: right;
	margin: 2px 5% 2px 2px;
	padding: 4px;
	width: 33%;
	border: 1px solid #CACACA;
	background-color: #EFEFEF;
}
#package .addons .image {
	vertical-align: top;
	padding: 5px;
}
#package .addons .text {
	padding: 0 5px 10px 5px;
}
#package .addons h2 {
	margin: 0;
	padding: 0;
}
#package .book {
	margin-top: 5px;
	text-align: center;
}
#package .description {
	margin-top: 40px;
	clear: both;
}
#package .flights {
	margin: 5px 0;
	background-color: #E7E7E7;
	padding: 2px;
	border: 1px solid;
	text-align: center;
}
#package .flights table {
	margin: 5px 0;
}
#package .flights th {
	font-weight: bold;
	border-bottom: 1px solid;
	text-align: center;
}
#package .flights .conditions {
	font-size: 83%;
}
.button {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 3px;
	color: #3243AE;
}
.button:hover {
	text-decoration: none;
	background-color: #EFEFEF;
}

