/*
	HOROSCOPE CENTRE ITEM STYLES
	=================================
*/

/*
	HOROSCOPE CENTRE ITEM STYLES
	=================================
*/
#horoscopetoday_container {
	width: 325px;
	float: left;
	text-align: left;
}

#horoscopetoday_container ul {
	margin: 7px 9px 5px 19px;
	padding: 0px;
}
#horoscopetoday_container li {
	color: #993399;
	font-weight: bold;
}
#horoscopetoday_container li span {
	color: #666;
}
#horoscopetoday_imagecontainer {
	float: left;
	margin: 0px 10px 0px 10px;
}
#horoscopetoday_imagecontainer div {
	float: left;
	margin: 0px 3px 2px 3px;
}

/*
	==============================
*/
div.horoscopetxt a  {
	color: #993399;;
}
div.horoscopetxt a:hover {
    text-decoration: underline;
}
div.horoscope_container {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	width: 140px;
	height: 126px;
	position: relative;
}
div.horoscope_container img.horoscope_img {
	position: absolute;
	top: 10px;
	left: 10px;
}
div.horoscope_title {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 126px;
	background-color: #ccc;
}
div.horoscope_title img {
	position: absolute;
	right: -5px;
	bottom: 0px;
}
.horoscope_button {
	position: absolute;
	bottom: 1px;
	left: 2px;
}

div.horoscope_item {
	float: left;
	text-align: center;
	width: 60px;
	height: 70px;
	margin: 3px;
}
div.horoscope_item a {
	color: #666;
	font-weight: bold;
}
div.horoscope_item a:hover {
	text-decoration: underline;
}
div.horoscope_item p {
	font-size: 10px;
	font-family: Tahoma;
	margin: 0px;
}
div.astrology_item {
	float: left;
	text-align: center;
	width: 46px;
	height: 70px;

}
div.astrology_item p {
	font-size: 10px;
	font-family: Tahoma;
	margin: 0px;
}
div.astrology_item a {
	color: #666;
	font-weight: bold;
}
div.astrology_item a:hover {
	text-decoration: underline;
}
/*
	==============================
*/