a {
	font-family: Arial, Helvetica, sans-serif;
	color: #54525f;
}

.content_left{
	width:676px;
	border:1px solid #E6E6E6;
	background:white;
	text-align:left;
	vertical-align:top;
}

.content_right{
	width:250px;
	border:1px solid #E6E6E6;
	background: #fff url('../img/vremea/bg_rightcol.gif') no-repeat;
	text-align:left;
	vertical-align:top;
	padding:1px;
}

.div_footer{
	background:white;
}

.bara_navigare {
	position:relative;
	margin:0px 5px 5px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}

/*calendar arhiva*/
.calendar_luni {
	float:left;
	font-weight:bold;
	text-align:center;
	width:40px;
	background:#F5F5F5;
	border-left:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
}
.calendar_an {
	float:left;
	font-weight:bold;
	text-align:center;
	width:40px;
	background:#F5F5F5;
	border-bottom:1px solid #E8E8E8;
	border-left:1px solid #E8E8E8;
}
.item_calendar {
	float:left;
	text-align:center;
	width:40px;
	border-left:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
}
.item_calendar_selected {
	float:left;
	text-align:center;
	width:40px;
	border-left:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	background:#eeeeee;
}

/*menu*/

.top_menu {
	background: url("../img/horoscop/back_menu.gif") repeat-x bottom #fbfbfb;
}
	.top_menu .item_menu{
		float:left;
		padding:6px 11px 5px 11px;
		font-weight:bold;
	}

	.top_menu a{
		text-decoration:none;
	}

	.top_menu a:hover{
		text-decoration:underline;
	}

.menu {
	background: white;
}
	.menu .item_menu{
		float:left;
		padding:6px 15px 5px 15px;
		font-weight:bold;
	}

	.menu a{
		text-decoration:none;
		color:#fe9d06;
	}

	.menu a:hover{
		text-decoration:underline;
	}

	.menu .selected{
		border-bottom:2px solid #fe9d06;
	}

		.menu .selected a{
			color:#fe9d06;
		}

.back_general {
	background: url("../img/horoscop/back_general.gif") repeat-x #fff;
	padding:10px;
}
/*END menu*/

/*carousel menu*/
	#carousel-wrapper {
		width: 576px;
		height: 120px;
		overflow: hidden;
	}

	#carousel-content {
		width: 1728px;
	}

	#carousel-content .slide {
		float: left;
		width: 120px;
		height: 120px;
		padding:0px 12px 0px 12px;
	}
	
	#carousel-content .highlight_curent {
	}

/*carousel zodia*/
	#zodia-wrapper {
		width: 480px;
		height: 130px;
		overflow: hidden;
	}

	#zodia-content {
		width: 480px;
		height: 130px;	
	}

	#zodia-content .zodia {
		float: left;
		width: 480px;
		height: 130px;
		/*overflow:auto;*/
	}
	
	.zodia-selected {
		font-weight:bold;
	}

	div.carousel {
		position:relative;
		width:560px;
		height:120px;
		overflow:hidden;
		text-align:left;
		float:left;
	}

	div.carousel ul {
		position:absolute;
		list-style: none;
		padding: 0px;
		margin: 0px;
		visibility:hidden;
	}

	div.carousel ul li {
		position:relative;
		float:left;
		width:140px;
		height:120px;
	}
	
	.thumb_gal {
		width:120px;
		height:120px;
		overflow:hidden;
		margin:0px 10px 0px 10px;
		padding: 2px;
		cursor:pointer;
	}
	
	#carousel_lft {
		cursor:pointer;
		visibility:hidden;
	}
	
	#carousel_rgt {
		cursor:pointer;
		visibility:hidden;
	}