@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html,body {
	text-align: center;
	background: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

img {
	border: 0;
}

/**
  * Слой документа
  */
#pagewidth {
	width: 1005px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #315BA7;
}

/**
  * Заголовок
  */
#header {
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	height: 135px;
}

#header-logo {
	float: left;
	height: 135px;
	width: 26%;
	padding-right: 0px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#header-text {
	float: left;
	width: 400px;
	height: auto;
	padding: 20px 0px 20px 10px;
}

#header-right-image {
	float: right;
	width: auto;
	height: auto;
	padding-top: 20px;
}
table#trade-table{
	border-spacing: 1px;
}
table#trade-table td{
	vertical-align:top;
	text-align:left;
}
/**
  * настройка H1,H2 (по умолчанию)
  */
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0px;
}

h2 {
	font-size: 2em;
	margin-bottom: 0px;
}

#header h1 {
	font-size: 28px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 5px 0 5px 0px;
}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h2 {
	color: #ccc;
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 0 0px;
	letter-spacing: -1px;
	line-height: 12px;
}

/**
  * Левая колонка разметки
  */
#leftcol {
	width: 25%;
	float: left;
	position: relative;
	padding-left: 10px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#left-menu {
	list-style-type: none;
}

#left-menu li {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	display: block;
}

#left-menu a,#left-menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#leftcol ul a:hover {
	background-color: #6699FF;
	display: block;
}

/**
  * Оставшаяся часть разметки(центр и правая часть)
  */
#twocols {
	width: 73%;
	float: right;
	position: relative;
	margin-top: 2px;
	padding: 0px 0px 2px 3px;
	background-color: #FFFFFF;
}

#footer {
	border-top: 1px solid #FFFFFF;
	padding: 5px 0px 0px 5px;
	height: 70px;
	color: #FFFFFF;
	clear: both;
}

.white {
	color: #FFFFFF;
}

a.trade_file {
	cursor: pointer;
}

.files {
	padding: 5px;
	border: 1px solid #CCC
}

.file_binder {
	border: 1px solid #006699;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.file_binder_bg {
	height: 90px;
}

.norm {
	background-color: #BDD1E6;
}

.hover {
	background-color: #D0E8BB;
}

.file_binder_leftpane {
	width: 88%;
	height: auto;
	margin-right: 2px;
	float: left
}

.file_binder_rightpane {
	width: 10%;
	margin-left: 2px;
	float: right;
	padding-top: 30px;
	height: auto;
}

.file_binder_tarea {
	height: 40px !important;
}

.infoArea{
	height: 50px !important;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}