body
{
	font-family: Myriad, Verdana, Arial, Helvetica, sans serif;
	padding: 0;
	margin: 0;
	text-align: center;
}


/*a:link{text-decoration:none; color:#154DA6;}
a:visited{text-decoration:none; color:#154DA6;}
a:hover{text-decoration:none; color: #ff9900;}*/

form
{
	padding: 0;
	margin: 0;
}

table
{
	padding: 0;
	margin: 0;
}

ol
{
	padding: 0;
	margin: 0;
}
dl
{
	font-size: 80%;
}

dd
{
	margin: 0px 0px 10px 0px;
}

dd.last
{
	margin: 0px 0px 0px 0px;
}

dt
{
	font-weight: bold;
	clear: left;
	color: #154da6;
}

fieldset
{
	margin: 10px 20px 10px 0px;
	padding: 0px 10px 0px 10px;
	border: solid 1px #404040;
	font-size: 85%;
}

fieldset legend
{
	color: #404040;
	font-weight: bold;
}

small
{
	font-size: 70%;
	display: block;
	margin: 5px 0px 5px 0px;
}

img
{
	border: none;
	padding: 0;
	margin: 0;
}

.error
{
	color: #ff5500;
	font-weight: bold;
}

a.emph
{
	font-weight: bold;
}

.small
{
	font-weight: normal;
	font-size: 70%;
	padding-right: 5px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.warn
{
	color: red;
	font-weight: bold;
}

.active
{
	color: green;
	font-weight: bold;
}

p
{
	padding: 2px 10px 10px 0;
	margin: 0;
	font-size: 72%;
	color: #404040;
	line-height: 150%;
	clear: both;
}

h1
{
	padding: 10px 0 20px 0;
	margin: 0;
	font-size: 100%;
	color: #404040;
}
/* controls the float issues with statements & account pages */

.title_wrapper
{
	float: left;
	width: 740px;
}

.title_wrapper h1, .title_wrapper h2, .title_wrapper p
{
	padding: 10px 0 0 10px;
}

h2.old
{
	padding: 0;
	margin: 2px 10px 2px 0;
	font-size: 75%;
	color: #404040;
}

h2
{
	padding: 0;
	margin: 2px 10px 5px 0;
	color: #ff9900;
	font-size: 100%;
}

h3
{
	margin: 0;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 75%;
}
h4
{
	margin: 0;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 75%;
}
h5
{
	margin: 0;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 75%;
}

h6
{
	padding: 3px 0px 3px 0px;
	margin: 0;
	font-weight: normal;
}

hr
{
	height: 1px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #d9d9d9;
	width: 740px;
	float: left;
}

/* main containing centred box */
div#container
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
}


/* header and logo container */
#header
{
	float: left;
	width: 740px;
	background-image: url(images/header_bg_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	color: #fff;
}

div#logo
{
	float: left;
	margin: 0 5px 0 5px;
}

/* contains the logged in information account, statements etc */

.tools
{
	margin: 0;
	float: right;
	font-size: 57%;
	font-weight: normal;
	width: 520px;
	text-align: right;
}


.tools ul
{
 	margin: 5px;
	white-space: nowrap;
}

.tools ul li
{
	display: inline;
	padding: 3px;
}

.tools ul li a
{
	text-decoration: none;
	color: #fff;
	padding: 3px;
}

.tools ul li a:hover
{
	text-decoration: underline;
	color: #fff;
}

/* nav bar uses ul and li in inline list */
div#navbar
{
	margin-top: 50px;
	margin-bottom: 6px;
	font-size: 65%;
	font-weight: normal;
	float: right;
}

#navbar ul
{
	padding: 5px;
	margin: 0px;
	white-space: nowrap;
	background-color: #154da6;
}

#navbar ul li
{
	display: inline;
	padding: 5px 0px 5px 0;
}

#navbar ul li a
{
	text-decoration: none;
	color: #fff;
	padding: 0px 5px 0 0;
}

#navbar ul li a:hover
{
	text-decoration: none;
	color: #ccc;
}


/* highlight for current page */
.this_page
{
	font-weight: bold;
	color: #ff9900;
}

.bright
{
	color: #ff9900;
}

/* style for linked FAQS and sub nav */
.QandA
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 85%;
}

.QandA p
{
	margin-top: 7px;
}


.QandA h2
{
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	margin: 0;
	padding: 7px 0 0px 2px;
}

.QandA h3
{
	font-weight: bold;
	font-size: 90%;
	color: #ff9900;
	margin: 0;
	padding: 7px 0 0px 2px;
}

.QandA ul
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: disc url(images/nav.gif) inside;
}
.QandA li
{
	/*display:block;*/
	font-size: 80%;
	padding: 0 0 5px 0;
}

.QandA ul li span
{
	font-weight: bold;
}

.QandA ul li p
{
	clear: left;
	font-size: 100%;
	margin: 0px;
}

.QandA li.header
{
	list-style: none;
	font-weight: bold;
	padding: 2px 0px 10px 0px;
}

.QandA ul li ul li
{
	/* display:block; */
	padding: 4px 0 0px 0;
	margin: 0;
	font-size: 100%;
	color: #404040;
	list-style: disc url(images/nav_b.gif) inside;
}


/* column structure uses exact width divs with float to create combinations of column structures ie. column_full is full width, treble is 3 quarter, double half width and single a quarter width column. Used in combinations to create varied layouts. The most common being single-double-single. Confused? */

.column_full
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 740px;
	clear: none;
}

/* --- COLUMN TREBLE --- */


.column_treble
{
	margin-top: 7px;
	width: 560px;
	float: left;
}

.column_treble_front
{
	margin-top: 0px;
	width: 560px;
	float: left;
}


.column_treble h2 a
{
	text-decoration: none;
}

.column_treble a:hover
{
	text-decoration: underline;
}

.column_treble_static
{
	width: 560px;
}

.column_treble h3
{
	text-align: center;
	font-size: 75%;
}

.column_treble ul
{
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
	display: block;
	font-size: 70%;
}

.column_treble li
{
	padding: 0 0 3px 0;
	margin: 0px;
	display: block;
}

.column_treble li a:hover
{
	text-decoration: underline;
}


/* --- COLUMN DOUBLE --- */


.column_double
{
	margin-left: 6px;
	width: 369px;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.column_double ul
{
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	display: block;
	font-size: 70%;
}

.column_double li
{
	padding: 0 0 10px 0;
	margin: 0px;
	display: block;
}

.column_double li a:hover
{
	text-decoration: underline;
}

/* --- COLUMN DEBIT --- */


.column_debit
{
	margin-left: 0;
	width: 700px;
	padding: 0 20px 15px;
	float: left;
	margin-top: 7px;
	margin-bottom: 40px;
}

.column_debit ul
{
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
	display: block;
	font-size: 70%;
}

.column_debit li
{
	padding: 0 0 10px 0;
	margin: 0px;
	display: block;
}

.column_debit li a:hover
{
	text-decoration: underline;
}


/* --- COLUMN SINGLE --- */


.column_single
{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 6px;
	width: 177px;
	float: left;
}

.column_single p
{
	padding: 3px;
	font-size: 80%;
}

.column_single a, .column_double a
{
	text-decoration: none;
	color: #154DA6;
}

.column_single a:hover, .column_double a:hover
{
	text-decoration: none;
	color: #ff9900;
}

.column_single hr, .column_double hr
{
	height: 1px;
	background-color: #ccc;
	width: 100%;
	margin: 5px 0 5px 0;
	border: none;
}

.column_single a:hover, column_double a:hover, column_treble a:hover
{
	text-decoration: none;
	color: #ff9900;
}
.white
{
	color: #fff;
}

.column_double ul li a, .column_treble ul li a
{
	text-decoration: none;
}


/* styles for the locations page */
.column_double_local
{
	width: 369px;
	background-color: #fff;
	float: left;
	margin: 7px 0 7px 0;
	padding-bottom: 7px;
}
.column_treble_local
{
	margin: 7px 0 7px 0;
	float: left;
	background-color: #ccc;
	width: 555px;
}

.column_treble_local h1, .column_treble_local h2, .column_treble_local h3, .column_treble_local p
{
	margin-left: 25px;
	width: 510px;
}

.column_treble_local img
{
	margin-left: 25px;
	border: 1px solid #666;
}
.locations_title h1
{
	margin: 0px 0 0px 0;
	padding: 0;
}
.locations_search
{
	padding: 0;
	margin: 0;
	width: 555px;
	float: left;
}


/* goggle map styles */

.google_map
{
	float: left;
}

.fillet_top_555
{
	background-image: url(images/555_fillet_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.fillet_bot_555
{
	background-image: url(images/555_fillet_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.fillet_top_369
{
	background-image: url(images/369_fillet_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.fillet_bot_369
{
	background-image: url(images/369_fillet_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.locations_search h2
{
	padding: 5px 0 5px 0;
}

.locations_search a
{
	text-decoration: none;
	color: #154DA6;
}

.locations_search a:hover
{
	text-decoration: none;
	color: #ff9900;
}

.column_locations
{
	width: 123px;
	padding: 0px 0 0px 0;
	float: left;
	color: #aaa;
}

.column_locations a
{
	text-decoration: none;
	color: #154DA6;
}

.column_locations a:hover
{
	text-decoration: none;
	color: #ff9900;
}

.column_locations ul li h2
{
	margin: 0px 0 0 0px;
	padding: 0;
	font-size: 90%;
}
.column_locations ul
{
	padding: 0px 0 0 0px;
	margin: 0px 0 0px 0px;
}

.column_locations ul li
{
	display: block;
	padding: 3px 0 0px 0px;
	margin: 0;
	font-size: 80%;
}

.locations_title h1
{
	margin: 10px 0 10px 0;
	padding-left: 0px;
}

/* --- PAGE DIVIDER ---dividing bar between the main content and the lower page section factoids */

#blue_bar
{
	float: left;
	width: 739px; /*height:5px;*/
	background-color: #fff; /*border-top:1px solid #103a7d;*/
	margin: 0;
	padding: 0;
}

#blue_bar2
{
	width: 739px;
	height: 0px; /*border-top:2px solid #2177ff;*/
	background-color: #fff;
	margin: 0;
}

.footer /*Same effect, with white space */
{
	margin-top: 10px;
}

/* --- NAV PATCHES ---right hand graphical device for supporting the content */

.locations_patch
{
	margin: 10px 0 10px 0;
}
.locations_patch h2
{
	padding: 5px 5px 2px 8px;
}
.patch_post form, .locations_patch form
{
	padding: 0;
	margin: 0 0 0 5px;
}

.patch_post
{
	margin: 6px 0 0 0;
	background-image: url(images/sc_bg_postcode.gif);
	height: 121px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_demo
{
	margin: 6px 0 0 0;
	background-image: url(images/sc_bg_postcode.gif);
	height: 121px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_busi
{
	color: #fff;
	margin: 6px 0 0 0;
	background-image: url(images/sc_bg_busi_sm.gif); /*sc_bg_business.gif*/
	height: 95px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_join
{
	margin: 0 0 0 0;
	background-image: url(images/sc_bg_join.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_bubble
{
	margin-top: 27px;
}

.patch_tell
{
	margin: 6px 0 0 0;
	background-image: url(images/sc_bg_tell.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_book
{
	margin: 6px 0 0 0;
	background-image: url(images/sc_bg_book.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_book_van
{
	margin: 0 0 0 0;
	background-image: url(images/sc_bg_book.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}


.patch_want
{
	margin: 6px 0 0 0;
	background-image: url(images/sv_iwant.gif);
	height: 121px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}

.patch_bubble
{
    margin: 6px 0 0 0;
    background-image: url(images/Speech_Bubble.jpg);
    height: 135px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left:3px;
    color:#fff;
    padding:10px 7px 0px 7px;
}

.patch_bubble span.person
{
	float:right;
	font-size:10px;
	font-style:italic;
	padding-top:5px;
}

.patch_map
{
	margin: 6px 0 0 0;
	background-image: url(images/patch_map_bg.gif);
	height: 177px;
	background-repeat: no-repeat;
	background-position: left top;
}

.patch_book a:hover, .patch_join a:hover, .patch_post a:hover, .patch_map a:hover, .patch_busi a:hover, .patch_demo a:hover, .patch_tell a:hover
{
	color: #ccc;
	text-decoration: none;
}

/* #container was include to force the pseudo class a:link to be white in Safari*/

#container .patch_book a, .patch_join a, .patch_map a, .patch_demo a, #container .patch_tell a
{
	display: block;
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
}

#container .patch_post a
{
	display: block;
	text-decoration: none;
	color: #fff;
}


/* Hack for Muti-Day Bookings page for Safari - search.aspx*/
::root .sarafi-font-size
{
	font-size: 100%;
	font-weight: bold;
}

.patch_busi a
{
	color: #fff;
}


.patch_busi p, .patch_post p, .patch_post p, .patch_demo p, .patch_map p
{
	padding: 5px;
	font-size: 70%;
	color: #fff;
}

.patch_busi h3, .patch_post h3, .patch_post h3, .patch_demo h3, .patch_map h3
{
	margin: 0;
	padding: 12px 10px 0 5px;
	font-weight: bold;
	font-size: 75%;
	color: #fff;
}




/* controls the positioning of the left hand image */
.help
{
	font-size: 80%;
}

.float_left
{
	padding: 10px 10px 10px 0;
	float: left;
}


/* --- FOOTER --- */


#footer
{
	float: left;
	margin-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	width: 740px;
}

#footer a
{
	text-decoration: none;
	color: #154DA6;
}

#footer a:hover
{
	text-decoration: underline;
	color: #666;
}


#footer p
{
	font-size: 70%;
}



/* --- THE OPEN / HIDE MENU THING --- */


.menuclosed
{
	display: block;
	font-weight: normal;
	font-size: 80%;
	padding: 8px 0 0 3px;
}


/* hides the menu contents and the padding around the info text */


.menuopen
{
	display: none;
	padding: 0px 0px 0px 3px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 75%;
	color: #404040;
}


/* --- VARIOUS STYLES --*/



.big_bold
{
	color: #ff9900;
	font-weight: bold;
	font-size: 120%;
}

.grey
{
	color: #666;
	background-color: #e5e5e5;
}

.darkgrey
{
	color: #666;
	background-color: #d4d4d4;
}

.hilight
{
	color: #ff9900;
}


.small_print
{
	font-size: 70%;
}

.search_box
{
	margin-top: 8px;
	background-image: url(images/search_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FF9900;
}

.search_box h2
{
	color: #fff;
	padding-left: 10px;
}

.search_results
{
	float: left;
	padding-bottom: 10px;
	width: 740px;
	background-image: url(images/factiods_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}


.search_results h1
{
	margin: 0 0 10px 23px;
	font-size: 100%;
}

.search_results h2
{
	font-weight: bold;
	font-size: 75%;
	width: 500px;
	margin: 10px 0 0 23px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}

.search_results p
{
	margin: 3px 0 0px 23px;
	font-size: 70%;
	width: 500px;
	padding: 0;
}

.search_results a
{
	text-decoration: none;
	color: #154DA6;
}

.search_dist
{
	font-weight: normal;
	margin: 0 0 0 23px; /* float:right; */
	font-size: 65%;
}

/* .search_results th{
font-weight:normal;
font-size: 70%;
padding-bottom:5px;
padding-left:12px;
} */


.results_head
{
	padding: 10px 0 0 0px;
	font-size: 75%;
	border-bottom: solid 1px #ccc;
}

.results_body
{
	padding: 5px 0 0 0px;
	font-size: 90%;
}

.results_title
{
	padding: 0 0 0 0px;
	font-size: 150%;
	font-weight: bold;
}

.prompt
{
    background-image:url(/images/survey/prompt_blank.png);
    background-repeat:no-repeat;
    width:466px;
    height:424px;
    display:block;
    margin:10px auto;
    position:relative;
}

.prompt .text
{
	float:left;
	padding-left:25px;
	padding-top:5px;
	color:#0464D5;
    padding:5px 25px 5px 25px;
}

.prompt .actions
{
    float:left;
    position:absolute;
    bottom:88px;
/*    margin:238px 0px 0px 0px;*/
    padding-left:25px;
}

.prompt .btn
{
    padding:5px 5px;
    font-size:12px;
    font-weight:bold;
    color:#0464d5;
}



/* fillet edges - For the 4 column view */
.fillet_top_qtr
{
	margin-top: 3px;
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(images/fillet_top_qtr.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.fillet_bottom_qtr
{
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(images/fillet_bottom_qtr.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.fillet_wrapper_qtr
{
	width: 740px;
	float: left;
	background-image: url(images/fillet_bg_qtr.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* fillet three-quarter thin */
.fillet_bot_3qtr_thin
{
	height: 5px;
	width: 560px;
	float: left;
	background-image: url(/images/fillet_bot_3qtr_thin.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom:10px;
}
.fillet_top_3qtr_thin
{
	height: 5px;
	width: 560px;
	float: left;
	background-image: url(/images/fillet_top_3qtr_thin.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.fillet_wrapper_3qtr_thin
{
	width: 540px;
	float: left;
	background-image: url(/images/fillet_bg_3qtr_thin.png);
	background-repeat: repeat-y;
	background-position: center;
	padding:10px;
}


/* fillet half */
.fillet_top_hlf
{
	margin-top: 3px;
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(images/fillet_top_hlf.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.fillet_bottom_hlf
{
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(images/fillet_bottom_hlf.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.fillet_wrapper_hlf
{
	width: 740px;
	float: left;
	background-image: url(images/fillet_bg_hlf.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* fillet full width */
.fillet_top_full
{
	margin-top: 3px;
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(images/fillet_top_full.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.fillet_bottom_full
{
	margin-bottom: 3px;
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(images/fillet_bottom_full.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}


/* fillet half & qtr - 3 cols */
.fillet_top_hlfqtr
{
	margin-top: 3px;
	height: 6px;
	width: 740px;
	float: left;
	background-color: #d9d9d9;
	background-image: url(images/fillet_top_hlfqtr.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.fillet_bottom_hlfqtr
{
	height: 6px;
	width: 740px;
	float: left;
	background-color: #d9d9d9;
	background-image: url(images/fillet_bottom_hlfqtr.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.fillet_wrapper_hlfqtr
{
	width: 740px;
	float: left;
	background-image: url(images/fillet_bg_hlfqtr.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.fillet_top_full
{
	margin-top: 3px;
	height: 6px;
	width: 740px;
	float: left;
	background-color: #ccc;
	background-image: url(/images/fillet_top_full.gif);
	background-repeat: no-repeat;
	background-position: top center;
}


/* the fillet columns qtr=divided into 4 / half=divided in half */
.col_grey_qtr
{
	width: 184px;
	float: left;
}

.col_grey_hlf
{
	width: 368px;
	float: left;
}

.col_grey_full
{
	width: 740px;
	float: left;
	background-color: #d9d9d9;
}
.col_grey_full_pad
{
	float: left;
	background-color: #d9d9d9;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
	width: 730px;
}
.col_grey_full h1
{
	padding: 0 0 5px 7px;
	margin: 0;
}


/* fillet text style */
.col_grey_qtr p, .col_grey_hlf p, .col_grey_full p
{
	padding: 0 5px 0 10px;
}

.col_grey_qtr a, .col_grey_hlf a, .col_grey_full a
{
	text-decoration: none;
	color: #154DA6;
}

.col_grey_qtr a:hover, .col_grey_hlf a:hover, .col_grey_full a:hover
{
	text-decoration: none;
	color: #ff9900;
}

/* looks after the invoice */

.invoice_totals_col
{
	float: left;
	width: 70px;
	border-top: solid 1px #d9d9d9;
	text-align: right;
}
.invoice_detail_col
{
	float: left;
	width: 668px;
	border-top: solid 1px #d9d9d9;
}

.invoice_detail_col p
{
	padding-left: 10px;
}

/*the borders for the tables eg. statements page */

.table_border_first
{
	/*border-top:1px solid #fff;*/
}

.table_border_top
{
	border-top: 1px solid #fff;
}

.table_border_bot
{
	border-bottom: 1px solid #fff;
	text-align: left;
}

.table_border_botleft
{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
}

.table_border
{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.table_border_ul
{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.table_border_noLeft
{
	border-bottom: 1px solid #eee;
}

.panelControls ul
{
	width: 730px;
	padding: 0px 0 0 0px;
	margin: 0px 0 10px 0px;
}

.panelControls ul li
{
	display: inline;
	padding: 3px 0 0px 20px;
	margin: 0;
	font-size: 80%;
}

.hidden
{
	display: none;
}

.confirmedAddress
{
	font-weight: normal;
	font-size: 70%;
	padding-right: 5px;
	display: list-item;
	list-style-type: none;
}

.bank
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

.linkButton_debit
{
	background: url(../images/button_directDebit_rtn.gif) no-repeat;
	line-height: 16px;
}

#f_debit
{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 20px 0;
	width: 100%;
	border: 1px solid #000;
}

#aspnetForm #form_col1
{
	display: block;
	width: 40%;
	float: left;
	margin-left: 15px;
}

#aspnetForm #form_col1 input
{
	display: block;
	margin-bottom: 15px;
}
#aspnetForm #form_col1 span
{
	display: block;
	font-size: 0.9em;
}

#aspnetForm #form_col2
{
	float: right;
	display: block;
	width: 49%;
	margin-right: 15px;
}
#aspnetForm #form_col2 input
{
	display: block;
	margin-bottom: 15px;
}

#aspnetForm #form_col2 span
{
	display: block;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#aspnetForm #form_col2 #sortCode
{
	width: 64px;
}
#f_debit span.originators
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	font-weight: bold;
}
#f_debit .clear
{
	clear: both;
}

#aspnetForm .next
{
	float: right;
	font-weight: bold;
	margin-right: 50px;
	width: 75px;
	line-height: 32px;
	background: url(~/../../../images/button_directDebit.gif);
	padding: 0;
	text-align: center;
}

#aspnetForm a.next
{
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}
#aspnetForm a:hover.next
{
	text-decoration: none;
}

#aspnetForm #btn_Debit
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	margin: 0;
	margin-top: 50px;
	margin-left: 100px;
	font-size: 0.6em;
	color: blue;
	width: 500px;
	padding: 0;
	font-weight: bold;
}

#aspnetForm #btn_Debit1
{
	padding: 0;
	margin: 0;
	width: 192px;
	border: 1px solid #000000;
	float: left;
	margin-right: 40px;
	background: url(~/../../../images/button_directDebit.gif);
	height: 32px;
	text-align: center;
}

#aspnetForm #btn_Debit2
{
	padding: 0;
	margin: 0;
	width: 192px;
	border: 1px solid #000000;
	float: left;
	height: 32px;
	text-align: center;
	background: url(~/../../../images/button_directDebit.gif);
}


#aspnetForm #btn_return
{
	padding: 5px 0 5px 8px;
	margin: 0;
	width: 192px;
	border: 1px solid #000000;
}

#aspnetForm #btn_Debit a
{
	text-decoration: none;
	color: #fff;
}
#aspnetForm #btn_Debit a:hover
{
	text-decoration: underline;
}

.cdebit
{
	margin: 7px 0 15px 0;
	width: 700px;
	float: left;
	padding: 0 20px 15px;
}

.cdebit ul
{
	margin-top: 0;
	margin-left: 15px;
	font-size: 0.7em;
}

.cdebit > ul
{
	margin-left: -23px;
}
.cdebit img
{
	float: right;
}

#terms
{
	margin-bottom: 40px;
}

#terms a
{
	text-decoration: none;
	color: #154da6;
}

#terms a:hover
{
	text-decoration: none;
	color: #ff9900;
}

#terms ul
{
	float: left;
	padding-left: 10px;
	margin-left: 0px;
}

#terms ul.left
{
	width: 355px;
	float: left;
}

#terms ul.right
{
	width: 355px;
	float: right;
}

#terms .col p
{
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#terms .col
{ margin-top:15px;/*ie bug*/
}

#terms h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 12px 0px 0px 10px;
}

#terms h2
{
	font-size: 18px;
	line-height: 36px;
	margin: 10px 0px 10px 0px;
	width: 600px;
	color: #154da6;
}

#terms li
{
	float: left;
	clear: left;
	list-style: none;
	margin: 0px 0px 5px 0px;
}

#terms li .index
{
	float: left;
	width: 50px;
	font-size: 12px;
}

#terms li li .index
{
	line-height: 18px;
}

#terms li h2 .index
{
	font-size: 18px;
	color: #ff9900;
}

#terms a.index
{
	float: left;
	width: 50px;
	font-size: 14px;
	font-weight: bold;
}

#terms li.section
{
	margin-top: 10px;
	font-weight: bold;
}

#terms li p
{
	float: left;
	clear: right;
	width: 660px;
	margin: 0px;
	padding: 0px;
}
#insurance_options .availability
{
	width: 730px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	height: 20px;
}

#insurance_options .availability ul
{
	background: url(images/sc_bg_book.gif) no-repeat;
	list-style-type: none;
	margin: 0;
	width: 730px;
	padding: 0;
	padding-left: 10px;
	margin-top: 10px;
}

#insurance_options .availability ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sharethedriving_options .availability
{
	width: 730px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	height: 20px;
}

#sharethedriving_options .availability ul
{
	background: url(images/sc_bg_book.gif) no-repeat;
	list-style-type: none;
	margin: 0;
	width: 730px;
	padding: 0;
	padding-left: 10px;
	margin-top: 10px;
}

#sharethedriving_options .availability ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}



#onewaybooking .availability
{
	width: 730px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	height: auto;
}

#onewaybooking .availability ul
{
	background: url(images/sc_bg_book.gif) no-repeat;
	list-style-type: none;
	margin: 0;
	width: 730px;
	padding: 0;
	padding-left: 10px;
	margin-top: 10px;
}

#onewaybooking .availability ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.insur_available
{
	color: #fff;
	width: 184px;
	font-weight: bold;
	line-height: 20px;
}

.oneway_available
{
	color: #fff;
	width: 213px;
	font-weight: bold;
	line-height: 20px;
}

table.rates
{
	margin: 5px 0px 0px 0px;
	font-size: 80%;
	padding: 0px;
}

table.rates tr
{
	margin: 0px 0px 10px 0px;
	display: block;
	padding: 0px;
}

table.rates td
{
	width: 80px;
	padding: 0px;
}

table.rates th
{
	font-weight: bold;
	color: #154da6;
	width: 80px;
	padding: 0px;
}

.joiningForm fieldset
{
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: solid 1px #d9d9d9;
	padding: 15px 15px 15px 15px;
	font-family: verdana;
	margin-bottom: 10px;
	width: 330px;
	text-align: left;
}
.joiningForm fieldset table
{
	width: 330px;
}
.joiningForm fieldset legend
{
	font-size: 100%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0pt;
	color: #ff9900;
	margin-bottom:15px;
}
.joiningForm p
{
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 0pt;
	font-weight: normal;
}
.joiningForm fieldset p
{
	margin-bottom: 10px;
}
.joiningForm fieldset table th
{
	padding-top: 7px;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: top;
	width: 100px;
}
.joiningForm fieldset input
{
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	width: auto;
	margin-bottom: 3px;
}
.joiningForm fieldset label.final
{
	padding-bottom: 10px;
}
.joiningForm fieldset label
{
	font-size: 12px;
	padding: 3px;
	width: auto;
	margin-bottom: 3px;
}
h1.join
{
	padding-bottom:0px;
	margin-bottom:15px;
	margin-bottom:3px;
}

.joiningForm fieldset small
{
	font-size: 10px;
	color: #454545;
	line-height: 1.3em;
}
.joiningForm fieldset hr
{
	height: 2px;
	background-color: #d9d9d9;
	float: none;
	width: auto;
	margin: 10px 0px 10px 0px;
	margin: 1px 0px 1px 0px;
}
.joiningForm div.error
{
	border: solid 1px #ff9900;
	padding: 10px 10px 0px 10px;
	width: 330px;
	text-align: left;
	margin-bottom: 20px;
}
.joiningForm div.error h1
{
	color: #ff9900;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.joiningForm div.error p
{
	margin: 0px;
}

.joiningForm .approve label
{
	font-size: 10px;
}
.approve input
{
	vertical-align: middle;
}
.joiningForm li
{
	font-size: 12px;
	margin-bottom: 5px;
}
.joiningForm a
{
	font-size: 12px;
}
.joiningForm .Address
{
	font-weight: normal;
	font-size: 12px;
	display: list-item;
	list-style-type: none;
}
.joiningForm ul.small_list
{
	font-weight: normal;
	padding: 0;
	list-style: disc url(images/nav.gif) inside;
	margin: 5px 0px 0px 6px;
}
.joiningForm ul.small_list li
{
	font-size: 10px;
	padding: 0 0 2px 0;
	list-style: disc url(images/nav.gif) inside;
	display: list-item;
}

.testimonial
{
    margin: 0px 0 0 0;
    height: 132px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left:3px;
    color:#fff;
    padding:10px 7px 0px 7px;
}

.testimonial h3
{
	font-weight:normal;
	padding-right:65px;
	display:block;
	color:#000;
	font-size:11px;
}

.testimonial h3 span
{
	clear:both;
	font-style:italic;
	font-weight:bold;
	float:left;
	margin-top:5px;
}

.t1
{
	background-image:url(images/will.jpg);
}

.t2
{
	background-image:url(images/testimonial_bg2.jpg);
}

.t3
{
	background-image:url(images/testimonial_bg3.jpg);
}

.t4
{
	background-image:url(images/suyin.jpg);
}

.patch_postcode
{
	margin: 6px 0 0 0;
	background-image: url(images/sc_bg_book.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

.link_bold
{
	 font-family:Myriad, Verdana, Arial, Helvetica, sans serif;
	 padding:0px 0px 0px 5px;
	 font-size:75%;
	 color:#FFFFFF;
	 font-weight: bold;
}

.link_bold a
{
	 font-family:Myriad, Verdana, Arial, Helvetica, sans serif;
	 padding:0px 0px 0px 5px;
	 font-size:75%;
	 color:#FFFFFF;
	 font-weight: bold;
}

.link_bold a:hover
{
	 font-family:Myriad, Verdana, Arial, Helvetica, sans serif;
	 padding:0px 0px 0px 5px;
	 font-size:75%;
	 color:#000000;
	 font-weight: bold;
}

.new_price_fill
{
    background-color:#FFF9A8;
    display:inline;
    border:solid 3px #FFF9A8;
    line-height:22px;
}

/* Big Idea comparison control */

.bigidea_compare_top
{
	float:left;
	width:177px;
	height:54px;
	background-repeat:no-repeat;
	background-image:url('/images/bigidea/big_idea_compare_top.gif');
	text-align:center;
}

.bigidea_compare_bot
{
	float:left;
	width:177px;
	height:17px;
	background-repeat:no-repeat;
	background-image:url('/images/bigidea/big_idea_compare_bot.gif');
	text-align:center;
}

.bigidea_compare h3
{
	color:#007AC9;
	padding:3px 0 0 0;
	margin:0;
}

.bigidea_compare small
{
	color:#8E908F;
	padding:0;
	margin:0;
}