/* @override http://www.cookingisfun.ie/css/cottages.css */

/*
	//----------------------------

	Theme URL: http://www.cookingisfun.ie
	Description: Ballymaloe Cookery School - Self-catering Cottages Stylesheet
	Version: 1.0
	Author: StudioForty9
	Author URL: http://sf9.ie

	//----------------------------
*/



#cottage {
	width: 550px;
	margin: 5px auto;
	padding: 10px;
	border: 1px solid #b6cc67;
	
}


.accom_left {
	width: 300px;
	float: left;
}

#cottage .accom_right {
	float: left;
	width: 240px;
	clear: right;
}

#cottage .accom_right img {
	padding: 2px;
	border: 1px solid #D6D6D6;
	float: right;
}

#cottage:after {
	content: " ";
	display: block;
	float: none;
	visibility: hidden;
	clear: both;
}

#cottage h2 {
	margin: 0px;
}



