﻿/* astrology.css  */

/*************************************************************************************/
/* General */
/*************************************************************************************/

html 
{
	margin: 0px auto;     
	padding: 0px auto;     
	color: #FFF;     
	font-family: Arial;
	font-size: 12px;
}

body 
{
	/*height: 1260px;*/
	width: 100%;
	margin: 0px 0px 0px 0px;
    background: url('/astrology/images/bg_grey.png') repeat top; 
    text-align: center;
}

.top
{
    width: 950px;
    margin: 0px auto;
    position:relative;
    z-index: 9999;
    background: url('/astrology/images/bg_grey.png') repeat top; 
    
}

.menu
{
	clear:both;
    width: 100%;
    height:44px;
    position: relative;
    z-index:400;
    background: url('/astrology/images/bg_menu.png') ; 
}

.hidden_style
{
	border-width: 0px;
	background-color: Transparent;
	font-size: 0px;
}


.tick
{
	float: left;
	clear: left;
	display: block;
	height: 24px;
    width: 24px;
    background: url('/astrology/images/email_readings/field_tick.png') no-repeat top; 
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.arrow_small
{
    float: left;
    height: 14px;
    width: 9px;
    background: url('/astrology/images/arrow.png') no-repeat;
    background-position: left center;
}

.icon_left
{
    height: 64px;
    width: 30px;
    background: url('/astrology/images/icon_left.png') no-repeat;
}

.icon_right
{
    height: 64px;
    width: 30px;
    background: url('/astrology/images/icon_right.png') no-repeat;
}

/* ******************* Buttons Definitions ******************* */

.previous_button
{
	float: left;
	width: 200px;
    height: 55px;
    background: url('/astrology/images/btn_previous.png') top; 
}

.next_button
{
	float: left;
	width: 200px;
    height: 55px;
    background: url('/astrology/images/btn_next.png') top; 
}

.send_button
{
	float: left;
	width: 110px;
    height: 18px;
    background: url('/astrology/images/email_readings/btn_send.png') top; 
}

.comm_button
{
	float: left;
	width: 110px;
    height: 18px;
    background: url('/astrology/images/email_readings/btn_send.png') top; 
}

.more_button
{
	float: left;
	width: 110px;
    height: 18px;
    background: url('/astrology/images/btn_more.png') top; 
}

.more_white_button
{
	float: left;
	width: 110px;
    height: 18px;
    background: url('/astrology/images/btn_more.png') top; 
}

.return_button
{
	float: left;
	width:  80px;
    height: 15px;
    background: url('/astrology/images/btn_go_back.png') top; 
}

.costs_button
{
	float: left;
	width:  110px;
    height: 18px;
    background: url('/astrology/images/email_readings/btn_charges.png') top; 
}

.refresh_button
{
	float: left;
	width:  24px;
    height: 24px;
    background: url('/astrology/images/email_readings/btn_refresh.png') top; 
}

.answer_button
{
	float: left;
	width:  110px;
    height: 18px;
    background: url('/astrology/images/btn_answer.png') top; 
}

.close_button
{
	float: left;
	width:  15px;
    height: 15px;
    background: url('/astrology/images/btn_close.png') top; 
}

.enter_button
{
	float: left;
	width:  70px;
    height: 18px;
    background: url('/astrology/images/btn_enter.png') top; 
}

.comments_button
{
	float: left;
	width:  80px;
    height: 18px;
    background: url('/astrology/images/btn_sxolia.png') top; 
}

.go_now_button
{
	float: left;
	width:  80px;
    height: 18px;
    background: url('/astrology/images/go_now_btn.png') top; 
}

/* ******************* Menu ******************* */

.menu_collaborators
{
	z-index:98;
	position:absolute;
	top: 42px;
	width: 160px;
    height: 70px;
    background: url('/astrology/images/partners_menu.png') top; 
    text-align: left;
}

.menu_astrologia
{
	z-index:98;
	position:absolute;
	top: 42px;
	left: 120px;
	width: 470px;
    height: 120px;
    background: url('/astrology/images/astrology_menu.png') top; 
    text-align: left;
}

.menu_taro
{
    z-index:98;
	position:absolute;
	top: 42px;
	left: 245px;
	width: 300px;
    height: 100px;
    background: url('/astrology/images/xartomanteia_menu.png') top; 
    text-align: left;
}

.menu_arithmologia
{   
    z-index:98;
	position:absolute;
	top: 42px;
	left: 450px;
	width: 300px;
    height: 100px;
    background: url('/astrology/images/arithmologia_menu.png') top; 
    text-align: left;
}

.menu_astro_fun
{
    z-index:98;
	position:absolute;
	top: 42px;
	left: 745px;
	width: 300px;
    height: 100px;
    background: url('/astrology/images/arithmologia_menu.png') top; 
    text-align: left;
}

.custom_dropdown_first
{
    float: left;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-color: #AAAAAA;
/*	scrollbar-face-color: #881643;
	scrollbar-highlight-color: #4B4B4B; */
	
   /* scrollbar-face-color: #FFCCCC;*/
  /*  scrollbar-highlight-color: #4B4B4B;*/
  /*  scrollbar-3dlight-color: #646464;*/
  /*  scrollbar-darkshadow-color: #969696;*/
   /* scrollbar-shadow-color: #C0C0C0;*/
  /*  scrollbar-arrow-color: #090925;*/
  /*  scrollbar-track-color: #051011;*/


}

/* Fonts Definitions */


/* ******************* Arial Fonts ******************* */

.fonts_arial_yellow_11_b
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;	
	color: #FFFF00;
}

.fonts_arial_white_9
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bolder;	
	color: #FFFFFF;
}

.fonts_arial_white_10_b
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;	
	color: #FFFFFF;
}

.fonts_arial_white_11
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.fonts_arial_white_11_b
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;	
	color: #FFFFFF;
}

.fonts_arial_white_12
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.fonts_arial_white_12_b
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;	
}

.fonts_arial_white_20_b
{
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
}

.fonts_arial_magenta_10
{
	font-family: Arial;
	font-size: 10px;
	color: #CC0066;
	font-weight: bolder;
}

.fonts_arial_magenta_12_b
{
	font-family: Arial;
	font-size: 12px;
	color: #CC0066;
	font-weight: bolder;
}

.fonts_arial_magenta_12_it
{
	font-family: Arial;
	font-size: 12px;
	color: #CC0066;
	font-style: italic;	
}

.fonts_arial_magenta_14_b
{
	font-family: Arial;
	font-size: 14px;
	color: #CC0066;
	font-weight: bolder;	
}

.fonts_arial_magenta_17_b
{
	font-family: Arial;
	font-size: 17px;
	color: #CC0066;
	font-weight: bolder;
}

.fonts_arial_black_9_b
{
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	font-weight: bolder;	
}

.fonts_arial_black_10
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.fonts_arial_black_10_b
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
}

.fonts_arial_black_11
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.fonts_arial_black_12
{ 
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none; 
}

.fonts_arial_black_12:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none; 
}

.fonts_arial_black_12_it
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-style: italic;	
}

.fonts_arial_black_12_b
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}

.fonts_arial_black_14_b
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;	
}

.fonts_arial_black_14
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.fonts_arial_black_14_it
{
	font-family: Arial;
	font-size: 14px;
	font-style: italic;	
	color: #000000;
}

.fonts_arial_black_17
{
	font-family: Arial;
	font-size: 17px;
	color: #000000;
}

.fonts_arial_black_17_it
{
	font-family: Arial;
	font-size: 17px;
	font-style: italic;	
	color: #000000;
}

.fonts_arial_black_17_it_b
{
	font-family: Arial;
	font-size: 17px;
	font-style: italic;	
	font-weight: bolder;	
	color: #000000;
}

.fonts_arial_black_18_b
{
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
}

/* ******************* Georgia Fonts ******************* */

.fonts_georgia_white_10_it
{
	font-family: Georgia;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;	
}

.fonts_georgia_white_11_b
{
	font-family: Georgia;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
}

.fonts_georgia_white_12
{
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
}

.fonts_georgia_white_12_b_it
{
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	font-style: italic;	
}

.fonts_georgia_white_14
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
}

.fonts_georgia_white_14_b_it
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
	font-style: italic;	
}

.fonts_arial_yellow_14_b
{
    font-family: Arial;
    font-size: 14px;
    color: #FFFF00;
    font-weight: bolder;
}

.fonts_georgia_white_15_b_it
{
	font-family: Georgia;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bolder;
	font-style: italic;	
}

.fonts_georgia_white_17
{
	font-family: Georgia;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bolder;
}

.fonts_georgia_white_17_it
{
	font-family: Georgia;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bolder;
	font-style: italic;	
}

.fonts_georgia_white_20_b
{
	font-family: Georgia;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
}

/* ****** Magenta ****** */

.fonts_georgia_magenta_14
{
	font-family: Georgia;
	font-size: 14px;
	color: #CC0066;
}

.fonts_georgia_magenta_14_b
{
	font-family: Georgia;
	font-size: 14px;
	color: #CC0066;
	font-weight: bolder;	
}

.fonts_georgia_magenta_14_it
{
	font-family: Georgia;
	font-size: 14px;
	color: #CC0066;
	font-style: italic;
	text-decoration: none; 
}

.fonts_georgia_magenta_17
{
	font-family: Georgia;
	font-size: 17px;
	color: #CC0066;
	font-weight: bolder;
}

.fonts_georgia_magenta_17_it
{
	font-family: Georgia;
	font-size: 17px;
	color: #CC0066;
	font-weight: bolder;
	font-style: italic;
	text-decoration: none; 	
}


.fonts_georgia_magenta_17_it:hover
{
	font-family: Georgia;
	font-size: 17px;
	color: #CC0066;
	font-weight: bolder;
	font-style: italic;
	text-decoration: none; 	
}

.fonts_georgia_black_12_it
{
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

.fonts_georgia_black_17_it
{
	font-family: Georgia;
	font-size: 17px;
	color: #000000;
	font-weight: bolder;
	font-style: italic;
}

/*************************************************************************************/
/* Editing pages */
/*************************************************************************************/



/*************************************************************************************/
/* Home page */
/*************************************************************************************/

.home_page_header
{
	margin: 0px auto;
	width: 950px;
	height: 30px;
	background: #000 url('/astrology/images/header.png') center top;
	text-align: center;
}

.home_page_header_clock
{
	float: left;
	margin: 6px 0px 0px 20px;
}

.home_page_header_login
{
	float: right;
	margin: 6px 20px 0px 0px;	
}

.home_page_middle
{
    width: 100%;
    height: 1020px;
    margin: 0px auto;
    background: url('/astrology/images/bg_grey.png') center top; 
}

.home_page_logos_banner
{
	float: left;
	height: 110px;
	margin: 0px auto;
	width: 100%;
    background: url('/astrology/images/bg_grey.png') repeat top; 	
}

.home_page_logos_banner_log
{
	float: left;
	margin: 10px 0px 0px 0px;
	width: 212px;
	height: 113px;
    background: url('/astrology/images/logo_eastro.png') no-repeat top; 	
}

.home_page_logos_banner_ban
{
	float: left;
    width: 728px;
    height: 90px;
    margin: 10px 0px 0px 10px;
}

.home_page_menubar
{
	
	height: 44px;
	width: 950px;
	position:relative;
	margin: 0px auto;
}

.home_page_menubar_choice
{
	float: left; 
	height: 44px;
	width: 100%;
	margin: 0px auto;
}

.home_page_menubar_synergates
{
	float: left;
	height: 22px;
	width: 123px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_synergates.png') center;
	margin: 8px 0px 0px 0px;	
}

.home_page_menubar_synergates:hover
{
	float: left;
	height: 22px;
	width: 123px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_synergates.png') center;
	margin: 8px 0px 0px 0px;
}

.home_page_menubar_astrologia
{
	float: left;
	height: 22px;
	width: 123px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_astrologia.png') center;
	margin: 8px auto;
}

.home_page_menubar_astrologia:hover
{
	float: left;
	height: 22px;
	width: 123px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_astrologia.png') center;
	margin: 8px auto;
}

.home_page_menubar_xartomantia_tarw
{
	float: left;
	height: 22px;
	width: 206px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_xartomantia_tarw.png') center;
	margin: 8px auto;
}

.home_page_menubar_xartomantia_tarw:hover
{
	float: left;
	height: 22px;
	width: 206px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_xartomantia_tarw.png') center;
	margin: 8px auto;
}

.home_page_menubar_arithmologia
{
	float: left;
	height: 22px;
	width: 132px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_arithmologia.png') center;
	margin: 8px auto;
}

.home_page_menubar_arithmologia:hover
{
	float: left;
	height: 22px;
	width: 132px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_arithmologia.png') center;
	margin: 8px auto;
}

.home_page_menubar_arthra_themata
{
	float: left;
	height: 22px;
	width: 162px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_arthra_themata.png') center;
	margin: 8px auto;
}

.home_page_menubar_arthra_themata:hover
{
	float: left;
	height: 22px;
	width: 162px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_arthra_themata.png') center;
	margin: 8px auto;
}

.home_page_menubar_astrofun
{
	float: left;
	height: 22px;
	width: 94px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_astrofun.png') center;
	margin: 8px auto;
}

.home_page_menubar_astrofun:hover
{
	float: left;
	height: 22px;
	width: 94px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_astrofun.png') center;
	margin: 8px auto;
}

.home_page_menubar_sxolia
{
	float: left;
	height: 22px;
	width: 110px;
	background: url('/astrology/images/menu_nav/buttons_white/btn_white_sxolia.png') center;
	margin: 8px auto;
}

.home_page_menubar_sxolia:hover
{
	float: left;
	height: 22px;
	width: 110px;
	background: url('/astrology/images/menu_nav/clicked_buttons/btn_sxolia.png') center;
	margin: 8px auto;
}

.home_page_gey_bar
{
	float: left;
	width: 100%;
}

.home_page_astrologos_flash
{
	height: 200px;
	width: 950px;
	background: url('/astrology/images/FASA_E-STRO.png') center;
	margin: 175px auto;
}

.home_page_frame_row1
{
	float: left;
	width: 100%;
	text-align: center;
	margin: -180px 0px 0px 147px;	
}

.home_page_frame_month_sign
{
	float: left;
	height: 410px;
	width: 323px;
	background: url('/astrology/images/frame_month_sign.png') no-repeat;
	
}

.home_page_frame_month_btn
{
	float: left;
	height: 18px;
	width: 110px;
	margin: 20px 0px 0px 192px;
	background: url('/astrology/images/btn_more.png') center;
}

.home_page_frame_month_sign_pink_line
{
	float: left;
	height: 1px;
	width: 300px;
	background: url('/astrology/images/pink_line.png') center;
	margin: 15px 0px 0px 0px;
}

.home_page_frame_month_sign_oro_date
{
	float: left;
	margin: 10px 0px 0px 15px;
}

.home_page_frame_month_sign_oro_month
{
	height: 21px;
	width: 100px;
	background: url('/astrology/images/field_month.png') center;
}

.home_page_frame_month_sign_oro_day
{
	height: 21px;
	width: 45px;
	background: url('/astrology/images/field_day.png') center;
}

.home_page_frame_month_sign_oro_year
{
	height: 21px;
	width: 60px;
	background: url('/astrology/images/field_year.png') center;
}

.home_page_frame_month_sign_oro_time
{
	height: 21px;
	width: 60px;
	background: url('/astrology/images/field_time.png') center;
}

.home_page_frame_month_sign_month
{
	float: left;
	margin: 2px 0px 0px -305px;
	width: 180px;	
}

.home_page_frame_month_sign_month_btn
{
	float: left;
	margin: 2px 0px 0px -202px;
}

.home_page_frame_month_sign_date
{
	float: left;
	margin: 2px 0px 0px -200px;
	width: 180px;	
}

.home_page_frame_month_sign_date_btn
{
	float: left;
	margin: 2px 0px 0px -150px;
}

.home_page_frame_month_sign_year
{
	float: left;
	margin: 2px 0px 0px -122px;
}

.home_page_frame_month_sign_year_btn
{
	float: left;
	margin: 2px 0px 0px -90px;
}

.home_page_frame_month_sign_time
{
	float: left;
	margin: -19px 0px 0px 228px;
}

.home_page_frame_month_sign_time_btn
{
	float: left;
	margin: -19px 0px 0px 270px;
}

.home_page_frame_month_sign_choose
{
	float: left;
	height: 18px;
	width: 110px;
	background: url('/astrology/images/btn_choose_sign.png') center;
	margin: 22px 0px 0px 20px;
}

.home_page_frame_month_sign_results
{
	float: left;
	height: 18px;
	width: 110px;
	background: url('/astrology/images/btn_results.png') center;
	margin: 22px 0px 0px 65px;
}

.home_page_frame_tarw
{
	float: left;
	height: 410px;
	width: 323px;
	background: url('/astrology/images/frame_tarw.png') no-repeat;
	
}

.home_page_frame_tarw_btn
{
	float: left;
	height: 18px;
	width: 110px;
	margin: -22px 0px 0px 192px;
	background: url('/astrology/images/btn_more.png') center;
}

.home_page_frame_tarw_pink_line
{
	float: left;
	height: 1px;
	width: 300px;
	background: url('/astrology/images/pink_line.png') center;
	margin: 10px 0px 0px 0px;
}

.home_page_frame_tarw_3lucky_cards
{
	float: left;
	height: 97px;
	width: 127px;
	background: url('/astrology/images/btn_3lucky_cards_1.png') center;
	margin: 2px 0px 0px 0px;
}

.home_page_frame_banners
{
	float: left;
	height: 250px;
	width: 300px;
	background: url('/astrology/images/banner_area.jpg') center;
	margin: 20px 0px 0px 6px;
}

.home_page_frame_banner_email_readings
{
	float: left;
	height: 140px;
	width: 300px;
	background: url('/astrology/images/banner_email_readings.png') center;
	margin: 285px 0px 0px -300px;
}

.home_page_love_test
{
	width: 100%;
    position: relative;
    text-align: center;
}

.home_page_love_test_back
{
	height: 180px;
	width: 950px;
	margin: 0px auto;
	background: url('/astrology/images/love_test/love_test_full.png') center;
}

.home_page_love_test_calculate
{
	height: 18px;
	width: 100px;
	background: url('/astrology/images/love_test/btn_calculate_lovetest.png') center;
}

.home_page_love_test_cal_name1
{
	float: left;
	margin: 56px 0px 0px 40px;
	width: 270px;
}

.home_page_love_test_cal_month1
{
	float: left;
	margin: 121px 0px 0px -270px;
	width: 180px;	
}

.home_page_love_test_cal_month1_btn
{
	float: left;
	margin: 122px 0px 0px -166px;
}

.home_page_love_test_cal_date1
{
	float: left;
	margin: 121px 0px 0px -150px;
	width: 180px;	
}

.home_page_love_test_cal_date1_btn
{
	float: left;
	margin: 122px 0px 0px -120px;
}

.home_page_love_test_cal_year1
{
	float: left;
	margin: 121px 0px 0px -100px;
	width: 180px;	
}

.home_page_love_test_cal_year1_btn
{
	float: left;
	margin: 122px 0px 0px -109px;
}

.home_page_love_test_cal_name2
{
	float: left;
	margin: 56px 0px 0px 185px;
	width: 270px;
}

.home_page_love_test_cal_month2
{
	float: left;
	margin: 121px 0px 0px -270px;
	width: 180px;	
}

.home_page_love_test_cal_month2_btn
{
	float: left;
	margin: 122px 0px 0px -166px;
}

.home_page_love_test_cal_date2
{
	float: left;
	margin: 121px 0px 0px -150px;
	width: 180px;	
}

.home_page_love_test_cal_date2_btn
{
	float: left;
	margin: 122px 0px 0px -120px;
}

.home_page_love_test_cal_year2
{
	float: left;
	margin: 121px 0px 0px -84px;
}

.home_page_love_test_cal_year2_btn
{
	float: left;
	margin: 122px 0px 0px -74px;
}

.home_page_footer
{
	float: left;
	width: 100%;
	height: 235px;
   
    margin: 0px auto;
    position: relative;
    background: #000 url('/astrology/images/footer_bg.png') repeat center top; 
}

.home_page_footer_col
{
	float: left;
	text-align: left;
	margin: 20px 0px 0px 0px;	

}

.home_page_footer_line1
{
	float: left;
	width: 1px;
	height: 130px;
   
    background: url('/astrology/images/footer_line.png') no-repeat center top; 
}



.home_page_footer_signup_field
{
	width: 270px;
	height: 21px;
    background: url('/astrology/images/signup_field.png') no-repeat center top; 
}

/*************************************************************************************/
/* Collaborators */
/*************************************************************************************/

.collaborators_frame_row1
{
	float: left;
	width: 100%;
	text-align: center;
	margin: -590px 0px 0px 123px;
}

.collaborators_small_profile
{
	float: left;
	width: 323px;
	height: 330px;
    background: url('/astrology/images/synergates_card.png') no-repeat center; 
}

.collaborators_buttons
{
	float: left;
	margin: 10px 0px 0px 112px;
	text-align: center;
}

.collaborators_details_med_text1
{
	float: left;
	width: 140px;
	margin: 10px 0px 0px 10px;
	text-align: left;

}

/*************************************************************************************/
/* Collaborators Profile */
/*************************************************************************************/

.collab_profile_middle
{
	clear:both;
    width: 950px;
    margin: 0px auto;
   
}

.collab_profile_frame_row1
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 147px;
}

.collab_profile_frame_row2
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;	
}

.collab_profile_details_top
{
	float: left;
	height: 215px;
	width: 648px;
	background: url('/astrology/images/frame_top_graph.png') center;
	margin: 10px 0px 0px 0px;
}

.collab_profile_details_middle
{
	float: left;
	width: 648px;
	background: url('/astrology/images/frame_middle.png') center;
	margin: 0px 0px 0px 0px;
}

.collab_profile_details_bottom
{
	float: left;
	height: 50px;
	width: 648px;
	background: url('/astrology/images/frame_bottom.png') center;
	margin: 0px 0px 0px 0px;
}

.collab_profile_details_bottom_graphic
{
	float: left;
	height: 90px;
	width: 585px;
	background: url('/astrology/images/graphic_banner1.png') center;
	margin: 20px 0px 0px 35px;
}

.collab_profile_details_top_comm
{
	float: left;
	height: 50px;
	width: 648px;
	background: url('/astrology/images/frame_top.png') center;
	margin: 10px 0px 0px 0px;
}

.collab_profile_comments_all
{
	float: left;
	height: 18px;
	width: 180px;
	background: url('/astrology/images/btn_comments.png') center;
	margin: 12px 0px 0px 450px;
}

.collab_profile_details_bottom_graph
{
	float: left;
	height: 80px;
	width: 585px;
	background: url('/astrology/images/graphic_banner.png') center;
	margin: 0px 0px 0px 0px;
}

.collab_profile_details_top_tlt
{
	float: left;
	margin: 22px 0px 0px 8px;
}

.collab_profile_banners_right
{
	float: left;
	margin: 10px 0px 0px 800px;	
}

.collab_profile_frame_costs
{
	float: left;
	height: 170px;
	width: 300px;
	background: url('/astrology/images/frame_xrewseis.png') no-repeat center;
}

.collab_profile_frame_banners
{
	float: left;
	height: 250px;
	width: 300px;
	background: url('/astrology/images/banner_area.jpg') center;
}

.collab_profile_frame_banner_email_readings
{
	float: left;
	height: 140px;
	width: 300px;
	background: url('/astrology/images/banner_email_readings.png') center;
}

.collab_profile_details_middle_det
{
	float: left;
	margin: -169px 0px 0px -5px;
}

.collab_profile_details_middle_comm
{
	float: left;
}

.collab_profile_details_med_image
{
	float: left;
	margin: 10px 0px 0px 20px;
}

.collab_profile_details_med_text1
{
	float: left;
	width: 100px;
	height: 100%;	
	margin: 10px 0px 0px 20px;
	text-align: left;

}

.collab_profile_details_med_bio
{
	float: left;
	margin: 10px 0px 0px 20px;
	text-align: left;
	width: 400px;
}

.collab_profile_comments
{
	float: left;
	margin: 10px 0px 0px 20px;
}

.collab_profile_comments_tlt
{
	float: left;
	margin: -37px 0px 0px -10px;
}

.collab_profile_comments_buttons
{
	float: left;
	margin: 0px 0px 0px 500px;
	text-align: center;
}

.collab_profile_comments_list_comm_box
{
	float: left;
	width: 150px;
	height: 73px;
    background: url('/astrology/images/comment_box.png') no-repeat center top; 
}

.collab_profile_comments_list_details
{
	float: left; 
	margin: 0px 0px 0px 20px; 
	width: 420px;
	height: 150px;
	text-align: left;
	overflow: hidden;
}

.collab_profile_comments_list_rating
{
	float: left; 
	margin: 70px 0px 0px -100px; 
}

.collab_profile_comments_list_line
{
    clear: both;
	float: left;
	width: 620px;
	height: 1px;
	margin: -60px 0px 0px -4px;	
    background: url('/astrology/images/line_pink.png') no-repeat top;
}

.collab_profile_footer
{
	
	width: 100%;
	height: 235px;
	margin:10px 0px 0px 0px;
    position: relative;
    background: url('/astrology/images/footer_bg.png'); 
}
.footer950
{
	clear:both;
	width:950px;
	margin:0px auto;	
}
/*************************************************************************************/
/* Terstimonials */
/*************************************************************************************/

.testimonials_middle
{
    width: 100%;
    height: 740px;
    margin: 0px auto;
    background: url('/astrology/images/bg_grey.png') center top; 
}

.testimonials_comments
{
	float: left;
	margin: -155px 0px 0px 20px;	
}


.testimonials_frame_row2
{
	float: left;
	width: 100%;
	text-align: center;
	margin: -590px 0px 0px 145px;	
}

.testimonials_details_top
{
	float: left;
	height: 215px;
	width: 648px;
	background: url('/astrology/images/frame_top_graph.png') center;
	margin: 10px 0px 0px 144px;
}

.testimonials_details_middle
{
	float: left;
	width: 648px;
	background: url('/astrology/images/frame_middle.png') center;
	margin: 0px 0px 0px 144px;
}

.testimonials_details_bottom
{
	float: left;
	height: 50px;
	width: 648px;
	background: url('/astrology/images/frame_bottom.png') center;
	margin: 0px 0px 0px 144px;
}

.testimonials_details_top_tlt
{
	float: left;
	margin: 22px 0px 0px 8px;
}

.testimonials_comments_name
{
	float: left;
	height: 21px;
	width: 245px;
	background: url('/astrology/images/email_readings/field_name.png') center;
}

.testimonials_comments_name_box
{
	float: left;
	margin: 2px 0px 0px 10px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 220px;
	border-width: 0px;
	background-color: Transparent;
}

.testimonials_comments_email
{
	float: left;
	height: 21px;
	width: 245px;
	background: url('/astrology/images/email_readings/field_email.png') center;
}

.testimonials_comments_email_box
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 220px;
	border-width: 0px;
	background-color: Transparent;
}

.testimonials_comments_partners
{
	float: left;
	height: 21px;
	width: 160px;
	background: url('/astrology/images/email_readings/field_provlepsi.png') center;
	margin: 25px 0px 0px 63px;
}

.testimonials_comments_partners_box
{
	float: left;
	margin: 2px 0px 0px 10px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 120px;
	border-width: 0px;
	background-color: Transparent;
}

.testimonials_comments_rating
{
	float: left;
	height: 21px;
	width: 60px;
	background: url('/astrology/images/email_readings/field_day.png') center;
	margin: 20px 0px 0px 128px;
}

.testimonials_comments_rating_box
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 20px;
	border-width: 0px;
	background-color: Transparent;
}

.testimonials_comments_partners_tlt
{
	float: left;
	height: 73px;
	width: 150px;
	background: url('/astrology/images/comment_box.png') center;
	margin: 25px 0px 0px 63px;
}

.testimonials_comments_partners_comm_box_back
{
	float: left;
	height: 117px;
	width: 394px;
	background: url('/astrology/images/email_readings/field_comments_box.png') top;
	margin: -5px 0px 0px 38px;
}

.testimonials_comments_partners_comm_box
{
	float: left;
	margin: 10px 0px 0px 10px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width: 370px;
	height: 90px;
	border-width: 0px;
	background-color: Transparent;
	overflow: auto;
}

/*************************************************************************************/
/* Tarrot Daily */
/*************************************************************************************/

.tarrot_day_frame_row1
{
	float: left;
	width: 100%;
	text-align: center;
}

.tarrot_day_top
{
	float: left;
	height: 215px;
	width: 648px;
	background: url('/astrology/images/frame_top_graph.png') top;
	margin: 10px 0px 0px 0px;
}



.tarrot_day_bottom
{
	float: left;
	height: 10px;
	width: 648px;
	background: url('/astrology/images/frame_bottom.png') bottom;
}

.tarrot_day_vertical_line
{
	float: left;
	height: 1354px;
	width: 1px;
	background: url('/astrology/images/vertical_line.png') top;
	margin: -1365px 0px 0px 322px;
}

.tarrot_day_horizontal_line
{
	float: left;
	height: 1px;
	width: 610px;
	background: url('/astrology/images/line_pink.png') top;
}

.tarrot_daily_col1
{
	float: left;
	height:150px;
	width:300px;
	margin:10px 0px 0px 0px;
}

.tarrot_daily_col2
{
	float: left;
	margin: -43px 0px 0px 316px;	
}

.tarrot_daily_col3
{
	float: left;
	margin: 163px 0px 0px 0px;	
}

.tarrot_daily_col4
{
	float: left;
	margin: -43px 0px 0px 316px;	
}

.tarrot_daily_col5
{
	float: left;
	margin: 163px 0px 0px 0px;	
}

.tarrot_daily_col6
{
	float: left;
	margin: -43px 0px 0px 316px;	
}

.tarrot_daily_col7
{
	float: left;
	margin: 163px 0px 0px 0px;	
}

.tarrot_daily_col8
{
	float: left;
	margin: -43px 0px 0px 316px;	
}

.tarrot_daily_col9
{
	float: left;
	margin: 163px 0px 0px 0px;	
}

.tarrot_daily_col10
{
	float: left;
	margin: -43px 0px 0px 316px;	
}

.tarrot_daily_col11
{
	float: left;
	margin: 163px 0px 0px 0px;	
}

.tarrot_daily_col12
{
	float: left;
	margin: -43px 0px 0px 316px;	
}

/*************************************************************************************/
/* Tarrot Daily Details*/
/*************************************************************************************/

.tarrot_day_details_middle
{
	float: left;
	width: 648px;
	background: url('/astrology/images/frame_middle.png') top;
}

.tarrot_day_details_bottom_graphic
{
	height: 80px;
	width: 585px;
	background: url('/astrology/images/graphic_banner.png') center;
}


/*************************************************************************************/
/* Zodiac Details */
/*************************************************************************************/

.zodiac_details_small
{
	float: left;
	width: 150px;
	height: 73px;
	margin: 40px 0px 0px -130px;
	background: url('/astrology/images/comment_box.png') top;
}

.zodiac_details_bottom
{
	float: left;
	height: 10px;
	width: 648px;
	background: url('/astrology/images/frame_bottom.png') bottom;
}

/*************************************************************************************/
/* email Readings */
/*************************************************************************************/

.email_readings_oro_month
{
	float: left;
	height: 21px;
	width: 100px;
	background: url('/astrology/images/field_month.png') center;
}

.email_readings_born_place
{
	float: left;
	height: 21px;
	width: 160px;
	background: url('/astrology/images/email_readings/field_born_place.png') center;
}

.email_readings_sinergates
{
	float: left;
	height: 21px;
	width: 160px;
	background: url('/astrology/images/email_readings/field_synergatis.png') center;
}

/*************************************************************************************/
/* Registration */
/*************************************************************************************/

.registration_country
{
	float: left;
	height: 21px;
	width: 160px;
	background: url('/astrology/images/email_readings/field_synergatis.png') center;
}

.registration_random
{
	float: left;
	height: 21px;
	width: 160px;
	background: url('/astrology/images/email_readings/field_born_place.png') center;
}

/*************************************************************************************/
/* Arithmologia */
/*************************************************************************************/

.arithmologia_sign
{
	float: left;
	height: 130px;
	width: 150px;
	background: url('/astrology/images/personal_horoscope_image.png') no-repeat;
}

.arithmologia_month_sign_month
{
	float: left;
	margin: 2px 0px 0px -235px;
	width: 180px;	
}

.arithmologia_month_sign_month_btn
{
	float: left;
	margin: 2px 0px 0px -135px;
}

.arithmologia_month_sign_date
{
	float: left;
	margin: 2px 0px 0px -132px;
	width: 180px;	
}

.arithmologia_month_sign_date_btn
{
	float: left;
	margin: 2px 0px 0px -130px;
}

.arithmologia_month_sign_year
{
	float: left;
	margin: -17px 0px 0px -55px;
}

.arithmologia_month_sign_year_btn
{
	float: left;
	margin: -17px 0px 0px -15px;
}


/*************************************************************************************/
/* Articles & Subjects */
/*************************************************************************************/

.articles_subjects_box
{
	float: left;
	height: 58px;
	width: 160px;
	background: url('/astrology/images/article_box.png') center;
}

.articles_subjects_pink_line
{
	float: left;
	height: 1px;
	width: 620px;
	background: url('/astrology/images/line_pink.png') top;
}

.articles_subjects_gridrow
{
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    position: relative;
}

.articles_subjects_gridrow2
{
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    left: 5px;
    text-decoration: none;
    position: relative;
}

/*************************************************************************************/
/* Crystal Ball */
/*************************************************************************************/

.crystal_ball_vertical_line
{
	float: left;
	height: 680px;
	width: 1px;
	background: url('/astrology/images/vertical_line.png') no-repeat top;
}

.crystal_ball_field
{
	float: left;
	height: 21px;
	width: 300px;
	background: url('/astrology/images/text_field.png') no-repeat top;
}

/*************************************************************************************/
/* Login */
/*************************************************************************************/

.login_frame
{
	float: left;
	height: 210px;
	width: 260px;
	position:absolute;
	top:36px; left:846px; right:0; bottom:0;
	z-index: 10002;
	background: url('/astrology/images/login_box_bg.png') top;
}

.login_fields
{
	float: left;
	height: 21px;
	width: 220px;
	background: url('/astrology/images/field_name.png') top;
}

.tarw_grey
{
	float: left;
	height: 158px;
	width: 98px;
	background: url('/astrology/images/tarw_grey.png') top;
}

.tarw_red
{
	float: left;
	height: 158px;
	width: 98px;
	background: url('/astrology/images/tarw_red.png') top;
}

.emails_gridrow
{
    clear: both;
    float: left;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    position: relative;
}


