@charset "utf-8";
/* CSS Document */



.astro  {
	clear: both;
	background-color: #F4FAFF;
	border: 1px solid #D4D4D4;
	height: 140px;
	width: 340px;
}

.astro #astro_cont {
	background-color: #F4FAFF;
	border: 1px dotted #6699FF;
	height: 140px;
	width: 340px;
	margin-left: 50px;
}

.astro #title_astro {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
	margin-top: 5px;
	padding: 3px;
	clear: both;
	font-weight: bold;
	width: 144px;
	padding-left: 5px;
	border: 1px dotted #999999;
	height: 20px;
	padding-top: 5px;
	background-image: url(http://cdn1.horoscope.fr/1/img_form/img_css/decan_bg.gif);  
	background-repeat: no-repeat;
	background-position: 123px 0px;
	float: none;
}

.astro #sign {
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	height: 88px;
	width: 70px;
	border: 1px dotted #999999;
}


.astro #title_sign {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	height: 15px;
	margin-bottom: 2px;
}

.astro #text_sign {
	background-color: #FFFFFF;
	border-top: 1px dotted #999999;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-align: center;
	height: 15px;
	font-weight: bold;
	margin-top: 2px;
}

.astro #icon_sign {
	width: 60px;
	text-align: center;
	height: 50px;
	margin-left: 5px;
}


