/*=============================================================
Type:				Fresh Invest main stylesheet 
Created by:			Strawberrysoup
Contact website:	http://strawberrysoup.co.uk/
Copyright: 			(c) 2008 Strawberrysoup	
---------------------------------------------------------------
Creation Date:		04-08-2008
=============================================================*/

/*=============================================================
general layout
=============================================================*/

body {
	background: #333;
	color: #6B7073;
}

#page {
	width: 1024px;
	margin: 0 auto;
	background: #191D1E;
}


/*=============================================================
header
=============================================================*/

h1 {
	margin: 0;
}

h1 a {
	position: absolute;
	display: block;
	background: #FFF url('../cssimages/logo_main.gif') no-repeat 0 0;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
	top: 3px;
	left: 60px;
}

h2.standard {
	border-bottom: 1px solid #474a4b;
	padding-bottom: 5px;
	font-size: 14px;
}

#header_wrapper #quick_contact {
	background: #FFF url('../cssimages/bg_header_top.gif') no-repeat 0 0;
	margin: 0;
	height: 29px;
	padding: 7px 60px 0 60px;
	color: #36393A;
	font-size: 14px;
	font-weight: bold;
}

#quick_contact span {
	margin-right: 20px;
}

#quick_contact a {
	color: #F7941E;
	text-decoration: none;
}

#quick_contact strong.tel {
	color: #F7941E;
}

#quick_contact strong.email {
	color: #909697;
}

#header {
	border-top: 1px solid #FFF;
	background: #191D1E url('../cssimages/bg_nav.gif') no-repeat 0 3px;
	height:150px;
	padding-top: 3px;
	margin-top: -5px;
	position: relative;
}

#header_wrapper {
	position: relative;
}

#login_tab {
	position: absolute;
	left: 800px;
	top: 0px;
	margin: 0;
	color: #000;
}

#login_tab a, #login_tab input#sublogout {
	color: #222;
	padding: 5px 8px;
	text-decoration: none;
	display: block;
	border: 0;
	background: #F8941E;
	width: 150px;
	text-align: center;
}

#login_tab input#sublogout {
	font-weight: bold;
	position: relative;
	width: 165px;
}	

#login_form {
	background: #F8941E;
	padding: 2px 14px;
	color: #111;
/*	border-top: 1px solid #FFB55F;*/
}

/*form.open {
	display:block;
	height: auto !important;
}*/

#login_form a {
	color: #111;
	font-weight: bold;
}

#login_form input {
	margin-left: 6px;
	color: #666;
}

#login_form #login_submit {
	background: #191D1E;
	border: 0;
	padding: 2px 5px;
	color: #FFF;
	margin-right:10px;
}

#lost_password {
	color: #6F3C00 !important;
}

#overview_copy {
	width: 1024px;
	margin: 0 auto;
	background: #F8941E;
	padding: 6px 0 4px 0;
/*	border-bottom: 1px solid #EF8E1D;*/
}

#overview_copy h1 {
	color: #FFF;
	margin: 0;
	font-weight: none;
	font-size: 12px;
	text-align: center;
}

/*=============================================================
preview
=============================================================*/

#preview_pic {
	
}

#preview {
	position: relative;
}

#preview blockquote {
	position: absolute;
	left: 540px;
	top: 9px;
	width: 430px;
}

#preview blockquote p {
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 10px;
}

#preview blockquote cite {
	display: block;
	margin-top: 10px;
}

#preview blockquote cite span {
	display: block;
	font-size: 12px;
}

#preview blockquote span.name {
	color: #FFF;
}

#preview blockquote span.position {
	color: #191D1E;
}

.preview_pic {
	position: absolute !important;
	left: 8px !important;
	top: 3px !important;
	width: 136px !important;
	height: 136px !important;
	background-repeat: no-repeat;
	background-position: 50% 50% !important;
	display: block;
	padding: 0 !important;
}

blockquote#nav_international_quote, blockquote#nav_uk_quote, blockquote#nav_international_quote, blockquote#nav_commercial_quote, blockquote.bigquote, blockquote#nav_alternative_quote {
	left: 513px !important;
	top: 0px !important;
	width: 511px !important;
}

blockquote#nav_international_quote p, blockquote#nav_uk_quote p, blockquote#nav_international_quote p, blockquote#nav_commercial_quote p, blockquote#nav_alternative_quote p, blockquote.bigquote p {
	margin: 44px 10px 0 20px;
}

blockquote#nav_international_quote {
	background: url('../cssimages/header_intprop.gif') no-repeat 0 0;	
}

blockquote#nav_uk_quote {
	background: url('../cssimages/header_ukprop.gif') no-repeat 0 0;	
}

blockquote.bigquote {
	background: url('../cssimages/header_welcome.gif') no-repeat 0 0;	
}

blockquote#nav_alternative_quote {
	background: url('../cssimages/header_altinv.gif') no-repeat 0 0;	
}

blockquote#nav_commercial_quote {
	background: url('../cssimages/header_portfolio.gif') no-repeat 0 0;	
}
	
blockquote.bigquote p {
	padding-top: 13px;
}

blockquote#generic_quote p#bigquote {
	font-size: 22px !important;
	line-height: 1.4em;
	padding-top: 10px;
}

blockquote#nav_uk_quote p {
	padding-top: 10px;
	font-size: 14px !important;
	line-height: 1.4em;
}

blockquote#nav_international_quote p {
	padding-top: 10px;
	font-size: 14px !important;
	line-height: 1.4em;
}

blockquote#nav_commercial_quote p {
	padding-top: 10px;
	font-size: 14px !important;
	line-height: 1.4em;
}

blockquote#nav_alternative_quote p {
	padding-top: 10px;
	font-size: 14px !important;
	line-height: 1.4em;
}


.property_preview h2 {
	position: absolute;
	color: #FFF;
	left: 158px;
	top: 8px;
	margin: 0;
	font-size: 12px;
	width: 336px;
}

.property_preview ul {
	list-style: none;
	position: absolute;
	left: 142px !important;
	top: 34px !important;
	font-size: 12px;
	color: #36393A;
	width: 336px;
}

/* homepage and non-property pages */

#main_pic {
	margin: 0;
}

/* property list pages */

#page .prop_list  {
	position: relative;
	top: 0;
	left: 0;
}

#page .prop_list h2 {
	margin: 0;
	padding: 10px 60px 18px;
	color: #565c5f;
	background: url('../cssimages/bg_property_list_splitter.gif') repeat-x left bottom;
}

#property_status_switcher {
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 13px;
}

#property_status_switcher li {
	display: inline;
	margin-left: 10px;
}

#property_status_switcher li a {
	text-decoration: none;
	color: #999;
	padding: 3px 6px;
}

#property_status_switcher li a.current {
	color: #F68D1E;
	background: #111;
}

#property_status_switcher li a:hover {
	color: #F68D1E;
}

.property_list_item {
	margin: 0 60px;
	border-bottom: 1px solid #474a4b;
	border-top: 1px solid #717272;
	padding: 10px 0;
	margin-top: -1px;
	position: relative;
}

.property_list {
	padding-bottom: 11px;
	background: url('../cssimages/bg_property_list_splitter.gif') repeat-x left bottom;
} 

.prop_list li {
	list-style: none;
	color: #FFF;
	font-size: 11px;
}

.prop_list h3 {
	color: #F7941E;
	position: relative;
	margin: 0 0 6px 0;
	font-size: 14px;
	top: 0;
	left: 0;
}

.prop_list h3 span {
	position: absolute;
	top: 0px;
	left: 339px;
	color: #808080;
}

.prop_list h3 strong {
	color: #BEBDBD;
}

.prop_list img {
	float: left;
}

.prop_list h3 {
	margin-left: 260px !important;
}

.list_part_one{
	float: left;
	margin-left: 18px;
	width: 320px;
}

.list_part_two {
	margin-left: 20px;
	float: left;
	width: 300px;
}

.list_part_one li, .list_part_two li {
	padding-left: 10px;
	background: url('../cssimages/bullet_orange_dot.gif') no-repeat 0 5px;
}

.property_list_item .options {
	width: 200px;
	margin: 8px 10px 0 20px;
	position: absolute;
	bottom: 34px;
	left: 580px;
}

.read_more {
	display: block;
	width: 90px;
	height: 25px;
	background: url('../cssimages/button_read_more.gif');
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

.property_list_item .request_callback {
	display: block;
	width: 169px;
	height: 25px;
	background: url('../cssimages/button_request_callback.gif');
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 95px;
}

.no_prop {
	margin: 12px 60px;
	color: #FFF;
}

/* property pages */

#property_main_pic {
	width: 452px;
	height: 258px;
	float: left;
	margin-left: 60px;
}

#property_summary_wrapper {
	height: 263px;
}

#property_summary {
	width: 430px;
	height: 258px;
	float: right;
	margin-right: 60px;
	padding-left: 20px;
	position: relative;
	zoom: 1;
}

#property_name {
	font-size: 16px;
	color: #FFF;
	margin: 16px 0 0 0;
}

#property_strapline {
	margin: 0 0 6px 0;
	color: #F7941E;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

#property_summary li {
	font-size: 11px;
	list-style: none;
	background: url('../cssimages/bullet_point.gif') no-repeat 0 4px;
	padding-left: 12px;
}

#property_summary li.odd {
	color: #FFF;
}

#property_details ul, #property_details ol {
	margin-left: 16px;
}

/* buying guides list */

#guides ul h3 {
	margin: 10px 0 0 0 !important;
	width: 780px !important;
	float: left !important;
}

.buying_guide_item {
	position: relative;
	list-style: none;
	background: url('../cssimages/bg_property_list_splitter.gif') repeat-x left bottom;
	padding-bottom: 11px;
	margin-top: -1px;
}

.buying_guide_item p {
/*	color: #6B7073 !important;*/
}

.prop_list li div {
	margin: 0 60px;
/*	border-bottom: 1px solid #474a4b;
	border-top: 1px solid #717272;*/
}

.prop_list li p {
	float: left;
	width: 780px;
}

.buying_guide_item .read_more {
	float: left;
	position: static;
	margin: 15px 0 10px 20px;
}

/* buying guides page */

#guides_content {
	margin: 0 60px;
	color: #fff;
}

#guides_content li {
	font-size: 12px;
	margin-left: 10px;
	list-style: disc;
}

/* lost password */

#lost_password {
	margin: 20px 0;
}

#lost_password dd {
	width: 500px;
}

#getpassword {
	background: #F7941E;
	border: 0;
	padding: 3px 10px;
	color: #000;
	margin-left: 10px;
	font-weight: bold;
}

/*=============================================================
navigation
=============================================================*/

#main_nav {
	position: absolute;
	top: 7px;
	left: 210px;
	list-style: none;
}

#main_nav li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	background: url('../cssimages/line_nav_splitter_lg.gif') repeat-x left bottom;
	display: block;
	padding: 2px 3px 3px 10px;
	line-height: 1.4;
	width: 80px;
	position: relative;
}

#main_nav li a:hover, #main_nav li.hover > a {
	background: #F68F1F url('../cssimages/nav_rollover.gif') no-repeat 0 50%;
	color: #000;
}


#main_nav li:last-child a {
/*	background: none;*/
}

#main_nav ul {
	position: absolute;
	top: 0px;
	left: 79px;
	list-style: none;
	padding-left: 16px;
	height: 140px;
}

#main_nav li span {
	display: none;
	position: absolute;
	top: 1px;
	right: 3px;
}

#main_nav li.hover span {
/*	display: inline;*/
}

#main_nav li.hover li span {
	display: none;
}

#main_nav li.hover li.hover span {
/*	display: inline;*/
}

#main_nav li.hover li .property_preview {
	display: none;
	width: 507px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 224px;
}

#main_nav li.hover li.hover .property_preview {
	display: block;
}

#main_nav li ul {
	display: none;
}

#main_nav li.hover ul {
	display: block;
}

#main_nav ul li a {
	width: 195px;
	color: #B0B1B1;
}

#main_nav ul li a:hover {
	color: #FFF;
	color: #000000;
} 

#main_nav ul li.more a {
	color: #FFF;
	font-weight: bold;
}

#preview a, .property_preview li a {
	background: none !important;
}

/* sub nav */

#sub_nav {
	width: 27%;
	float: left;
	padding-bottom: 20px;
	margin-top: 8px;
	border-top: 1px solid #333;
}

#sub_nav li {
	list-style: none;
	padding: 4px 0;
}

#sub_nav li ul {
	border-top: 1px solid #333;
	margin-top: 5px;
}

#sub_nav li li {
	border-bottom: 1px solid #333;
}

#sub_nav li a {
	color: #F7941E;
	text-decoration: none;
	display: block;
	zoom: 1;
	padding: 0 5px;
}

#sub_nav li a:hover {
	text-decoration: underline;
}

#sub_nav li.current a {
	color: #FFF;
}

#sub_nav li.current li a {
	color: #F7941E;
}

#sub_nav li.current li.current a {
	color: #FFF;
}

/* registration page */

#registration_intro {
	margin-bottom: 26px;
}


.prop_summary_details a {
	display: inline !important;
	color: #FFF !important;
	font-size: 12px !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

/*=============================================================
content section
=============================================================*/

#content_wrapper {
	padding: 0 60px 0 60px;
}

#page .prop_list {
	padding: 0;
}

#homepage #content_wrapper {
	padding-top: 26px;
}

#content_wrapper h2 {
	color: #FFF;
	font-size: 16px;
	margin: 10px 0;
	font-weight: bold;
}

#content_wrapper p, #content_wrapper ul, #content_wrapper ol, #content_wrapper h2, #content_wrapper h3, #content_wrapper h4 {
	color: #FFF;
}

#quick_summary p {
	color: #6B7073;
}

.content_left {
	float: left;
	width: 452px;
	padding-bottom: 20px;
}

.content_right {
	float: left;
	width: 452px;
	padding-bottom: 20px;
}

#quick_summary {
	clear: both;
	border-top: 1px solid #474A4B;
}

#main_column {
	color: #fff;
	width: 70%;
	float: right;
	margin-top: -10px;
	padding-bottom: 10px;
}

#main_column ol, #main_column ul, #main_column li {
	margin-left: 10px;
}

#content_wrapper a:link, #content_wrapper a:visited, #content_wrapper a:hover {
	color: #F8941E;
}

/* homepage */

#why_fresh_invest {
    width: 432px;
    padding-left: 20px;
}

#why_fresh_invest ul {
	list-style: none;
/*  margin-left: -15px;*/

}

#why_fresh_invest li {
	background: url('../cssimages/bullet_plus.gif') no-repeat 0 4px;
	padding-left: 16px;
	margin-bottom: 10px;
	width: 450px;
}

#why_fresh_invest h3 {
	margin: 0;
	font-size: 12px;
	cursor: pointer;
	color: #6B7073;
}

#why_fresh_invest li.odd h3 {
	color: #FFF;
}

#why_fresh_invest li.hover h3 {
	color: #F7941E;
}

#why_fresh_invest p {
	font-style: italic;
	margin: 0;
	margin-bottom: 6px;
	padding-left: 10px;
}

#stay_informed {
    padding-top: 20px;
}

#stay_informed textarea {
    width: 286px;
    /*margin-left: 7px;*/
}

#stay_informed h2 {
    background:none repeat scroll 0 0 #2B3032;
    font-size:16px;
    margin:0 0 22px;
    padding:12px;
	color: #F7941E;
}

#receive_latest {
	background: #474A4B;
	padding: 3px 0 3px 60px;
	margin-left: -60px;
	width: 408px;
	color: #FFF;
	font-size: 14px;
	margin-top: 0px;
	z-index: 100;
}

#receive_latest strong {
	font-weight: normal;
	color: #F7941E;
}

#quick_summary {
	padding: 20px 0 0px 0;
}

#quick_summary div {
	background: url('../cssimages/bullet_plus.gif') no-repeat 4px 41px;
	margin-left: -20px;	
	padding-left: 20px;
	width: 432px;
	padding-bottom: 30px;
}

#buyers_guides p {
	width: 270px;
}

#buyers_guides h2 {
	background: url('../cssimages/bullet_pencil.gif') no-repeat 0 -2px;
	padding-left: 26px;
	margin-left: -26px;
}

#what_they_say {
	margin-left: 0 !important;
}

#quick_summary h2 {
	color: #F7941E;
	font-size: 12px;
	padding-top: 3px;
	margin-bottom: 5px;	
}

#quick_summary h2 a {
	color: #F7941E;
	text-decoration: none;
}

#quick_summary h2 a:hover {
	text-decoration: underline;
}

#quick_summary strong {
	font-weight: normal;
	color: #FFF;
}

#quick_summary p {
	margin: 0;
}

.cite {
	color: #F7941E;
}

/* property page */

.prop_listpic {
	width: 242px;
	height: 132px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	float:left;
	border:1px solid #ccc;
}

#property_details {
	color: #FFF;
	clear: both;
/*  padding-left: 26px;*/
/*  width: 418px;*/
}

#property_details h2 {
	background: #2b3032;
	color: #FFF;
	font-size: 16px;
	margin: 20px 0 16px 0;
	padding: 12px;
}

#property_details .content_left {
	width: 442px;
	padding-right: 10px;
}

#property_details .content_right {
	width: 442px;
	padding-left: 10px;
}


#map_container {
    clear: both;
}

#availabilty_maps h2 {
	background: #2b3032;
	color: #F7941E;
	font-size: 16px;
	margin: 0 0 16px 0;
	padding: 12px;
}

#availabilty_maps label {
	padding-left: 14px;
}

#availabilty_maps #go_buttons {
	background: none;
}

#availabilty_maps .form {
	border-right: 1px solid #666;
}

#availabilty_maps .form input[type=text], #availabilty_maps .form textarea {
	width: 280px;
}

#availabilty_maps #go_buttons {
	width: 510px;
} 

#availabilty_maps #sign_up {
	width: 108px;	
}

h2#maps_header {
	margin-top: 16px;
	background: #2b3032 url('../cssimages/bg_maps_header.gif') no-repeat 870px 14px;
	padding: 12px;
}

#map {
	height: 335px;
	width: 903px;
}

#pics_scroller {
	position: absolute;
	top: -6px;
	right: -44px;
	width: 50px !important;
/*	float: right;*/
}

#pics_scroller a {
	display: block;
	width: 21px;
	height: 21px;
	background: url('../cssimages/bg_sprite_picscroller.gif') no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#pics_scroller a#scrollup {
	background-position: 0 0;
}

#pics_scroller a#scrolldown {
	background-position: -24px 0;
}

#pics_scroller a#scrollup:hover {
	background-position: 0 -21px;
}

#pics_scroller a#scrolldown:hover {
	background-position: -24px -21px;
}

#more_images_wrapper {
	position: absolute;
	right: -60px;
	bottom: 10px;
	padding: 0 10px;
	border-left: 1px solid #919697;
	height: 212px;
	overflow: hidden;
}

#more_images {
	position: relative;
	top: 0;
	left: 0;
}

.morepics {
	display:block;
	width: 60px;
	height: 60px;
	border: 2px solid #919697;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
}

/* all pages */

#go_buttons {
	background:url('../cssimages/bg_arrows.gif') no-repeat 0 2px;
	text-align: right;
	width: 410px;
	padding-top: 2px;
}

#sign_up {
	text-indent: -9999px;
	background: url('../cssimages/button_signup.gif') no-repeat;
	width: 78px;
	height: 25px;
	border: 0;
	cursor: pointer;
	float: left;
	margin-left: 150px;
}

#sendbut {
	text-indent: -9999px;
	background: url('../cssimages/button_send.gif') no-repeat;
	width: 59px;
	height: 25px;
	border: 0;
	cursor: pointer;
	float: right;
	margin-right: 45px;
/*	margin-left: 150px;*/
}

#request_callback {
	height: 25px;
	background: url('../cssimages/button_request_callback.gif') no-repeat 0 0;
	width: 170px;
	float: left;
	display: block;
	margin-left: 282px;
	text-indent: -9999px;
	border: 0;
}

#request_callback span {
	display: none;
}

/* forms */

.form dt {
	width: 150px;
	float: left;
	margin-bottom: 18px;
	clear: left;
}

.form dd {
	width: 252px;
	float: left;
}

.form label {
	color: #FFF;
}

.form label.error {
	color: #F7941E;
	font-style: italic;
}

p.error {
	color: #FFF;
}

.form input[type=text], .form textarea {
	padding: 3px;
	background: #8C8E8F;
	border: 1px solid #FFF;
	width: 250px;
}

.form textarea {
	height: 60px;
}

.form input[type=text]:focus, .form textarea:focus {
	background: #EEE;
}

#tandc_check {
	text-align: right !important;
	padding-right: 10px;
	width: 140px;
}

dt.int_chbx {
	width: 106px;
	padding-right: 20px;
}

dd.int_chbx input {
	margin-right: 10px;
}

dd.int_chbx {
	margin-bottom: 10px;
}

/* questionnaire forms */

#questionnaire {
	margin: 20px 0 0 130px;
}

#questionnaire label {
	font-size: 14px;
	color: #f7941e;
	padding-left: 24px;
	font-weight: bold;
}

#questionnaire dd {
	margin-bottom: 14px;
	line-height: 0.2 !important;
	color: #FFF;
	font-size: 12px;
}

#questionnaire dd input {
	position: relative;
	top: 3px;
	left: 0;
}

#questionnaire #submit {
	text-indent: -9999px;
	background: url('../cssimages/button_submit.gif') no-repeat;
	width: 78px;
	height: 25px;
	border: 0;
	cursor: pointer;
	float: left;
	margin: 12px 0 16px 24px;
}

#questionnaire textarea {
	width: 310px;
	height: 90px;
	border: 1px solid #8e8f8f;
	background: #424545;
	margin-left: 24px;
}

#comment_desc {
	color: #FFF;
	display: block;
	padding-left: 24px;
	margin: 6px 0;
}

.formadd p {
	margin: 4px 24px;
}

.formadd p input {
	border: 1px solid #8e8f8f;
	background: #424545;
}

/* sitemap */

#sitemap {
	margin-left: 40px;
	text-transform: capitalize;
	padding-bottom: 20px;
}

#sitemap li {
	list-style: none;
	padding-bottom: 5px;
}

#sitemap ul {
	margin-top: 10px;
}

#sitemap li li {
	margin-left: 20px;
}

#sitemap a {
	color: #F7941E;
	background: url('../cssimages/page.png') no-repeat;
	padding-left: 26px;
}

/* members regstration */

ul#why_register_bullets {
	list-style: none;
	float: left;
}

ul#why_register_bullets li {
	margin-bottom: 5px;
	background: url('../cssimages/bullet_plus.gif') no-repeat 0 6px !important;
	margin-bottom:10px;
	padding-left:16px !important;
	font-size: 1.1em;
	font-weight: bold;
}

ul#why_register_bullets li.odd {
	color: #6B7073;	
}

/*=============================================================
footer 
=============================================================*/

#footer {
	clear: both;
	border-top: 1px solid #474A4B;
	margin: 0 60px;
	padding: 15px 0;
}

#footer_nav {
	list-style: none;
}

#footer_nav li {
	display: inline;
	padding: 0 10px 0 5px;
	background: url('../cssimages/line_footer_nav_splitter.gif') no-repeat right 2px;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer_nav li:first-child {
	padding-left: 0;
}

#footer_nav li:last-child {
	background: none;
}

#footer_nav li a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../cssimages/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}