﻿/*@charset "utf-8";
 CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	height: 100%;
}

a {
	color: #3F728D;
}

img
{  border-style: none;
}

#very_top {
	background-color: #788597;
	height: 9px;
	margin: 0;
	min-width: 1000px;
	width: 100%;
}



#top_header {
	height: 100px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #9DDDEE url(img/header_line.png);
}
#top_header a {
	text-decoration: none;
}


#top_left {
	background-image: url(img/top_header.png);
	height: 100px;
	width: 580px;
	float: left;
	margin: 0 -20px 0 0;
}
#top_left h1 {
	margin-top: 25px;

}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px 0 0 40px;
	
}
#logo_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*text-shadow: 1px 2px 2px rgb(113, 124, 155);*/
	margin: 0 auto;
}



#top_header_max_box 
{
	float:left;
	max-width: 1440px;
	height: 100px;
	display: block;
	min-width: 1000px;
	margin: 0;
	padding: 0;
}


#top_menu {
	float: right;
	margin: 0;
	padding: 0;
	min-width: 410px;
	width: auto;
}

#top_menu_items_list {
	margin: 0;
	padding: 0;
	z-index: 4;
	font-size: 1.15em;
	float: right;
	min-width: 410px;
	display: block;

}
#top_menu_items_list   a {
	text-decoration: underline;
}



#top_menu_items_list li {
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
	font-weight: bold;
	padding-top: 9px;
	display: inline;

}

.chosen_menu_item a {
	color: #a9adbc;
}
.chosen_menu_item {
	background: transparent url(img/top_menu_chosen.gif) top center no-repeat;
}

/*.not_chosen_menu_item {
	background: transparent url(img/top_menu_not_chosen.gif) top center no-repeat;
}*/

#lower_header {
	background-image: url(img/lower_header_line.gif);
	background-repeat: repeat-x;
	display: block;
	height: 160px;
	width: 100%;
	margin: 0;
}
#lower_header_content {
	height: 160px;
	width: 700px;
	margin: 0 auto;
}
#lower_header_user_content {
	height: 160px;
	width: 900px;
	margin: 0 auto;
}

#login_block {
	height: 100%;
	width: 30%;
	padding: 14px 0 0 0;
	margin: 0;
	float: left;
}
#login_block h3 {
	font-size: 1.13em;
	margin: 0;
	color: #303030;
}
#login_box {
	margin: 7px auto 7px auto;
	color: #a9adbc;
	font-weight: bold;
	width: 140px;
}
#login_button {
	margin-top: 8px;
}

#password_div2 {
	display: none;

}
#password_text_box {
	width: 140px;
	color: #a9adbc;
	font-weight: bold;
}
#password_box {
	width: 140px;
	color: #303030;
}
#restore_password {
	font-size: 0.8em;
	padding: 0;
}

input.login-error {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

#login-in-content
{
	width:200px;
	margin:0 auto;
}

#tryit_buyit_block {
	height: 100%;
	width: 68%;
	margin: 0;
	display: block;
	float: right;
	overflow: hidden;
}
#tryit_buyit_sign p {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 0.7em;
}
#tryit_buyit_sign h2 {
	/*text-shadow: 1px 2px 2px rgb(113, 124, 155);*/
	display: inline;
	padding: 5px 0 0;
	color: #ffffff;
	font-size: 1.2em;
}
#tryit_buyit_sign {
	padding: 14px 0 5px 10px;
	width: 100%;
	overflow: hidden;
}




#tryit_buyit_buttons_block{
	padding: 0;
	float: right;

}
#tryit_buyit_buttons_block div {
	float: left;
}


#content_wrapper {
	position: relative;
	margin: 0;
	padding-top: 20px;
}
#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#left_content_block {
	width: 47%;
	padding: 0 20px 0 0;
	float: left;
	left: 0px;
	background: transparent url(img/vetical_divider.png) right center no-repeat;
	position: relative;
	margin: 0;
}
#right_content_block {
	padding: 0 0 0 20px;
	width: 47%;
	float: right;
	position: relative;
	margin: 0;
}
#footer_wrapper {
	background-image: url(img/bottom_menu_line.gif);
	background-repeat: repeat-x;
	height: 94px;
	position:relative;
}
#footer_center {
	margin: auto;
	width: 900px;
	height: auto;
	top: 35px;
	position: relative;
}
#left_footer_half {
	width: 48%;
	margin: auto;
	float: left;
}
#right_footer_half {
	float: right;
	width: 48%;
	margin: auto;
}



.clear_all {
	clear: both;
	height: 0px;
	margin: 0;

}
#content h4 {
	margin: 0;
}

.learn_more_link {
	font-size: 0.9em;
}
#user-header {
	float: left;
	font-weight: bold;
	margin-left: 3px;
}
#user-name {
	color: #FFF;
	float: left;
	margin: 0 27px;
}
#user-details {
	padding: 10px 0;
}
#logout {
	float: right;
	margin-right: 50px;
}

#license-table {
	width: 750px;
	float: left;
}
#license-table-block {
	margin-top: 20px;
	height: 100px;
	overflow: auto;
	visibility: visible;
}

#logout {
}

#license-table-license-header {
	text-align: left;
	width: 50px;
}

#license-table  td img {
	float: right;
}
#license-table td {
	color: #404040;
	font-size: 0.9em;
}
#license-table td a {
	font-size: 0.75em;
}


#license-table th {
	font-weight: bold;
}


#table-last-column {
	width:170px;
}

#change-password {
	float: right;
	margin: 0 30px;
}
#rasporka {
	float: left;
	height: 400px;
}
#icon-left-floater {
	float: left;
	width: 30%;
	padding-top: 17px;
}
#right-floater {
	float: right;
	width: 65%;
	text-align: left;
	padding-top: 20px;
}
.validation-summary-errors {
	font-style: italic;
	color: #F55;
}
input.error {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}



#register-table .first-column {
	width: 100px;
}
#register-table .second-column {
	width: 800px;
}

#payment-cards-list
{
	display:inline;
}
#payment-cards-list li
{
	display:inline;
}
.display-inline 
{
	display:inline;
}

.not-active
{
	color:#aaaaaa;
}

#payment-left-block
{
	margin: 0;
	float:left;	
}

#payment-right-block
{
	float:left;
	margin: 0;
	padding-top:1em;
	padding-left:2em;

}

#payment-block
{
	height:100px;
}

#note-block
{
	
	position:relative;
	font-style:italic;
	font-size: 0.9em;
color:#505050;
}

#wrapper
{
   min-height: 100%;
   height: 100%;
   height: auto !important;
   margin: 0 auto -94px;
   position:relative;
}

html
{
	height: 100%;
}
#push
{
	height: 124px;
}

.first-column
{
	width: 150px;
}

