/* Things To Do Controls */

	/* Listing Control */
	.sys_theme-simple .sys_thingstodo-control {
	float: left;
	margin:0;
	padding:0;
	width:70%;
	}
	
		/* Title */
		.sys_theme-simple .sys_thingstodo-control .sys_thingstodo-title {}
	
		/* Repeating Item */
		.sys_theme-simple .sys_thingstodo-control .sys_subitem {}
		
		
		/* Item Summary Wrapper */
		.sys_theme-simple .sys_thingstodo-control .sys_itemslist .sys_subitem .sys_thingstodo-summary {
		position:relative;
		z-index:300;
		top:-15px;
		margin:0;
		padding:0 0 0 9px;
		min-height:1em;

		}

			/* Location */
			.sys_theme-simple .sys_thingstodo-control .sys_itemslist .sys_subitem .sys_thingstodo-summary dl dt.sys_thingstodo-location {

			}
			.sys_theme-simple .sys_thingstodo-control .sys_itemslist .sys_subitem .sys_thingstodo-summary dl dd.sys_thingstodo-location {

			}
			
			/* Type */
			.sys_theme-simple .sys_thingstodo-control .sys_itemslist .sys_subitem .sys_thingstodo-summary dl dt.sys_thingstodo-type {

			}
			.sys_theme-simple .sys_thingstodo-control .sys_itemslist .sys_subitem .sys_thingstodo-summary dl dd.sys_thingstodo-type {
			}
			
			/* Description */
			.sys_theme-simple .sys_thingstodo-control dl dt.sys_thingstodo-description {
			display:none;}
			
			.sys_theme-simple .sys_thingstodo-control dl dd.sys_thingstodo-description {
			clear:left;
			color: #484848;}
			
			/* Telephone */
			.sys_theme-simple .sys_thingstodo-control dl dt.sys_thingstodo-telephone {
			}
			
			.sys_theme-simple .sys_thingstodo-control dl dd.sys_thingstodo-telephone {
			
			}
			
			/* Address */
			.sys_theme-simple .sys_thingstodo-control dl dt.sys_thingstodo-address {
			}
			
			.sys_theme-simple .sys_thingstodo-control dl dd.sys_thingstodo-address {
			
			}
			
			/* Website */
			.sys_theme-simple .sys_thingstodo-control dl dt.sys_thingstodo-website {
			}
			
			.sys_theme-simple .sys_thingstodo-control dl dd.sys_thingstodo-website {
			
			}
	
	
	/* Search Options */
	.sys_theme-simple .sys_thingstodo-search-control {
	float:right;
	width:27%;
	min-height:1em;
	}
		.sys_theme-simple .sys_thingstodo-search-control .sys_basic-search-row, .sys_theme-simple .sys_thingstodo-search-control .sys_search-row {
		margin-bottom:.8em;}
	
			.sys_theme-simple .sys_thingstodo-search-control label {
			width:100%;
			display:block;
			margin:0 0 .2em 0;
			}
			
			.sys_theme-simple .sys_thingstodo-search-control input {
			width:95%;
			}
			
			.sys_theme-simple .sys_thingstodo-search-control select {
			width:98%;
			}

/* Record */
div.sys_theme-simple div.sys_thingstodo-record {}
	
	/* Columns... */
	/* Groups... */
		/* Contact Details */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails ul.sys_record-info-items li strong.sys_rclabel {
		width:60px;}
		
		/* Address */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-address {}
		
		/* Tel */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-telephone {}
		
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-telephone strong.sys_rclabel {
		display:inline;}
		
		/* Fax */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-fax {}
		
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-telephone strong.sys_rclabel {
		display:inline;}
		
		/* Mobile */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-mobile {}
			div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-mobile strong.sys_rclabel {
		display:inline;}
		
		/* Email */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-email {
		overflow:hidden;
		text-overflow:ellipsis;}
		
		/* Website */
		div.sys_theme-simple div.sys_thingstodo-record div.sys_record-col2 div.sys_thingstodo-contactdetails li.sys_thingstodo-website {

		overflow:hidden;
		text-overflow:ellipsis;}
		
		/* Opening Hours */
		
		div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-openinghours li.sys_thingstodo-other strong.sys_rclabel {
		display:none;}
		
		/* Facilities */
		div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul {
		margin:0;
		padding:10px;
		list-style-type:none;
		display:block;
		}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li {
			float:left;
			clear:none;
			margin:0 8px 8px 0;
			padding:0;
			width:32px;
			height:32px;
			font-size:.8em;
			background-position:0 0;
			background-repeat:no-repeat;
			line-height:999px;
			overflow:hidden;
			border:1px solid #e3e3e3;}
			
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_cafe {
			background-image:url("imgs/Icon-Cafe.gif");}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_toilets {
			background-image:url("imgs/Icon-Toilets.gif");}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_carpark {
			background-image:url("imgs/Icon-Parking.gif");}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_picnicarea {
			background-image:url("imgs/Icon-Picnic.gif");}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_shop {
			background-image:url("imgs/Icon-Shop.gif");}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_dogsallowed {
			background-image:url("imgs/Icon-DogsAllowed.gif");}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-facilities ul li.sys_coachdropoffpointsandcoachparking {
			background-image:url("imgs/Icon-Coach.gif");}
			
		
		/* Related Items Area */
		div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems {}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems div.sys_relateditems {
			margin:10px;}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems div.sys_relateditems-header {
			font-weight:700;
			margin:0 0 .4em 0;}
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul {
			margin:0 0 1em 0px;}
			
			div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li {
			list-style-type:none;
			margin:0;
			padding:.2em 5px .2em 25px;
			background-repeat:no-repeat;
			background-position:0 .2em ;}
			
			
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_0 {
				background-image:url("../Search/imgs/contenttypes/small/0.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_1 {
				background-image:url("../Search/imgs/contenttypes/small/1.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_2 {
				background-image:url("../Search/imgs/contenttypes/small/2.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_3 {
				background-image:url("../Search/imgs/contenttypes/small/3.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_4 {
				background-image:url("../Search/imgs/contenttypes/small/4.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_5 {
				background-image:url("../Search/imgs/contenttypes/small/5.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_6 {
				background-image:url("../Search/imgs/contenttypes/small/6.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_7 {
				background-image:url("../Search/imgs/contenttypes/small/7.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_8 {
				background-image:url("../Search/imgs/contenttypes/small/8.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_9 {
				background-image:url("../Search/imgs/contenttypes/small/9.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_10 {
				background-image:url("../Search/imgs/contenttypes/small/10.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_11 {
				background-image:url("../Search/imgs/contenttypes/small/11.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_12 {
				background-image:url("../Search/imgs/contenttypes/small/12.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_13 {
				background-image:url("../Search/imgs/contenttypes/small/13.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_14 {
				background-image:url("../Search/imgs/contenttypes/small/14.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_15 {
				background-image:url("../Search/imgs/contenttypes/small/15.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_16 {
				background-image:url("../Search/imgs/contenttypes/small/16.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_17 {
				background-image:url("../Search/imgs/contenttypes/small/17.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_18 {
				background-image:url("../Search/imgs/contenttypes/small/18.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_19 {
				background-image:url("../Search/imgs/contenttypes/small/19.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_20 {
				background-image:url("../Search/imgs/contenttypes/small/20.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_21 {
				background-image:url("../Search/imgs/contenttypes/small/21.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_22 {
				background-image:url("../Search/imgs/contenttypes/small/22.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_23 {
				background-image:url("../Search/imgs/contenttypes/small/23.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_24 {
				background-image:url("../Search/imgs/contenttypes/small/24.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_25 {
				background-image:url("../Search/imgs/contenttypes/small/25.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_26 {
				background-image:url("../Search/imgs/contenttypes/small/26.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_27 {
				background-image:url("../Search/imgs/contenttypes/small/27.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_28 {
				background-image:url("../Search/imgs/contenttypes/small/28.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_29 {
				background-image:url("../Search/imgs/contenttypes/small/29.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_30 {
				background-image:url("../Search/imgs/contenttypes/small/30.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_31 {
				background-image:url("../Search/imgs/contenttypes/small/31.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_32 {
				background-image:url("../Search/imgs/contenttypes/small/32.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_33 {
				background-image:url("../Search/imgs/contenttypes/small/33.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_34 {
				background-image:url("../Search/imgs/contenttypes/small/34.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_35 {
				background-image:url("../Search/imgs/contenttypes/small/35.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_36 {
				background-image:url("../Search/imgs/contenttypes/small/36.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_37 {
				background-image:url("../Search/imgs/contenttypes/small/37.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_38 {
				background-image:url("../Search/imgs/contenttypes/small/38.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_39 {
				background-image:url("../Search/imgs/contenttypes/small/39.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_40 {
				background-image:url("../Search/imgs/contenttypes/small/40.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_41 {
				background-image:url("../Search/imgs/contenttypes/small/41.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_42 {
				background-image:url("../Search/imgs/contenttypes/small/42.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_43 {
				background-image:url("../Search/imgs/contenttypes/small/43.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_44 {
				background-image:url("../Search/imgs/contenttypes/small/44.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_45 {
				background-image:url("../Search/imgs/contenttypes/small/45.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_46 {
				background-image:url("../Search/imgs/contenttypes/small/46.gif");}
		
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_50 {
				background-image:url("../Search/imgs/contenttypes/small/50.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_51 {
				background-image:url("../Search/imgs/contenttypes/small/51.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_52 {
				background-image:url("../Search/imgs/contenttypes/small/52.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_53 {
				background-image:url("../Search/imgs/contenttypes/small/53.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_54 {
				background-image:url("../Search/imgs/contenttypes/small/54.gif");}
				div.sys_theme-simple div.sys_thingstodo-record .sys_thingstodo-relateditems ul li.sys_55 {
				background-image:url("../Search/imgs/contenttypes/small/55.gif");}