/* ---------------------------------------------------------------
	BASE
 --------------------------------------------------------------- */

	h2{
		color: #CC3333;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		text-decoration: underline;
		clear: both;
		float: none;
	}
	
/* ---------------------------------------------------------------
	DETAIL
 --------------------------------------------------------------- */
	#zone_detail{
		position: relative;
		float: right;
		width: 80%;
		height: auto;
	}



