@import url("includes/common.css");
@import url("includes/categoryListing.css");
@import url("includes/actListing.css");
@import url("includes/indexFeatActListing.css");

p#getFlash {
	text-align:center;
	font-size: smaller;
	position:relative;
	top: 60px;
}

div#mediaPlayer {
	float:right;
	background-color: #1a1a1a;
	width: 534px;
	height: 320px;
	margin: 5px 10px 5px 25px;
}

div#catlisting {
	clear:both;
	padding: 1px 0;
	margin:20px auto;
	min-height: 330px;
	text-align: center;
}
div#catlisting ul li {
	width: 24.9%;
	height: 165px;
}
div#catlisting ul li h3 {
	line-height:1.2;
}
div#catlisting ul li div.thumb {
	width:220px;
	height:220px;
	margin-bottom:4px;
}

form#postcode {width:110px;float:right;margin:0 10px;}
form#postcode label {margin-top:1px;}
form#postcode input {}

p#tagline {color:#F93;}