
.MEPB_arrow{
    position:absolute;
    height:25px;
    width:9px;
    background-image:url(/img2/popBox/arrow.png);
    background-repeat:no-repeat;
    background-position:top left;
}

.MEPB_close{
    /*position:absolute;*/
    position:relative;
    line-height:30px;
    float:right;
    width:55px;
    margin-right:20px;
    z-index:160;
    cursor:pointer;
    font-weight:bold;
}

.MEPB_close a{
    background-image:url(/img2/popBox/close.gif);
    background-repeat:no-repeat;
    padding-right:20px;
    background-position:right;
    padding:5px 28px 5px 0;
    color:#666;
}


.MEPB_clear{
    clear:both;
}


.MEPB_content{
    
}

.MEPB_content .MEPB_top{
    height:2px;
}
.MEPB_content .MEPB_bottom{
    height:12px;
}
.MEPB_content .MEPB_left{
    width:9px;
    float: none;
}
.MEPB_content .MEPB_center{
    
}
.MEPB_content .MEPB_right{
    width:2px;
    float: none;
}


.MEPB_content .MEPB_top.MEPB_left{
    background-image:url(/img2/popBox/top_left.png);
    background-position:top left;
    background-repeat:no-repeat;
}
.MEPB_content .MEPB_top.MEPB_center{
    background-repeat:repeat-x;
    background-image:url(/img2/popBox/top_center.png);
    background-position:top center;
}
.MEPB_content .MEPB_top.MEPB_right{
    background-repeat:no-repeat;
    background-image:url(/img2/popBox/top_right.png);
    background-position:top right;
}

.MEPB_content .MEPB_center_content{
    background-color:#FFF;
}
.MEPB_content .MEPB_center.MEPB_right{
    background-image:url(/img2/popBox/center_right.png);
    background-position:center right;
    background-repeat:repeat-y;
}
.MEPB_content .MEPB_center.MEPB_left{
    background-image:url(/img2/popBox/center_left.png);
    background-position:center left;
    background-repeat:repeat-y;
    height:10px;
}

.MEPB_content .MEPB_bottom.MEPB_left{
    background-image:url(/img2/popBox/bottom_left.png);
    background-position:bottom left;
    background-repeat:no-repeat;
    height:10px;
}
.MEPB_content .MEPB_bottom.MEPB_center{
    background-image:url(/img2/popBox/bottom_center.png);
    background-position:bottom center;
    background-repeat:repeat-x;
}
.MEPB_content .MEPB_bottom.MEPB_right{
    background-image:url(/img2/popBox/bottom_right.png);
    background-position:bottom right;
    background-repeat:no-repeat;
}

.MEPB_content  .MEPB_center_content_cont{
    background-color: #FFFFFF;
}

/**** popup informazioni orario agenzia *****/
#MEPB_DIV_suggPopBoxOrarioAg .MEPB_close{
    position: absolute;
    line-height: 30px;
    float: right;
    width: 55px;
    margin-right: 0;
    z-index: 160;
    cursor: pointer;
    font-weight: bold;
    left: 250px;
}



/******************************* Personalizzazioni stili popupSugg con callout ********************************/

.popupSugg{
	width:300px;
	background-color:#FFFFFF;
	padding:10px;
	position:relative;
}

.popupSugg.assistenza-telefonica{
	width: 190px;
	text-align: center;
}
.popupSugg.assistenza-telefonica .text{
	width: 185px;
}

.popupSugg.other_option, .popupSugg.priv_posizione{
	font-size: 14px;
}
.popupSugg.other_option{
	padding: 10px 5px 10px 25px;
}

.popupSugg.priv_posizione{
	width: 397px;
	padding: 5px 25px 10px 25px;
}
.popupSugg.priv_posizione .text{
	width: 397px;
}
.popupSugg.priv_posizione ul{
	margin: 5px 0;
	padding: 0 0 0 20px;
}
.popupSugg.priv_posizione ul li, .popupSugg.priv_posizione p{
	line-height: 18px;
}

.popupSugg.divorario{
	padding:5px;
}
.popupSugg .icon{
	width:15px;
	height:15px;
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
	background-image:url(/img2/pubblica_annuncio/allarme_giallo.png);
}
.popupSugg .icon.no-icon{
	width: auto;
	height: auto;
	margin-right: 0px;
	float:none;
	background-image: none;
}

.popupSugg .icon.err{
	background-image:url(/img2/pubblica_annuncio/allarme_rosso.png);
}

.popupSugg .icon.info{
	width:17px;
	background-image:url(/img2/pubblica_annuncio/iconaTip.png);
}

.popupSugg .icon.orario{
	background-image:url(/img2/icone/ico-orari.png);
	width: 140px;
	height: 20px;
	padding: 3px 0 0 24px;
	font-weight: bold;
	font-size: 12px;

	color:#0E4E73 !important;
}

.popupSugg .text{
	width:275px;
	float:left;
	/*margin-top:3px;*/
}
.popupSugg.divorario .text{
	padding: 0 0 0 2px;
}


/******************************* Fine Stile per popub Sugg con coolout ********************************/