@charset "utf-8";
/*CSS Document*/

/*generali*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	border-collapse:collapse;
}

ol,ul{
	list-style:none;
}

blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}

:focus{
	outline:0;
}

a,a:visited{
	text-decoration:none;
}

/*layout*/

body{
	background-color:transparent;
	color:#666!important;
	font:10px/1 Tahoma,Geneva,sans-serif;
}
#wrapper{
	/*width:;*/
	margin:2px auto;
}
#offerte{
	width:100%;
}

/*header*/

#offerte #header{
	position:relative;
	width:99%;
	height:33px;
	margin:10px 0 2px;
	border:1px solid;
	/*border-color:;*/
	background:url(../images/rwh_header_sfum.png) no-repeat right bottom;
	/*background-color:;*/
}
#offerte #header h1{
	padding:6px 0 0 6px;
	font-size:19px;
	font-weight:normal;
	/*color:;*/
}
#offerte #header a{
	position:absolute;
	right:5px;
	top:-8px;
	display:block;
	width:55px;
	height:50px;
	background:url(../images/rwh_logo_mondo.png) no-repeat center top;
}
#offerte #header a:hover{
	background-position:center bottom;
}

/*footer*/

#offerte #footer{
	position:relative;
	width:99%;
	height:23px;
	margin:2px 0 10px;
	border:1px solid;
	/*border-color:;*/
	background:url(../images/rwh_footer_sfum.png) no-repeat right bottom;
	/*background-color:;*/
}
#offerte #footer a{
	position:absolute;
	right:18px;
	top:-3px;
	display:block;
	height:29px;
	padding-right:38px;
	background:url(../images/rwh_arrow_cerca.png) no-repeat right top;
	font-size:18px;
	line-height:26px;
	/*color:;*/
}
#offerte #footer a:hover{
	background-position:right bottom;
}

/*nav*/

#offerte .nav{
	width:99%;
	height:10px;
}
#offerte .nav a{
	display:block;
	width:40px;
	height:10px;
	margin:0 auto;
	background:url(../images/rwh_arrow.png) no-repeat;
}

#offerte .nav a#arrowup{
	background-position:left top;
}
#offerte .nav a#arrowup:hover{
	background-position:left center;
}
#offerte .nav a#arrowup.nosel{
	background-position:left bottom;
}

#offerte .nav a#arrowdown{
	background-position:right top;
}
#offerte .nav a#arrowdown:hover{
	background-position:right center;
}
#offerte .nav a#arrowup.nosel{
	background-position:right bottom;
}

/*offerte*/

#offerte ul.elenco_offerte{
	width:100%;
	/*height:100%;*/
	overflow:hidden;
	
}
#offerte li{
	width:99%;
	/*padding:3px 0;*/
	/*padding-top:1px;*/
	height:50px;
	margin:0 auto;
}
#offerte .entry{
	width:100%;
	height:43px;
	border:1px solid;
	/*border-color:;*/
	background:url(../images/rwh_entry_sfum.png) repeat-x center top;
	/*background-color:;*/
}

/*contenuti*/

#offerte .wherepad{
	padding:5px 10px;
	float:left;
}
#offerte .where{
	width:180px;
	height:33px;
	font-size:11px;
	line-height:13px;
	overflow:hidden;
	position:absolute;
}
#offerte .where a,
#offerte .where a:visited{
	font-size:16px;
	line-height: 18px;
	/*color:;*/
}
#offerte .where a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}

#offerte .arrow{
	padding:11px 20px 0 0;
	float:right;
}
#offerte .arrow a{
	display:block;
	width:22px;
	height:22px;
	background:url(../images/rwh_arrow_link.png) no-repeat center top;
}
#offerte .arrow a:hover{
	background-position:center center;
}

#offerte .whenpad{
	padding:7px 8px 7px 9px;
	float:right;
	background:url(../images/rwh_linea_sez.png) no-repeat left center;
}
#offerte .when{
	width:165px;
	height:29px;
	font-size:12px;
	line-height:14px;
	overflow:hidden;
}

#offerte .how3{
	padding:10px 8px 9px 9px;
	float:right;
	background:url(../images/rwh_linea_sez.png) no-repeat left center;
	width:24px;
}
#offerte .how2{
	padding:2px 8px 2px 8px;
	float:right;
}
#offerte .how1pad{
	padding:5px 9px 5px 0;
	float:right;
	background:url(../images/rwh_linea_sez.png) no-repeat right center;
}
#offerte .how1{
	width:180px;
	height:33px;
	text-align:right;
	overflow:hidden;
}
#offerte .how1 span{
	font-size:13px;
	/*color:;*/
}
#slider{height:300px;}