@CHARSET "UTF-8";

.VehicleContainer {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	padding: 10px;
}

.box {
	padding:10px;
	border: 1px solid #ccc;	
}

.box_bg {
	background-color: #E9F7FE;	
}

.box_col {
	width: 50%;	
}

.box_col strong {
	display: block;
	margin: 10px 0;
}

.corner_top_left {
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/top_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: -11px;
	margin-left: -11px;	
}
.corner_top_right {
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: -11px;
	margin-right: -11px;	
}

.corner_bottom_left{
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/bottom_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: -11px;
	margin-left: -11px;	
}

.corner_bottom_right{
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/bottom_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: -11px;
	margin-right: -11px;	
}

.corner_top_left_ciel {
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/corner_top_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: -11px;
	margin-left: -11px;	
}
.corner_top_right_ciel {
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/corner_top_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: -11px;
	margin-right: -11px;	
}
.corner_bottom_left_ciel{
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/corner_bottom_left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: -11px;
	margin-left: -11px;	
}

.corner_bottom_right_ciel{
	padding:0;
	display: block;
	width:15px;
	height: 15px;
	background-image: url(../../images/transfersonly/corner_bottom_right.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: -11px;
	margin-right: -11px;	
}

.vehicle_left {
	text-align: center;
	width: 150px;
	border-right: 1px solid #999;
}
.vehicle_left .passengers{
	padding:10px;
	padding-right:17px;
	font-size: 28px;
	font-weight: bold;
	background-image: url("../../transfersonly/images/icon-passenger.gif");
	background-position: right;
	background-repeat: no-repeat;	
}

.vehicle_left .passengers_text{
	display: block;
	font-size: 10px;
	text-align: center;
}

.vehicle_title {
	float: left;
	display: block;
	width:280px;
}

.vehicle_extra_options{
	display: none;
	padding-left: 20px;
}

.vehicle_extra_options > label{
	width: 140px;	
}

.vehicle_price{
	padding: 10px;
	padding-top: 10px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	background-color: #44ADFF;
	vertical-align: middle;
}

.dotted_border{
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px dotted #16609A;
	
}

.total_cost {
	font-size: 1.5em;
}