html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #333;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
a img {
  border: none;
}
p {
  line-height: 1.4em;
}
a, a:visited {
  color: #299be3;
}

input:focus			{ outline: none; }

/* 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:fixed; 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; }

/* Start version 2.0 styles */

.clear-v2									{ clear: both; height: 0px; }

.nav-wrapper-v2								{ padding: 0px 30px; text-align: left; font: 12px Arial; }
.nav-wrapper-v2 a							{ display: block; float: left; padding: 10px; color: #000; text-decoration: none; }
.nav-wrapper-v2 a:visited					{ color: #000; }
.nav-wrapper-v2 a:hover						{ color: #299be3; text-decoration: none; }

.header-wrapper-v2							{ padding: 0px 30px; text-align: left; font: 12px Tahoma; clear: both; }
.header-sub-wrapper-v2						{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #9c2f00; padding: 3px 10px; background: #9c2f00 url('header-bg.gif') repeat-x left top; }
.logo-v2									{ float: left; margin: 5px 0px 2px 10px; }
.login-wrapper-v2							{ float: right; font: 11px Tahoma; color: #fff; padding-right: 5px; }
.login-wrapper-v2 form						{ padding: 0px; margin: 0px; }
.login-wrapper-v2 td,
.login-wrapper-v2 td div input				{ font: 11px Tahoma; }
.login-wrapper-v2 table td					{ padding-left: 15px; line-height: 18px; }
.login-wrapper-v2 table td a,
.login-wrapper-v2 table td a:visited		{ color: #f8bf45; text-decoration: none; }
.login-wrapper-v2 table td a:hover			{ color: #f8bf45; text-decoration: underline; }
.login-input-v2 div							{ border: 1px solid #7b2500; padding: 3px 4px; background-color: #fff; }
.login-input-v2 input,
.login-input-v2 input:focus					{ border: 0px; outline: none; padding: 0px; margin: 0px; width: 130px; }
.login-wrapper-v2 table tr.login-text-v2 td	{ padding-left: 16px; }
.input-submit-v2							{ border: 1px solid #862901; padding: 3px 7px; background: #9c2f00 url('header-bg.gif') repeat-x left top; font: 11px Tahoma; color: #fff; text-shadow: 0px 1px 1px #000; cursor: pointer; }
.logged-adm-v2								{ text-align: right; padding: 3px 0px; }
.logged-adm-v2 a, .logged-adm-v2 a:visited	{ color: #f8bf45; }
.logged-adm-links-v2 a,
.logged-adm-links-v2 a:visited				{ color: #fff; }
#footer-v2									{ background-color: #f0f0f0; border-top: 1px solid #ccc; bottom: 0; height: 200px; left: 0; overflow: hidden; position: absolute; width: 100%; }
.footer-wrapper-v2							{ padding: 15px 40px; border-top: 1px solid #fff; }
.footer-block-v2							{ float: left; padding-right: 15px; width: 150px; }
.footer-block-title-v2						{ padding-bottom: 5px; font: bold 12px Tahoma; color: #777; }
.footer-block-content-v2					{ padding-left: 5px; }
.footer-block-content-v2 div				{ font: 11px Tahoma; line-height: 16px; color: #777; }
.footer-block-content-v2 a,
.footer-block-content-v2 a:visited			{ display: block; font: 11px Tahoma; line-height: 18px; color: #299be3; text-decoration: none; }
.footer-block-content-v2 a:hover			{ color: #000; text-decoration: none; }

#no-footer-wrapper-v2						{ min-width: 1000px; padding-bottom: 200px; }
.footer-copy-v2								{ padding: 20px; text-align: center; font: 11px Tahoma; }
.footer-copy-v2 a,
.footer-copy-v2 a:visited					{ color: #299be3; text-decoration: none; }
.footer-copy-v2 a:hover						{ color: #000; text-decoration: none; }
.one-column-wrapper-v2						{ padding: 10px 40px 20px 40px; }

.main-title-v2								{ padding: 20px 15px 15px 15px; }
.main-title-v2 h1							{ display: inline; margin: 0px; padding: 0px; border: 0px; font: bold 20px Arial; }
.news-v2									{ float: left; width: 300px; margin-right: 30px; font-family: Tahoma; }
.about-v2									{ float: left; width: 580px; font-family: Tahoma; }
.content-subtitle-v2						{ font: bold 16px Tahoma; color: #608D09; padding: 10px 15px; border-bottom: 1px solid #e0e0e0; }
.news-item-wrapper-v2						{ padding: 8px 15px 12px 15px; border-bottom: 1px solid #f0f0f0; background-color: #fff; }
.news-item-wrapper-v2:hover					{ background-color: #f7f7f7; }
.news-item-title-v2							{ font-size: 12px; color: #000; line-height: 24px; }
.news-item-body-v2							{ font-size: 11px; color: #777; line-height: 18px; }
.all-news-v2								{ padding: 10px 15px; text-align: right; }
.about-item-v2								{ font-size: 14px; color: #000; padding: 10px 15px 10px 45px; background: url('galka3.gif') no-repeat 15px center; }
.about-item-top-v2							{ margin-top: 10px; }
.static-title-v2							{ padding: 10px 15px 15px 15px; border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.static-title-v2 h2, .static-title-v2 h1	{ font-weight: normal; display: inline; margin: 0px; padding: 0px; border: 0px; font-size: 16px; color: #000; }
.errors-v2									{ font: bold 14px Tahoma; color: #f00; padding: 0px 15px 15px 15px; }
.form-table-v2								{ font-size: 12px; }
.form-table-v2 input,
.form-table-v2 textarea						{ padding: 3px 4px; border: 1px solid #aaa; outline: none; }
.form-table-v2 textarea						{ width: 200px; height: 100px; }
.form-table-v2 input:focus,
.form-table-v2 textarea:focus				{ outline: none; }
.form-table-v2 td							{ padding: 5px 0px 5px 15px; }
/*.form-tr-required-v2 td						{ background-color: #f0f0f0; }*/
.form-tr-required-v2 td span				{ color: #f00; }
.form-td-right-v2							{ text-align: right; }
.form-td-right-v2 input						{ padding: 0px; }
.form-td-top-v2								{ vertical-align: top; }
.form-table-v2 input.form-submit-v2			{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border: 1px solid #78af14; padding: 7px; background: url('buttons-bg.png') no-repeat left top; font: bold 14px Tahoma; width: 130px; text-align: center; color: #3c5808; text-shadow: 1px 1px 1px #fff; cursor: pointer; margin-top: 15px; }
.notice-v2									{ font-size: 11px; padding-top: 15px; line-height: 24px; }
.notice-v2 span								{ color: #f00; }
.notice2-v2									{ font-size: 12px; padding-left: 15px; padding-bottom: 10px; line-height: 20px; }
.terms-wrapper-v2							{ padding: 8px 15px; font-size: 12px; line-height: 24px; }
.terms-subtitle-v2							{ font-weight: bold; padding: 10px 0px; }
.terms-subtitle-v2 a						{ color: #000; }
.ans-title-v2, .ans-title-v2 a				{ color: #608D09; }
.terms-body-v2, .back-to-top-v2				{ padding-left: 10px; }
.simple-body-v2								{ padding: 10px 0px; line-height: 18px; }
.simple-body-v3								{ line-height: 22px; }
.product-width-wrapper						{ width: 48%; }
.product-width								{ width: 400px; }
.product-float-r							{ float: right; }
.product-float-l							{ float: left; }
.product-wrapper							{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border: 1px solid #ccc; }
.product-wrapper-title						{ -webkit-border-radius: 7px 7px 0px 0px; -moz-border-radius: 7px 7px 0px 0px; border-radius: 7px 7px 0px 0px; background-color: #f0f0f0; padding: 10px 15px; border-bottom: 1px solid #ccc; font: 16px Tahoma; text-shadow: 0px 1px 1px #fff; color: #000; }
.product-wrapper-body						{ -webkit-border-radius: 0px 0px 7px 7px; -moz-border-radius: 0px 0px 7px 7px; border-radius: 0px 0px 7px 7px; background-color: #fff; padding: 10px 15px; }
.product-wrapper-body div					{ line-height: 24px; }
.report-table-v2							{ background-color: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.report-table-v2 th							{ background-color: #e9e9e9; color: #000; padding: 5px 8px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.report-table-v2 td							{ background-color: #f7f7f7; padding: 3px 6px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.tr-hl td									{ background-color: #fff; }
.tr-hl-weekend td							{ background-color: #feebeb; }
.weekend-color-sunday, .weekend-color-saturday
											{ color: #c01818; }
.report-table-v2 tr:hover > td				{ background-color: #fffcd8; }
.small-table-v2								{ padding-left: 15px; padding-bottom: 5px; border-bottom: 1px solid #eee; }
.small-table-v2 th, .small-table-v2 td		{ text-align: left; padding: 0px 5px 5px 0px; }

/* End version 2.0 styles */

