﻿/* MY ORDERS LIST BODY SETTINGS */
/* Расположение */
.my-order-body .section-header,
.my-order-body .section-footer
{
	display: block;
	margin-left: 40px;
	float: left;
	clear: both;
}
.my-order-body .section-header
{
	width: 180px;
}

.my-order-body .section-footer
{
	width:95%;
}

.my-order-body .section-footer input.cancel-button, 
.my-order-body .section-footer input.print-button,
.my-order-body .section-footer input.payment-button
{
	border: none !important;
	background-color: Transparent;
	background-repeat:no-repeat;
	cursor:pointer;
	display: inline;
	float: right;
	
	text-align:center;
	font-family:Verdana;
	background-color:Transparent;
	color:White;
	font-size:13px;
	font-weight:normal;
	height:39px;
	width:142px;
	
	margin-left:10px;
	margin-right:10px;
}

.my-order-body .section-footer input.print-button
{
	background-image:url(img/print-button.png);
}

.my-order-body .section-footer input.cancel-button
{
	background-image:url(img/cancel-button.png);
}

.my-order-body .section-footer input.payment-button
{
	background-image:url(img/print-button.png);
}

.section-body
{
	margin-left: 300px;
}

.section-body span
{
	display: block;
}

.column-1, .column-2, .column-3, .column-1-2, .column-1-2-3
{
	float: left;
	margin-bottom: 15px;
}

.column-1
{
	width: 25%;
}

.column-2
{
	width: 30%;
}
.column-3
{
	width: 30%;
}
.column-1-2
{
	width: 55%;
}
.column-1-2-3 img
{
	vertical-align:middle;
}

/*Настройки*/
.my-order-body .section-header,
.my-order-body .section-footer
{
	color: #333366;
	font-family: Verdana;
	font-size: 21px;
}

.column-1, .column-2, .column-3
{
	font-family: Verdana;
	/*font-size: 12pt;*/
	font-size: 16px;
}

.my-order-body .section-body
{
	color: #757575;
}

.order-param-header
{
	/*font-size: 12pt;*/
	font-size: 16px;
	font-weight: bold;
}
.order-param-value
{
	/*font-size: 12pt;*/
	font-size: 16px;
}

.order-param-header-price, .order-param-header-created, .order-param-header-sold
{
	color:#333366;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
	font-weight: bold;
}
.order-param-value-price, .order-param-value-created, .order-param-value-sold
{
	color:#999999;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
}

.order-param-header-trip, .order-param-header-departure, .order-param-header-arrival,
.order-param-header-fio, .order-param-header-birthday, .order-param-header-document,
.order-param-header-address, .order-param-header-payment
{
	color:#666666;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
	font-weight: bold;
}

.order-param-value-trip, .order-param-value-departure, .order-param-value-arrival,
.order-param-value-fio, .order-param-value-birthday, .order-param-value-document,
.order-param-value-address, .order-param-value-payment
{
	color:#666666;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 12px;
}

.order-param-value-airplane
{
	color:#666666;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 12px;
	font-weight: bold;
}

.order-param-value-departure-date
{
	color:#3399CC;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 12px;
	font-weight: bold;
}
.order-param-value-arrival-date
{
	color:#FF6600;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 12px;
	font-weight: bold;
}
.order-param-value-status
{
	color:#336699;
	font-family:Verdana;
	/*font-size: 14pt;*/
	font-size: 19px;
	/*font-weight: bold;*/
}

/* MY ORDERS LIST HEADER SETTINGS */
/* Размещение */
.my-order-header
{
	clear: both;
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.my-order-header img,
.my-order-header span
{
	vertical-align:middle;
}

.my-order-header .part-1,
.my-order-header .part-2
{
	float:left;
}

.my-order-header .part-1
{
	width:25%;
}
.my-order-header .part-2
{
	width:20%;
}

.my-order-header .order-number-label
{
	margin-left:0;
	margin-right:7px;
}

/* Параметры */
.my-order-header
{
	font-family: Verdana;
	font-size: 24px;
}

.my-order-header .order-number-label
{
	color:#333366;
	font-family:Verdana;
	/*font-size: 16pt;*/
	font-size: 19px;
}

.my-order-header .order-number
{
	color:#336699;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
	font-weight:bold;
}

.my-order-header .fio
{
	color:#666666;	
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
	font-weight:bold;
	
	text-transform:uppercase;
}

.my-order-header .departure
{
	color:#666666;	
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
}

.my-order-header .date
{
	color:#3399CC;
	font-family:Verdana;
	/*font-size: 12pt;*/
	font-size: 14px;
	font-weight:bold;
}

/* ACCORDION's SETTINGS*/

.my-order-accordion-header
{
	cursor:pointer;
	background-color:#DDDDDD;
	background-image:url(img/down_arrows.png);
	background-position:98%;
	background-repeat:no-repeat;
	margin-bottom:8px;
	margin-top:8px;
}

.my-order-accordion-header-selected
{
	cursor:pointer;
	margin-bottom:10px;
	background-color:#D3DCE4;
	background-image:url(img/up_arrows.png);
	background-position:98%;
	background-repeat:no-repeat;
	/*margin-bottom:8px;*/
	margin-top:8px;
}

.my-order-accordion-content
{
	background: url(img/my-order-left-bg.gif) repeat-y;
}