﻿.divPickAPackage
{
	width: 580px;
	height: 550px;
	vertical-align:bottom;	
	overflow:hidden;
	position:relative;
}

.divPickAPackage_Left,
.divPickAPackage_Center,
.divPickAPackage_Right
{
	width:190px;
	position:absolute;
	bottom:0;
}
.divPickAPackage_Center
{
	margin-left:195px;
}

.divPickAPackage_Right
{
	margin-left:390px;
}

.divPickAPackage_Left .header,
.divPickAPackage_Center .header,
.divPickAPackage_Right .header
{
	background-color:Black;
	color:Orange;
	height:30px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}

.divPickAPackage_Left .body,
.divPickAPackage_Center .body,
.divPickAPackage_Right .body
{
	border-color:Black;
	border-style:solid;
	border-width:thin;
	font-size:small;
}

.divPickAPackage_Left .footer,
.divPickAPackage_Center .footer,
.divPickAPackage_Right .footer
{
	background-color:Orange;
	border-color:Black;
	border-style:solid;
	border-width:thin;
	color:White;
	font-size:small;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.divPickAPackage_Left ul,
.divPickAPackage_Center ul,
.divPickAPackage_Right ul
{
	padding-left:20px;
	padding-right:10px;
	margin-left:0px;	
}

.cancelation
{
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}