@CHARSET "UTF-8";
/******* GENERAL RESET *******/


.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* GENERAL RESET *******/

/******* MENU *******/

#container_seaview{
	margin: 0px;
	width: 700px;
	position: relative;
	background-color:#f5f5f5;
	background-image:url(http://www.vacanzerei.com/images/seaview/bg-menuseaview.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#container_seaview ul{
	list-style: none;
	list-style-position: outside;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#container_seaview ul.menuseaview li{
	float: left;
	height: 25px;
	font-weight: 700;
	display: block;
	padding: 9px 10px 1px 10px;
	margin-bottom: 3px;
	border-width: 0px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container_seaview ul.menuseaview li.active{
	color: #D4639E;
}

li#accumulo_punti {
width:215px;
}

li#spender_punti {
width:200px;
}

li#iscriviti {
width:80px;
}

li#regolamento {
width:125px;
}
/******* /MENU *******/
/******* CONTENT *******/
.content_seaview{
	margin: 0px;
	text-align: left;
	top: 35px;
	padding: 1px 25px 5px;
}

/******* /CONTENT *******/

.content_seaview.accumulo_punti{
	display: block;
}

.content_seaview.spender_punti{
	display: none;
}

.content_seaview.iscriviti{
	display: none;
}

.content_seaview.regolamento{
	display: none;
}