html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #333;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
a img {
  border: none;
}
p {
  line-height: 1.4em;
}
a, a:visited {
  color: #7c8a2d;
}


/* top */
#top {
  background-color: #636363;
  height: 23px;
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
}
.site_links {  
  left: 75%;
  padding-left: 21px;
  position: absolute;
  top: 0;
}
.site_links img {
  margin-right: 22px;
  position: relative;
  top: 6px;
}
.lang {
  float: left;
  padding-left: 50px;
}
.lang img {
  margin-right: 20px;
  position: relative;
  top: 4px;
}

/* navigation menu */
.nav_wrapper {
  background: #f5f5f5 url(nav_bg.gif) repeat-x left top;
  border-top: 1px solid #bfbebf;
  height: 41px;
  overflow: hidden;
}
#main_nav {
  background: url(nav_li_bg.gif) no-repeat left top;
  margin: 0 0 0 38px;
  overflow: hidden;
  padding: 0;
}
#main_nav li, #main_nav a {
  display: -moz-inline-box;
  display: inline-block;
  height: 41px;
  line-height: 41px;
}
#main_nav li {
  background: url(nav_li_bg.gif) no-repeat right top;
  float: left;
  font-size: 1.2em;
  list-style-type: none;
  margin: 0;
  padding: 0 2px 0 0;
}
#main_nav a {
  float: left;
  font-weight: bold;
  padding: 0 11px;
  text-decoration: none;
}
#main_nav .active a {
  background: url(nav_arrow.gif) no-repeat 50% 100%;
}
#main_nav a, #main_nav a :visited {
  color: #8e1e2d;
}
#main_nav a:hover, #main_nav .active a, #main_nav .active a:visited {
  color: #f6830f;
}
.nav_wrapper p {
  font-size: 1.1em;
  line-height: 41px;
  margin: 0;
  padding-left: 21px;
}

/* header */
.header_wrapper {
  background-color: #f5f5f5;
  height: 102px;  
}
.left_red_right {
  background: url(red.gif) no-repeat right -204px;
  margin-left: 33px;
  padding-right: 5px;
}
.left_column .left_red {
  background: url(red.gif) repeat-x left -306px;
  height: 102px;
}
#logo {
  background: url(red.gif) no-repeat left 0;
  float: left;
  height: 102px;
}
#logo img {
  display: block;
  margin-left: 7px;
}
.header_wrapper .left_column form {
  float: right;
  font-size: 1.1em;
  padding: 23px 15px 0 0;
  width: 450px;
}
.header_wrapper .left_column form div {
  margin-bottom: 7px;
}
.header_wrapper .left_column .first_row {
  margin-bottom: 3px;
}
.header_wrapper .left_column form span {
  float: left;
  height: 19px;
  line-height: 19px;
}
.header_wrapper .left_column form span input {
  margin-right: 3px;
}
.header_wrapper .left_column input, .header_wrapper .left_column select {
  font-size: 1em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.header_wrapper .left_column select {
  border: 1px solid #71101a;  
  height: 18px;
  vertical-align: top;
  width: 140px;
}
.header_wrapper .left_column .input_text {
  border: 1px solid #71101a;  
  height: 16px;
  padding-top: 2px;
  width: 448px;
}
.header_wrapper .left_column form p {
  float: right;
  height: 19px;
  line-height: 19px;
  margin: 0;
}
.header_wrapper .left_column form label {
  color: #eaeaea;
  vertical-align: middle;
}
.unlogged {
  background: url(red.gif) repeat-x left -306px;
  height: 102px;
}
.login_block {
  background: url(red.gif) no-repeat left -102px;
  height: 91px;
  padding: 7px 0 0 12px;
}
.login_block a {
  display: block;
  font-size: 1.8em;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  text-decoration: none;
}
.login_link {
  background: url(login_link.gif) no-repeat 0 50%;
}
.register_link {
  background: url(register_link.gif) no-repeat 0 50%;
}
.login_block a, .login_block a:visited {
  color: #eaeaea;
}
.login_block div{
  background: url(login_hr.gif) no-repeat 0 0;
  height: 2px;
  font-size: 0;
  line-height: 2px;
}
.logged {
  background: url(green.gif) repeat-x 0 -102px;
}
.logged div {
  background: url(green.gif) no-repeat left 0;
  height: 102px;
  padding: 0 0 0 14px;
}
.logged div  div {
  background: url(logged_user.gif) no-repeat 0 14px;
  color: #eaeaea;
  font-size: 1.1em;
  height: auto;
  padding: 11px 0 0 37px;
}
.logged p {
  margin: 0 0 5px;
  overflow: hidden;zoom:1;
}
.logged strong {
  float: left;
  width: 7.3em;
}
.logged span {
  float: left;
}
.add_funds_link {
  background: url(add_funds.gif) no-repeat 0 0;
  display: block;
  height: 19px;
  margin-top: 8px;
  text-decoration: none;
  width: 134px;
}

/* layout */
#no_footer_wrapper {
  min-width: 1000px;
  padding-bottom: 135px;
}
.left_column {
  float: left; 
  width: 75%;
}
.right_column {
  float: left;
  width: 25%;
}
.right_column_wrapper {
  padding: 0 38px 30px 2px;
}
.padding_for_menu {
  padding-top: 50px;
}
.left_column_wrapper {
  padding: 15px 20px 30px 38px;
}
.one_column_wrapper {
  padding: 15px 20px 30px 38px;
}

/* profile navigation */
.profile_nav {
  background-color: #f5f5f5;
  font-size: 1.2em;
  margin: 0 0 20px;
  padding: 0;
}
.profile_nav  li {
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #ffffff;
  line-height: 2.2em;
  list-style-type: none;
  margin: 0;
  overflow: hidden;zoom:1;
  padding: 0;
}
.profile_nav  span {
  background-color: #eaeaea;
  display: block;
  height: 2.2em;
  float: left;
  margin-right: 10px;
  padding-left: 13px;
  width: 27px;
}
.profile_nav  span img {
  position: relative;
  top: 6px;
}
.profile_nav .first {
  border-top: none;
}
.profile_nav .last {
  border-bottom: none;
}
.profile_nav .last span {
  background: #eaeaea url(profile_nav_corner.gif) no-repeat left bottom;
}  
.profile_nav a {
  position: relative;
  top: -2px;
}
.profile_nav .last a,  .profile_nav .last a:visited {
  color: #8e1e2d;
}
.padding_for_menu .user_menu {
  left: 0;
}
.user_menu_wrapper {
  position: relative;
}
.user_menu {
  background: url(usermenu_left.gif) no-repeat 3px 0;
  height: 33px;
  padding-left: 8px;
  position: absolute;
  left: 75%;
  top: -5px;
  z-index: 5;
}
.user_menu ul {
  background: url(usermenu_right.gif) no-repeat 100% 0;
  float: left;
  height: 33px;
  margin: 0;
  overflow: hidden;
  padding: 0 5px 0 0;
}
.user_menu li {
  background: url(usermenu_bg.gif) repeat-x 0 0;
  float: left;
  height: 33px;
  list-style-type: none;
  margin: 0;
}
.user_menu li a {
  background: url(usermenu_bg.gif) no-repeat 0 -33px;
  display: block;
  height: 33px;
  line-height: 33px;
  padding: 0 13px 0 15px;
}
.user_menu .first a {
  background-image: none;
  padding-left: 10px;
}
.user_menu .last a {
  padding-right: 9px;
}
.user_menu li  img {
  position: relative;
  top: 9px;
}


/* posts */
h2 {
  color: #333;
  font-family: Arial;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0;
}
.post {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
h3 {
  color: #f6830f;
  font-family: Arial;
  font-size: 2em;
  font-weight: normal;
  margin: 20px 0 0;
  padding: 0;
}
.date_comments {
  overflow: hidden; zoom: 1;
}
.date_comments span {
  color: #6f6f6f;
  float: left;
  font-size: 1.1em;
}
.date_comments strong {
  font-family: Georgia;
  font-size: 1.08em;
  font-weight: bold;
}
.date_comments em {
  float: right;
  font-size: 1.2em;
  font-style: normal;
  padding-right: 30px;
}
.post .text {
  margin-top: 15px;
}
.text {
  color: #333;
  font-size: 1.2em;
}

/* reports */
.reports_wrapper {
  margin: 10px 0;
  background-color: #f5f5f5;
  padding: 0.5%;
}
.gray {
  background-color: #fff;
  border-collapse: separate;  
}
.reports_wrapper .left_table {
  float: left;  
  width: 49.5%;
}
.reports_wrapper .right_table {
  float: right;
  width: 49.5%;
}
.gray tbody td, .gray tfoot td  {
  border: 1px solid #d3d3d3;
  border-top: none;
  font-size: 1.2em;
  padding: 4px 10px;
}
.gray tfoot td  {
  padding-bottom: 6px;
}
.gray tbody td {
  border-left: none;
}
.gray .odd td {
  background-color: #f5f8e9;
}
.gray tbody .left_row, .cols_headers .left_row {
  border-left: 1px solid #d3d3d3;
}
.gray tfoot a {
  font-weight: bold;
}
.cols_headers th {
  background-color: #eaeaea;
  border: 1px solid #d3d3d3;
  border-top: none;
  border-left: none;
  color: #777;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px 10px;
  text-align: left;
}
.results th{
  background-color: #ff9b26;
  border-bottom: 1px solid #ea890a;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 4px 10px;
  text-align: left;
}
.two_headings .headings {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  width: 49.5%;
}
.reports_wrapper .keywords_table {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  float: left;
  font-size: 1.2em;
  margin-right: 2%;
}
.keywords_table th {
  padding: 5px 10px;
}
.keywords_table td {
  font-weight: bold;
  padding: 0 10px 6px;
}
.keywords_table th {
  text-align: left;
}
.reports_wrapper  .actions_table {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  float: left;
}
.actions_table td {
  padding: 10px 8px;
}
.headings {
  font-size: 1.2em;
  padding-top: 5px;
}
.headings table {
  margin-left: 5px;
}
.headings table th {
  text-align: left;
  white-space: nowrap;
}
.headings table td, .headings table th {
  padding: 0 10px 5px 5px;
}
.table_info p {
  float: left;
  margin: 0;
}
.table_info strong, .table_info em, .table_info span {
  display: block;
  margin-right: 15px;
}
.table_info em {
  font-style: normal;
  font-weight: normal;
}
.table_info span {
  font-weight: normal;
}
.subscribes {
  margin-bottom: 20px;
}
.subscribes table,.payments_history {
  width: 80%;
}
.subscribes .cols_headers th, .payments_history .cols_headers th {
  text-align: center;
}
.payments_history tbody .first_row td, .center_align {
  text-align: center;
}
.subscribes table .price {
  font-size: 0.98em;
}
.price strong {
  color: #be222d;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 3px;
}
.subscribes .pay_sistem, .subscribes .submit_button {
  margin-top: 12px;
  text-align: right;
  width: 80%;
}
.pay_sistem input {
  margin-left: 20px;
  vertical-align: middle;
}
.pay_sistem label {
  color: #444;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
}

/* three columns layout */
.three_columns {
  width: 100%;
}
.first_column {
  float: left;
  padding-bottom: 20px;
  width: 34%;
}
.second_column, .first_column {
  margin-right: 2%;
} 
.second_column, .third_column {
  float: left;  
  padding-bottom: 20px;
  width: 30%;
}
.second_and_third {
  float: right;
  margin-right: 2%;
  padding-bottom: 20px;
  width: 62%;
}

/* news */
.news {
  background: #f5f5f5 url(news_corner.gif) no-repeat right bottom;
  padding: 20px 20px 10px 38px;
}
.news_item  {
  background: url(news_bg.gif) repeat-x left bottom;
  margin-top: 9px;
  padding: 0 0 9px;
}
.news .last {
  background-image: none;
}
.news_item  p {
  color: #7c8a2d;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
.news_item h6 {
  color: #f6830f;
  font-family: Georgia;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
}
.more_link {
  font-size: 1.1em;  
  margin-top: 15px;
  text-align: right;
}
.more_link a {
  background: url(more_link.gif) no-repeat right 50%;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  padding-right: 21px;
  text-decoration: none;
}

/* second and third columns content */
.second_column h2, .third_column h2 {
  padding-top: 20px;
}
.second_column_wrapper {
  border-right: 1px solid #e6e6e6;
  padding: 0 15px 35px 0;
}
.second_column p, .third_column p {
  color: #444;
  font-size: 1.2em;
  margin-bottom: 17px;
}

/* faq */
h4 {
  color: #f6830f;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.faq_header h4 a, .faq_answers h4 a, .faq_header h4 a:visited, .faq_answers h4 a:visited {
  color: #f6830f;
}
.faq_header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.faq_header ul {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.faq_header li, .faq_header h6, .faq_answers h6 {
  background: url(bullet_arrow.gif) no-repeat 2px 7px;
  margin: 0;
  line-height: 1.4em;
  list-style-type: none;
  padding: 2px 0 2px 18px;
}
.faq_header h6, .faq_answers h6 {
  font-size: 1em;
}
.faq_header h6 a, .faq_header h6 a:visited, .faq_answers h6 a, .faq_answers h6 a:visited {
  color: #444;
}
.answers_block {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.faq_answers p {
  margin: 0;
}
p.back_to_top {
  margin-top: 5px;
}

/* round block */
.round_block {
  border: 1px solid #e6e6e6;  
  margin-top: 10px;
  padding-bottom: 38px;
  position: relative;
}
.round_block .middle  {
  background: url(round_block_middle.gif) repeat-x left bottom;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  padding: 8px 0 8px;
}
.round_block h2 {
  margin-bottom: 10px;
  padding-left: 17px;
  text-align: left;
}
.round_block p {
  font-size: 1.1em;
  margin: 0;
  padding: 0 15px;
}
.round_tl, .round_tr, .round_bl, .round_br {
  background: url(round_block_corners.gif) no-repeat 0 0;
  font-size: 0;
  height: 4px;
  line-height: 0;
  position: absolute;
  width: 4px;
}
.round_tl {
  background-position: 0 0;
  left: -1px;
  top: -1px;
}
.round_tr {
  background-position: 0 -4px;
  right: -1px;
  top: -1px;
}
.round_br {
  background-position: 0 -8px;
  bottom: -1px;
  right: -1px;
}
.round_bl {
  background-position: 0 -12px;
  bottom: -1px;
  left: -1px;
}
.learn_more {
  bottom: 0;
  height: 38px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.learn_more div {
  background: url(learn_more.gif) no-repeat 50% 0;
  height: 38px;
  margin: 0 1px;
  text-align: center;
}
.learn_more span {
  background: url(learn_more_corners.gif) no-repeat 0 0;
  bottom: 1px;
  display: block;
  font-size: 0;
  height: 3px;
  line-height: 0;
  position: absolute;
  width: 3px;
  z-index: 3;
}
.learn_more .learn_more_right {
  background-position: 0 -3px;
  right: 1px;
}
.learn_more .learn_more_left {
  background-position: 0 0;
  left: 1px;
}
.learn_more a {  
  font-size: 1.4em;
  font-weight: bold;
  height: 22px;
  position: relative;
  text-decoration: none;
  top: 5px;
}
.learn_more a, .learn_more a:visited {
  color: #fff;
}
.learn_more a img { 
  margin-left: 4px;
  vertical-align: middle;
}
#research_pic, #need_it_pic {
  float: left;
  margin: 0 5px 0 9px;
}




/* registration page */
.reg_page {
  padding-right: 80px;
}
.text {
  margin: 17px 0;
}
.text p {
  margin: 0 0 5px;
}
.required_field {
  color: #c62731;
}
.reg_form div {
  font-size: 1.2em;
  height: 2.5em;
  margin-bottom: 3px;
  padding-left: 1.7em;
}
.reg_form div label {  
  float: left;
  height: 2.5em;
  line-height: 2.5em;
  width: 9em;
}
.reg_form div p {
  line-height: 2.5em;
  margin: 0 0 0 9.2em;
}
.reg_form div p label {
  display: inline-block;
  float: none;
  margin: 0 0.4em 0 3em;
  width: auto;
}
.reg_form .captcha_img {
  height: auto;
  margin: 10px 0 5px;
}
.reg_form  div .input_text {
  border: 1px solid #5d5d5d;
  position: relative;
  top: 5px;
  width: 155px;
}
.reg_form  .two_input .input_text {
  top: 1px;
}
.reg_form .required {
  background-color: #f5f8e9;
}
.submit_button {
  margin-top: 17px;
}

/* promo image */
.second_and_third {
  overflow: hidden;
}
.second_and_third  h2 {
  margin-bottom: 10px;
}
.promo_img {
  width: 470px;
}

/* footer */
.clear_fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer {
  background: #727272 url(footer_bg.gif) repeat-x 0 0;
  bottom: 0;
  height: 135px;
  left: 0; 
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#footer .left_column, #footer .right_column {
  padding-top: 20px;
}
#footer .right_column div {
  background: url(footer_ver.gif) repeat-y 0 0;
  height: 90px;
  padding: 5px 40px 0 22px;
}
#footer .right_column h6, #footer .right_column p {
  color: #b4b4b4;
  font-size: 1.1em;
  margin: 0 0 5px;
}
.footer_left_wrapper {
  font-size: 1.1em;
  margin: 0 2% 0 38px;
}
.footer_left_wrapper ul {
  background: url(footer_hor.gif) repeat-x left bottom;
  margin: 0 0 13px;
  overflow: hidden;
  padding: 4px 0 12px;
}
.footer_left_wrapper li {
  border-left: 1px solid #eaeaea;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 6px;
}
.footer_left_wrapper ul .first {
  border: none;
  padding-left: 0;
}
.footer_left_wrapper a, .footer_left_wrapper a:visited {
  color: #eaeaea;
}
.footer_left_wrapper p {
  color: #b4b4b4;
  margin: 0 0 3px;
}
.contacts_phone {
  background: url(footer_phone.gif) no-repeat 0 0;
  float: left;
  padding-left: 20px;
}
.copyright {
  float: right;
  padding-right: 10px;
}
.copyright  div {
  color: #eaeaea;
  margin-top: 10px;
}
.copyright  div a {
  padding-left: 20px;
}
.terms_use {
  background: url(footer_terms_use.gif) no-repeat 0 50%;
  margin-right: 6px;
}
.sitemap {
  background: url(sitemap.gif) no-repeat 0 50%;
  margin-left: 6px;
}

.gray tbody td, .gray tfoot td  { padding:4px 5px; }

.stats-block-bg {background-color:#000000; height:100%; left:0; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity:0.75; position:fixed; top:0; width:100%; z-index:100;}
#stats-block-container {display:none;}
#stats-block-content { padding: 10px; background: #fff repeat scroll 0 0; left:50%; top:0; margin-top:100px; position:absolute; text-align:left; z-index:102; margin-left:-325px; width:650px;}
#stats-block-content-info {height: 350px; overflow-x:hidden;overflow-y:auto;}

.topList	{ padding: 0px 0px 5px 0px; font-weight: bold; color: #000; }
.secondList	{ padding: 0px 0px 5px 10px; color: #333; }
.thirdList	{ padding: 0px 0px 5px 20px; color: #777; }

.tableList		{ width: 100%; border: 0px; border-collapse: collapse; }

.head-list-td	{ padding: 5px 8px; background-color: #e0e0e0; color: #000; }
.row-list-td	{ padding: 2px 8px; color: #666; }