.body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	
}

.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.city_pricetrack{
	/* Styling question */
	/* Start layout CSS */
	     width:140px;
        margin-bottom:2px;
        margin-top:2px;
        padding-left:0px;  
        height:14; float:left;

        /* End layout CSS */

        overflow:hidden;
        cursor:pointer;
}
.details_pricetrack{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	
	width:145px; float:left; padding-left:15px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.content_pricetrack{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

