/***********************************************************GLOBAL THICKBOX/
/**************************************************************WRAPPER LISTING FEATURE******************************************************/
.thickbox_container{
	width:100%;
	height:130%;
	background-image:url(../images/macFFBgHack.png);
	position:absolute;
	top:0px;
	}
.thickbox_wrapper{
	width:500px;
	height:400px;
	background-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	margin-top:20%;
    border-radius: 10px 10px 10px 10px;
	 -moz-border-radius: 10px;
 	 border-radius: 10px;
	}
/**************************************************************WRAPPER LISTING FEATURE******************************************************/
#listing_featured_container{
	width:100%;
	height:100%;
	background-image:url(../images/macFFBgHack.png);
	position:absolute;
	top:0px;
	}
#listing_featured{
	width:700px;
	height:700px;
	background-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
    border-radius: 10px 10px 10px 10px;
	 -moz-border-radius: 10px;
 	 border-radius: 10px;
	}
/**************************************************************WRAPPER MAP IN LIST PROFILE PAGE******************************************************/
#map_wrapper{
	width:1230px;
	height:700px;
	background-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
    border-radius: 10px 10px 10px 10px;
	 -moz-border-radius: 10px;
 	 border-radius: 10px;
	}
#map{
	position:relative;
	}

/***********************************************************************LISTING FEATURED  TABLE ***********************************************/	
#listing_featured_container table{
    font-family: arial;
    font-size: .7em;
    font-weight: bold;
    height: auto;
    margin-top: 100px;
    width: 384px;
	}
#listing_featured_container table tr{
	height:100px;
	}
#listing_featured_container .editbutton{
/*    background-image: url("../images/signupbutton.gif");
    background-position: center center;
    background-repeat: no-repeat;
*/    text-align: center;
    width: 200px;
	}
#listing_featured_container .editbutton a {
    background-image: url("../images/signupbutton.gif");
    background-position: center center;
    background-repeat: no-repeat;

    color: SeaShell;
    padding: 10px 45px;
		text-decoration:none;
}
#listing_featured_container .editbutton a:hover {
		background-image:url(../images/signupbuttonhover.gif);
}




#listing_featured_container .sigupbutton{
    text-align: center;
    width: 200px;
	}
#listing_featured_container .sigupbutton a {
	background-image:url(../images/signupbuttoninnactive.gif);
    background-position: center center;
    background-repeat: no-repeat;

    color: SeaShell;
    padding: 10px 36px;
		text-decoration:none;
}
#listing_featured_container .sigupbutton a:hover {
	background-image:url(../images/signupbuttoninnactivehover.gif);
}

.xclose {
	background-image: url("../images/big_x.png");
	background-position: right center;
	background-repeat: no-repeat;
	height: 40px;
	margin-left: 644px;
	width: 40px;
}