/*

	BloorHomes styles

*/


/* =General
---------------------------------------- */
* { margin:0; padding:0; }

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode" , Helvetica, Arial, sans-serif;
	color:#2f2f2f;
	font-size:62.5%;
	background:#fff url(../images/body-bg.gif) repeat-x 0 0;
	text-align:center;
	}
body.specification
{
	background:#7993a2;
	color:#fff;
	text-align:left;
}
body.image
{
	background:#c7d6dd;
	font-weight:bold;
	font-size:70%;
	padding:5px 5px 10px 5px;
}

body.image a
{
	color:#fff !important;
	text-decoration:none !important;
}





/* =Headings
---------------------------------------- */
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.2em;
	color:#ee3425;
	font-weight:normal; 
	margin-bottom:12px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#ee3425;
	font-size:1.9em;
	padding-bottom:0.7em;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#002949;
	padding-bottom:0.5em;
	}
h4 {
	color:#668ca2;
	font-size:1.3em;
	font-weight:normal;
	padding-bottom:0.4em;
	}
h5 {
	color:#668ca2;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.3em;
	font-weight:normal;
	margin:0;
	padding-bottom:0.3em;
	}





p 				{line-height:150%; margin-bottom:1.2em;}

a				{color:#E62223; text-decoration:underline;}
a:hover 		{color:#a7b5c4; text-decoration:underline;}

h3 a			{color:#002949; text-decoration:none;}
h2 a			{text-decoration:none;}




/* =General & Modifiers
---------------------------------------- */
hr			{display:none; }
img			{border:0}
acronym 	{border-bottom:1px dotted black;}

.hide		{ display:none; }

.alignTop		{ vertical-align:top; }
.alignRight		{ text-align:right; }
.alignLeft		{ text-align:left; }
.alignCenter	{ text-align:center; }
.floatLeft		{ float:left; }
.floatRight		{ float:right; }
.clearall		{ clear:both; }
.clearLeft		{ clear:left; }

br.clearall 
{
	clear:both;
	height:0;
	line-height:0;	
}

.error{	color:#ff0000; }
.red{color:#e62223;}
.light{	color:#5A829F;}
.blue {color:#00275e;}
.small{font-size:0.9em;}
p.small{color:#afafaf;}
.top-padding {margin-top:1em;}
.large{font-size:1.4em;}
.bold{font-weight:bold;}

.line,
.line-top
{
	clear:both;
	height:15px;
	margin-bottom:1em;
	padding-top:1em;	/* note:padding-top solves issues with floated elements abouve the line */
	background:url(../images/line.png) no-repeat 50% 0;
}
.container.dev .line,
body.career .line
{
	margin-bottom:0;
}



/* =Main container boxes
---------------------------------------- */
#header {
	position:relative;
	width:990px;
	height:101px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border-bottom:1px solid #fff;
	background:url(../images/header-bg.gif) repeat-x 0 100%;
}

.container-outer
{
	width:100%;
	background:url(../images/bg.gif) no-repeat 50% 0;
	text-align:center;
	position:relative;
	z-index:10;
}
.container {
	position:relative;
	overflow:hidden;
	width:990px;
	w\idth:936px;
	padding:0 29px 0 25px;
	margin:0 auto;
	text-align:left;
	background:url(../images/old/container-bg.gif) no-repeat -15px 0;
	}
.container.dev
{
	background:url(../images/container-bg-dev.gif) no-repeat -15px 0;
}
#homepage .container {
	background:url(../images/old/container-bg-home.gif) no-repeat -15px 0;
	}




/* =Content & content wide used on different templates
---------------------------------------- */
#content-primary {
	float:left;
	position:relative;
	width:720px;
	overflow:hidden;
	font-size:1.1em;
}
#content-secondary
{
	float:right;
	width:216px;
	w\idth:212px;
	padding:0 4px 20px 0px;
	font-size:1.1em;
}
body.home #content-primary {
	w\idth:695px;
	padding:24px 25px 5px 0;
}

.content-inner
{
	background:url(../images/content-bg.gif) no-repeat 0 0;
	padding:17px 25px 5px 253px;
}
.container.dev .content-inner
{
	padding-right:17px;
} 
.tertiary-content
{
	position:relative;
	float:left;
	width:222px;
	top:-92px;
	left:8px;
	margin-bottom:-90px;
}
.tertiary-content-inner
{
	width:222px;
	w\idth:217px;
	background:url(../images/side-nav.png) no-repeat 0 0;
	padding:15px 0 15px 5px;
}
body#two-col .container {
	background:url(../images/old/container-bg-light.gif) no-repeat -15px 0;
	}
body#two-col .content-inner
{
	padding-left:25px;
	background:none;
}
body#two-col.with-banner .content-inner
{
	background:url(../images/content-bg-without-nav.gif) no-repeat 0 0;
}
body#wide .container
{
	background-image:url(../images/container-bg-wide.gif);
}
body#wide #content-primary
{
	width:940px;
}
body#wide .content-inner
{
	padding-left:25px;
	background:none;
}

.main-content
{
	float:left;
	width:442px;
}
.dev .main-content{
	width:450px;
	position:relative;
	}

/*
fix lists 
*/

#content-primary ul, #content-primary ol
{
	margin-bottom:1em;
	padding-left:30px;
}
#content-wide ul, #content-wide ol
{
	margin-bottom:1em;
	list-style-type:none;
}
#content-primary li, #content-wide li
{
	margin:0;
	padding:0;
	line-height:150%;
}




/* =Branding
---------------------------------------- */
a.logo
{
	display:block;
	float:left;
	overflow:hidden;
	width:288px;
	height:59px;
	margin:25px 0 10px 54px;
	background:url(../images/logo.gif) no-repeat;
}
a.logo span
{
	display:none;
}

.top-bar
{
	position:absolute;
	top:0;
	right:0;
	height:52px;
	background:url(../images/top-bar.gif) no-repeat 100% 0;
	font-family:Helvetica, Arial, Sans-Serif;
}
.top-bar a
{
	display:block;
	background:url(../images/top-bar-left.gif) no-repeat 0 0;
	width:363px;
	height:52px;
	text-indent:-999em;
	overflow:hidden;
}


img.banner
{
	display:block;
}

#breadcrumbs
{
	font-size:0.9em;
	color:#b3b3b3;
	padding-bottom:20px;
	position:relative;
}





/* =Login tab
---------------------------------------- */
#user{
	position:absolute;
	bottom:0;
	right:1px;
	width:425px;
	w\idth:374px;
	height:49px;
	he\ight:33px;
	text-align:right;
	line-height:33px;
	color:#918f8f;
	font-size:1.1em;
	background:url(../images/login_tab.gif) no-repeat 100% 0;
	padding:16px 26px 0 25px;
}
#user span
{
	display:none;
}

.user-tab
{
	height:33px;
	width:134px;
	w\idth:122px;
	text-align:center;
	float:right;
	color:#ef3e33;
	padding-left:12px;
	overflow:hidden;
}
#user .user-tab a,
#user .user-tab a:visited
{
	color:#ef3e33;
}
#user .user-tab a:hover
{
	color:#A7B5C4;
}
#user.logged
{
	padding-left:0;
	padding-top:11px;
	he\ight:38px;
	width:auto;
	background:url(../images/user-logged-bg.gif) no-repeat 100% 0;
}
#user.logged span.my-bloor
{
	display:inline;
	color:#f3322b;
	font-weight:bold;
}
#user.logged .user-inner
{
	padding-left:50px;
	padding-right:18px;
	padding-top:5px;
	color:#ef3e33;
	background:url(../images/user-bg.gif) no-repeat 0 100%;
}
#user a, #user a:visited{
	color:#F3322B;
}
#user a:hover
{
	color:#A7B5C4;
}




/* =Footer
---------------------------------------- */
#footer {
	clear:both;
	float:left;
	width:940px;
	w\idth:875px;
	margin-top:10px;
	overflow:hidden;
	padding:13px 40px 13px 25px;
	color:#afafaf;
	line-height:1.2em;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
	body.home #footer {
		margin-top:0;
		padding:0 40px 13px 25px;
		}
#footer a, #footer a:visited, #footer a:hover
{
	color:#afafaf;
}
#footer div
{
	float:left;
	padding-right:11px;
	margin:0;
	line-height:1.8em;
}
#footer a.footer-link
{
	display:block;
	float:right;
	width:88px;
	height:16px;
	overflow:hidden;
	text-indent:-999em;
	background:url(http://www.fuse8.com/assets/x/50617) no-repeat;
}




/* =Secondary content
---------------------------------------- */
#mapSearch {
	margin:-20px 0 20px 4px;
	padding-left:15px;
	overflow:visible;
	}
#mapSearch object,
#mapSearch embed
{
	margin-top:-15px;
}




/* =Forms
---------------------------------------- */
fieldset {
	border:0;
}

legend {
	display:none;
}

input, textarea, select
{
	font-size:1em; 
	margin:0; 
	padding:0;
	z-index:5;
	outline:none;
}

input.btn
{
	background:url(../images/btn.gif) no-repeat;
	border:0;
	color:#fff;
	width:97px;
	height:24px;
	text-align:center;
	margin:0 0 4px 0;
	cursor:pointer;
	padding-bottom:1px;
	text-transform:lowercase;
}
.request-form input.btn
{
	height:24px;
	clear:right; 
	border:0;
	margin:5px 0 0 0;
}

input.btn.last{margin-right:0;}

form 
{
	margin:0; 
	padding:0;
}

.w200
{
	width:188px;
	width:188px;
}

select.w200
{
	width:191px;
}
div.robospam .text {width:200px; height:15px;padding:3px 0;}
div.robospam img {margin-bottom:5px;}




/* =Quick Search
---------------------------------------- */
#quick-search {
	width:210px;
	margin:0 0 0 2px;
	padding:14px 0 0;
	}
.search-by-town {
	padding:0 0 0 24px;
	height:69px;
	}
	.search-by-town h3 {
		color:#ea3f34;
		font-size:1.637em;
		word-spacing:-1px;
		letter-spacing:-0.4px;
		padding:0 0 12px;
		}
		.search-by-town h3 strong {
			color:#00275e;
			}
	.search-by-town span {
		display:block;
		overflow:hidden;
		width:165px;
		height:24px;
		background:url(/assets/images/search_input.gif) no-repeat 0 0;
		}
	.search-by-town input.text {
		background:none;
		border:0;
		margin:3px 0 0 3px;
		padding:2px;
		width:154px;
		color:#636363;
		}

#quick-search span.postcode 
{
	display:block;
	margin:0;
	padding:8px 0px 2px 0px;
	color:#042141;
	z-index:1;
	height:auto;
}
#quick-search span.postcode
{
	
}

p.accesskeys {
	position:absolute;
	left:-9999em;
	}

#quick-search span.category {display:none;}	/* for accessibity */
#quick-search span.postcode {display:none;}	/* for accessibity */
#quick-search legend {display:none;}	/* for accessibity */





/* =Custom Select Boxes
---------------------------------------- */
.select {
	position:relative;
	margin:0 0 0 24px;
	width:165px;
	height:30px;
	}
	.select a,
	.select a:visited,
	.select a:hover {
		display:block;
		outline:none;
		background:url(../images/old/select.gif) no-repeat 0 0;
		color:#FFF;
		height:24px;
		line-height:23px;
		padding:0 25px 0 10px;
		text-decoration:none;
		}
#select1 {
	z-index:20;
	}
#select2 {
	z-index:10;
	}


.select ul {
	display:block;
	position:static;
	top:24px;
	left:0;
	list-style-type:none;
	background:#fff;
	border:1px solid #DCDCDC;
	width:163px;
	height:300px;
	overflow:auto;
	}

.select ul li
{
	display:block;
	margin:0;
	padding:0;
	width:145px;
	float:left;
}
.select ul li a,
.select ul li a:visited
{
	background:none;
	display:block;
	width:145px;
	w\idth:140px;
	padding:3px 0 3px 5px;
	text-decoration:none;
	color:#003875;
	height:auto;
	line-height:1.5em;
}
.select ul li a:hover
{
	color:#fff;
	background:#3f5977;
	padding:3px 0 3px 5px;
	height:auto;
	line-height:1.5em;
}
.postcode-box {
	width:164px;
	w\idth:141px;
	overflow:hidden;
	background:transparent url(../images/postcode-bg.gif) no-repeat 0 0;
	padding:10px 10px 20px 13px;
	margin:13px 0 0 24px;
	}
.postcode-box .code-bg {
	background:url(/assets/images/postcode.png) no-repeat 0 0;
	padding:6px 9px 0;
	float:left;
	width:89px;
	height:28px;
	}
	.postcode-box input {
		width:89px;
		border:0;
		color:#8f8f8f;
		}

#quick-search .magnifier {
	float:right;
	border:0;
	width:31px;
	height:32px;
	background:url(/assets/images/magnifier.png) no-repeat 0 0;
	text-indent:-999em;
	overflow:hidden;
	cursor:pointer;
	margin-top:-2px;
	}




/* =Homepage
---------------------------------------- */
.flash
{
	position:relative;
	width:690px;
	height:264px;
	background:url(../images/home-flash-bg.gif) no-repeat;
	margin:0 0 0 2px;
	padding:0 0 20px 0;
}

#flash img{
	margin:9px 0 0 9px;
}

#flash-detection{
	position:absolute; 
	width:213px; 
	height:136px; 
	top:63px; 
	left:237px; 
	background:url(/images/message.gif) no-repeat; 
	text-indent:-999em; 
	overflow:hidden; 
	display:none;
}

#flash-detection a{
	display:block;
	position:absolute;
	width:74px;
	height:15px;
	text-indent:-999em;
	overflow:hidden;
	top:113px;
	cursor:pointer;
}
#flash-detection .link-yes{
	left:53px;
}
#flash-detection .link-no{
	left:132px;
}

body.js-switch #flash-detection{
	display:block;
}


body.home .news-updates
{
	color:#666;
	background:url(../images/home/news-bg.gif) repeat-y left;
	margin-bottom:20px;
	width:695px;
	float:left;
}
	body.home .news-updates-top
	{
		background:url(../images/home/news-top.gif) no-repeat 0 0;
		width:695px;
		float:left;
	}
	body.home .news-updates-bottom
	{
		background:url(../images/home/news-bottom.gif) no-repeat 0 100%;
		margin-top:10px;
	}
body.home .news-updates .news-title
{
	float:left;
	width:186px;
	w\idth:174px;
	padding-left:12px;
}

body.home .news-updates .news-item
{
	float:left;
	width:209px;
	w\idth:179px;
	padding:2px 14px 2px 16px;
	margin-left:25px;
}
	body.home .news-updates .news-item a
	{
		display:block;
		font-weight:bold;
		margin:0 8px;
	}
	body.home .news-updates .news-item .date
	{
		display:block;
		position:static;
		text-align:left;
		padding-top:3px;
		color:#003875;
		margin-left:8px;
	}
	body.home .news-updates .news-item p
	{
		margin:5px 8px 0;
	}
body.home .news-updates a.more
{
	display:block;
	width:7px;
	height:8em;
	float:left;
	text-indent:-999em;
	overflow:hidden;
	background:url(../images/arrows/small-red-arrow.gif) no-repeat left 50%;
}





/* =Carousel
---------------------------------------- */
#mycarousel
{
	float:left;
	margin-left:1px;
}
#mycarousel li
{
	list-style-type:none;
	margin:8px 8px 0 0;
	position:relative;
	float:left;
}
#mycarousel li
{
	margin:8px 8px 50px 0;
}
body.js-switch #mycarousel li{margin-top:0;}
#mycarousel li a span
{
	position:absolute;
	bottom:5px; right:6px;
	color:#fff;
}




/* =News carousel
---------------------------------------- */
#news-carousel
{
	margin:0 !important;
	height:120px !important;
	overflow:hidden;
	width:695px;
	w\idth:661px;
	float:left;
	padding:15px 17px;
}
#news-carousel li{list-style-type:none; width:207px;}
#news-carousel li.news-title
{
	border:0 !important;
	padding-left:0 !important;
}
#news-carousel li.news-item
{
	margin-bottom:100px;
}
#news-carousel li{margin:0 8px 0 0; position:relative;}
#news-carousel li span.left-line
{
	display:block;
	width:1px;	height:112px;
	border-left:1px solid #e3e3e3;
	left:-5px;	top:0pt !important;
	position:absolute !important;
}
body.js-switch #news-carousel li span.left-line {height:120px;}






/* =Featured Properties
---------------------------------------- */
.featured-properties
{
	width:695px;
	height:196px;
	margin-bottom:20px;
	background:url(../images/featured_properties.gif) no-repeat 0 0;
	overflow:hidden;
}
.featured-properties h3
{
	height:34px;
	he\ight:18px;
	margin:0 0 9px 32px;
	padding:16px 0 0 0;
	text-indent:-999em;
	overflow:hidden;
	background:url(../images/featured-properties-title.gif) no-repeat left 16px;
}





/* =Latest jobs
---------------------------------------- */
body.home .latest-jobs
{
	clear:both;
	width:688px;
	background:url(../images/home/jobs-bg.gif) no-repeat 0 0;
	margin:0 3px 15px 3px;
	line-height:2em;
}
	body.home .latest-jobs-inner
	{
		background:url(../images/home/jobs-bottom.gif) no-repeat 0 100%;
		padding:13px 28px 0;
		overflow:hidden; 
		height:auto !important; 
		he\ight:1%;
	}
	body.home .latest-jobs a
	{
		padding:0 7px;
		border-left:1px solid #e8e8e8;
	}
	body.home .latest-jobs .more
	{
		display:block;
		float:right;
	}
		body.home .latest-jobs .more a
		{
			border:0;
			padding:0 0 0 7px;
		}
		body.home .latest-jobs .more span
		{
			font-size:0.8em;
		}
	body.home .latest-jobs h3
	{
		float:left;
		padding-right:13px;
		padding-top:4px;
		padding-bottom:14px;
		color:#003875;
	}
	body.js-switch .latest-jobs h3{
		margin-top:-1px;
		padding-bottom:0.6em;
	}





/* =Sitemap
---------------------------------------- */
#sitemap ul
{
	margin-left:0;
	padding-left:15px;
}
#sitemap ul li
{
	margin-left:0;
	padding:2px 0;
}

#sitemap #sitepages
{
	width:268px;
	float:left;	
}

#sitemap #sitedevs
{
	width:268px;
	float:left;	
	padding-left:10px;
	border-left:1px solid #D9DADA;
}

#sitedevs h3
{
	margin-left:15px;
}

#sitedevs ul
{
	list-style-type:none;	
}

#sitedevs ul li a
{
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:15px;	
}
#sitedevs ul li a.Current
{
	background-image:url(/images/current.gif);
}

#sitedevs ul li a.Forthcoming
{
	background-image:url(/images/forthcoming.gif);
}





/* =News
---------------------------------------- */
#news-filter h1
{
	float:left;
	width:175px;
}
#news-filter select
{
	margin-top:10px;
}
#news-filter input.btn
{
	margin-bottom:0;
}
.news-select
{
	position:relative;
	float:left;
	width:165px;
	height:24px;
	background:url(../images/forms/select.gif) no-repeat;
	z-index:100;
}
.news-select span
{
	line-height:22px;
	padding:9px;
	color:#fff;
}
.news-select a.open-link
{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:24px;
	width:24px;
	cursor:pointer;
}
#news-filter .news-select ul
{
	display:none;
	position:absolute;
	width:165px;
	w\idth:168px;
	top:24px;
	left:0;
	padding:0;
	margin:0;
	background:#fff;
	border:1px solid #dcdcdc;
	list-style-type:none;
}
#news-filter .news-select ul li
{
	margin:0;
	padding:0;
}
#news-filter .news-select ul li a,
#news-filter .news-select ul li a:visited
{
	display:block;
	padding:3px 5px;
	color:#000;
	background:#fff;
	text-decoration:none;
}
#news-filter .news-select ul li a:hover
{
	color:#000;
	background:#dcdcdc;
	text-decoration:none;
}
.news-left
{
	float:left;
	width:175px;
}
.news-right
{
	float:left;
	width:495px;
}
.news-img
{
	margin:0 0 20px 0;
	background:url(../images/img-top.gif) no-repeat 0 0;
}
.news-img div
{
	padding:9px 8px;
	background:url(../images/img-bottom.gif) no-repeat 0 100%;
}





/* =News-item
---------------------------------------- */
body.news div.line,
body.news div.line-top
{
	margin:0;
	padding:0;
	padding-top:5px;
}

#news-item
{
	
}

#news-item .news-left
{
	
}
#news-item .news-right
{
	
}

#news-item .news-right h3
{
	padding-top:8px;
}






/* =Login form
---------------------------------------- */
.not-registered {
	width:345px;
	w\idth:296px;
	float:right;
	padding:0 0 50px 49px;
	background:url(../images/line-vert-high.png) no-repeat 0 0;
}
#content-primary .not-registered ul
{
	list-style-type:none;
	padding:0;
}
#content-primary .not-registered ul li
{
	margin:0;
	padding:0 0 8px 15px;
	background:url(../images/arrows/marker.gif) no-repeat left 0.6em;
}
#rose-box
{
	width:296px;
	background:#ffd1d1 url(../images/forms/rose-top.gif) no-repeat 0 0;
	overflow:hidden; 
	height:auto !important; 
	he\ight:1%;
	display:inline-block;
}
.rose-box-bottom
{
	padding:10px;
	background:url(../images/forms/rose-bottom.gif) no-repeat 0 100%;
}
#rose-box h3 
{
	color:#ed382d;
	font-size:1.3em;
}
#rose-box a:hover
{
	color:#000;
}
#rose-box input.btn{
	width:101px;
	height:29px;
	line-height:29px;
	background:url(../images/btn_red.gif) no-repeat;
	float:right;
	margin:10px 0 0 0;
}

.login{
	float:left;
	width:295px;
}
.login h2,
.login p
{
	margin:0 10px;
}
.login .request-form
{
	background:url(../images/forms/form-bottom.gif) no-repeat 0 100%;
	width:295px;
	w\idth:265px;
}
.login .request-form-top
{
	background:url(../images/forms/form-top.gif) no-repeat 0 0;
}
.login .request-form label{font-weight:normal; margin-right:7px;}
.login .request-form p{margin:10px 0 0 0;}
.login .request-form input{width:156px;}
.login .request-form input.btn{width:97px; float:right;}




/* =Register form
---------------------------------------- */
body#wide .content-inner p,
body#wide .content-inner h1
{
	margin-left:13px;
}

.register{
	float:left;
	width:265px;
	margin:0 20px 0 5px;
}
.register.first
{
	width:255px;
}
.register.last
{
	width:312px;
	margin-right:0;
}

.register .request-form{
	width:265px;
	padding:0 11px;
	w\idth:243px;
	background-image:url(../images/forms/form-reg2-bottom.gif);
}
.register .request-form-top,
.register .request-form-bg{
	width:265px;
	background-image:url(../images/forms/form-reg2-top.gif);
}
.register .request-form-bg{
	background-image:url(../images/forms/form-reg2-bg.gif);
}
.register.first .request-form{
	width:255px;
	w\idth:233px;
	background-image:url(../images/forms/form-reg1-bottom.gif);
}
.register.first .request-form-top,
.register.first .request-form-bg{
	width:255px;
	background-image:url(../images/forms/form-reg1-top.gif);
}
.register.first .request-form-bg{
	background-image:url(../images/forms/form-reg1-bg.gif);
}
.register.last .request-form{
	width:312px;
	w\idth:290px;
	background-image:url(../images/forms/form-reg3-bottom.gif);
}
.register.last .request-form-top,
.register.last .request-form-bg{
	width:312px;
	background-image:url(../images/forms/form-reg3-top.gif);
}
.register.last .request-form-bg{
	background-image:url(../images/forms/form-reg3-bg.gif);
}
.register .request-form label{
	font-weight:normal;
	width:85px;
	text-align:right;
}
.register .request-form input,
.register .request-form select,
.register .request-form textarea
{
	width:136px;
	margin-bottom:13px;
}
.register.last .request-form input,
.register.last .request-form select,
.register.last .request-form textarea
{
	width:185px;
}
.register .request-form select{width:138px;}
.register .request-form textarea{height:70px;}


.register .request-form .two-selects select
{
	width:65px;
	margin-right:8px;
}
.register .request-form .two-selects select.right
{
	margin-right:0;
}
.two-selects br{display:none;}
.register .request-form .captcha label
{
	width:205px;
	text-align:left;
}
.register .request-form .captcha input
{
	width:73px;
}

body#wide .register .request-form p
{
	margin-left:0;
}
.register .request-form .checkbox label
{
	text-align:left;
}
.register .request-form .checkbox input
{
	width:auto;
	height:auto;
	border:0;
}





/* =Calculate form
---------------------------------------- */
.calculate {
	overflow:hidden;
	float:left;
	width:100%;
	margin:0 0 18px 0;
	}
.calculate.repaiments {
	margin:0 0 18px 2px;
	display:inline;
	}
.calculate .calculate-form-top {
	height:13px;
	line-height:13px;
	font-size:1%;
	background:url(../images/forms/form-calc1-top.gif) no-repeat 0 0;
	}
.calculate.repaiments .calculate-form-top {
	height:5px;
	line-height:5px;
	font-size:1%;
	background:url(../images/forms/form-calc2-top.gif) no-repeat 0 0;
	}
.calculate .calculate-form{
	padding:5px 33px 20px 20px;
	background:url(../images/forms/form-calc1-bottom.gif) no-repeat 0 100%;
	}
.calculate.repaiments .calculate-form{
	color:#00255c;
	padding:8px 17px 0 17px;
	background:url(../images/forms/form-calc2-bottom.gif) no-repeat 0 100%;
	}
.calculate .calculate-form fieldset {
	margin-top:15px;
	}
.calculate .calculate-form label {
	color:#666;
	display:block;
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	font-weight:normal;
	line-height:22px;
	width:85px;
	}
.calculate .calculate-form input.text {
	border:1px solid #DBDBDB;
	float:left;
	font-size:1.1em;
	margin:0 0 9px 0;
	padding:3px 2px;
	width:172px;
	}

.calculate .calculate-form input.btn {
	background:#ee2616 url(../images/btn-red.gif) no-repeat 0 0;
	line-height:22px;
	padding-bottom:3px;
	}
.calculate .calculate-form .result {
	font-size:1.1em;
	font-weight:bold;
	width:133px;
	float:left;
	margin:4px 60px 0 0;
	}
.calculate .calculate-form .result div {
	text-indent:28px;
	width:133px;
	line-height:26px;
	height:26px;
	background:url(../images/forms/calc-result-bg.gif) no-repeat 0 0;
	margin:10px 0;
	}
.mortgage {
	color:#bcbcbc;
	font-size:.9em;
	}





/* =My Bloor
---------------------------------------- */
.yourbloor
{
	width:217px;
	clear:both;
	background:url(../images/your-bloor-top.gif) no-repeat top;
	margin:0 0 10px 0;
	padding-top:15px;
}
.yourbloor-bottom
{
	background:url(../images/your-bloor-bottom.gif) no-repeat bottom;
	padding:0 60px 20px 17px;
}
.yourbloor a.title
{
	display:block;
	background:url(../images/your-bloor-title.gif) no-repeat top;
	margin:0 0 10px 0;
	padding:0;
	color:#fff;
	width:127px;
	height:28px;
	text-indent:-999em;
	overflow:hidden;
}





/* =Vouchers
---------------------------------------- */
.voucher-box
{
	width:217px;
	background:url(../images/voucher_bg.gif) no-repeat top;
	margin:0 0 17px 0;
	position:relative;
}

.voucher-box-inner
{
	padding:60px 12px 1px 12px;
	background:url(../images/voucher_bottom.gif) no-repeat bottom;
}
.voucher-box a.top-link
{
	display:block;
	position:absolute;
	left:0;
	top:5px;
	width:217px;
	height:44px;
	text-indent:-999em;
	overflow:hidden;
	background:url(../images/blank.gif);
}





/* =Career page
---------------------------------------- */
.job-search
{
	margin-bottom:15px;
}
.job-search h3
{
	width:200px;
}
.job-search a.view-all {
	float:right;
	margin:5px 0 5px 0;
}
.request-form.job-search input.btn
{
	margin-left:15px;
	margin-top:-15px;
}



span.latest-jobs {
	padding:10px 0 0 0;
	border-top:1px solid #EEEFEF;
	font-size:1.1em;
	display:block;
	clear:both;
	line-height:1.6em;
	}
span.latest-jobs a {
	color:#666;
	}
span.latest-jobs strong {
	color:#91a6b2;
	}





/* =Autocomplete list
---------------------------------------- */
.ac_results {
	z-index:10;
	border:1px solid #DCDCDC;
	margin-top:6px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	font-size:1.1em;
	}
	.ac_results ul {
		background:#FFF;
		padding:1px;
		}
		.ac_results li {
			list-style-type:none;
			margin:0;
			padding:4px 4px 5px;
			text-align:left;
			color:#003875;
			}
			.ac_results li.ac_over {
				background-color:#3F5977;
				color:#fff;
				}
.ac_loading {
	background:url(/assets/images/ajax-loader.gif) no-repeat 100% 0 !important;
	}




/* =Shadows
---------------------------------------- */
.shadows {
	position:relative;
	padding:5px 4px 6px;
	}
	.shadows img {
		display:block;
		position:relative;
		float:left;
		}
	.sh-img {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		overflow:hidden;
		}
		.sh-img span {
			position:absolute;
			font-size:0;
			overflow:hidden;
			background:url(/images/shadows.gif) no-repeat 0 0;
			}
			.sh-img .tl {
				height:100%;
				width:100%;
				left:-7px;
				top:-7px;
				}
			.sh-img .tr {
				height:100%;
				right:0;
				top:-7px;
				width:7px;
				}
			.sh-img .bl {
				bottom:0;
				width:100%;
				height:8px;
				left:-7px;
				}
			.sh-img .br {
				bottom:0;
				right:0;
				height:8px;
				width:7px;
				}

