@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
	color: #545454;
	font-size: 62.5%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #545454;
	background: black;
}

ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear{
	clear:both;
	}

.alignCenter{
	text-align:center;
	}

.alignLeft{
	text-align: left;
	}

.alignRight{
	text-align:right;
	}

.hidden{
	display: none !important;
	}

.visible{
	display: block;
	}

.displayed{
	display: table-row;
	}

.blackFont{
	color:#000000;
	}

.floatRight{
	float:right;
	}

a:link, a:visited{
	text-decoration: none;
	color: #545454;
}

a:hover, a:active{
	text-decoration:underline;
	color: #666666;
	}

p {
	font-size: 1.1em;
	}

strong{
	font-weight:bold;
	}

i, em {
	font-style:italic;
	}

#container{
	margin: 0 auto;
	width: 950px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	min-height: 623px;
	height: auto !important;
	height: 623px;
	position: relative;
	font-size: 1.0em;
	}


/******* TOP NAVIGATION *******/

#topMenu{
	height: 22px;
	width: 630px;
	float:right;
	text-align:right;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 13px;
	}

	#topMenu ul li{
	display: inline;
	margin-left: 9px;
	}

		#topMenu ul li a{
			padding: 4px 10px 4px 10px;
			color: #d78484;
		}

		#topMenu ul li a.last_item{
		padding-right: 0;
		}

		#topMenu ul li a.loggedName {
			padding-left: 2px;
		}

		#topMenu ul li a.loggedName:hover {
		text-decoration:none;
		color:#fff;
		}

	#topMenu ul li img{
	vertical-align:middle;
	}

	#topMenu ul li span.text{
	color: #fff;
	vertical-align:middle;
	padding-right: 10px;
	padding-bottom: 0.1em;
	font-size: 11px;
	}




#mainMenu{
	height: 33px;
	width: 593px;
	float:right;
	clear:right;
	text-align:right;
	margin-right: 10px;
	margin-top: 6px;
	}


	#mainMenu ul li{
		display: inline;
		margin-left: 9px;
		}

		#mainMenu ul li a{
			padding: 4px 10px 6px 10px;

			}

#newsletter{
	height: 22px;
	width: 154px;
	float:right;
	clear:right;
	text-align:right;
	margin-right: 19px;
	margin-top: -2px;
	}

#nhj_social_pages {
	position: absolute;
	left: 265px;
	top: 26px;
	}

	#nhj_social_pages li {
		float: left;
		margin-right:6px;
		}

#logo_print{
	display: none;
	}

#logo{
	float:left;
	width: 308px;
	height: 155px;
	}

	#logo a{
	width: 308px;
	height: 155px;
	display:block;
	text-indent: -5000px;
	}

/******* CONTENT *******/

#contentWrapper{
	float:left;
	clear:both;
	margin: 160px 0 25px 21px;
	width: 744px;
	border: 1px solid #dcdcdc;
	background:url(../images/content_bottom_back.jpg) bottom left repeat-x;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	position: relative;
}

#secondaryMenu{
	float:left;
	width: 155px;
	margin: 95px 0 0 20px;
	line-height: 1.7em;
	}

	.ecommerce 	#secondaryMenu{
	display: none;
	}

	#secondaryMenu li{
	font-weight:bold;
	color: #666666;
	padding: 5px 0 5px 2px;
	border-bottom: 1px solid #dfdfdf;
	}

	#secondaryMenu li#expanded{
	padding: 5px 0 0 2px;
	border-bottom: none;
	}

		#secondaryMenu li a#active:link, #secondaryMenu li a#active:visited{
		color:#000000;
		}

		#secondaryMenu li a#active:hover, #secondaryMenu li a#active:active{
		color:#e06770;
		text-decoration: none;
		}

			#secondaryMenu li#expanded li a:link, #secondaryMenu li#expanded li a:visited{
			color:#666666;
			}

			#secondaryMenu li#expanded li a:hover, #secondaryMenu li#expanded li a:active{
			color:#e06770;
			}

	#secondaryMenu li a{
		padding-left: 31px;
		/*height: 1.7em;*/
		display:block;
		}

	#secondaryMenu li a:link, #secondaryMenu li a:visited{
		background:url(../images/menu_arrow.gif) no-repeat left center;
		color: #666666;
		}

	#secondaryMenu li a:hover, #secondaryMenu li a:active{
		background:url(../images/menu_arrow_over.gif) no-repeat left center;
		color:#e06770;
		text-decoration:none;
		}

	#secondaryMenu li a#active:link, #secondaryMenu li a#active:visited{
		background:url(../images/menu_arrow_over.gif) no-repeat left center;
		}


		#secondaryMenu li ul li{
		font-weight: normal;
		padding-left: 0;
		}

		#secondaryMenu li ul li#first{
		border-top: 1px solid #dfdfdf;
		margin-top: 5px;
		}

		#secondaryMenu li ul li a:link, #secondaryMenu li ul li a:visited{
		background: none;
		}

		#secondaryMenu li ul li a:hover, #secondaryMenu li ul li a:active{
		background: none;
		}

		#secondaryMenu li ul li a#subactive:link, #secondaryMenu li ul li a#subactive:visited{
			color:#e06770;
		}

		#secondaryMenu li ul li a#subactive:hover, #secondaryMenu li ul li a#subactive:active{
			color:#e06770;
		}



#content{
	float: right;
	margin-top: 34px;
	margin-right: 5px;
	padding-bottom: 50px;
	}

	.about_us #content{
	width: 463px;
	}

	.ecommerce #content{
	width: 623px;
	}

	/* This replaces the image page heading in case there's no image	 */
	#content h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	height: 20px;
	margin-bottom: 36px;
	margin-top: -5px;
	color:#000000;
	font-family: Arial, sans-serif;
	}

	#content h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.4em;
	color:#000000;
	}

	#content h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.4em;
	color:#000000;
	}

	#content h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.4em;
	}

	#content p{
	margin-bottom: 15px;
	line-height: 1.4em;
	}

	#content a{
	color: #ae1111;
	text-decoration: none;
	}

	#content a:hover{
	text-decoration:underline;
	color: #666666;
	}

	#content ul {
	list-style: none;
	font-size: 1.1em;
	margin-left: 0px;
	margin-bottom: 15px;
	}

	#content ol {
	font-size: 1.1em;
	margin-left: 30px;
	margin-bottom: 15px;
	}

	#content ol li,
	#content ul li {
		line-height: 1.5em;
		margin-bottom: 5px;
	}

	#content ul li {
		padding-left: 17px;
		background: url(../images/bullet_red.gif) left 6px no-repeat;
	}

	#content li li {
		font-size: 11px;
	}

	.narrow_content {
		padding-right: 70px;
	}

#bread_and_crumbs{
	margin-top: 0px;
	margin-bottom: 30px;
}


	#bread_and_crumbs a:link, #bread_and_crumbs a:visited{
		text-decoration: none;
		color: #545454;
	}

	#bread_and_crumbs a:hover, #bread_and_crumbs a:active{
		text-decoration:underline;
		color: #e06770;
		}

.pagination{

		font-size: 1em;
		margin: 10px 0 20px 0;
		}

		.pagination span{
			color: #d78484;
			}


/******* HOME PAGE *******/
#home_container{
	margin: 0 auto;
	width: 950px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	min-height: 623px;
	height: auto !important;
	height: 623px;
	position: relative;
	}


#home_menu{
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	height: 547px;
	z-index: 4;
	}

#home_menu_print{
	display:none;
	}

#home_middle{
	padding-top: 548px;
	margin-left: 20px;
	text-align:left;
	}

	#home_middle .home_box{
	width: 754px;
	background: url(../images/home_box_back.jpg) repeat-y;
	float: left;
	margin-bottom: 8px;
	position: relative;
}

	#home_middle .home_box_inner{
	background: url(../images/home_box_inner.jpg) repeat-x bottom;
	margin: 1px 4px 0px 4px;

	}

	#home_middle #home_box_nicky{
	position: absolute;
	width: 175px;
	height: 151px;
	bottom: 4px;
	left: 1px;
	z-index: 4;
	background: url(../images/home_box_nicky.jpg) no-repeat;
	}



	#home_middle #box_left{
	float: right;
	width: 206px;
	border-right: 1px solid #dadada;
	padding-top: 15px;
	margin-bottom: 3px;
	}




	#box_left #ten_years{
	margin: 10px 0 40px 0;
	width: 15em;
	list-style:none;
	}

		#box_left #ten_years li{
		color: #666666;
		padding: 5px 0 5px 15px;
		margin-left: 3px;
		background:url(../images/bullet_square.jpg) no-repeat left center;
		}

		#box_left #ten_years li a:link, #box_left #ten_years li a:visited{
		color: #666666;
		}

		#box_left #ten_years li a:hover, #box_left #ten_years li a:active{
		color: #e06770;
		text-decoration:none;
		}



	#home_middle #box_right{
	float: right;
	width: 316px;
	margin-top: 4px;
	margin-left: 20px;
	padding-top: 11px;
	}

	#box_right p.date{
	font-size: 1em;
	color:#666666;
	font-weight:bold;
	margin-top: 8px;
	}
	
	#box_right .news{
	font-size: 1.1em;
	color:#666666;
	margin-top: 8px;
	line-height: 1.4em;
	height: 76px;
	overflow: hidden;
	}

	#box_right div.news_read_more{
	margin-bottom: 15px;
	margin-top: 8px;
	}

	#box_right div.news_read_more a{
	padding: 4px 24px 4px 0;
	background: url(../images/btn_arrow_circle.gif) no-repeat right;
	line-height: 2em;
	color: #ae1111;
	}



/******* BLOG PAGE *******/

#rssSubscribe {
	border-bottom: 1px  solid #DFDFDF;
	padding-bottom: 7px;
	}

#rssSubscribe a {
	display: block;
	float: right;
	background: url(../images/rss_icon.gif) no-repeat;
	padding-left: 18px;
	height: 15px;
	line-height: 13px;
	}

#content div.blog_item{
	margin: 10px 0;
	border-bottom: 1px solid #dfdfdf;
	}

#content div.last_item{
	border: none;
	}

	#content div.blog_item img{
	margin: 5px 3px 5px 30px;
	border: 1px solid #dfdfdf;
	float:right;
	}

#content div.blog_item p.item_desc {
	margin-bottom: 15px;
	}



#content div.blog_item .item_title  {
	font-weight:bold;
	color:#000000;
	margin-bottom: 10px;
	}

#content div.blog_item .item_title a {
	color: #444;
}

#content #blog_item_detailed p {
	margin-bottom: 15px;
	}

#content p#item_title  {
	font-weight:bold;
	color:#444;
	margin-bottom: 10px;
	}

#content div.item_read_more{
	margin-bottom: 15px;
	}

	#content div.item_read_more a{
	padding: 4px 24px 4px 0;
	background: url(../images/btn_arrow_circle.gif) no-repeat right;
	line-height: 2em;

	}

	#content div.item_back a{
	padding: 4px 24px 4px 0;
	line-height: 2em;
	}


#blog_posts{
					border-bottom: 1px solid #a1a1a1;
					line-height: 1.8em;
					margin-top: 10px;
					}

				#blog_posts dt{
				height: 2.0em;
				clear:both;
				border-top: 1px solid #a1a1a1;
				border-bottom: 1px solid #dedede;
				padding-top: 1.0em;
				padding-bottom: 1.0em;
				}

					#blog_posts dd{
					clear:both;
					padding-top: 1em;
					}

					#blog_posts dd p{
					margin-bottom: 20px;
					margin-right: 5px;
					}



					#blog_posts .post_left_part{
						width: 300px;
						float: left;
						font-weight:bold;
						color:#000000;
					}

					#blog_posts .post_right_part{
						float: right;
						display: block;
						width: 123px;
						font-weight:bold;
						text-align:right;
						color:#000000;
						margin-right: 10px;
					}

/******* SERVICES *******/

#services .service_item{
	width: 458px;
	background: url(../images/service_item_back.jpg) repeat-y;
	float: left;
	margin-bottom: 3px;
}

	#services .service_item_inner{
	background: url(../images/service_item_inner.jpg) no-repeat bottom;
	/*min-height: 153px;
	height: auto !important;
	height: 153px;*/
	}

	#services div.service_desc{
	width: 227px;
	float:right;
	margin-bottom: 8px;
	}

	#services div.service_desc h3{
	color: #000000;
	font-weight:bold;
	margin: 10px 0 15px 0;
	}

	#services div.service_desc h3 a {
		color: #000;
	}

	#services div.service_desc p{
	margin: 10px 10px 10px 0;
	}

	#services .service_image{
	float:left;
	margin: 0 10px 4px 5px;
	}



	#services a.service_details{
	padding: 4px 24px 4px 0;
	background: url(../images/btn_arrow_circle.gif) no-repeat right;
	line-height: 2em;
	color: #ae1111;

	}


/******* SERVICE DETAIL + JOBS DETAIL *******/

#service_detail{
	padding-right: 10px;
	}

	#service_detail h3{
	color: #000000;
	font-weight:bold;
	font-size: 1.5em;
	margin-bottom: 15px;
	}

	#service_detail h4{
	color: #000000;
	font-weight:bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	}

	#service_detail h5{
	color: #444;
	font-weight:bold;
	font-size: 1.1em;
	margin-bottom: 15px;
	}

	#content p#first{
	font-weight: bold;
	color:#000000;
	}

	#service_detail div#service_price{
	width: 200px;
	float:left;
	}

		#service_detail div#service_price p{
		padding-top: 6px;
		margin-bottom: 0px;
		}

	#service_detail div#button_top{
	width: 200px;
	float:right;
	text-align:right;
	vertical-align:middle;
	margin-bottom: 15px;
	}

	#service_detail #service_image{
	text-align: left;
	float:left;
	clear:both;
	margin: 0 0 15px 0;
	}

	#service_detail #related_products{
	margin: 0 0 20px 0;
	width: 15em;
	list-style:none;
	}

		#service_detail #related_products li{
		color: #666666;
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #dfdfdf;
		margin-left: 3px;
		background:url(../images/bullet_square.jpg) no-repeat left center;
		}

		#service_detail #related_products li a:link, #service_detail #related_products li a:visited{
		color: #666666;
		}

		#service_detail #related_products li a:hover, #service_detail #related_products li a:active{
		color: #e06770;
		text-decoration:none;
		}

	#content div#button_back{
	width: 100px;
	float:left;
	}

	#content div#button_back p{
	padding-top: 4px;
	}

	#content div#button_back a{
	color: #ae1111;
	text-decoration: none;
	}

	#content div#button_back a:hover{
	color: #666666;
	text-decoration: underline;
	}

	#content div#buttons_bottom{
	width: 300px;
	float:right;
	text-align:right;
	}


/******* SERVICE ORDER *******/

#service_order .service_item{
	width: 458px;
	background: url(../images/service_item_back.jpg) repeat-y;
	float: left;
	margin-bottom: 3px;
	position:relative;
}

	#services_order .service_item_inner{
	background: url(../images/service_item_inner.jpg) no-repeat bottom;
	/*min-height: 153px;
	height: auto !important;
	height: 153px;*/
	}

	#service_order div.service_desc{
	margin-bottom: 8px;
	}

	#service_order div.service_desc h3{
	color: #000000;
	font-weight:bold;
	font-size: 1.5em;
	margin: 10px 4px 5px 0;
	padding: 0 10px 8px 10px;
	border-bottom: 1px solid #dfdfdf;
	}

	#service_order #price{
	position: absolute;
	right: 0px;
	top: 18px;
	width: 80px;
	height: 30px;
	font-size: 1.1em;
	}

	#service_order div.service_desc h3 a {
		color: #000;
	}

	#service_order div.service_desc p{
	margin: 10px 10px 10px 0;
	padding: 0 10px;
	}


#service_order #service_buttons_left{
	float:left;
	width: 80px;
	margin: 10px;
	text-align:left;
	font-size: 1.1em;
	}

#service_order #service_buttons_right{
	float:right;
	width: 250px;
	margin: 10px;

	text-align:right;
	}


/******* GIFT VOUCHERS *******/
#gift_vouchers_tabs{
	float:left;
	}

	#tab_for_her{
	display: block;
	float:left;
	width: 179px;
	height: 33px;
	text-indent: -9000px;
	border: 0px #FF0000 solid;
	cursor: pointer;
	cursor: hand;
	}

		.tab_for_her_on{
		background:url(../images/tab_for_her_on.jpg) no-repeat;
		}

		.tab_for_her_off{
		background:url(../images/tab_for_her_off.jpg) no-repeat;
		}

	#tab_for_him{
	margin-left: 2px;
	display: block;
	float:left;
	width: 179px;
	height: 33px;
	text-indent: -9000px;
	border: 0px #FF0000 solid;
	cursor: pointer;
	cursor: hand;
	}

		.tab_for_him_on{
		background:url(../images/tab_for_him_on.jpg) no-repeat;
		}

		.tab_for_him_off{
		background:url(../images/tab_for_him_off.jpg) no-repeat;
		}



#gift_vouchers{
	clear:both;
	width: 458px;
	background: url(../images/service_item_back.jpg) repeat-y;
	overflow:auto;
}

#gift_vouchers_inner{
	width: 458px;
	background: url(../images/service_item_inner.jpg) no-repeat bottom;
	overflow:auto;
}


#gift_vouchers .voucher_item{
	width: 453px;
	margin-left: 1px;
	float: left;
	margin-bottom: 0px;
	position:relative;
	border-bottom: 1px solid #a1a1a1;
}

	#gift_vouchers #last_voucher{
	border-bottom: none;
	}




	#gift_vouchers .voucher_item_inner{
	background: url(../images/service_item_inner.jpg) no-repeat bottom;
	/*min-height: 153px;
	height: auto !important;
	height: 153px;*/
	}

	#gift_vouchers div.voucher_desc{
	margin-bottom: 8px;
	}

	#gift_vouchers div.voucher_desc h3{
	color: #bb1212;
	font-weight:normal;
	font-size: 1.1em;
	margin: 10px 0px 10px 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #dfdfdf;
	}

	#gift_vouchers .btn_buy_now{
	position: absolute;
	right: 10px;
	top: 7px;
	width: 85px;
	height: 22px;
	font-size: 1.1em;
	}

	#gift_vouchers div.voucher_desc h3 a {
		color: #bb1212;
	}

	#gift_vouchers div.voucher_desc p{
	margin: 10px 10px 10px 0;
	padding: 0 10px;

	}


#gift_vouchers #voucher_buttons_left{
	float:left;
	width: 80px;
	margin: 10px;
	text-align:left;
	font-size: 1.1em;
	}

#gift_vouchers #voucher_buttons_right{
	float:right;
	width: 250px;
	margin: 10px;

	text-align:right;
	}


/******* PRESS *******/

#press .service_item{
	width: 458px;
	background: url(../images/service_item_back.jpg) repeat-y;
	float: left;
	margin-bottom: 3px;
}

	#press .service_item_inner{
	background: url(../images/service_item_inner.jpg) no-repeat bottom;
	/*min-height: 153px;
	height: auto !important;
	height: 153px;*/
	}

	#press div.service_desc{
	width: 375px;
	float:right;
	margin-bottom: 8px;
	}

	#press div.service_desc h3{
	color: #000000;
	font-weight:bold;
	margin: 4px 12px 5px 0;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
	overflow: auto;
	width: 363px;
	}

	#press div.service_desc h3 span.title{
	float: left;
	width: 270px;
	}

	#press div.service_desc h3 span.date{
	float: right;
	width: 70px;
	text-align:right;
	font-weight:normal;
	font-size: 11px;
	}

	#press div.service_desc h3 a {
		color: #000;
	}

	#press div.service_desc p{
	clear:both;
	margin: 5px 10px 6px 0;
	}

	#press .service_image{
	float:left;
	margin: 4px 10px 5px 9px;
	}



	#press a.service_details{
	padding: 4px 24px 4px 0;
	background: url(../images/btn_arrow_circle.gif) no-repeat right;
	line-height: 2em;
	color: #ae1111;

	}




/******* STYLE ACADEMY *******/


#academy_courses {
	border-bottom: 1px solid #999999;
	}


#academy_courses th{
	padding: 10px;
	border-bottom: 1px solid #999999;
	color:#000000;
	font-size: 1.2em;
	font-weight:bold;
	}

#academy_courses td{
	padding: 3px 10px;
	border-bottom: 1px solid #d9d9d9;
	color: #676767;
	font-size: 1.1em;
	line-height: 2.2em;
	vertical-align:middle;
	}

	#academy_courses td.course{
	font-weight:bold;
	}


	#academy_courses #last_row td{
	border-bottom: none;
	}


/******* FORMS *******/

#Form_Form_EditableTextField25,
#Form_Form_EditableEmailField26,
#Form_Form_EditableTextField28,
#Form_Form_EditableTextField27,
#Form_TellafriendForm_YourName,
#Form_TellafriendForm_FriendsName,
#Form_TellafriendForm_FriendsEmail,
#Form_TellafriendForm_Message,
#MemberLoginForm_LoginForm_Email,
#MemberLoginForm_LoginForm_Password{
	width: 350px;
	}

#MemberLoginForm_LoginForm_action_dologin, #Form_Form_action_process, #Form_TellafriendForm_action_tellafriend_send_email{
	margin-right: 105px;
	}

/******* BASKET *******/
#basket{
	font-size: 1.0em;
	font-weight: normal;
	}

#basket h3{
	margin-bottom: 10px;
	}



#basket th{
	padding: 10px;
	color:#000000;
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
	}


#basket .borderDarkTop{
	border-top: 1px solid #999999;
	}


#basket .borderLightTop{
	border-top: 1px solid #d9d9d9;
	}

#basket .borderLightBottom{
	border-bottom: 1px solid #d9d9d9;
	}

#basket .borderDarkBottom{
	border-bottom: 1px solid #999999;
	}

#basket .paddingBottom{
	padding-bottom: 15px;
	}

#basket .noBorderTop{
	border-top: none;
	}


#basket .leftMargin{
	margin-left: 137px;
	clear:both;
	}

#basket div.leftColumn, #basket div.leftColumnWide{
	float:left;
	font-weight:bold;
	clear:both;
	}

#basket div.leftColumn{
	width: 130px;
	text-align: right;
	}

#basket div.leftColumnWide{
	width: 31.1em;
	margin: 10px 0 0 15px;
	}

	#basket div.leftColumnWide span{
	margin-left: 5px;
	font-weight: normal;
	}

#basket div.rightColumn{
	text-align: left;
	margin-left: 5px;
	width: 200px;
	float:left;
	}


#basket td{
	padding: 3px 6px;
	/*color: #676767;*/
	font-size: 1.1em;
	line-height: 2.2em;
	vertical-align: top;
	}


	#basket .bold{
	font-weight:bold;
	}

	#basket span.black{
	color:#000000;
	}

	#basket .normal{
	font-weight:normal;
	}


	#basket #last_row td{
	border-bottom: none;
	}

#basket fieldset{
	width: 590px;
	}

#basket input.text{
	padding: 3px;

	}

#basket label{
	color: #676767;
	}

#basket div.formArea{
	padding: 20px 6px;
	width: 592px;
	}

.ecommerce em,
#CBForm em,
#Form_ApplicationForm em {
	display:inline;
	color:#FF0000;
	font-weight:bold;
	}

.ecommerce form em,
#CBForm em {
	margin-left: -5px;
	margin-right: 5px;
	}

#basket div.labelRight label{
	width: 130px;
	display: -moz-inline-box;
	display: inline-block;
	text-align:right;
	margin-right: 5px;
	}

#basket div.labelLonger label {
	width: 140px !important;
}

	#basket div.labelRight label, x:-moz-any-link {direction: rtl;}
	#basket div.labelRight label, x:-moz-any-link, x:default {direction: ltr;}

	#basket div.labelRight label.right {
		line-height: 1.2em;
	}

	#basket div.date{
	margin: 10px 0 10px 15px;
	}

	#basket div.date label{
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 5px;
	text-align:left;

	}

#basket div.readonly .middleColumn {
	padding-left: 0.7em;
}

#basket div.nolabel input.nolabel, #basket div.field span.message{
	margin-left: 143px;
	}

#basket div.equal input, #basket div.equal select{
	width: 230px;
	}

#basket select{
	color:#444444;
	}

#basket div.field span.middleColumn{
	display:inline;
	margin-left: 0px;
	}

#basket div.field span.message{
	clear: both;
	color: #FF0000;
	font-style:italic;
	display: block;
	}

#basket div.field span.delivery_date_error {
	margin-left: 350px;
}

#basket #ReadConditions {
	margin-top: 15px;
	margin-bottom: 0;
	}

#basket div.optionset ul,
#customer_form .radioList ul {
	list-style-type: none;
}

#basket div.optionset ul li,
#customer_form .radioList ul li,
#ShippingOptionID ul li {
	background: none;
	padding-left: 0;
}

#basket_buttons_left{
	float:left;
	width: 80px;
	margin-top: 15px;
	margin-left: 10px;
	text-align:left;
	font-size: 1.1em;
	}

#basket_buttons_right{
	float:right;
	width: 250px;
	margin-top: 10px;
	margin-right: 26px;
	text-align:right;
	}

.basket_buttons_right{
	float:right;
	width: 250px;
	margin-top: 10px;
	margin-right: 26px;
	text-align:right;
	}

.basket_buttons_right_top{
	float:right;
	width: 250px;
	margin-bottom: 10px;
	margin-right: 26px;
	text-align:right;
	}

.bottom_vouchers{
	margin-bottom: 20px;
	}
/******* ACCOUNT *******/
#account, #account td{
	line-height: 2em;
	font-size: 11px;
	}

#account div.leftColumn, #account div.leftColumnWide{
	float:left;
	font-weight:bold;
	clear:both;
	}

#account div.leftColumn{
	width: 130px;
	text-align: right;
	}

	#account .leftMargin{
	margin-left: 135px;
	clear:both;
	}

#account div.leftColumnWide{
	width: 31.1em;
	margin: 10px 0 0 15px;
	}

	#account div.leftColumnWide span{
	margin-left: 5px;
	font-weight: normal;
	}

#account div.rightColumn{
	text-align: left;
	margin-left: 5px;
	width: 200px;
	float:left;
	}

#account div#buttons_bottom{
	clear:both;
	float:left;
	width: 100%;
	}


#account input.text{
	padding: 3px;
	}

#account label{
	color: #676767;
	}

#account div.labelRight label{
	width: 130px;
	display: -moz-inline-box;
	display: inline-block;
	text-align:right;
	margin-right: 5px;
	}

	#account div.labelRight label, x:-moz-any-link {direction: rtl;}
	#account div.labelRight label, x:-moz-any-link, x:default {direction: ltr;}




#account div.nolabel input.nolabel, #account div.field span.message{
	margin-left: 135px;
	}

#account div.equal input, #account div.equal select{
	width: 230px;
	}

#account select{
	color:#444444;
	}

#account div.field span.middleColumn{
	display:inline;
	margin-left: 0px;
	}

#account div.field span.message{
	clear: both;
	color: #FF0000;
	font-style:italic;
	}


#account_buttons_left{
	float:left;
	width: 80px;
	margin-top: 15px;
	margin-left: 30px;
	text-align:left;
	font-size: 1.1em;
	}

#account_buttons_right{
	float:right;
	width: 180px;
	margin-top: 15px;
	margin-right: 116px;
	text-align:right;
	}

#account_button_save{
	float:right;
	width: 69px;
	margin-top: 10px;
	margin-right: 88px;
	text-align:right;
	}

/******* CONTACT *******/

#contact_left p.label{
	font-size: 1.2em;
	}


#contact_left p.info{
	font-size: 1.5em;
	font-weight:bold;
	}

#contact_left p.phone{
	margin-top: 2em;
	}

#quote_left{
		position: relative;
		margin-top: 3em;
		float:left;
		min-height: 12.7em;
		height: auto !important;
		height: 12.7em;
		width: 155px;
		}

			#quote_left p.quote{
			width: 140px;
			line-height: 1.4em;
			background:url(../images/apostrophe_right.jpg) no-repeat bottom right;
			padding: 10px 5px 15px 5px;
			}

			#quote_left p.name{
			position: absolute;
			left: 0;
			bottom: -1.5em;
			width: 140px;
			line-height: 1.4em;
			font-size: 1.2em;
			font-weight: bold;
			z-index: 1;
			}


			#quote_left #apostrophe_left{

			background:url(../images/apostrophe_left.jpg) no-repeat top left;

			}

			#quote_left #apostrophe_right{
			position: absolute;
			bottom: 6px;
			left: 2.5em;
			width: 38px;
			height: 27px;
			background:url(../images/apostrophe_right.jpg) no-repeat;
			z-index: 1;
			}

/******* CUSTOMER FORMS *******/

#customer_form h3{
	font-size: 1.4em;
	margin-bottom: 20px;
	}


#customer_form, #customer_form td{
	line-height: 2em;
	}

#customer_form div.leftColumn, #customer_form div.leftColumnWide{
	float:left;
	font-weight:bold;
	clear:both;
	}

#customer_form div.leftColumn{
	width: 130px;
	text-align: right;
	}

	#customer_form .leftMargin{
	margin-left: 135px;
	clear:both;
	}

#customer_form div.leftColumnWide{
	width: 31.1em;
	margin: 10px 0 0 15px;
	}

	#customer_form div.leftColumnWide span{
	margin-left: 5px;
	font-weight: normal;
	}

#customer_form div.rightColumn{
	text-align: left;
	margin-left: 5px;
	width: 200px;
	float:left;
	}

#customer_form div#buttons_bottom{
	clear:both;
	float:left;
	width: 100%;
	}


#customer_form input.text{
	padding: 3px;
	}


#customer_form div.inputBlock input, #customer_form div.inputBlock select{
	display:block;
	}

#customer_form div.field label span{
	color:#FF0000;
	font-weight:normal;
	font-style:italic;
	}

#customer_form label{
	color: #676767;
	font-size: 11px;
	}

#customer_form div.labelRight label{
	width: 130px;
	display: -moz-inline-box;
	display: inline-block;
	text-align:right;
	margin-right: 5px;
	}

	#customer_form div.labelRight label, x:-moz-any-link {direction: rtl;}
	#customer_form div.labelRight label, x:-moz-any-link, x:default {direction: ltr;}


#customer_form div.labelNomargin label{
	margin-right: 0px;
	}

#customer_form div.noMarginTop{
	margin-top: 0px;
	}

#customer_form div.labelmargin1px label{
	margin-right: 1px;
	}

#customer_form div.labelmargin5px label{
	margin-right: 5px;
	}

#customer_form div.marginBottom10px{
	margin-bottom: 10px;
	}


#customer_form div.nolabel input.nolabel, #customer_form div.field span.message{
	margin-left: 135px;
	}

#customer_form div.equal input, #customer_form div.equal select{
	width: 230px;
	}

#customer_form select, div.longQuestion textarea{
	color:#444444;
	}


#customer_form div.field span.middleColumn{
	display:inline;
	margin-left: 0px;
	}


	#customer_form span.middleColumn label{
	font-size: 11px;
	font-weight:normal;
	}


	#customer_form div.radioList input, #customer_form div.radioList select{
	vertical-align:middle;
	}



	#customer_form div.radioList ul{
	margin: 10px 0 -25px 0;
	}

	#customer_form div.inlineList ul{
	margin: 0;
	display:inline;
	}

	#customer_form div.listCleared ul{
	margin-top: 10px;
	margin-bottom: -15px;
	display: block;
	}

	#customer_form div.radioList li{
	height: 2.2em;
	line-height: 2.2em;

	}

	#customer_form div.radioListSpaced li{
	margin-right: 25px;
	}

	#customer_form div.inlineList li{
	display:inline;
	padding: 0 4px 0 0;
	}

	#customer_form div.radioList li label{
	margin-left: 8px;
	}

#customer_form div.field span.message{
	clear: both;
	color: #FF0000;
	font-style:italic;
	}

div.longQuestion{
	margin-top: 15px;
	border-bottom: 1px solid #999999;
	padding-bottom: 15px;
	width: 445px;
	}

div.noBorderBottom{
	border-bottom: none;
	padding-bottom: 0px;
	}


div.longQuestion textarea{
	width: 435px;

	}

div.equal_small input{
	width: 40px;
	}


label{
	font-weight: bold;
	}

fieldset{
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

fieldset.labelled {
	border-top: 1px solid #999999;
	width: 440px;
	}

	fieldset.labelled legend {
	padding: 0 5px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #999999;
	margin-left: -5px;
	}


#customer_form #button_bottom{
	clear:both;
	float:right;
	width: 120px;
	text-align:right;
	}


/******* BUTTONS *******/

input.btn_send {
	background: url(../images/btn_send.gif) no-repeat;
	width: 82px;
	height: 22px;
	display: block;
	border: 0;
	cursor: pointer;
	cursor: hand;
	margin-left: 22em;
	}

input#btn_send {
	background: url(../images/btn_send.gif) no-repeat;
	width: 82px;
	height: 22px;
	border: 0;
	cursor: pointer;
	cursor: hand;
	margin-top: 10px;
	}

input#btn_save {
	background: url(../images/btn_save.jpg) no-repeat;
	width: 69px;
	height: 22px;

	border: 0;
	cursor: pointer;
	cursor: hand;
	}

input#Form_Form_action_process, input#Form_TellafriendForm_action_tellafriend_send_email {
	background: url(../images/btn_send.gif) no-repeat;
	width: 82px;
	height: 22px;
	display: block;
	border: 0;
	cursor: pointer;
	cursor: hand;
	margin-left: 22em;
	}

input#btn_checkout,
input#OrderForm_OrderForm_action_processOrder,
input#btn_continue_shopping,
input#btn_go_to_basket,
#Form_BookingSelectionForm_action_book {
	height: 22px;
	display: block;
	border: 0;
	cursor: pointer;
	cursor: hand;
	margin-top: 10px;
	margin-right: 26px;
	}

input#btn_checkout {
	background: url(../images/btn_proceed_to_checkout.jpg) no-repeat;
	width: 157px;
	}

input#btn_continue_shopping {
	background: url(../images/btn_continue_shopping.jpg) no-repeat;
	width: 151px;
	float: left;
	margin-left: 5px;
	}

input#btn_go_to_basket,
#Form_BookingSelectionForm_action_book {
	background: url(../images/btn_proceed_to_basket.jpg) no-repeat;
	width: 142px;
	margin: 0 16px 5px 0;
	}

#basket input#OrderForm_OrderForm_action_processOrder {
	background: url(../images/btn_place_order.jpg) no-repeat;
	width: 217px;
	}

/******* BOTTOM PANEL *******/

#bottom{
	clear: both;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	/* height: 8.1em; */
	margin: 0 14px;
	position: relative;
	zoom: 1;
	}

	#heading_testimonials{
	width: 81px;
	margin: 18px 10px 10px 10px;
	float:left;
	}

		#testimonial{
		position: relative;
		float:left;
		min-height: 7.5em;
		height: auto !important;
		height: 7.5em;
		width: 612px;
		background:url(../images/bottom_quotes.gif) no-repeat;
		}

			#testimonial p{
			position: absolute;
			left: 30px;
			top: 15px;
			width: 565px;
			line-height: 1.4em;
			z-index: 2;
			}


			#testimonial #apostrophe_left{
			position: absolute;
			top: 5px;
			left: 0;
			width: 38px;
			height: 27px;
			background:url(../images/apostrophe_left.jpg) no-repeat;
			z-index: 1;
			}

			#testimonial #apostrophe_right{
			position: absolute;
			bottom: 5px;
			left: 18em;
			width: 38px;
			height: 27px;
			background:url(../images/apostrophe_right.jpg) no-repeat;
			z-index: 1;
			}
			
			#home_footer_content_block {
			clear: both;
			border-top:1px solid #D4D4D4;
			-moz-column-count: 2;
			-moz-column-gap: 33px;
			-webkit-column-count: 2;
			-webkit-column-gap: 33px;
			/* column-count: 2;
			column-gap: 33px;
			height: 120px; */
			padding: 24px 0 20px;
			overflow:hidden;
			line-height: 1.2em;
			}
			
			#home_footer_content_block h1, #home_footer_content_block h2, #home_footer_content_block h3 {
			font-weight: bold;
			font-size: 1.2em;
			}
			
			#home_footer_content_block a {
			color: #999;
			}
			
			#home_footer_content_block p, #home_footer_content_block h1 {
			margin:0 0 5px;	
			}

	#buy_gift_voucher{
	float: right;
	margin-top: 0em;
	position:absolute;
	right:9px;
	top:-390px;
	z-index:99;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	}

	#contact_info{
	float: right;
	width: 230px;
	height: 8.1em;
	text-align: right;
	top:-290px;
	width:230px;
	z-index:99;
	position:absolute;
	font-size:0.95em;
	right:-70px;
	}

		#contact_info p{
		font-size: 2.1em;
		color: #000; /* #444444; */
		line-height: 1.2em;
		margin-top: 8px;
		width: 230px;
		text-align: left;
		}

			#contact_info p#email{
			font-size: 1.8em;
			}

		#contact_info a:link, #contact_info a:visited{
		color: #444444;
		}

		#contact_info a:hover, #contact_info a:active{
		color: #e06770;
		}


	#bottom_BuyOnline{
	position: absolute;
	right: -14px;
	top: -358px;
	width: 173px;
	height: 357px;
	z-index: 3;
	}


	#home_banner{
	position: absolute;
	right: -14px;
	top: -198px;
	width: 173px;
	height: 197px;
	z-index: 3;
	}
	
	#home_banner a {
	position: relative;
	}
/******* FOOTER *******/

#footer{
	clear: both;
	height: 20px;
	margin: 15px 14px 0 14px;
	padding-bottom: 16px;
	}

	#footer_left{
	width: 585px;
	height: 20px;
	float:left;
	padding-bottom: 3px;
	text-align:left;
	}
		#footer_left span{
		margin: 0 10px;

		}

	#footer_left img { vertical-align:middle; }

	#footer_right{
	width: 310px;
	height: 25px;
	float:right;
	text-align: right;
	font-size: 1.1em;
	}

		#footer_right ul{
		margin-bottom: 3px;
		}



		#footer_right ul li{
		display: inline;
		margin-left: 10px;
		border-left: 1px solid #545454;
		padding-left: 10px;
		}
			#footer_right ul li#first_item{
			border: none;
			}



/* ##### jQuery calendar #### */

.ernie_ajax_calendar {
	width: 165px;
	/* height: 180px; */
	float: left;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 10px;
}

table.jCalendar {
	border: 0px solid #fff;
    border-collapse: collapse;
    border-spacing: 0px;
	margin: 4px 0 0 0px;
}

table.jCalendar th {

	color: #000;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	padding-bottom: 6px;

	}
table.jCalendar td {
	color: #000;
	width: 23px;
	height: 23px;
	padding-right: 2px;
	text-align:center;
	vertical-align:middle;
	background: url(../images/cal_day_this_month.jpg) no-repeat;
}
table.jCalendar td.other-month {
	background: url(../images/cal_day_other_month.jpg) no-repeat;
	color: #4d4d4d;
}
table.jCalendar td.today {
	color: #000;

}
table.jCalendar td.has-news {
	color: #b41e1e;
	font-weight:bold;
}
table.jCalendar td.selected {
	color: #000;
	/* background: url(../images/cal_day_current.jpg) no-repeat; */
}

table.jCalendar td.news-selected {
	color: #fff !important;
	font-weight:bold;
	background: url(../images/cal_day_current.jpg) no-repeat;
}
table.jCalendar td.selected:hover {
	/* background: #B7D31E; */
	color: #000;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	/* background: #B7D31E; */
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;

	font-size: 1em;
	font-family: arial, sans-serif;
	padding: 0px 0px 0px 0px;
	width: 165px;
	/* height: 148px; */
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 1em;
	text-align: center;
	margin: 0 0;
	padding: 0;
	color: #000;
	padding: 3px 0 2px 0;
	width: 100%;
	font-weight:bold;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a:link,
div.dp-popup a:visited {
	color: #fff;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 1px;
	left: 4px;
	width: 25px;
}

div.dp-popup div.dp-nav-prev .dp-nav-prev-year,
div.dp-popup div.dp-nav-next .dp-nav-next-year {
	display: none;
}
div.dp-popup div.dp-nav-next .dp-nav-next-month:link,
div.dp-popup div.dp-nav-next .dp-nav-next-month:visited {
	padding-right: 12px;
	text-indent: -1000px;
	background: url(../images/btn_arrow_r_black.gif) no-repeat right;
	width: 8px;
	height: 8px;
}
div.dp-popup div.dp-nav-prev .dp-nav-prev-month:link,
div.dp-popup div.dp-nav-prev .dp-nav-prev-month:visited {
	padding-left: 12px;

	text-indent: -1000px;
	background: url(../images/btn_arrow_l_black.gif) no-repeat left;
	width: 8px;
	height: 8px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 1px;
	right: 4px;
	width: 25px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td.has-news {
	cursor: pointer;
	cursor: hand;
}
div.dp-popup td.disabled {
	cursor: default;
}

form#SwitchCalendarCurrentDay {
	display: none;
}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	width: 280px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm .middleColumn {
	width: 100%;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm input.text, #PageCommentInterface_Form_PageCommentsPostCommentForm textarea {
	color:#000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	margin-top: 5px;
	width: 100%;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm label {
	color:#666;
	font-family: Verdana,Arial,Helvetica,sans-serif;

}

#PageCommentInterface_Form_PageCommentsPostCommentForm_action_postcomment {
	background: url(../images/btn_post_comment.gif) no-repeat;
	width: 132px;
	height: 22px;
	border: 0;
	text-indent: -1000em;
	margin-left: 0px;
	display:block;
	margin-right: 0;
	padding-right: 0;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm .Actions {
	padding-right: 0;
	width: 290px;
}

#section_link {
	display: block;
	width: 165px;
	height: 50px;
	/* background: orange; */
	position: absolute;
	top: 10px;
	left: 10px;
	text-indent: -10000em;
}


.content_managed {
	margin-right: 23px;
}

.content_managed p {

}

.content_managed img.leftAlone {
	float: none;
	display: block;
	margin: 0 1em 0 0;
	padding:0pt;
}

.content_managed img.left {
	float: left;
	margin: 0 1em 1em 0;
	padding:0pt;
}

.content_managed img.right {
	float: right;
	margin: 0 0 1em 1em;
	padding:0pt;
}

.content_managed h3,
.content_managed h4,
.content_managed h5 {
	/* clear: both; */
	color: #000;
}

.content_managed h3 {
	font-size: 1.5em;
}

.content_managed h4 {
	font-size: 1.3em;
}

.content_managed h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #444;
}

.content_managed .black { color: #000 !important; }
.content_managed .red { color: #A62E30 !important; }
.content_managed .grey { color: #444; !important; }

#bottom_quote_rotator p {
	text-align: left;
}

#PageComments_holder {
	clear: both;
}

#content p#OrderForm_OrderForm_error {
	margin-top: 2em;
	margin-bottom: 0;
	color: #ff0000;
}

.debug_footer {
	background: #FFF9DD;
	font-size: 10px;
	color: #000;
	border: 1px solid #dFd9bD;
	padding: 10px;
	width: 725px;
	margin: 3em auto;
	line-height: 1.5em;
}

#Form_BookingSelectionForm .middleColumn {
	display: inline;
	padding-left: 0.5em;
}
#Form_BookingSelectionForm label {
	font-weight: normal;
}
#Form_BookingSelectionForm p {
	font-size: 1em;
}
#Form_BookingSelectionForm div.field {
	margin:0px 10px 10px 0pt;
	padding:0pt 10px;
}

form .Actions input {
	float: right;
}

#NoProductsInBasket {
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.error_cell {
	border: 1px solid #ff0000 !important;
	background-color: #ffb9b9;
}

#PaymentGatewayAccountError {

}

#basket p {
	font-size: 11px;
}

#basket #view_history {
	display: block;
	margin-top: -20px;
}

#customer_form div.field span.noMarginLeft {
    margin-left: 0;
}

#customer_form fieldset.noBorderTop {
    border-top: none;
}

#basket #MemberFormContainer {

}

#basket  #MemberForm_MemberForm_error {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-style: normal;
}

#basket #AccountPageTop {
	padding-top: 0;
	margin-top: 0;
}

#basket .amountField {
	margin-top: 8px;
}

#basket #OrderForm_OrderForm_Amount {
	font-weight: bold;
}

#basket #OrderForm_OrderForm_CardDateValidFrom,
#basket #OrderForm_OrderForm_CardDateExpiry,
#basket #OrderForm_OrderForm_CardIssue,
#basket #OrderForm_OrderForm_CardCVV,
#basket #Form_PayOutstandingForm_CardDateValidFrom,
#basket #Form_PayOutstandingForm_CardDateExpiry,
#basket #Form_PayOutstandingForm_CardIssue,
#basket #Form_PayOutstandingForm_CardCVV,
#basket #Form_PayOutstandingForm_Amount  {
	width: 50px;
}

#CBFormPhotoContainer {
	text-align: center;
	padding: 10px;
}

#CBFormPhotoContainer img {
	display: inline;
}

/* We have only one payment method. Hide selection radiobutton */

#PaymentMethod {
	display: none;
}

.devMode #PaymentMethod {
	display: block;
}

#ToggleShippingAddressLink {
	margin-top: 20px;
	margin-bottom: 0px !important;
}

#ShippingOptionsFields {
	margin-bottom: 0px !important;
	padding-bottom: 0 !important;
}

#ShippingOptionID label {
	font-weight: normal;
}

#basket .VoucherDeliverTo {
	padding-left: 142px;
	margin-bottom: 12px;
}

#basket .VoucherDeliverTo .inlineOptionsetLabel {
	font-weight: bold;
}

#basket .VoucherDeliveryDate {
	margin-top: 12px;
	padding-left: 142px;
	clear: both;
}

#basket h3.VoucherDetails {
	padding-left: 142px;
}

#Form_RegForm input.text {
	width: 350px;
}

#basket .travelCost {
	padding-top: 12px;
	padding-bottom: 12px
}

#basket .travelCost p {
	margin-bottom: 0;
}

#basket .travelCost p.withMargin {
	margin-bottom: 10px;
}

#basket p.checkboxIndent {
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
}

#basket p.checkboxIndent input {
	position: absolute;
	top: 0;
	left: 0;
}

#basket .dmy_no_calendar {
	margin-left: -4px;
}



#basket .dmy_no_calendar input {
	padding: 3px;
	margin-top: 4px;
	color: #444;
}

#basket .dmy_day,
#basket .dmy_month {
	width: 25px !important;
}

#basket .dmy_year {
	width: 40px  !important;
}

#BookingDateVenuesHeader {
	font-weight: bold;
}

/* This is the venue information */
#Form_BookingSelectionForm #BookingDatesVenues {
	display: block;
	margin-top: -10px;
}


/* This is the venue information */
#Form_BookingSelectionForm .fieldgroup {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.4em;
}

#basket #InformationTable .venue_address {
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 8px;
	display: block;
	padding-left: 1.4em;
}

#MemberSignupForm_MemberSignupForm .Actions {
	width: 402px;
}

#MemberSignupForm_MemberSignupForm .message {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: red;
}

#MemberSignupForm_MemberSignupForm .validation {
	padding-top: 0;
}

#MemberLoginForm_LoginForm {
	width: 380px;
}

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_action_dologin {
	margin-right: 22px;
}


/* #################### CHECKOUT PROGRESS BAR  ################## */


#checkout-progress {
	width: 515px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 20px;
	height: 37px;
}



#checkout-progress #progress-bar {
	height: 11px;
	margin: 0;
	width: 399px;
	position: absolute;
	top: 0;
	left: 40px;
}

#checkout-progress .on-basket {
	background: url(../images/progressbar-1.jpg) no-repeat center top;
}
#checkout-progress .on-checkout {
	background: url(../images/progressbar-2.jpg) no-repeat center top;
}
#checkout-progress .on-confirmation {
	background: url(../images/progressbar-3.jpg) no-repeat center top;
}


#checkout-progress span {
	color: #999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 18px;
	padding-bottom: 4px;
}

#checkout-progress span.done {
	color: #b91619;
}

#checkout-progress span#basket_step {
	left: 2px;
}

#checkout-progress span#checkout_step {
	left: 215px;
}

#checkout-progress span#confirmation_step {
	left: 385px;
}

#MemberLoginForm_LostPasswordForm {
	width: 300px;
}

#MemberLoginForm_LostPasswordForm .middleColumn input {
	width: 100%;
}

#MemberLoginForm_LostPasswordForm .Actions input {
	margin-right: 0;
}

#MemberLoginForm_LoginForm_action_forgotPassword {
	background: url(../images/btn_lost_password.jpg) no-repeat;
	width: 162px;
	height: 22px;
	border: 0;
	text-indent: -1000em;
	margin-left: 0px;
	display:block;
	margin-right: 0;
	padding-right: 0;
	}

#MemberLoginForm_LoginForm_action_dologin{
	background: url(../images/btn_log_in.jpg) no-repeat;
	width: 73px;
	height: 22px;
	border: 0;
	text-indent: -1000em;
	margin-left: 20px;
	display:block;
	margin-right: 0;
	padding-right: 0;
}

#MemberLoginForm_LostPasswordForm_action_forgotPassword{
	background: url(../images/btn_send_me_password.jpg) no-repeat;
	width: 226px;
	height: 22px;
	border: 0;
	text-indent: -1000em;
	margin-left: 20px;
	display:block;
	margin-right: 0;
	padding-right: 0;
}

#pay_outstanding_container {
	padding-bottom: 40px;
}

#Form_PayOutstandingForm #BottomOrder {
	padding: 0 6px;
}

#Form_PayOutstandingForm_action_payOutstanding {
	margin-right: 25px;
	width: 88px;
	height: 26px;
	padding: 0;
	background: url(../images/btn_pay_now.jpg) no-repeat;
}

#Form_PayOutstandingForm label.right {
	font-weight: normal;
	direction: ltr !important;
}

#Form_PayOutstandingForm_error,
#Form_ApplicationForm_error {
	color: red;
}

input#NewOfferCode {
	width: 70px;
}

#SubmitOfferCode img {
	vertical-align: middle;
	margin-top: -4px;
}

#threeDSecureLogos {
	clear: both;
	padding-top: 25px;
}

#threeDSecureLogosImages img {
	vertical-align: middle;
	height: 40px;
	width: 64px;
}

#threeDSecureLogosImages {
	width: 145px;
	float: left;
}

#Form_ApplicationForm {
	width: 65%;
}

#Form_ApplicationForm .field input,
#Form_ApplicationForm .field textarea {
	width: 100%;
}

#Form_ApplicationForm_action_submitApplication {
	background: url(../images/btn_send.gif) no-repeat;
	width: 82px;
	height: 22px;
	display: block;
	border: 0;
	cursor: pointer;
	cursor: hand;
	float: right;
	padding-right: 0;
	margin-right: 2px;
}

#Maestro3DWarning {
	display: none;
	margin-top: 15px;
	padding-left: 3px;
	font-weight: bold;
}

#add_this_wrap { height: 30px; width: 170px; text-align:right; float: right; margin-right: 10px; margin-top: -32px;}
#search_form { width: 300px;  }

/* Body Shape Tool */
#BodyShapeForm ul.optionset {
    margin-bottom: 0;
}

#BodyShapeForm ul.optionset li 
{
    padding-left: 0 !important;
    background: none !important;
    display: inline;
}

#BodyShapeForm ul.optionset li input,
#BodyShapeForm ul.optionset li label {
    width: auto;
    display: inline;
    font-weight: normal;
}

#BodyShapeForm div.optionset label.left {
    line-height: 1.8em;
}

#BodyShapeForm #Q5 {
    margin-bottom: 25px;
}

#google_plus_one_button {
    margin-top: 30px;
}
