@charset "utf-8";
/*
*	main Box  -----------------------
*	div.property
*	
*
*	Title box  -----------------------
*		h2
*	Refer box inside of title --------
*		span.refer
*   Prices box
*		div.prices p
*	Contact box  ---------------------
*		div.contact p
*
*	Descriptions box -----------------
*		div.description
*
*
*  +++++++	 Boxes inside of Description box +++++++++++++++++++
*
*		Location box
*		div.location p
*		
*		Size box
*		div.size p
*		
*		Comments box
*		div.comments p
*
*		Levels box
*		div.levels
*			Level box title
*			div.levels ul p strong
*			
*			Level content box 
*			div.levels ul li
*
*		Details box  ( Wrap amenities and characteristics)
*			
*			titles
*			div.details ul p strong
*
*			content
*			div.details ul li
*/

div.property {  border-bottom:#CCCCCC dashed 1px; height:auto; }
div.property h2 span{ font-size:xx-small; padding-left:10px; }
div.thumbails{ width:100%; height:110px;}
div.thumbails div{ background-color:##3399FF; margin: 20px auto !important;}
div.details{ width:100%; }
div.location{ width:100%; }
div.details ul,div.levels ul{ width:100%; margin:0px; padding:0px; }
div.details ul p,div.levels ul p{  margin: 5px 30px;}
div.details ul li,div.levels ul li{	font-size:small !important; display:block; float:left; width:40%; margin:0px !important; padding:0px 15px !important;  }
div.hack{clear:both;}
div.prices,div.contact {width:50%; float:left; padding-top:10px; padding-bottom:10px; font-size:x-small; font-weight:bold; color:#564534;}
div.prices p,div.contact p{ padding:0px 20px; padding-top:20px; margin:0px;}


