.dg_container_page {
	float:left;
	width:100%;
	background-color:#fff;
}
.dg_container_page * {
	font-family:Arial, Helvetica, sans-serif;
}

.dg_page_it_top {
	float:left;
	width:770px;
	background-image:url(../img/mondo/page_top_it.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.dg_page_it_top .title_top {
	font-size:23px;
	color:#c00;
	font-weight:bold;
	padding:4px 0 0 20px;
}

.dg_page_it_bot {
	float:left;
	width:770px;
	background-image:url(../img/mondo/page_bot_it.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.dg_container_page .box_offerte {
	padding:20px 0 0 20px;
	float:left;
}
.dg_container_page .box_offerte .threeStar {
	float:left;
	width:200px;
	height:204px;
	margin:0 10px 0 0;
	background-image:url(../img/mondo/box_offerte_star.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.dg_container_page .box_offerte .fourStar {
	float:left;
	width:200px;
	height:204px;
	margin:0 10px 0 0;
	background-image:url(../img/mondo/box_offerte_star.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.dg_container_page .box_offerte .fiveStar {
	float:left;
	width:200px;
	height:204px;
	margin:0 0 0 0;
	background-image:url(../img/mondo/box_offerte_star.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.dg_container_page .box_offerte .star_title {
	float:left;
	width:196px;
	background-image:url(../img/mondo/bottom_stars.gif);
	background-repeat:no-repeat;
	margin:0 0 7px 0;
}
.dg_container_page .box_offerte .star_title .text {
	float:left;
	font-size:16px;
	color:#c00;
	font-weight:bold;
	padding:6px 0 0 3px;
}
.dg_container_page .box_offerte .row {
	float:left;
	width:100%;
	padding:4px 0 4px 0;
}
.dg_container_page .box_offerte .row .destinazione {
	float:left;
	width:110px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dg_container_page .box_offerte .row .destinazione div {
	font-size:11px;
	padding:0 0 0 5px;
}
.dg_container_page .box_offerte .row .destinazione div a:link 		{font-weight:normal; color:#00f; text-decoration:underline;}
.dg_container_page .box_offerte .row .destinazione div a:visited	{font-weight:normal; color:#00f; text-decoration:underline;}
.dg_container_page .box_offerte .row .destinazione div a:active		{font-weight:normal; color:#00f; text-decoration:underline;}
.dg_container_page .box_offerte .row .destinazione div a:hover		{font-weight:normal; color:#00f; text-decoration:underline;}

.dg_container_page .box_offerte .row .price {
	float:right;
	padding:0 5px 0 0px;
}
.dg_container_page .box_offerte .row .from {
	float:left;
	font-size:11px;
}
.dg_container_page .box_offerte .row .price .price {
	float:left;
	text-align:right;
	font-size:11px;
	width:46px;
}
.dg_container_page .box_offerte .row .price .price a {
	font-weight:bold;
	font-size:11px;
}

.dg_container_page .box_offerte .row .price .price a:link 		{color:#c00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.dg_container_page .box_offerte .row .price .price a:visited	{color:#c00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.dg_container_page .box_offerte .row .price .price a:active		{color:#f00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.dg_container_page .box_offerte .row .price .price a:hover		{color:#f00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}

.dg_container_page .box_offerte .img_row {
	float:left;
	width:100%;
	padding:0 0 0 0;
}

.dg_container_page .box_citta_mese {
	float:left;
	padding:15px 0 0 20px;
}
.dg_container_page .box_citta_mese .box_offerte {
	float:left;
	width:410px;
	height:144px;
	background-image:url(../img/mondo/box_citta_mese.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 0;
}

.dg_container_page .box_citta_mese .box_offerte .left_img {
	float:left;
	padding:0 0 0 0;
}
.dg_container_page .box_citta_mese .box_offerte .title {
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding:6px 0 5px 10px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel {
	float:right;
	width:295px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .hotelstars {
	padding:14px 0 14px 0;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .text {
	float:left;
	width:120px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel a {
	font-size:12px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .text a:link 		{font-weight:bold; text-decoration:underline;}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .text a:visited		{font-weight:bold; text-decoration:underline;}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .text a:active		{font-weight:bold; text-decoration:underline;}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .text a:hover		{font-weight:bold; text-decoration:underline;}

.dg_container_page .box_citta_mese .box_offerte .box_hotel .price {
	float:right;
	padding:0 5px 0 10px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .star {
	float:left;
	width:50px;
	margin-left:20px;
	background-image:url(../img/mondo/bottom_stars.gif);
	background-repeat:no-repeat;
	font-size:12px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .stelle3 {
	background-position:20px 2px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .stelle4 {
	background-position:10px 2px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .stelle5 {
	background-position:left 2px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .from {
	float:left;
	font-size:12px;
	padding:0 0 0 0;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .price {
	float:left;
	text-align:right;
	font-size:12px;
	padding:0 0 0 0;
	width:50px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .price a {
	font-size:12px;
}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .price a:link 		{color:#c00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .price a:visited		{color:#c00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .price a:active		{color:#c00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.dg_container_page .box_citta_mese .box_offerte .box_hotel .price .price a:hover		{color:#f00; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
