/*
Styling for the sectors & subsectors page
J-P Stacey
2005-11-22
*/

body {
	background-image: url(../images/backgrounds/gradient_blue_top.gif);
	background-repeat: repeat-x;
}

#nav_search {
	display: none;
}

#header {
	border-bottom: none;
	margin: 0 !important;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}


#content-frame {
	width: 500px;
	padding-top: 10px;
	// padding-top: 0px;
}

#content-frame, #content {
	background-color: none;
}
#nav_basket {
	position: relative;
	z-index: 5;
	top: -20px;
	// top: 5px;

}

.box {
	width: 458px !important;
	padding: 15px 20px !important;
}
.box.green {
	background-image: url(../images/backgrounds/gradient_green_box.gif);
	background-repeat: repeat-x;
	background-color: #f8fed8;
	position: relative;
	min-height: 285px;
}

h1 {
	font-weight: normal;
	font-size: 2.4em;
	margin: 0;
}

#rpg_products_final_play_container {
	position: absolute;
	top: 0;
	left: 283px;
	// left: 288px;
	width: 230px;
}

h1 img {
	vertical-align: top;
	position: relative;
}

h2 {
	font-weight: normal;
	font-size: 2em;
}

/* Search form */
#content-frame form {
	margin: 15px 0 0 0;
}

#content-frame form div.form-row {
	overflow: hidden;
	width: 450px;
	clear: both;
}

#form-input-big-search-sector, #form-input-big-search-text {
	display: block;
	font-size: 0.9em;
	width: 250px;
}

#content-frame .postcode {
	float: none !important;
	position: relative;
	top: 2px;

}


#content-frame form div.form-row {
	padding: 5px 0;
}

#content-frame form div.form-row label {
	font-size: 0.9em;
	color: #666666;

}
.fakelabel {
	display: none;
}
/* Labels and fakelabels the same length to line up well */
#content-frame form div.form-row .over-to-left {
	/*float: left; */
	clear: both;
	width: 80px;
}

#form-input-big-search-postcode-toggle, #form-input-big-search-postcode-toggle-label {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 0.9em;
	// left: -4px;
}

/* List of sectors */
.box.clear {
	width: 500px !important;
}
#content-frame ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

#content-frame li {
	text-indent: 0px;
	width: 140px;
	float: left;
	margin: 0;
	padding: 0 4px 1em 6px;
	background-image: url(../images/icons/list_redtick.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 0.9em;
}

.sector-column {
	width: 155px;
	float: left;
}
