/* Для кодировочки */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.5em;
	background: url('../img/back.jpg') right 385px no-repeat #0b141d;
}

div.clr {
	clear:both;
}

p {
	margin-bottom: 0.5em;
}

sup {
	font-size: 80%;
	vertical-align: super;
}

h1, h2, h3, h4 {
	line-height: 1em;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	color: #a2a9b3;
	margin-bottom: 0.6em;
}

h4 {
	font-size: 1.2em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #8d1521;
	text-decoration: underline;
}

a.red {
	color: #8d1521;
}

div#b-container {
	position: relative;
}

/* Font styles */

.grey {
	color: #959ca4;
}

.double {
	font-size: 1.7em;
}

/* End of font styles */



/* Header styles */

div#b-header {
	width: 100%;
	margin-bottom: 1em;
	background: url('../img/top-left-back.jpg') top left no-repeat;
}

div.header-intro {
	text-align: center;
	padding: 20px 140px 45px 420px;
}

div.header-intro h1.phone {
	font-size: 46px;
	white-space: nowrap;
	margin-bottom: 5px;
}

div.header-intro h2 {
	font-size: 26px;
	font-weight: lighter;
	white-space: nowrap;
}

div.header-intro h2.moar {
	font-size: 30px;
}

div.header-intro h3 {
	font-size: 18px;
	font-weight: lighter;
	white-space: nowrap;
	color: #fff;
}

div.header-add {
	padding-left: 220px;
}

div.header-add ul li {
	display: inline;
	padding: 0 15px 0 15px;
	background: url('../img/red-bullet.png') center left no-repeat;
	font-weight: bold;
}

/* End of Header styles */

/* Main table */

div#b-main-table {
	margin: 0 150px 0 0;
}

td.td-menu {
	width: 15%;
}

td.td-menu {
	width: 200px;
}

td.td-content {
	width: 85%;

}
/* End of Main table */

/* Menu */

div.b-menu {
	padding: 0 15px 0 15px;
}

.menu-item {
	padding-left:15px;
	white-space:nowrap;
	line-height: 2.5em;
	border-bottom: 1px dashed #3c434a;
}

a.menu-item {
	display: block;
}

div.menu-item {
	color: #8d1521;
	background: url('../img/menu-bullet.gif') left center no-repeat;
}

ul.l-sub-menu {
	padding-left:20px;
	display: none;
}

ul.sub-menu-visible {
	display: block !important;
}

.sub-menu-item {
	padding-left:10px;
	white-space:nowrap;
}

a.sub-menu-item {
	color: #9ea3a9;
	display: block;
	line-height: 1.8em;
	border-bottom: 1px solid #3c434a;
}

li a.current {
	color:#8D1521;
}

a.sub-menu-item:hover {
	color: #8d1521;
}


/* End of Menu */

/* Content */

table.index-content {
	margin-bottom: 20px;
}

table.index-content tr td.td-text {
	width: 18.8%;
	padding: 15px;
}


.transparent {
	background: #232732;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); /* IE 5.5+*/
	-moz-opacity: 0.85; /* Mozilla 1.6 */
	-khtml-opacity: 0.85; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.85; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

table.index-content tr td.divider {
	width: 1.5% !important;
	min-width:3px !important;
}

table.index-content tr td div {
	margin: 5px;
}

div.b-text {
	padding: 20px;
}

.grey-bg {
	background: #3c434a;
}

.bg-light-grey {
	background: #272c36;
}

.bordered {
	border: 1px solid #4b4f58;
}

h3 a {
	color: #a2a9b3;
	text-decoration: none;
}

.float-left {
	float: left;
	margin-right: 30px;
}

.float-right {
	float: right;
}

table.t-credit tr td {
	padding: 5px;
	vertical-align: middle;
}

table.t-credit tr td input, table.t-credit tr td select, table.t-credit tr td button {
	width: 100%;
}

table.t-credit tr td button {
	color: #fff;
	background: #454b57;
	padding: 2px;
}

table.t-table tr td {
	padding: 5px 10px 5px 10px;
}

tr.t-header td {
	background: #3a4855;
	color: #9ea3a9;
	font-weight: bold;
}

tr.top td {
	border-top: 1px solid #4b4f58;
}

td.name {
	font-weight: bold;
}

/* End of Content styles */



/* Footer */

div.footer {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #3c434a;
	color: #3c434a;
}

div.footer2 {
	margin-top: 2em;
	padding-top: 4em;
	color: #3c434a;
}

table.t-feedback tr td {
	padding:5px;
	vertical-align:top;
}
.feed-text {
	width: 280px !important; 
}
.feed-text-small {
	width: 100px !important; 
}
textarea.feed-text {
	height: 80px; 
}
span.goodMess{
	display:block;
	margin:4px 0px;
	color:#3BBF41;
	font-size:14px;
}
span.errorMess{
	display:block;
	margin:4px 0px;
	color:red;
	font-size:14px;
}
.hide{
	display:none;
}

.b-text p i p{
	display:inline;
}

label.error-field {
	display:block;
	color:#BF001A;
	
}
/* End of Footer styles */


