.tag{
    height:22px;
    background-image:url('../images/btn_tags_center.jpg');
    background-repeat:repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color:#ffffff;
    padding-left:5px;
    padding-right:5px;
    padding-top:6px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:2px;
    cursor:pointer;
	display:inline-block;
}
.tag.selezionato{
    height:24px;
    font-size:13px;
}

.risultati, .interessato{
	color: #535a8d;
    font-family: verdana;
    font-size: 11px;
    line-height: 13px;
	margin:3px 0 0 10px;
}

.interessato a{
	color:#fff;
	display:inline-block; 
	padding:3px 5px;
	margin-right:7px;
}
.interessato a.offerte{
	background-color:#E18727;
}
.interessato a.proposte{
	background-color:#5283AC;
}
.interessato a.crociere{
	background-color:#1D214E;
}
.interessato a.viagginozze{
	background-color:#B40222;
}
.interessato a.listenozze{
	background-color:#DB2872;
}

.bg_titolo_tag{
	padding:5px 0;
	margin:10px 0 0 0;
}
.bg_titolo_tag.offerte{
	background-color:#E18727;
}
.bg_titolo_tag.proposte{
	background-color:#5283AC;
	margin:30px 0 0 0;
}
.bg_titolo_tag.crociere{
	background-color:#1D214E;
	margin:30px 0 0 0;
}
.bg_titolo_tag.viagginozze{
	background-color:#B40222;
	margin:30px 0 0 0;
}
.bg_titolo_tag.listenozze{
	background-color:#DB2872;
	margin:30px 0 0 0;
}

.titolo_tag{
	color: #fff;
    font-family: "JennaSue";
    font-size: 40px;
    margin-left: 30px;
	margin-top:5px;
}


.tag_riga{
	padding:0 0 3px 0;
	border-bottom:1px solid #DCDDDF;
	margin:5px 5px 0 5px;
}

.tag_riga .thumb {
	float:left;
	margin:0 10px 0 10px;
}
.tag_riga .thumb img {
    height: 76px;
    width: 95px;
}

.tag_riga .info {
    width: 720px;
	float:left;
	margin:0 10px 0 0;
}
.tag_riga .info .titolo {
	color: #535a8d;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
	margin:0 0 0 0;
}
.tag_riga .info .testo {
	color: #535a8d;
    font-family: verdana;
    font-size: 11px;
    line-height: 13px;
	margin:3px 0 0 0;
}
.tag_riga .info .tags {
	color: #535a8d;
    font-family: verdana;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
	margin:3px 0 0 0;
}

.tag_riga .more {
    width: 60px;
	float:left;
	margin:10px 0 0 0;
}


