@charset "utf-8";
#horoscopeSigns {
	width: 175px;
	float: right;
	border: 1px solid #09F;
	background-color: #DDF1FF;
}
#horoscopeSigns ul {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#horoscopeSigns ul li {
	list-style-type: none;
	float: left;
	padding: 3px;
	display: block;
}

#horoscopeSigns ul li a {
	float: left;
}
#horoscopeSigns ul li  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#horoscopeInfo {
	z-index: 1000;
	width: 250px;
	height: auto;
	padding: 25px;
	display: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	background-color: #FFF;
	border: 5px solid #C3C;
}
#horoscopeInfo h3{
	padding:0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 15px;
}


#horoscopeInfo a {
	color: #06F;
	font-size: 13px;
	font-weight: bold;
}

#closeHoroscope{
float:right;
}