﻿#order-page-header
{
	background: url(img/accept.png) no-repeat left center;
	padding-left: 75px;
}

.order
{
	font-family: Verdana;
	font-size: 14px;
	margin-top: 70px;
	padding-bottom: 50px;
}

.order-item-header
{
	clear: both;
	background: #34cce6 url(img/blue-fade.gif) repeat-y right;
	padding: 8px 0 8px 60px;
	color: #3f4a54;
	font-size: 18px;
	text-transform: uppercase;
}

.order-item-header span
{
	padding-left: 25px;
	background: url(img/arrows-mini.gif) no-repeat left center;
}

.order-item-content
{
	margin-left: 87px;
}

.order-item-param-value, .order-item-param-header
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.order-item-param-header
{
	font-weight: bold;
	padding-right: 5px;
	float: left;
}

.order-flight-item
{
	margin-bottom: 20px;
	clear: both;
}

.order-flight-item .order-item-param
{
	clear: both;
}

.order-flight-item-header
{
	font-weight: bold;
	padding-right: 5px;
	float: left;
}

.order-flight-item-content
{
	padding-left: 40px;
}

.order-dep-arr-separator
{
	width: 5px;
	height: 40px;
	background-color: #71dbed;
}

.order-departure-item, .order-dep-arr-separator, .order-arrival-item
{
	float: left;
}

.order-arrival-item
{
	padding-left: 5px;
}

.order-departure-item, .order-arrival-item
{
	width: 400px;
}

.order-dep-arr-date
{
	color: #ff7e00;
	font-weight: bold;
}

.order-passenger-item
{
	clear: both;
}

.order-passenger-item-header
{
	font-weight: bold;
}

.order-passenger-item-content
{
	margin-left: 40px;
}

.order-passenger-doc-item .order-item-param
{
	float: left;
	width: 230px;
	margin-bottom: 20px;
}

.order-buttons
{
	position: relative;
	padding-top:75px;
}

.order-buttons input
{
	text-indent: 35px;
	color: White;
	width: 142px;
	height: 39px;
	border: none;
	background-color: Transparent;
	padding: 0;
}

.order-buttons .payment-button
{
	background: url(img/print-button.png) no-repeat;
	margin-left:2px;
	margin-right:2px;
}

.order-buttons .payment-button:hover
{
	background: url(img/print-button-hover.png) no-repeat;
}

.order-buttons .print-button
{
	background: url(img/print-button.png) no-repeat;
	margin-left:215px;
	margin-right:250px;
	text-align:left;
}

.order-buttons .print-button:hover
{
	background: url(img/print-button-hover.png) no-repeat;
}

.order-buttons .reg-button
{
	background: url(img/reg-button.png) no-repeat;
	/*position: absolute;*/
	/*right: 167px;*/
}

.order-buttons .reg-button:hover
{
	background: url(img/reg-button-hover.png) no-repeat;
}

.order-buttons .cancel-button
{
	background: url(img/cancel-button.png) no-repeat;
	margin-left:2px;
	margin-right:2px;
}

.order-buttons .cancel-button:hover
{
	background: url(img/cancel-button-hover.png) no-repeat;
}

.select-payment-success 
{
	/*clear:both; 
	right:40px;
	position:relative;
	margin-bottom:5px;
	margin-right:100px;
	float:right;*/
	background:transparent url(img/total-duration-bg.jpg) no-repeat scroll left center;
	font-family:Verdana;
	font-size:14px;
	width:642px;
	height:68px;
	padding-top:33px;	
	padding-left:338px;
	margin-left:288px;
}
