*{
  font-size: 100%;
font-family: 'Trebuchet MS', 'Arial', 'Times New Roman', 'Hevetica', 'Sans-serif', 'Verdana';
 margin: 0;
  padding: 0;
 }

body
  {
		font: 100% 'Trebuchet MS','Tahoma', 'Arial', 'Times New Roman', 'Hevetica', 'Sans-serif', 'Verdana';
		background: #ffffff url('images/site_background.gif') repeat-x;  
		margin: 0;
		text-align: center;
	}
#outer
	{
	 width: 1000px;
	 margin: 1em auto;
	 margin-top: 0;
	 margin-bottom: 0;
	}
#head
 {
  float: left;
	width: 1000px;
	height: 115px;
	background: url('images/b_header.gif') no-repeat;
	text-align: left;
 }
#logo
 {
  float: left;
	width: 232px;
	height: 125px;
 }
#logo a img
 {
  float: left;
	display: inline;
	width: 230px;
	height: 110px;
	margin-top: 5px;
	text-decoration: none;
	border: none;
 }
#top_banner
 {
  float: left;
	width: 640px;
	height: 125px;
 }
 #top_banner span
  {
	 float: left;
	 width: 640px;
	 height: 100px;
	 margin-top: 5px;
	}
#date_time
 {
  float: left;
	display: inline;
        margin-left: 2px;
	width: 100px;
	height: 125px;
	margin-left: 13px;
 }
#date
 {
  float: left;
	width: 100px;
	text-align: center;
	margin-top: 4px;
	font: 12px 'Tahoma';
	margin-bottom: 2px;
	color: #808080;
	line-height: 13px;
 }
#clock
 {
  float: left;
	dispalay: inline;
	margin-left: 4px;
	width: 91px;
	height: 91px;
 }
#top_menu
 {
  float: left;
	width: 1000px;
	height: 40px;
	background: url('images/b_top_menu.gif') no-repeat; 
	text-align: left;
 }
#top_menu ul
 {
  float: left;
	display: inline;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
 }
#top_menu ul li
 {
  float: left;
	height: 40px;
	background: url('images/separator02.gif') no-repeat; 
	background-position: 0 8px;
 }
#top_menu ul li#active
 {
  float: left;
	background: url('images/b_active_li.gif') repeat-x;

 }

#top_menu ul li.firstli
 {
	background: none; 
 }
#top_menu ul li.lastli a
 {
	background: none;
 }

#top_menu ul li#active a
 {
  border-bottom: 1px solid #d82c2f; 
 }
#top_menu ul li#active.lastli a
 {
	background: none; 
 }
#top_menu ul li#active.firstli
 {
	background: url('images/b_active_li2.gif') no-repeat; 
 }
#top_menu ul li a
 {
  float: left;
	display: inline;
	margin-left: 17px;
	font: 12px 'Tahoma';
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 18px;
/*	background: url('images/separator01.gif') right no-repeat; */
	z-index:10000;
 }
#top_menu ul li#active a
 {
  float: left;
	padding-right: 0; 
margin-right: 18px;
line-height: 20px;
margin-top: 10px;
border-bottom: 2px solid #d82c2f;
 }
#outer_content
 {
  float: left;
	width: 1000px;
	background: url('images/b_content.gif') no-repeat;
	text-align: left;
 }
#info_row
 {
  float: left;
	width: 693px;
	height: 36px;
 }
#info_row span
 {
  float: left;
	display: inline;
	margin-left: 10px;
	font: 11px 'Tahoma';
	line-height: 21px;
	margin-top: 7px;
	color: #039bd3;
 }
#info_row span strong
 {
  font: 11px 'Tahoma';
	color: #303030;
	font-weight: bold;
	line-height: 18px;
 }
#info_row span.day
 {
  margin-left: 16px;
 }
#info_row span.login
 {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	width: 164px;
	height: 21px;
	background: url('images/b_login.gif') no-repeat;
 }
#info_row span.login strong a
 {
  font: 11px 'Tahoma';
	color: #303030;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
 }
#info_row span.temperature
 {
  float: left;
	display: inline;
	margin-left: 15px;
 }
#info_row span.fixing
 {
  float: left;
    font: 11px 'Tahoma';
	line-height: 21px;
 }
#search
 {
  float: left;
  width: 307px;
	height: 36px;
	background: url('images/b_search.gif') no-repeat;
 }
#search .fielHolder
 {
  float: left;
	display: inline;
	margin-left: 14px;
	margin-top: 5px;
	width: 213px;
	height: 26px;
	background: url('images/b_search_field.gif') no-repeat;
	font: 12px 'Tahoma';
  line-height: 26px;
 }
#search .textInput
 {
  width: 205px;
	height: 24px;
	background: none;
	border: none;
	margin-left: 4px;
	margin-top: 3px;
 }
#search img
 {
  float: left;
	display: inline;
	margin-left: 6px;
	margin-top: 5px;
 }
#search .search_button
 {
  float: left;
	display: inline;
	margin-left: 2px;
	margin-top: 2px;
  background: none;
	border: none;
	width: 45px;
	height: 30px;
	font: 12px 'Tahoma';
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
 }
#content
 {
  float: left;
	width: 1000px;
	margin-top: 14px;
 }
#left_side_news
 {
  float: left;
	width: 468px;

 }
#main_news
 {
  float: left;
	width: 468px;
	height: 454px; 
	background: url('images/b_main_news2.gif') no-repeat;
 }
#main_news h1
 {
  float: left;
	display: inline;
	margin-left: 24px;
	width: 450px;
	font: 15px 'Tahoma';
	font-weight: bold;
	color: #3c4f38;
	line-height: 15px;
	margin-top: 12px;
	
 }
#outer_news_tabs
 {
  float: left;
	display: inline;
	margin-left: 21px;
	margin-top: 20px;
	width: 426px;
	height: 340px;
	background: url('images/b_news_tabs.gif') no-repeat;
 }
#outer_news_tabs ul.tabs
 {
  float: left;
	display: inline;
/*	width: 95px; */
  list-style-type: none;
  margin-left: 1px;
	margin-top: 3px;
 }
#outer_news_tabs ul.tabs li
 {
  float: left;
	display: inline;
	width: 17px;
	height: 16px;
	margin-left: 2px;
 }
#outer_news_tabs ul.tabs li a
 {
  float: left;
	width: 17px;
	text-align: center;
	height: 16px;
	padding-top: 1px;
	color: #ffffff;
	font: 10px 'Tahoma';
	text-decoration: none;
	background: url('images/b_tabs.gif') no-repeat;
 }
#outer_news_tabs ul.tabs li a.active
 {
  background: url('images/b_tab_active.gif') no-repeat;
 }

#outer_news_tabs .tab_container .tab_content
 {
  float: left;
	display: inline;
	
 }
.tab_content img
 {
  float: left;
	display: inline;
	margin-top: 3px;
	margin-left: 3px;
	width: 420px;
	height: 315px;
 }
.tab_content div.video-js-box
 {
	width: 420px;
        margin-top: 3px;
	height: 315px;
	margin-left: 3px;
 }
.tab_container_news 
 {
  float: left;
	width: 430px;

 }
.tab_container_news h2 
 {
  float: left;
	width: 430px;
	height: 58px;
	font: 18px 'Trebuchet MS';
	color: #687363;
	line-height: 19px;
	margin-top: 9px;
	text-indent: none;
	margin-left: 0;
        overflow: hidden;
	
 }
.tab_container_news h2 a
 {
	font: 18px 'Arial';
	font-weight: bold;
	color: #039bd3;
	line-height: 19px;
	text-decoration: none;
 }
.tab_container_news .news_info
 {
  float: left;
	margin-left: 0;
	width: 440px;
	font: 12px 'Trebuchet MS';
	color: #6d6c6c;
 }
.tab_container_news .news_info p
 {
  float: left;
margin-top: 3px;
	width: 324px;
	font: 12px 'Trebuchet MS';
	color: #6d6c6c;
	line-height: 22px;
 }
.tab_container_news .news_info p b
 {
  color: #c43b44;
 }
.tab_container_news .news_info p i
 {
  color: #c43b44;
 }
.tab_container_news .news_info span
 {
  float: left;
margin-top: 3px;
/*	width: 100px; */
	text-align: right;
	font: 12px 'Trebuchet MS';
	color: #6d6c6c;
	line-height: 22px;
 }
#banner2
 {
  float: left;
	margin-top: 10px;
	width: 468px;
 }
#banner2 img
 {
  float: left;
	width: 468px;
 }
#news_sports_country
 {
  float: left;
	width: 468px;
	margin-top: 10px;
 }
#news_sports_country h1
 {
  float: left;
	width: 467px;
	height: 31px;
	background: url('images/b_h1_sport2.gif') no-repeat;
	font: 14px 'Tahoma';
	color: #ffffff;
	font-weight: bold;
	line-height: 31px;
 }
#news_sports_country h1 a
 {
  float: left;
	display: inline;
	margin-left: 10px;
	width: 457px;
	font: 14px 'Tahoma';
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
 }
#news_sports_country .sport_news
 {
  float: left;
	width: 467px;
	height: 54px;
	margin-top: 6px;
 }
#news_sports_country .sport_news a img
 {
  float: left;
	width: 70px;
	height: 52px;
	margin-top: 2px;
  border: none;
 }
#news_sports_country .sport_news_text
 {
  float: left;
	display: inline;
	margin-left: 5px;
	width: 392px;
	height: 54px;
  background: url('images/b_sport_news_text.gif') no-repeat;
 }
#news_sports_country .sport_news_text p
 {
  float: left;
	display: inline;
	margin-left: 10px;
	width: 380px;
	height: 34px;
	font: 13px 'Tahoma';
	color: #494848;
	line-height: 16px;
	overflow: hidden;
 }
#news_sports_country .sport_news_text p a
 {
   float: left;
  width: 376px;
	height: 34px;
  font: 13px 'Tahoma';
	color: #494848;
  text-decoration: none;
 }
#news_sports_country .sport_news_text span
 {
  float: left;
	display: inline;
	margin-left: 10px;
	width: 378px;
	height: 20px;
	font: 11px 'Tahoma';
	line-height: 18px;
	color: #868686;
	
 }
#news_sports_country .sport_news_text span b
 {
  float: left;
	width: 290px;
	height: 20px;
	font: 10px 'Tahoma';
	line-height: 18px;
	color: #e60a19;
 }
#news_sports_country .sport_news_text span img
 {
  float: right;
	margin-top: 7px;
	margin-right: 3px;
 }
#news_sports_country .sport_news_text span i
 {
  float: right;
	font: 11px 'Tahoma';
	line-height: 18px;
	color: #868686;
	margin-right: 5px;
 }
#middle_column_news
 {
  float: left;
	display: inline;
	margin-left: 8px;
	width: 215px;
 }
#middle_column_news h1
 {
  float: left;
	display: inline;
	width: 215px;
	height: 31px;
	background: url('images/b_h1_middle_news2.gif') no-repeat;
	text-indent: 14px;
	font: 14px 'Tahoma';
	line-height: 31px;
	color: #ffffff;
	font-weight: bold;
 }
#middle_column_news h1 a
 {
  font: 14px 'Tahoma';
	line-height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
 }
#middle_column_news div.last_news
 {
  float: left;
	width: 215px;
	height: 74px;
	background: url('images/b_last_news.png') bottom no-repeat;
 }
#middle_column_news div.last_news a img
 {
  float: left;
	display: inline;
	width: 60px;
	height: 45px;
	margin-left: 5px;
	margin-top: 13px;
	background: url('images/b_h1_middle_news2.gif') no-repeat;
 }
#middle_column_news div.last_news p
 {
  float: left;
	display: inline;
	margin-left: 6px;
	margin-top: 3px;
	width: 140px;
	font: 12px 'Tahoma';
	line-height: 15px;
	color: #494848;
	height: 45px;
	overflow: hidden;

 }
#middle_column_news div.last_news p a
 {
  float: left;
	font: 12px 'Tahoma';
	line-height: 15px;
	color: #494848;
	text-decoration: none;
 }
#middle_column_news div.last_news b
 {
  float: left;
	display: inline;
	margin-left: 6px;
	width: 80px;
  font: 10px 'Tahoma';
	color: #e60a19;
	line-height: 14px;
	margin-top: 5px;
 }
#middle_column_news div.last_news span
 {
  float: left;
	width: 60px;
	line-height: 14px;
	margin-top: 5px;
	overflow: hidden;
 }
#middle_column_news div.last_news span i
 {
  float: right;
  font: 10px 'Tahoma';
	color: #868686;
	line-height: 14px;

 }
#middle_column_news div.last_news span i img
 {
  float: left;
	display: inline;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 3px;
 }
#middle_column_news div.last_news span i.viewed img
 {
  margin-top: 5px;
 }
#right_column
 {
  float: left;
	display: inline;
	margin-left: 9px;
	width: 300px;
 }
#right_column div.big_banner
 {
  float: left;
	width: 300px;
	height: 250px;
	background: url('images/b_top_banner.gif') no-repeat;
        margin-bottom: 10px;
 }
#right_column_news
 {
	float: left;
	display: inline;
	margin-left: 8px;
	width: 300px;
 }
#right_column_news h1
 {
	float: left;
	display: inline;
	width: 300px;
	height: 31px;
	background: url('images/b_h1_right_news2.gif') no-repeat;
	text-indent: 14px;
	font: 14px 'Tahoma';
	line-height: 31px;
	color: #ffffff;
	font-weight: bold;
 }
#right_column_news h1 a
 {
	font: 14px 'Tahoma';
	line-height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
 }

div.big_banner img
 {
  float: left;
	display: inline;
	margin-left: 1px;
	margin-top: 1px;
	width: 298px;
	height: 248px;
 }
#news_right_column
 {
  float: left;
	width: 467px;
	margin-top:15px;
	overflow: hidden;
 }
#news_right_column div.tabbs
 {
  float: left;
 }
ul.tabbs
 {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	height: 25px;
	border-bottom: 3px solid #039bd3;
	border-left: none;
	width: 100%;
 }
ul.tabbs li
 {
  float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: none;
	position: relative;
	background: url('images/b_tabbs.gif') no-repeat;
	margin-right: 1px;
	border-bottom: 1px solid #ffffff;
 }
ul.tabbs li a
 {
  text-decoration: none;
	color: #ffffff;
	display: block;
	font: 14px 'Tahoma';
	line-height: 24px;
	font-weight: bold;
	padding: 0 14px;
	background: url('images/b_tabbs2.gif') right no-repeat;
 }
ul.tabbs li.active
 {
  background: url('images/b_active_tabbs.gif') no-repeat;
	border-bottom: 1px solid #37622e;
 }
ul.tabbs li.active a
 {
  background: url('images/b_active_tabbs2.gif') right no-repeat;
 }
div.rc_news
 {
  float: left;
	width: 467px;
	height: 53px;
	background: url('images/b_sport_news_text.gif');
 }
div.rc_news p
 {
  float: left;
	display: inline;
	width: 467px;
	height: 31px;
	margin-top: 5px;
	margin-left: 12px;
	font: 13px 'Tahoma';
	line-height: 15px;
	color: #494848;
	overflow: hidden;
 }
div.rc_news p a
 {
  font: 13px 'Tahoma';
	line-height: 15px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
 }
div.rc_news b
 {
  float: left;
  display: inline;
  margin-left: 12px;
  width: 360px;
  font: 10px 'Tahoma';
  color: #000000;
  line-height: 14px;
  margin-top: 0;
 }
div.rc_news span
 {
  float: left;
	width: 73px;
	line-height: 13px;
	margin-top: -1px;
 }
div.rc_news span i
 {
  float: right;
  font: 11px 'Tahoma';
	color: #868686;
	line-height: 14px;
 }
div.rc_news span i img
 {
  float: left;
	display: inline;
	margin-left: 4px;
	margin-top: 5px;
	margin-right: 3px;
 }
div.rc_news span i.viewed img
 {
  margin-top: 6px;
 }
#bottom_careta
 {
  float: left;
  width: 300px;
 }
#video
 {
  float: left;
	width: 300px;
	height: 228px;
	margin-top: 9px;
 }
#zodiac_fixing
 {
  float: left;
	width: 381px;
	margin-top: 10px;
 }
#zodiac 
 {
  float: left;
	width: 381px;
	margin: 0;
 }
#zodiac h1
 {
  float: left;
	width: 381px;
	height: 31px;
	background: url('images/b_h1_dark_green.gif') no-repeat;
	text-indent: 13px;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
 }
#zodiac h1 a
 {
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
	
 }
#zodiac_icons
 {
  float: left;
	width: 381px;
	height: 91px;
	background: url('images/b_zodiac_icons.gif') no-repeat;
	text-align: right;
 }
#zodiac_icons span
 {
  float: left;
	display: inline;
	margin-left: 12px;
	margin-top: 10px;
	width: 266px;
 }
#zodiac_icons span a img
 {
  float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
 }
#zodiac_icons a.more
 {
  float: right;
	display: inline;
	margin-right: 12px;
	font: 13px 'Arial';
	font-weight: bold;
	color: #646663;
	text-decoration: none;
	line-height: 16px;
	margin-top: 30px;
	padding-right: 17px;
	background: url('images/arrows1.gif') right no-repeat;
 }
#fixing 
 {
  float: left;
	width: 381px;
	margin: 0;
	margin-top: 7px;
 }
#fixing  h1
 {
  float: left;
	width: 381px;
	height: 31px;
	background: url('images/b_h1_dark_green.gif') no-repeat;
	text-indent: 13px;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
 }
#fixing  h1 a
 {
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
 }
#fixing_items
 {
  float: left;
	width: 381px;
	height: 91px;
	background: url('images/b_zodiac_icons.gif') no-repeat;
	text-align: right;
 }
#fixing_items span
 {
  float: left;
/* 	margin-top: 12px; */
	margin-left: 13px;
	width: 350px;
	margin-top:10px;
 }
#fixing_items a.more
 {
  float: right;
	display: inline;
	margin-right: 12px;
	font: 13px 'Arial';
	font-weight: bold;
	color: #646663;
	text-decoration: none;
	line-height: 16px;
	margin-top: 20px;
	padding-right: 17px;
	background: url('images/arrows1.gif') right no-repeat;
 }
#fixing_items span p
 {
  float: left;
  margin-top: 6px;
	margin-bottom: 3px;
	text-decoration: none;
 }
#fixing_items span p img
 {
  float: left;
	margin-top: 2px;
 }
#fixing_items span p i
 {
  float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 3px;
	font: 11px 'Tahoma';
	color: #646663;
	text-decoration: none;
 }
#fixing_items span p b
 {
  float: left;
	float: left;
	display: inline;
	margin-left: 3px;
	margin-right: 15px;
	font: 11px 'Tahoma';
	color: #646663;
	text-decoration: none;
	font-weight: bold;
 }
#bottoms
 {
  float: left;
	width: 1000px;
 }
#bottom_banner
 {
  float: left;
	width: 300px;
	height: 250px;
	margin-top: 10px;
	margin-right: 9px;
 }
#inquiry
 {
  float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 9px;
	width: 301px;
 }
#inquiry h1
 {
  float: left;
	display: inline;
	width: 301px;
	height: 31px;
	background: url('images/b_h1_inquiry2.gif') no-repeat;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	text-indent: 10px;
	line-height: 31px;
 }
#inquiry h1 a
 {
  float: left;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 31px;
	text-decoration: none;
 }
#inquiry_field
 {
  float: left;
	width: 301px;
	height: 219px;
	background: url('images/b_inquiry_field.gif') no-repeat;
 }

#poll_show
 {
  float: left;
	width: 467px;
	height: 219px;
 }

#poll_show h2
 {
  float: left;
	display: inline;
	margin-left: 13px;
	margin-top: 9px;
	padding-bottom: 9px;
	width: 457px;
	border-bottom: 1px solid #d7d7d7;
	font: 13px 'Arial';
	font-weight: bold;
	color: #393c39;
 }

#inquiry_field h2,
 {
  float: left;
	display: inline;
	margin-left: 13px;
	margin-top: 9px;
	padding-bottom: 9px;
	width: 150px;
	border-bottom: 1px solid #d7d7d7;
	font: 13px 'Arial';
	font-weight: bold;
	color: #393c39;
 }

#inquiry_field div.questions, #poll_show div.questions
 {
  float: left;
	display: inline;
	margin-left: 13px;
	margin-top: 10px;
	width: 283px;
	font: 13px 'Arial';
	color: #797979;
	line-height: 22px;
	text-align: left;
	height: 124px;
 }
#inquiry_field div.questions span, #poll_show div.questions span
 {
  float: left;
	margin-top: 7px;
	width: 280px;
	height: 15px;
	font: 13px 'Arial';
	line-height: 15px;
 }
#inquiry_field div.questions span input, #poll_show div.questions span input
 {
   float: left;
	 width: 15px;
	 height: 15px;
	 margin: 0;
	 padding: 0;
	 margin-right: 4px;
	 font: 13px 'Arial';
	line-height: 15px;
	margin-top: 1px;
 }
#inquiry_field div.questions2, #poll_show div.questions2
 {
  float: left;
        display: inline;
	margin-left: 13px;
	margin-top: 0;
	width: 457px;
	font: 13px 'Arial';
	color: #797979;
	line-height: 22px;
	text-align: left;
	height: 142px;
        overflow: hidden;

 }
#inquiry_field div.questions2 span, #poll_show div.questions2 span
 {
  float: left;
	margin-bottom: 3px;
	width: 467px;
	font: 12px 'Arial';
	line-height: 13px;
background: #edf3ea;
 }
#inquiry_field i, #poll_show i
 {
  float: left;
        display: inline;
	margin-left: 13px;
	margin-top: 1px;
	width: 280px;
	font: 13px 'Arial';
	font-weight: bold;
	color: #646663;

 }
#inquiry_field input.vote_button, #poll_show input.vote_button
 {
  float: left;
	display: inline;
	margin-left: 13px;
	width: 71px;
	height: 20px;
	background: url('images/vote_button.gif') no-repeat;
	border: none;
	font: 12px 'Arial';
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
 }
#inquiry_field a.more, #poll_show a.more
 {
  float: left;
	margin-top: 1px;
	width: 190px;
	text-align: right;
	font: 13px 'Arial';
	font-weight: bold;
	color: #616360;
	text-decoration: none;
	padding-right: 16px;
	background: url('images/arrows1.gif') right no-repeat;
 }
#bottom_menu
 {
  float: left;
	width: 1000px;
	height: 34px;
  margin-top: 9px;
	background: url('images/b_bottom_menu.gif') no-repeat;
 }
#bottom_menu ul
 {
  flat: left;
	
	list-style-type: none;
 }
#bottom_menu ul li
 {
  float: left;
	display: inline;
	margin-left: 17px;
	margin-right: 6px;
	font: 11px 'Verdana';
	font-weight: bold;
	color: #727471;
	line-height: 34px;
 }
#bottom_menu ul li a
 {
  font: 11px 'Verdana';
	font-weight: bold;
	color: #727471;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
 }
#bottom_menu2
 {
  float: left;
	width: 1000px;
	height: 24px;
  margin-top: 15px;
	padding-bottom: 0;
 }
#footer 
 {
  float: left;
	width: 1000px;
	height: auto;
  margin-top: 4px;
	padding-bottom: 3px;
  text-align: center;
padding-bottom: 15px;
 }
#footer p
 {
  
  font: 13px 'Trebuchet MS';
  color: #727471;
 }
#footer p b
 {
  
  font: 12px 'Tahoma';
font-weight: bold;
  color: #727471;
 }
#footer a.web
 {
  font: 12px 'Tahoma';
  font-weight: bold;
  color: #5b944f;
  text-decoration: none;
 }
#bottom_menu2 span
 {
  float: left;
	width: 292px;
 }
#bottom_menu2 span a
 {
  float: left;
  text-decoration: none;
	font: 13px 'Arial';
	font-weight: bold;
	color: #039bd3;
	text-transform: uppercase;
	line-height: 22px;
	margin-right: 20px;
 }
#bottom_menu2 span a img
 {
  float: left;
	width: 21px;
	height: 22px;
	margin-right: 9px;
 }
#bottom_menu2 ul
 {
  float: left;
	width: 445px;
	text-align: center;
	list-style-type: none;
	margin-top: 2px;
 }
#bottom_menu2 ul li
 {
  float: left;
	padding-right: 15px;
	border-right: 1px solid #82ae79;
	margin-left: 14px;
 }
#bottom_menu2 ul li.last
 {
  border-right: none;
	padding-right: 0;
 }
#bottom_menu2 ul li a
 {
  float: left;
	font: 13px 'Tahoma';
	font-weight: bold;
	text-decoration: none;
	color: #039bd3;
	line-height: 16px;
	pading-bottom: 1px;
 }
#bottom_menu2 form
 {
  float: left;
	margin-top: 1px;
	width: 260px;
 }
#bottom_menu2 form input.textInput2
 {
  float: right;
	display: inline;
	width: 175px;
	height: 20px;
	border: none;
	background: url('images/b_search_field2.gif') no-repeat;
	font: 11px 'Tahoma';
	line-height: 16px;
	padding-left: 4px;
 }
#bottom_menu2 form input.search_button2
 {
  float: right;
	display: inline;
	margin-left: 3px;
	width: 60px;
	height: 20px;
	border: none;
	background: url('images/search_button2.gif') no-repeat;
 }
#simple_page
 {
  float: left;
	width: 690px;
	min-height: 150px;
	background: url('images/b_simple_page.gif') no-repeat;
 }
#in_simple_page2
 {
  float: left;
	width: 690px;
	background: url('images/b_in_care_news.gif') bottom no-repeat;
 }
#in_simple_page
 {
  float: left;
	display: inline;
	margin-left: 13px;
	width: 665px;
	padding-bottom: 15px;
 }
#in_simple_page h1
 {
    float: left;
    width: 665px;
    font: 14px 'Verdana';
    font-weight: bold;
    color: #408034;
    margin-top: 8px;
    padding-bottom: 15px;
 }
#in_simple_page p
 {
  margin-top: 6px;
 }
#in_simple_page p b {
  font-weight: bold;
}
#search_word
 {
  float: left;
	display: inline;
	hidth: 31px;
	width: 665px;
	
 }
#search_word p
 {
  float: left;
	font: 12px 'Verdana';
	line-height: 20px;
	color: #838181;
 }
#search_word p a
 {
	font: 12px 'Verdana';
	color: #408034;
 }
#search_result
 {
  float: left;
	margin-top: 6px;
	width: 665px;
	padding-bottom: 12px;
	border-bottom: 1px solid #bfbfbf;
 }
#search_result p
 {
  float: left;
  font: 12px 'Verdana';
	color: #595656;
	margin-top: 11px;
	width: 665px;
 }
#search_result h1
 {
  float: left;
  font: 14px 'Verdana';
	font-weight: bold;
	color: #408034;
	margin-top: 16px;
	width: 665px;
padding-bottom: 7px;
 }
#search_result label
 {
  float: left;
  font: 12px 'Verdana';
	line-height: 26px;
	color: #838181;
 }
#search_result select
 {
   float: left;
	 font: 12px 'Verdana';
	 color: #595656;
	 height: 22px;
	 line-height: 22px;
 }
.year
 {
  float: left;
	width: 62px;
	margin-right: 5px;
 }
.month
 {
  float: left;
	width: 100px;
	margin-right: 5px;
 }
select.day
 {
  float: left;
	width: 55px;
	margin-right: 5px;
 }
label.day
 {
  float: left;
	width: 55px;
	margin-right: 5px;
 }
label.year
 {
  float: left;
	width: 480px;
	margin-right: 5px;
 }
#search_result input
 {
  float: left;
  display: inline;
margin-top: -2px;
  width: 73px;
  height: 25px;
  margin-left: 7px;
  background: url('images/button6.gif') no-repeat;
  border: none;
  font: 12px 'Tahoma';
  line-height: 25px;
  font-weight: bold;
  color: #ffffff;
  
 }
#care_news
 {
  float: left;
	width: 690px;
	background: url('images/b_care_news.gif') no-repeat;
 }
#in_care_news2
 {
  float: left;
	width: 690px;
	background: url('images/b_in_care_news.gif') bottom no-repeat;
 }
#in_care_news
 {
  float: left;
	display: inline;
	margin-left: 13px;
	width: 665px;
	padding-bottom: 38px;
 }
#care_news div.date_and_comments
 {
  float: left;
	width: 665px;
	height: 27px;
	margin-top: 4px;
 }
#care_news div.date_and_comments span.date
 {
  float: left;
	width: 480px;
	font: 11px 'Verdana';
	color: #595656;
	line-height: 27px;
 }
#care_news div.date_and_comments p
 {
  float: left;
  width: 185px;
	text-align: right;
	font: 11px 'Verdana';
	color: #595656;
	line-height: 27px;
 }
#care_news div.date_and_comments p b, #care_news div.date_and_comments p i
 {
  color: #c43b44;
 }
#care_news h1
 {
  float: left;
	margin-top: 7px;
	width: 677px;
	color: #039bd3;
	font: 17px 'Arial';
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
 }
#care_news span.the_news_pm
 {
  float: left;
	 width: 430px;
	 margin-top: 7px;

 }
#care_news span.the_news_pm ul.tabs
 {
  float: left;
  list-style-type: none;
  padding-bottom: 6px;
 }
#care_news span.the_news_pm ul.tabs li
 {
  float: left;
  width: 17px;
  height: 16px;
  margin-right: 2px;
  margin-top: 2px;
  text-align: center;
 }
#care_news span.the_news_pm ul.tabs li a
 {
   float: left;
  width: 17px;
  height: 16px;
  margin: 0;
  padding: 0;
  padding-top: 1px;
  background: pink;
  line-height: 16px;
  font: 10px 'Tahoma';
  color: #ffffff;
  text-decoration: none;
  background: url('images/b_tabs.gif') no-repeat;
 }
#care_news span.the_news_pm ul.tabs li a.active
 {
  background: url('images/b_tab_active.gif') no-repeat;
 }
#care_news span.the_news_pm img
 {
  float: left;
  margin: 0;
padding: 0;
  width: 420px;
	height: 315px;
 }
#care_news span.the_news_pm span.more_news
 {
  float: left;
	margin-top: 3px;
  width: 420px;
	background: #f0f0f0;
	font: 12px 'Arial';
	padding-bottom: 6px;
 }
#care_news span.the_news_pm span.more_news b
 {
  float: left;
	display: inline;
	margin-left: 6px;
	width: 406px;
	color: #494848;
	font: 12px 'Arial';
	line-height: 18px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c2c2c2;
 }
#care_news span.the_news_pm span.more_news a
 {
  float: left;
	display: inline;
	margin-left: 6px;
	margin-top: 4px;
	width: 406px;
	color: #494848;
	font: 12px 'Arial';
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
 }
#care_news span.the_news_pm span.more_news a i
 {
  float: left;
	width: 387px;
	font: 11px 'Arial';
	line-height: 18px;
	margin: 0;
	padding: 0;
 }
#care_news p 
 {
  text-align: justify;
	font: 13px 'Arial';
	line-height: 18px;
	color: #545454
 }
#care_news span.autor
 {
  float: left;
	width: 665px;
	text-align: right;
	margin-top: 6px;
	font: 13px 'Arial';
	font-weight: bold;
	color: #039bd3;
	line-height: 37px;
	border-bottom: 1px solid #bfbfbf;
 }
div.function
 {
  float: left;
	width: 665px;
	text-transform: uppercase;
	margin-top: 3px;
 } 
div.function span.tags
 {
  float: left;
	width: 550px;
  font: 11px 'Tahoma';
  color: #6a6969;
	overflow: hidden;
	margin-top: 6px;
	
 }
div.function span.tags a
 {
  font: 11px 'Tahoma';
  color: #6a6969;
 }
div.function span.facebook_tweeter
 {
  float: left;
	width: 115px;
	font: 11px 'Tahoma';
  color: #6a6969;
	text-align: right;
 }
div.function span.facebook_tweeter a img
 {
	margin-left: 4px;
	margin-top: 3px;
	width: 16px;
	height: 16px;
 }
#care_news div.news_comments
 {
  float: left;
	width: 665px;
	margin-top: 7px;
	border-bottom: 1px solid #bfbfbf;
 }
#care_news div.news_comments h1
 {
  float: left;
	width: 665px;
	margin: 0;
	padding: 0;
	font: 15px 'Tahoma';
	font-weight: bold;
	color: #3c6432;
	margin-top: 15px;
 }
#care_news div.news_comments div.coment
 {
  float: left;
	width: 665px;
 }
#care_news div.news_comments div.coment h1
 {
  float: left;
	width: 665px;
	font: 12px 'Arial';
	line-height: 15px;
 }
#care_news div.news_comments div.coment h1 b
 {
  float: left;
	font: 13px 'Tahoma';
	font-weight: bold;
	padding-right: 3px;
	line-height: 15px;
 }
#care_news div.news_comments div.coment p
 {
  float: left;
	width: 665px;
	margin-top: 4px;
 }
#page_bar
 {
  float: left;
	width: 665px;
	margin-top: 13px;
	padding-bottom: 13px;
 }


#page_bar a
 {
  float: left;
	display: inline;
	margin-left: 2px;
        margin-top: 2px;
	width: 17px;
	height: 16px;
	text-align: center;
        font: 10px 'Tahoma';
	color: #ffffff;
	background: url('images/b_tabs2.gif') no-repeat;
	text-decoration: none;
        line-height: 15px;
 }
#page_bar a.active_page
 {
  width: 17px;
	height: 16px;
	text-align: center;
  font: 10px 'Tahoma';
	color: #ffffff;
	background: url('images/b_tab_active.gif') no-repeat;
	line-height: 15px;
 }


#send_comment
 {
  float: left;
	width: 665px;
	margin-top: 16px;
 }
#send_comment span.ls_send_comment
 {
   float: left;
	width: 310px;
 }
#send_comment span.ls_send_comment div.o_ni
 {
   float: left;
	width: 310px;
 }
#send_comment span.ls_send_comment label
 {
  float: left;
	width: 58px;
	font: 13px 'Arial';
	line-height: 24px;
	color: #494848;
	margin-top: 18px;
 }
#send_comment span.ls_send_comment input
 {
  float: left;
	width: 246px;
	height: 20px;
  margin-top: 18px;
	font: 12px 'Trebuchet MS';
	line-height: 20px;
	color: #494848;
 }
#send_comment span.ls_send_comment input.submit
 {
  float: left;
	display: inline;
	margin-left: 58px;
	margin-top: 54px;
	width: 129px;
	height: 27px;
	background: url('images/b_coment_button.gif') no-repeat;
	border: none;
 }
#send_comment textarea#inq
 {
  float: left;
	display: inline;
	margin-left: 18px;
	width: 330px;
	height: 145px;
	margin-top: 18px;
	font: 12px 'Trebuchet MS';
	color: #494848;
 }
 
#zodiac2 
 {
  float: left;
	width: 300px;
	margin: 0;
	margin-top: 10px;
 }
#zodiac2 h1
 {
  float: left;
	width: 300px;
	height: 31px;
	background: url('images/b_h1_dark_green.gif') no-repeat;
	text-indent: 13px;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
 }
#zodiac2 h1 a
 {
  float: left;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
 }
#zodiac_icons2
 {
  float: left;
	width: 300px;
	height: 91px;
	background: url('images/b_zodiac_icons2.gif') no-repeat;
	text-align: left;
 }
#zodiac_icons2 span
 {
  float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 8px;
	width: 264px;
 }
#zodiac_icons2 span a img
 {
  float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
 }
#zodiac_icons2 a.more
 {
  float: left;
	display: inline;
	margin-left: 6px;
	width: 10px;
	height: 9px;
	margin-top: 42px;
	background: url('images/arrows1.gif') right no-repeat;
 }
#fixing2 {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 7px;
}

#fixing3 {
  float: left;
  width: 690px;
  margin: 0;
  margin-top: 7px;
}

#fixing2 h1 {
  float: left;
  width: 300px;
  height: 31px;
  background: url('images/b_h1_dark_green.gif') no-repeat;
  text-indent: 13px;
  font: 14px 'Tahoma';
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}

#fixing3 h1 {
  float: left;
  width: 690px;
  height: 31px;
  background: url('images/b_h1_dark_green.gif') no-repeat;
  text-indent: 13px;
  font: 14px 'Tahoma';
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}

#fixing2 h1 a {
  font: 14px 'Tahoma';
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
}

#fixing3 h1 a {
  font: 14px 'Tahoma';
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
}

#fixing_items2 {

  float: left;
  width: 300px;
  height: 91px;

  background: url('images/b_zodiac_icons2.gif') no-repeat;
}

#fixing_items3 {
  float: left;
  width: 690px;
height: 91px;
  background: url('images/b_zodiac_icons2.gif') no-repeat;
}

#fixing_items2 span, #fixing_items3 span {
  float: left;
  display: inline;
  margin-top: 10px;
  margin-left: 8px;
  width: 280px;
}
#fixing_items2 span p {
  float: left;
  margin-top: 6px;
  margin-bottom: 3px;
}

#fixing_items3 span p {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
}

#fixing_items2 span p img {
  float: left;
  margin-top: 2px;
}

#fixing_items3 span p img {
  display: inline;
  margin-top: 2px;
}

#fixing_items2 span p i {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-right: 3px;
  font: 11px 'Tahoma';
  color: #646663;
}

#fixing_items3 span p i {
  display: inline;
  margin-left: 5px;
  margin-right: 3px;
  font: 11px 'Tahoma';
  color: #646663;
}

#fixing_items2 span p b {
  float: left;
  display: inline;
  margin-left: 3px;
  margin-right: 15px;
  font: 11px 'Tahoma';
  color: #646663;
  font-weight: bold;
}

#fixing_items3 span p b {
  display: inline;
  margin-left: 3px;
  margin-right: 15px;
  font: 11px 'Tahoma';
  color: #646663;
  font-weight: bold;
}

#fixing_items2 a.more {
  float: left;
  display: inline;
  margin-left: -8px;
  width: 10px;
  height: 9px;
  margin-top: 42px;
  background: url('images/arrows1.gif') right no-repeat;
}


#zodiac_outer
 {
  float: left;
	width: 690px;
	background: url('images/b_outer_zodiac.gif') no-repeat;
	overflow: hidden;
 }
#zodiac_outer h1
 {
  float: left;
	display: inline;
	margin-left: 12px;
	width: 670px;
	font: 14px 'Verdana';
	font-weight: bold;
	color: #4b7e44;
	margin-top: 10px;
	margin-bottom: 10px;
 }
#zodiac_outer div.zodiac_in_page
 {
  float: left;
	display: inline;
	margin-left: 12px;
	width: 326px;
	height: 166px;
	overflow: hidden;
	background: url('images/b_zodiac.gif') repeat-x;
 }
#zodiac_outer div.zodiac_in_page a img
 {
  float: left;
	margin-top: 1px;
	width: 87px;
	height: 66px;
 }
#zodiac_outer div.zodiac_in_page span.zodia_info
 {
  float: left;
	display: inline;
	width: 220px;
	margin-left: 10px;
	height: 66px;
 }
#zodiac_outer div.zodiac_in_page span.zodia_info a
 {
  float: left;
	width: 220px;
	font: 13px 'Verdana';
	color: #515050;
	text-decoration: none;
	line-height: 15px;
	margin-top: 17px;
 }
#zodiac_outer div.zodiac_in_page span.zodia_info a b
 {
  float: left;
	width: 220px;
	font: 16px 'Verdana';
	font-weight: bold;
	color: #4b7e44;
 }
#zodiac_outer div.zodiac_in_page p
 {
  float: left;
	display: inline;
	margin-left: 12px;
	width: 303px;
	text-align: justify;
/*	height: 67px; */
	font: 13px 'Tahoma';
	color: #605d5d;
	overflow: hidden;
 } 
#zodiac_outer div.zodiac_in_page p a
 {
	font: 13px 'Tahoma';
	color: #605d5d;
	text-decoration: none;
 }
#zodiac_outer div.zodiac_in_page a.whole_horoscop
 {
  float: left;
	display: inline;
	margin-left: 12px;
	margin-top: 3px;
	font: 13px 'Tahoma';
	font-weight: bold;
	color: #4b7e44;
	text-decoration: none;
	line-height: 16px;
	padding-right: 15px;
	background: url('images/arrows3.gif') right no-repeat;
	background-position: right 6px;
 }



#zodiac_outer div.zodiac_in_page2
 {
  float: left;
	display: inline;
	margin-left: 12px;
	width: 660px;
	height: auto;
	background: #ffffff url('images/b_zodiac.gif') repeat-x;
        margin-top: 4px;
        padding-bottom: 15px;
 }
#zodiac_outer div.zodiac_in_page2 a img
 {
  float: left;
	margin-top: 1px;
	width: 87px;
	height: 66px;
 }
#zodiac_outer div.zodiac_in_page2 span.zodia_info
 {
  float: left;
	display: inline;
	width: 220px;
	margin-left: 10px;
	height: 66px;
 }
#zodiac_outer div.zodiac_in_page2 span.zodia_info a
 {
  float: left;
	width: 220px;
	font: 13px 'Verdana';
	color: #515050;
	text-decoration: none;
	line-height: 15px;
	margin-top: 17px;
 }
#zodiac_outer div.zodiac_in_page2 span.zodia_info a b
 {
  float: left;
	width: 220px;
	font: 16px 'Verdana';
	font-weight: bold;
	color: #4b7e44;
 }
#zodiac_outer div.zodiac_in_page2 p
 {
  float: left;
	display: inline;
	margin-left: 12px;
	width: 635px;
	text-align: justify;
	height: 67px;
	font: 13px 'Tahoma';
	color: #605d5d;
 } 




#simple_page2
 {
  float: left;
	width: 690px;
	background: url('images/b_simple_page2.gif') no-repeat;
 }
#simple_page2 h1
 {
  float: left;
	display: inline;
	margin-left: 12px;
	width: 670px;
	font: 14px 'Verdana';
	font-weight: bold;
	color: #4b7e44;
	margin-top: 10px;
	margin-bottom: 10px;
 }
#simple_page2 h1 a
 {
	font: 14px 'Verdana';
	font-weight: bold;
	color: #4b7e44;
 }
#fixing_items4 {
  float: left;
  width: 690px;
  margin-top: 10px;
}
#fixing_items4 p
 {
  float: left;
  display: inline;
  margin-left: 23px;
  width: 650px;
  margin-top: 10px;
  font: 13px 'Trebuchet MS';
  color: #696969;
  text-align: justify;
 }
#fixing_items4 span {
  float: left;
  display: inline;
  margin-left: 23px;
  width: 164px;
  margin-top: 3px;
}
#fixing_items4 span p {
  display: block;
  width: 150px;
  margin-top: 0px;
  margin-bottom: 14px;
padding-bottom: 14px;
  border-bottom: 1px solid #bfbfbf;
  margin-left: 1px;
}
#fixing_items4 span p img {
  display: inline;
  margin-top: 2px;
}
#fixing_items4 span p i {
  display: inline;
  margin-left: 5px;
  margin-right: 3px;
  font: 11px 'Tahoma';
  color: #646663;
}
#fixing_items4 span p b {
  display: inline;
  margin-left: 3px;
  margin-right: 15px;
  font: 11px 'Tahoma';
  color: #646663;
  font-weight: bold;
}





#outer_search_results
 {
  float: left;
	width: 677px;
	margin-top: 3px;
 }
div.search_results
 {
  float: left;
	width: 677px;
	height: 52px;
	margin-bottom: 10px;
	margin-top: 9px;
 }
div.search_results a img
 {
  float: left;
	margin: 0;
	border: none;
	width: 70px;
	height: 52px;
 }
div.text_search_results
 {
  float: left;
	display: inline;
	margin-left: 7px;
	width: 600px;
	height: 52px;
	background: url('images/b_search_results.gif') no-repeat;
 }
div.text_search_results a
 {
  float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 2px;
	height: 30px;
	width: 580px;
	overflow: hidden;
	font: 13px 'Tahoma';
	font-weight: bold;
	color: #3c6432;
	text-decoration: none;
	line-height: 16px;
	overflow: hidden;
 }







#search_result2
 {
  float: left;
	margin-top: 0;
	width: 427px;
  height: 87px;
  overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #bfbfbf;
 }
#search_result2 input
 {
  float: left;
  display: inline;
margin-left: 13px;
  border: none;
  width: 84px;
  height: 27px; 
  background: url('images/button5.gif') no-repeat;
  font: 12px 'Tahoma';
  line-height: 27px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -5px;
 }
#add_advertisment
 {
  float: left;
	margin-top: 0;
	width: 238px;
        height: 87px;
        overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #bfbfbf;
        background: url('images/b_add_ad.gif') no-repeat;
        text-align: center;
 }
#add_advertisment button
 {
  border: none;
  width: 137px;
  height: 27px;
  background: url('images/button4.gif') no-repeat;
  font: 12px 'Tahoma';
  line-height: 27px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 43px;
 }
#search_result2 p
 {
  float: left;
  font: 12px 'Verdana';
	color: #595656;
	margin-top: 6px;
	width: 665px;
 }
#search_result2 p b
 {
  font: 12px 'Verdana';
  font-weight: bold;
 }
#search_result2 h1
 {
  float: left;
  font: 12px 'Verdana';
	font-weight: bold;
	color: #408034;
	margin-top: 10px;
        padding-bottom: 4px;
	width: 427px;
 }
#search_result2 select
 {
   float: left;
	 font: 12px 'Verdana';
	 color: #595656;
	 height: 22px;
	 line-height: 22px;
         width: 160px;
 }
div.text_search_results2
 {
  float: left;
  display: inline;
	width: 677px;
	height: 72px;
	background: url('images/b_tsr2.gif') no-repeat;
 }
div.text_search_results2 a
 {
  float: left;
	display: inline;
	margin-left: 12px;
	margin-top: 13px;
	height: 36px;
	width: 625px;
	overflow: hidden;
	font: 14px 'Tahoma';
	font-weight: bold;
	color: #3c6432;
	text-decoration: none;
	line-height: 15px;
	overflow: hidden;
 }
div.text_search_results2 a.more
 {
  float: left;
	margin-left: 0;
  margin-top: 13px;
	height: 36px;
	width: 25px;
        background: url('images/arrows1.gif') no-repeat;
        background-position: right 5px;
}
div.text_search_results2 b
 {
  float: left;
	display: inline;
	margin-left: 12px;
        margin-top: 1px;
	width: 625px;
        font: 11px 'Tahoma';
	color: #e60a19;
        width: 105px;

 } 
div.text_search_results2 i
 {
  float: left;
  display: inline;
  font: 12px 'Tahoma';
  color: #838181;
}
div.text_search_results b
 {
  float: left;
	display: inline;
	margin-left: 10px;
	width: 100px;
	font: 11px 'Tahoma';
	color: #e60a19;
 }
 div.text_search_results span
  {
	 float: left;
	 width: 440px;
	 font: 11px 'Tahoma';
	color: #868686;
	}
 div.text_search_results span img
  {
	 float: left;
	 margin-right: 3px;
	 margin-top: 5px;
	}
 div.text_search_results span i
  {
	 float: left;
	 margin-right: 4px;
	}
#add_advert
 {
 float: left;
 width: 670px;
margin-top: 6px;
 }
#add_advert form span
 {
  float: left;
 width: 670px;
 height: 26px;

 margin-top: 6px;
}
#add_advert form span.ml
 {
  float: left;
  height: auto;
}
#add_advert form span i
 {
  float: left;
text-align: right;
  width: 80px;
  height: 26px;
  font: 12px 'Tahoma';
  font-weight: bold;
  font: 12px 'Tahoma';

  margin-right: 7px;
  color: #3a3a3a;
  line-height: 22px;
 }
#add_advert form span input
 {
   float: left;
   width: 270px;
  height: 22px;
  font: 13px 'Trebuchet MS';
  color: #3a3a3a;
  line-height: 22px;
}
#add_advert_button
 {
  float: left;
  display: inline;
  margin-left: 87px;
  margin-top: 16px;
  width: 137px;
  height: 27px;
  background: url('images/button4.gif') no-repeat;
  border: none;
  font: 12px 'Tahoma';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  
 }
#add_advert form span textarea
 {
  float: left;
  font:  13px 'Trebuchet MS';
  color: #3a3a3a;
  line-height: 15px;
  width: 520px;
  height: 170px;
 }
#add_advert form select
 {
  float: left;
  font:  13px 'Trebuchet MS';
  color: #3a3a3a;
  height: 26px;
  line-height: 22px;
  width: 133px;
 }
#advert
 {
  float: left;
  display: inline;
  margin-left: 10px;
  width: 655px;
  margin-top: 4px;
 }

#advert span
 {
  float: left;
  width: 660px;
  height: 25px;
}
#advert span.s_br 
 {
  float: left;
  width: 660px;
  height: 12px;
 }
#advert span i
 {
  float: left;
  font:  13px 'Trebuchet MS';
  color: #3a3a3a;
  line-height: 25px;
 }
#advert span b
 {
  float: left;
  display: inline;
  font:  12px 'Tahoma';
  font-weight: bold;
  color: #3a3a3a;
  line-height: 25px;
  margin-left: 8px;
 }
#advert p
 {
  float: left;
  width: 640px;
  margin-top: 17px;
  font:  13px 'Tahoma';
  font-weight: bold;
  color: #3c6432;
  text-align: justify;
  line-height: 19px;
 }
#advert button
 {
  float: left;
  margin-top: 14px;
	font:  12px 'Tahoma';
  font-weight: bold;
  color: #ffffff;
	background: url('images/button4.gif') no-repeat;
	width: 137px;
	height: 27px;
  line-height: 25px;
	border: none;
 }
  
#registration
 {
 float: left;
 width: 660px;
 margin-top: 15px;
 font: 13px 'Trebuchet MS';
 }
#registration span
 {
  float: left;
	display: inline;
	margin-left: 110px;
 width: 560px;
 margin-top: 9px;
 }
#registration span i
 {
  float: left;
 width: 140px;
 text-align: right;
 margin-right: 7px;
 font: 13px 'Trebuchet MS';
 color: #3a3a3a;
 }
#registration span input
 {
  float: left;
 width: 200px;
 }
#registration #subscribe
 {
 float: left;
display: inline;
margin-left: 120px;
 width: 370px;
margin-top: 9px;
 }
#registration #terms
 {
 float: left;
display: inline;
margin-left: 120px;
 width: 370px;
margin-top: 9px;
 }
#registration p
{
 float: left;
	display: inline;
	width: 330px;
	margin-left: 129px;
 margin-top: 24px;
 font: 13px 'Trebuchet MS';
 color: #3a3a3a;
}

#registration img
 {
  float: left;
	display: inline;
	margin-left: 257px;
	margin-top: 8px;
 }
#registration input#registration_button
 {
  float: left;
	display: inline;
	margin-left: 257px;
	margin-top: 20px;
	width: 137px;
	height: 27px;
	font: 12px 'Tahoma';
	color: #ffffff;
	font-weight: bold;
	line-height: 27px;
	  background: url('images/button4.gif') no-repeat;
		border: none;
 }

#registration span.cbs
 {
  float: left;
	display: inline;
	margin-left: 123px;
 width: 547px;
 margin-top: 9px;
 }
#registration span.cbs input
 {
  float: left;
	margin-top: 3px;
 }
#registration span.cbs b
 {
  float: left;
	display: inline;
	margin-left: 7px;
	font: 13px 'Trebuchet MS';
 color: #3a3a3a;
 }
#registration span.cbs b a
 {
  margin-left: 3px;
  font: 13px 'Trebuchet MS';
 color: #518945;
 }
#photogallery
 {
  float: left;
  width: 678px;
 }
#photogallery ul
 {
  list-style-type: none;
 }
#photogallery ul li
 {
  float: left;
  width: 160px;
  height: 140px;
  overflow: hidden;
  margin-right: 9px;
  margin-top: 5px;
  margin-bottom: 4px;
  text-align: center;
  
 }
#photogallery ul li i
 {
  float: left;
  width: 160px;
margin-top: 2px;
 }
#photogallery ul li img, #photogallery ul li iframe
 {
  float: left;
  width: 160px;
height: 120px;
 }

.video {
    position: relative;
    display: block;
}
.videopreview {
    height: 300px;
    width: 350px;
}

#photogallery .playbutton {
    opacity: 0.6;
    position: absolute;
    top: 35px;
    left: 30%;
    width:50px;
    height:50px;
}

#photogalleryindex .playbutton {
    opacity: 0.6;
    position: absolute;
    top: 80px;
    left: 30%;
    width:100px;
    height:100px;
}

#photogalleryindex .playbutton:hover, #photogallery .playbutton:hover {
    opacity: 1;
}

#photogalleryindex {
  margin-bottom:15px;
}

#photogalleryindex ul li img
 {
  float: left;
  width: 300px;
  height: auto;
  margin-bottom: 5px;
 }

marquee a {
  color: #c3262a;
}
