div.announce {
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	margin: 0 10px 10px 0;
	border: 1px solid #535353;
	background: #fff;
	box-shadow: 2px 2px 8px #666;
	-webkit-box-shadow: 2px 2px 8px #666;
	-moz-box-shadow: 2px 2px 8px #666;
}

a#annunciomangacafe {
	display: block;
	padding-left: 40px;
	background: url(../img/mangacafe_2010/arrow-right.png) no-repeat 0 0;
}

	a#annunciomangacafe:hover,
	a#annunciomangacafe.selected:hover
	{
		background: url(../img/mangacafe_2010/arrow-downright.png) no-repeat 0 0;
	}
	
	a#annunciomangacafe.selected {
		background: url(../img/mangacafe_2010/arrow-down.png) no-repeat 0 0;
	}
	
	a#annunciomangacafe span {
		background: url(../img/mangacafe_2010/tit-nuovopuntovendita.png) no-repeat top left;
		width: 507px;
		height: 40px;
		display: block;
		font-size: 1px;
		text-indent: -9999px;
	}
	
div#mangacafe {
	display: none;
	height: 460px;
}


	div#mangacafe ul.mc_img {
		width: 201px;
		float: left;
		padding-right: 20px;
	}
	
		div#mangacafe ul.mc_img li {
			display: block;
			padding: 10px 0 10px 0;
		}


	div#mangacafe div.mc_info {
		padding: 20px 0;
		margin-left: 220px;
	}

		div#mangacafe div.mc_info h2 {
			line-height: 1.7;
		}

		div#mangacafe div.mc_info a.mc_gmaps,
		div#mangacafe div.mc_info a.mc_facebook
		{
			font-size: 15px;
			font-weight: bold;
			display: block;
			width: 270px;
			height: 64px;
			margin: 55px 0;
			padding: 10px 80px 10px 10px;
			border-radius: 10px;
			-moz-border-radius: 10px;
			border: 1px solid #535353;
			box-shadow: 2px 2px 9px #666;
			-webkit-box-shadow: 2px 2px 9px #666;
			-moz-box-shadow: 2px 2px 9px #666;
			line-height: 64px;
			text-align: right;
		}

		div#mangacafe div.mc_info a.mc_gmaps:hover,
		div#mangacafe div.mc_info a.mc_facebook:hover
		{
			border: 1px solid #999;
			box-shadow: 2px 2px 3px #999;
			-webkit-box-shadow: 2px 2px 3px #999;
			-moz-box-shadow: 2px 2px 3px #999;
		}

		div#mangacafe div.mc_info a.mc_gmaps {
			background: url(../img/mangacafe_2010/icon-gmaps.png) no-repeat 98% 50%;
		}
		
		div#mangacafe div.mc_info a.mc_facebook {
			background: url(../img/mangacafe_2010/icon-facebook.png) no-repeat 98% 50%;
		}
