.loc_wrapper {
	width : 600px;
	float : left;
	clear : left;
}

.loc_main  {
border : none;
background : #fafafa;
color : #000033;
width :590px;
float : left ;

margin-bottom : 20px;
padding :10px;
}


.loc_main span{
background-color : transparent;
color : #1585CD;
font-size :1.4em;

}
.loc_info {
font-size : 1em;
color : #000066;
background-color : transparent;


width : 590px;
float : left;
clear : both;
}
.loc_info img{
float : left;
margin-right : 10px;
}



.loc_iconbar{
width : 590px;
clear : both;
float : left;
}

.loc_iconbar img{
float : left;
margin-right : 3px;
}
.loc_iconbar span{
	display : none;
}
/*Icons 

		<img src="/images/location/p.gif" alt="Car Park" width="23" height="23" />
		<img src="/images/location/pc.gif" alt="Toilets" width="23" height="23" />	
		<img src="/images/location/pub.gif" alt="Pub" width="23" height="23" />	
		<img src="/images/location/fastfood.gif" alt="TakeAway" width="23" height="23" /> 
*/
 .blank .east, .north, .west, .south, .carpark, .toilets, .pub, .takeaway {
		 width : 28px;
		  height : 28px;
		  float  : left;
		  background-repeat : no-repeat;
 }
.blank {background-image : url(http://www.solentkiteflyers.co.uk/images/location/blank.gif);}
 .north {background-image : url(http://www.solentkiteflyers.co.uk/images/location/n.gif);}
 .east {background-image : url(http://www.solentkiteflyers.co.uk/images/location/e.gif);}
 .south {background-image : url(http://www.solentkiteflyers.co.uk/images/location/s.gif);}
 .west {background-image : url(http://www.solentkiteflyers.co.uk/images/location/w.gif);}
 
 .carpark {background-image : url(http://www.solentkiteflyers.co.uk/images/location/p.gif);}
 .toilets {background-image : url(http://www.solentkiteflyers.co.uk/images/location/pc.gif);}
  .pub {background-image : url(http://www.solentkiteflyers.co.uk/images/location/pub.gif);}
   .takeaway {background-image : url(http://www.solentkiteflyers.co.uk/images/location/fastfood.gif);}