/* CSS Document */
DIV#pageHeader {
	background: url(../images/template01/sparesHeaderB.jpg) no-repeat;
	height:112px;
}

DIV#pageFooter {
	background:url(../images/template01/footerbg.gif) repeat-x #e4e4e4 bottom;
	width:974px;
	height:88px;
	font-weight:bold;
	line-height:53px;
	color:#ffffff;
}

DIV#pageMenu {
	background: url(../images/template01/sparesMenu.jpg) no-repeat;
	height:28px;
	font-weight:bold;
}

DIV#pageMenu DIV {
	color:#ffffff;
}

DIV#pageSearch {
	font-size:1em;
	font-weight:bold;
	background:url(../images/template01/searchBg.jpg) repeat-x #000000 bottom;
	width:974px;
	height:0px; /* change back to 30px when Search available */
	line-height:27px;
	color:#ffffff;
}

DIV#pageContent {
	padding:0px;
}

/*************************************************
General Table Formatting
*************************************************/
table.generalTable{
	width: 100%;
	table-layout:fixed;
	border: 0px;
	font-size:0.85em;
}

th, td {
	border:1px solid #cbcbcb;
	padding:0.5em;
}

th {
	background-color:#AA0204;
	color:#ffffff;
}

.generalTable .tableHeader{
	
}

.generalTable .plainRow {
	background-color: #ffffff;
}

.generalTable .selectedRow {
	background-color: #1c3565;
}

.generalTable .headerLeft{
	text-align:left;
}

.generalTable .headerRight{
	text-align:right;
}

.generalTable .headerCentre{
	text-align:center;
}

.generalTable .cellLeft{
	text-align:left;
	height:22px;
}

.generalTable .cellRight{
	text-align:right;
	height:22px;
}

.generalTable .cellCentre{
	text-align:center;
	height:22px;
}

.generalTable .smallRightIndent{
	padding-right: 2px;
}

.generalTable .smallLeftIndent{
	padding-left: 2px;
}

.generalTable .medRightIndent {
	padding-right: 5px;
}

.generalTable .medLeftIndent {
	padding-left: 5px;
}

/*************************************************
Specific Table Formatting
*************************************************/

/*Nearest Branches Table*/
#costCentre {
	width:200px;
	background:#e2e2e2;
}
th#branchName{
	width: 125px;
}

th#location{
	width: 210px;
}

th#postcode{
	width: 65px;
}

th#distance{
	width: 110px;
}

#map
{
	height: 390px;
	width: 755px;
	border: 1px solid black;
}

ul.normalList{
	list-style-type: disc;
}
.normalList li{
	list-style-type: disc outside none;
}

.leftMenu, .rightMenu {
	margin: 11px 0px 0px 0px;
	width:100%;
	background-color:#e4e4e4;
	display:inline;
	float:left;
}

.mainContent {
	margin: 0px;
	width:100%;
	background-color:#e4e4e4;
	display:inline;
	float:left;
}

.menuTop {
	background:url(../images/template01/menuTop.jpg) no-repeat #000000;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	height:26px;
	line-height:23px;
	padding-left:5px;
}

.menuHead {
	background:url(../images/template01/menuButtonHead.jpg) no-repeat #e4e4e4; /*d8def0*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:0px;
	margin:0px;
	height:6px;
	line-height:6px;
	font-size:0px;
}

.menuFoot {
	background:url(../images/template01/menuButtonFoot.jpg) no-repeat #e4e4e4; /*d8def0*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:0px;
	margin:0px;
	height:6px;
	line-height:6px;
	font-size:0px;
}

.menuItem, .menuSubItem, .menuItemSelected, .menuSubItemSelected {
	background:#ffffff; /*d8def0*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:0px 0px;
}

.menuItem a {
	background:url(../images/template01/bulletFlame.jpg) no-repeat #ffffff;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px 0px 17px;
	margin-left:5px;
	display:block;
}

.menuItem a:link, .menuItem a:active, .menuItem a:visited {
	text-decoration:none;
	color:#aa0204;
}

.menuItem a:hover {
	text-decoration:underline;
	color:#D70010;
}

/*
.menuItem a {
	background:url(../images/template01/menuButton.jpg) no-repeat #ffffff;
	padding:0px 30px;
	line-height:30px;
	height:30px;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
}

.menuItem a:link, .menuItem a:active, .menuItem a:visited {
	color:#ffffff;
	
}

.menuItem a:hover {
	background:url(../images/template01/menuButtonH.jpg) no-repeat #ffffff;
	color:#aa0204;
}

.menuItemSelected a {
	background:url(../images/template01/menuButtonH.jpg) no-repeat #ffffff;
	padding:0px 30px;
	line-height:30px;
	height:30px;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
}

.menuItemSelected a:link, .menuItemSelected a:active, .menuItemSelected a:visited {
	color:#aa0204;
}

.menuItemSelected a:hover {
	background:url(../images/template01/menuButtonH.jpg) no-repeat #ffffff;
	color:#aa0204;
}
*/

.menuSubItem a {
	background:url(../images/template01/SubmenuButton.jpg) no-repeat #ffffff;
	padding:0px 40px;
	line-height:22px;
	height:22px;
	font-size:0.85em;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
}

.menuSubItem a:link, .menuSubItem a:active, .menuSubItem a:visited {
	color:#ffffff;
	
}

.menuSubItem a:hover {
	background:url(../images/template01/SubmenuButtonH.jpg) no-repeat #ffffff;
	color:#ffffff;
}

.menuSubItemSelected a {
	background:url(../images/template01/SubmenuButtonH.jpg) no-repeat #ffffff;
	padding:0px 40px;
	line-height:22px;
	height:22px;
	font-size:0.85em;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	display:block;
}

.menuSubItemSelected a:link, .menuSubItemSelected a:active, .menuSubItemSelected a:visited {
	color:#ffffff;
	
}

.menuSubItemSelected a:hover {
	background:url(../images/template01/SubmenuButtonH.jpg) no-repeat #ffffff;
	color:#ffffff;
}

.menuContent {
	background:#ffffff; /*d8def0*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#000000;
	padding-left:10px;
	font-weight:bold;
}

.menuBottom {
	height:10px;
	line-height:10px;
	background:url(../images/template01/menuBottom.jpg) no-repeat #000000;
}

.contentFull {
	width:100%;
	float:left;
	display:inline;
	margin:11px 0px 0px 0px;
}

.contentHalfFirst {
	width:383px;
	/*width:50%;*/
	float:left;
	display:inline;
	margin: 0px 14px 0px 0px;
}

.halfInnerFirst {
	margin-right:0px;
}

.halfInnerLast {
	margin-left:0px;
}

.contentHalfLast {
	width:383px;
	/*width:50%;*/
	float:left;
	display:inline;
	margin: 0px 0px 0px 0px;
}

.contentTopFull {
	background:url(../images/template01/menuTopFull.jpg) no-repeat #e4e4e4;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	height:26px;
	line-height:23px;
	padding-left:5px;
}

.contentCap {
	height:0px;
	line-height:0px;
	font-size:0px;
	float:left;
	display:inline;
	width:100%;
	border-top:1px solid #cbcbcb;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}

.marginT2 {
	margin-top:2px;
}

.contentTopLeft {
	background:url(../images/template01/contentTopLeftB.jpg) no-repeat #e4e4e4;
	height:25px;
	line-height:25px;
	width:40px;
	float:left;
	display:inline;
}

.contentTopBG {
	background:url(../images/template01/contentTopBGB.jpg) repeat-x #e4e4e4;
	height:25px;
	line-height:25px;
	float:left;
	display:inline;
}

.contentTitle {
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	height:25px;
	line-height:23px;
	float:left;
	display:inline;
	padding:0px;
	margin-left:-30px;
	position:relative;
}

.contentTopBGRight {
	background:url(../images/template01/contentTopBGRightB.jpg) repeat-x #e4e4e4;
	height:25px;
	line-height:25px;
	width:25px;
	float:left;
	display:inline;
}

.contentTopRight {
	background:url(../images/template01/contentTopRightB.jpg) no-repeat #e4e4e4;
	background-position:right;
	height:25px;
	line-height:25px;
	float:left;
	display:inline;
	width:100%;
	margin-top:2px;
	border-bottom:0px solid #ffffff;
}

.contentBottomRight {
	background:url(../images/template01/contentBottomRightB.jpg) no-repeat #e4e4e4;
	background-position:right;
	height:10px;
	line-height:10px;
	float:left;
	display:block;
	width:100%;
	margin: 0px 0px 11px 0px;
}

.contentBottomLeft {
	background:url(../images/template01/contentBottomLeftB.jpg) no-repeat #e4e4e4;
	height:10px;
	line-height:10px;
	width:10px;
	float:left;
	display:block;
}

.contentMediaFull, .contentMediaHalf {
	background-color:#ffffff;
	padding:10px;
	color:#000000;
	min-height:20px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

* HTML .contentMediaFull { /* hack for non-ie6*/
	height: 20px;
}

.contentTopHalf {
	background:url(../images/template01/menuTopFull3.jpg) no-repeat #e4e4e4;
	border-bottom:1px solid #000000;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	height:25px;
	line-height:23px;
	padding-left:25px;
}

* HTML .contentMediaHalf { /* hack for non-ie6*/
	height: 150px;
}

#searchBox {
	margin:0px 5px;
	width:300px;
	vertical-align:middle;
}

#flatList {
	margin:0px;
	margin-left:10px;
	padding:0px;
	font-size:0.9em;
}

.searchButton {
	background:url(../images/template01/btnSearch.gif) no-repeat;
	width:50px;
	height:19px;
	vertical-align:middle;
	line-height:19px;
	font-size:0.85em;
	font-weight:bold;
	border:none;
	color:#000000;
	cursor:pointer;
}

.btn50, .btn75, .btn100, .btn125, .btn150, .btn175, .btn200 {
	height:22px;
	line-height:22px;
	font-size:0.85em;
	font-weight:bold;
	border:none;
	color:#ffffff;
	cursor:pointer;
}

.btn50 {
	background:url(../images/template01/btn50.gif) no-repeat;
	width:50px;
}

.btn50:hover {
	background:url(../images/template01/btn50h.gif) no-repeat;
	width:50px;
}

.btn75 {
	background:url(../images/template01/btn75.gif) no-repeat;
	width:75px;
}

.btn75:hover {
	background:url(../images/template01/btn75h.gif) no-repeat;
	width:75px;
}

.btn100 {
	background:url(../images/template01/btn100.gif) no-repeat;
	width:100px;
}

.btn100:hover {
	background:url(../images/template01/btn100h.gif) no-repeat;
	width:100px;
}

.btn125 {
	background:url(../images/template01/btn125.gif) no-repeat;
	width:125px;
}

.btn125:hover {
	background:url(../images/template01/btn125h.gif) no-repeat;
	width:125px;
}

.btn150 {
	background:url(../images/template01/btn150.gif) no-repeat;
	width:150px;
}

.btn150:hover {
	background:url(../images/template01/btn150h.gif) no-repeat;
	width:125px;
}

.btn175 {
	background:url(../images/template01/btn175.gif) no-repeat;
	width:175px;
}

.btn175:hover {
	background:url(../images/template01/btn175h.gif) no-repeat;
	width:125px;
}

.btn200 {
	background:url(../images/template01/btn200.gif) no-repeat;
	width:200px;
}

.btn200:hover {
	background:url(../images/template01/btn200h.gif) no-repeat;
	width:125px;
}

#InpBrn {
	width:130px;
	margin-right:5px;
}

.txtBoxM {
	color:#000000;
	padding-left:2px;
	background:#e2e2e2;
}

.footerClear {
	height:78px;
	clear:both;
}

.clearer {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	width:0px;
}

.spacer {
	clear:both;
	font-size:1px;
	line-height:10px;
	height:10px;
	min-height:10px
}

.tinySpacer {
	clear:both;
	font-size:1px;
	line-height:3px;
	height:3px;
	min-height:3px;
}

.colfull {
	width:99.9%;
	float:left;
	display:inline;
}

.col5Per {
	width:4.9%;
	float:left;
	display:inline;
}
.col10Per {
	width:9.9%;
	float:left;
	display:inline;
}
.col15Per {
	width:14.9%;
	float:left;
	display:inline;
}
.col20Per {
	width:19.9%;
	float:left;
	display:inline;
}
.col25Per {
	width:24.9%;
	float:left;
	display:inline;
}
.col30Per {
	width:29.9%;
	float:left;
	display:inline;
}
.col33Per {
	width:32.9%;
	float:left;
	display:inline;
}
.col35Per {
	width:34.9%;
	float:left;
	display:inline;
}
.col40Per {
	width:39.9%;
	float:left;
	display:inline;
}
.col45Per {
	width:44.9%;
	float:left;
	display:inline;
}
.col50Per {
	width:49.9%;
	float:left;
	display:inline;
}
.col55Per {
	width:54.9%;
	float:left;
	display:inline;
}
.col60Per {
	width:59.9%;
	float:left;
	display:inline;
}
.col65Per {
	width:64.9%;
	float:left;
	display:inline;
}
.col70Per {
	width:69.9%;
	float:left;
	display:inline;
}
.col75Per {
	width:74.9%;
	float:left;
	display:inline;
}
.col80Per {
	width:79.9%;
	float:left;
	display:inline;
}
.col85Per {
	width:84.9%;
	float:left;
	display:inline;
}
.col90Per {
	width:89.9%;
	float:left;
	display:inline;
}
.col95Per {
	width:94.9%;
	float:left;
	display:inline;
}

.Row1 {
	background-color:#FFFFFF;
}

.Row2 {
	background-color:#ebebeb;
}

.floatL {
	float:left;
	display:inline;
}

hr {
	border:0 none;
	border-bottom:1px dashed #999999;
	height:1px;
	clear:both;
	margin-bottom:15px;
}

.mb15 {
	margin-bottom:15px;
}

.rssIcon {
	height:25px;
	width:25px;
}

.newsDate {
	font-size:0.9em;
	color:#666666;
	margin-right:20px;
}

.bigger {
	font-size:1.3em;
}

.highlighted {
	background-color:#FFFF99;
}
