/*
	Default Styles
	
	Base styles used through out the application/pages
	
	Title:		Property Line v6.0
	Author:		Nesbert Hidalgo
	Created:	Aug. 17, 2007
	Updated:	Feb. 28, 2008
	URL:		http://www.propertyline.com		
*/

/* @group Reset */

/* 01/28/08 From http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ with some mods */

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;
}
body {
	line-height: 1;
	color: black;
	background: #fff;
}
ol, ul {
	list-style: none;
}
ol.list_letters {
	list-style-type: lower-latin;
}
ul.benefits {
	margin-left: 30px;
	list-style: disc;
}
/* 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: "";
}
q { quotes: none; }

a:active {
	outline: none;
}
img { border: none; }

input, select, textarea, label {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.2;
	outline: none;
	vertical-align: middle;
}
label {
	border: none;
}
em { font-style: italic; }
strong { font-weight: bold; }

/* @end */

/* @group Global */

body { background: #fff; color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 75%; line-height: 1.5; }
ul, ol, dl,
table, p {
	margin-bottom: 15px;
}
ol {
	list-style-type: decimal;
	margin-left: 25px;
}

ul.disc {margin-left: 50px;list-style-type: disc;}
ol li {
}
ul.buls {list-style-type: disc;margin-left: 15px;}
/* Links */

a, a:link, a:visited, a:hover, a:active { cursor: pointer; } 
a:link { color: #333; }
a:visited { color: #333; }
a:hover, a:active { color: #000; }
a:link.green { color: #339900	; }
a:visited.green { color: #339900	; }
/* Typography */

h1, h2, h3, h4, h5, h6 { color: #222; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -1px; }
h1 { font-size: 160%; padding-top: 4px; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
dt { font-weight: bold; }
h1 span, h2 span, h3 span { color: #797979; }
h1 a, h2 a, h3 a, h4 a { text-decoration: none; }


/* Forms */

form div.impossibru { display:none; }

form { margin-bottom: 0; }

form p.desc, form p.description {
	padding: 0 10px;
}

form fieldset {
	clear: both;
	position: relative;
	padding: 0 0 10px 0;
}

form h2 {
	color: #999;
	font-weight: bold;
}

form div, form p {
	clear: left;
	margin-bottom: 6px;
}

form p {
	clear: none;
}

form label {
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	white-space: nowrap;
}
form input,
form select,
form textarea,
form .text {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
}
form select,
form ul.multiple,
form .checklist {
	width: 256px;
	_margin-left: 0;
}
form input.radio,
form input.checkbox,
form .checklist input {
	width: auto;
	margin: 0 4px;
	border: none;
	background: none !important;
}

form .checklist {
	_margin-left: 78px !important;
}

fieldset div ul.multiple,
fieldset div.e_locations
{
	_margin-left: 75px;
}

fieldset ul.multiple {
	float: none !important;
	clear: none !important;
	margin: 0 0 0 156px !important;
}

fieldset div#other_cbsas_container {
	_margin-left: 155px;
}

fieldset div#other_cbsas_container .checklist {
	_margin-left: 0px !important;
}

form input.auto,
form select.auto {
	width: auto;
}

form input.range {
	width: 114px;
}
form select.range {
	width: 120px;
}

form input.twins {
	width: 121px;
}

form input.trips {
	width: 77px;
}

form .tip select {
	margin: 4px auto;
	font-size: 9px;
}
form input.short {
	width: 50px;
}

form ul.multiple,
form .checklist,
form div.tip {
	margin: 0 0 0 156px;
	_margin_left: 0;
}

form ul.multiple,
form .checklist  {
	display: block;
	float: left;
	margin: -18px 0 0 156px;
	_margin-left: 0;
}
form input.check {width: auto;}
form .check_select {float: left;margin-right: 5px;margin-bottom: 10px;}
form small,
form .hint,
form div.tip {
	font-size: 90%;
	font-style: italic;
}

form div.notes, div.notes {
	float: right;
 	width: 160px;
 	font-size: 80%;
 	color: #999;
}

form div.notes h3,
form div.notes a {
	color: #999;
}

form div.notes p {
	margin-bottom: 4px;
}

form .copyright_notice {
	width: 475px;
}

form .copyright_notice p {
	padding: 5px 10px;
}

form .greyed, form .greyed input {
	color: rgba(0,0,0,.5);
	font-style: italic;
}

form .req input,
form .req select,
form .req textarea {
	background-color: #efefef;
}

form .req label:first-letter {
	color: #af5252;
	font-weight: bold;
	line-height: normal;
}

.temp_val {
	padding: 3px 2px;
	color: #999 !important;
	font-size: 95%;
	font-style: italic;
}
form div.toolbar input {width: auto;margin-right: 5px; float: left;}
/****************************************************************************
	Checkbox Select
****************************************************************************/

.checklist {
 	margin: 0;
 	padding: 0;
	background-color: #fff;
    border: 1px double #ccc;
    list-style: none;
	height: 184px;
	overflow: auto;
	overflow-x: hidden;
 	}

.checklist label {
	display: block;
	padding-left: 2px;
	width: 100%;
	text-align: left;
	}

.checklist label.row {
	color: #000;
	font-weight: normal;
	font-style: normal;
	}
	
.checklist label.row-1 {
	background-color: #fff;
	}

.checklist label.row-2 {
	background-color: #f5f5f5 !important;
	}
	
.checklist label:hover {
	background-color: #5A86B0;
	}

.checklist span.none_available { padding: 6px 4px; }

.checklist label.msa {
	background-color: #fff;
	font-weight: bold;
	font-style: normal;
	}

.checklist label.msa_sub span {
	font-weight: normal;
}

/* Form Errors */

div.errors {
	color: #A01C1C;
	background: #ffffee url('/images/notice_error.gif') bottom right no-repeat;
	border: 1px dashed #A01C1C;
}
#content .errors h1 {
	width: auto;
	margin: -6px 0 8px 0;
	padding-top: 0;
	background: #A01C1C;
	color: #fff !important;
}
div.license {
  margin: 5px 40px 10px;
  position: relative;
}
div.license input {float: left;position: absolute;left: -25px;top: 0;}
div.errors p,
div.errors ul {
	margin: 0;
	padding: 0 10px 8px;
}
div.errors p {font-weight: bold;}
div.errors li {
	margin-left: 30px;
	padding-left: 8px;
	list-style: disc;
}

/* Buttons */

a.button, .submit input {
	display: block;
	width: 130px !important;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(/images/pl/s_button.png) no-repeat;
	_background: url(/images/pl/s_button.gif) no-repeat;/*IE*/
	border: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.button:visited {
	color: white;
	text-decoration: none;
}
a.button:hover,
.submit input:hover {
	color: white;
	background-position: 0 -30px;
	_background-position:top left;
}
a.button:active,
.submit input:active {
	color: white;
	background-position: 0 -120px;
	_background-position:top left;
}
a.alt,
.submit input.alt {
	background-position: 0 -60px;
}
a.alt:hover,
.submit input.alt:hover {
	background-position: 0 -90px;
}
a.alt:active,
.submit input.alt:active {
	background-position: 0 -150px;
}

.submit input {
	padding: 0;
	height: 30px;
}

/* Tables */

table.data {
	border-right: 1px solid #ccc;
}

table.data caption {
	padding: 0 0 5px 0;
	color: #999;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

table.data th {
	padding: 6px;
	background: #efefef url(/images/pl/tables/header.gif) repeat-x;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
	color: #111;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

table.data th.nobg {
	border-width: 0 0 1px 0;
	background: none;
}

table.data td {
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	margin: 0;
	padding: 6px;
}

table.data .number {
	text-align: right;
}

table.data tr.even td {
	background-color: #f5fafa;
}

table.data tr:hover td,
table.data tr.hover td {
	background-color: #d7e5e2;
}

table.data td.hanger,
table.data tr:hover td.hanger,
table.data tr.hover td.hanger {
	_padding-bottom: 0; /* IE */
	background: #fff url(/images/pl/tables/hanger.png) no-repeat top right;
	_background-image: url(/images/pl/tables/hanger.gif);/* IE */
	border: none;
	text-align: right;
}

table.data tr td.spec {
	background: #f0fafa url(/images/pl/tables/tri.gif) no-repeat;
}
table.data tr.even td.spec {
	background-color: #f0fafa;
}
table.data tr:hover td.spec,
table.data tr.hover td.spec {
	background-color: #eeffcf;
}

table.data td.hanger .page-links {
	text-align: center;
}

/* Misc */

.highlight { color: #e17000; }
.subdued,
.hint,
.tip { color: #999; }
.error, .error a,
.red { 	color:  #af5252 !important; }
.success,
.green { color: #390; font-weight: bold; }
small,
.caption { font-size: 80%; }
.caption { color: #999; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.superscript { font-size: 70%; vertical-align: text-top; line-height: normal; }
.lowercase { font-variant: normal; text-transform: lowercase; }
.blocked {display:block;font-weight: normal;border-top: 1px solid #cecece;padding: 10px;}
.bulleted {padding-left: 25px;background: url('/images/bullet_img.gif') no-repeat 12px 6px;}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.width50 {
	width: 50%;
}

/* @end */
  
@media screen
{

/* Initialize Sprites */

body,
#footer_wrap,
#global_footer_wrap {
	background: #fff url(/images/pl/layout/s_body.png) no-repeat top center;
}

#footer h2, #footer h3,
#content h1,
#contentwithsidebar h1,
dl.triple {
	background: url(/images/pl/layout/s_content.png) no-repeat top left;
}

/* Layout */

#header_wrap, #content_wrap, #footer_wrap { clear: both; }

body { background-position: center -2315px; }
#footer_wrap { background-position: center -275px; }
#global_footer_wrap { clear: both; padding: 20px 0; background-position:center -15px;}
#footer_bottom {padding-bottom:15px; background: #fff url(/images/pl/layout/s_body.png) no-repeat top center;;}
#header, #content_wrap, #footer, #global_footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

#header {}

#header h1 {
	float: left;
	margin: 22px 0 10px;
	padding: 0;
}

#header a#logo {
	display: block;
width: 225px;
height: 89px;
background: url(/images/pl/layout/realnex-pl_logo-sm-black.png) no-repeat;
margin-top: -9px;
}
#header a#logo span { display: none; }
#header ul { margin: 0; }

#marquee #banner {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background-color: #000;
	    border: 5px solid #fff;
    border-bottom: none;
    border-radius: 10px;
}
#marquee .tall {
	height: 200px;
	background: url(/images/pl/headers/corners.png) no-repeat;
}
#marquee .tall h2 {
	height: 200px;
}
#marquee h2 {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow", sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
}
#marquee h2 span {
	float: right;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 10px;
	width: 350px;
	color: white;
}
#marquee h2 strong {
	display: block;
	font-size: 45px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -3px;
}

#marquee .short {
	height: 60px;
	background: url(/images/pl/headers/corners.png) no-repeat;
}
#marquee .short h2 {
	margin: 0;
	height: 60px;
}
#marquee .short h2 span {
	display: inline;
	top: 8px;
	right: 20px;
	_right: -15px;/*IE!*/
	width: 395px;
	text-align: right;
}

#promomarquee {
  width: 588px;
  height: 296px;
}

#promomarquee h2 {
  height: 100%;
  width: 100%;
  position: relative;
}

/* Header Images */

#marquee h2.home_page { background: url(/images/pl/headers/home_page.jpg) no-repeat; }
#marquee h2.list_properties { background: url(/images/pl/headers/list_properties.jpg) no-repeat; }
#marquee h2.realnex_areas { background: url(/images/pl/headers/pl_realnexareas.jpg) no-repeat; }
#marquee h2.search_properties { background: url(/images/pl/headers/search_properties.jpg) no-repeat; }
#marquee h2.market_properties { background: url(/images/pl/headers/market_properties.jpg) no-repeat; }
#marquee h2.about_property_line { background: url(/images/pl/headers/about_property_line.jpg) no-repeat; }

#marquee h2.marketing_tools { background: url(/images/pl/headers/marketing_tools.jpg) no-repeat; }
#marquee h2.emarket { background: url(/images/pl/headers/emarket.jpg) no-repeat; }
#marquee h2.realnex_areas { background: url(/images/pl/headers/pl_realnexareas.jpg) no-repeat; }
#marquee h2.purchase_power { background: url(/images/pl/headers/purchase_power.jpg) no-repeat; }
#marquee h2.featured_properties { background: url(/images/pl/headers/featured_properties.jpg) no-repeat; }
#marquee h2.pl_connect { background: url(/images/pl/headers/pl_connect.jpg) no-repeat; }
#marquee h2.pl_spotlight { background: url(/images/pl/headers/pl_spotlight.jpg) no-repeat; }
#marquee h2.pl_newsletter { background: url(/images/pl/headers/pl_newsletter.jpg) no-repeat; }
#marquee h2.pl_superconnect { background: url(/images/pl/headers/pl_superconnect.jpg) no-repeat; }


#marquee h2.services { background: url(/images/pl/headers/services.jpg) no-repeat; }
#marquee h2.list_properties { background: url(/images/pl/headers/list_properties.jpg) no-repeat; }
#marquee h2.realnex_areas { background: url(/images/pl/headers/pl_realnexareas.jpg) no-repeat; }
#marquee h2.search_properties { background: url(/images/pl/headers/search_properties.jpg) no-repeat; }
#marquee h2.bulk_uploads { background: url(/images/pl/headers/bulk_uploads.jpg) no-repeat; }
#marquee h2.company_branding { background: url(/images/pl/headers/company_branding.jpg) no-repeat; }
#marquee h2.print_house { background: url(/images/pl/headers/print_house.jpg) no-repeat; }
#marquee h2.web_solutions { background: url(/images/pl/headers/web_solutions.jpg) no-repeat; }

#marquee .short h2.support { background: url(/images/pl/headers/faq.jpg) no-repeat; }
#marquee .short h2.contact { background: url(/images/pl/headers/contact.jpg) no-repeat; }
#marquee .short h2.list { background: url(/images/pl/headers/list_short.jpg) no-repeat; }
#marquee .short h2.realnex_areas { background: url(/images/pl/headers/pl_realnexareas.jpg) no-repeat; }
#marquee .short h2.search { background: url(/images/pl/headers/search_properties_short.jpg) no-repeat; }
#marquee .short h2.documents { background: url(/images/pl/headers/list.jpg) no-repeat; }
#marquee .short h2.login { background: url(/images/pl/headers/login.jpg) no-repeat; }
#marquee .short h2.agent {background: url(/images/pl/headers/agent_account_short.jpg) no-repeat; }
#marquee .short h2.news {background: url(/images/pl/headers/news.jpg) no-repeat; }
#marquee .short h2.signup {background: url(/images/pl/headers/signup_short.jpg) no-repeat; }
#marquee .short h2.featured_property {background: url(/images/pl/headers/featured_property_60y.jpg) no-repeat; }
#marquee .short h2.survey {background: url(/images/pl/headers/survey.jpg) no-repeat;}

#promomarquee h2.PLD-ad-17652 { background: url(/images/pl/headers/PLD-ad-17652.png) no-repeat; }
#promomarquee h2.PLD-ad-17653 { background: url(/images/pl/headers/PLD-ad-17653.png) no-repeat; }
#promomarquee h2.PLD-ad-17656 { background: url(/images/pl/headers/PLD-ad-17656.png) no-repeat; }
/* Navigation */

#global_nav {
	height: 18px;
	padding-top: 2px;
}
#global_nav li { float: left; }
#global_nav li ul li {float: none;}

#global_nav,
#global_nav a { 
	color: white;
	font-size: 12px;
	text-decoration: none;
}

#global_nav #pld_links {
	float: left;
	position: relative;
	left: -220px;
}
#global_nav #pld_links li {
	margin-right: 10px;	
}
#global_nav #pld_links a {
	text-decoration: underline;
}

#global_nav #site_links {
	float: right;
}
#global_nav #site_links li {
	margin-left: 24px;
    margin-top: 20px;
}

#global_nav #site_links li:first-child { 
    margin-left: 0;
}

#gn_welcome {font-weight:bold}
#gn_signup a {font-weight: bold;}
#gn_signup a,
#gn_login a {
	font-weight: bold;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;}

#global_tabs {
	float: right;
	clear: right;
	width: 627px;
	margin: 42px 0 0px;
}

#global_tabs li { float: left; }
#global_tabs a {
	display: block;
	width: 161px;
    height: 23px;
    margin: 21px 3px 0 0;
	padding-top: 6px;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	overflow: hidden;	
}
#global_tabs a:hover,
body.list #gt_list a,
body.search #gt_search a,
body.market #gt_market a {
	color: #000;
}
#global_tabs a span {display: none;}

#global_tabs li#gt_list a:hover,
body.list li#gt_list a {
	color: #fff;
	background: url(/images/pl/layout/s_tabs.png) no-repeat;
}

#global_tabs li#gt_search a:hover,
body.search li#gt_search a,
body#page_listing_search_report li#gt_search a {
	color: #fff;
	background: url(/images/pl/layout/s_tabs.png) no-repeat 0 -28px;
}
#global_tabs li#gt_market a:hover,
body.market li#gt_market a {
	color: #fff;
	background: url(/images/pl/layout/s_tabs.png) no-repeat 0 -56px;
}

#gt_live_help a, #gt_members a {
	position: relative;
	margin: -20px 0 0 0;
	width: 60px;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	padding-top: 26px;
}

#gt_live_help a, #gt_live_help a:hover,
#gt_members a, #gt_members a:hover {
	background-color: #fff;
	background: url(/images/pl/layout/s_live_help.png) no-repeat center 0;
}
#gt_live_help a {margin-left: 8px; background-position: center -75px; color: f58800; }
#gt_live_help a:hover {  }
#gt_members a { background-position: center -225px; color: green; }
#gt_members a:hover { background-position: center -150px; }


#subtabs {
	position: absolute;
	top: 149px;
	width: 502px;
	padding-left: 10px;
}

#subtabs li {
	float: left;
}

#subtabs a {
	display: block;
	width: 162px;
	height:22px;
	margin-right: 4px;
	padding-top: 6px;
	background: url(/images/pl/layout/sub_tab_off.png) no-repeat;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#subtabs a:hover {
	color: #000;
	background: url(/images/pl/layout/sub_tab_on.png) no-repeat;
}

#subtabs a.on {
	background: url(/images/pl/layout/sub_tab_on.png) no-repeat;
	color: #000;
}


/* Footer */

#footer {
	padding-top: 10px;
}

#footer .column_list,
#footer h2, #footer h3 {
	clear: both;
}

#footer h2, #footer h3 {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 10px;
	height: 30px;
	font-size: 16px;
}

#footer .column_list ul {
	width: 33%;
	float: left;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
}

#footer .column_list_half ul {
	width: 48%;
}

#footer .column_list li,
#footer p {
	font-size: 80%;
	padding: 0 10px;
}

#global_footer {
	padding-top: 20px;
}	
#global_footer p {
	font-size: 80%;
	text-align: center;
}

/* Content */

#content {
	width: 890px;
	margin: 0 0 0 10px;
	padding: 0 0 10px;
}

#content h1 {
	position: relative;
	width: 900px;
	height: 30px;
	margin: 0 0 10px -10px;
	padding: 7px 10px 0;
	background-position: 0 -80px;
}

/* comparo table */
#comparo { margin-bottom:20px;}
#contentwithsidebar #comparo h1 {line-height:1.2;width:435px;background:transparent url('/images/pl/breakout-bg-red.png') no-repeat top left;height:125px;padding: 40px 0 0 170px;}
#contentwithsidebar h2 {
	color: #999;
}
#comparo table th {text-align:center;}
#comparo table td {vertical-align:middle;}

/* end comparo table */


#contentwithsidebar {
	float: left;
	width: 580px;
}

#contentwithsidebar h1 {
	width: 600px;
	background-position: 0 -120px;
}
#contentwithsidebar h2 {
	color: #999;
}
#contentwithsidebar h2.tagline {
	color: #999;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #ebebeb;
}
#contentwithsidebar h2,
#contentwithsidebar p,
#contentwithsidebar table,
#contentwithsidebar ul,
#contentwithsidebar ol,
#contentwithsidebar dl {
	clear: both;
}

#contentwithsidebar h2.aqua {
	color: #5aa2cf;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	_margin-left: -200px;/*IE! 6. Because it's having issues with almost everything on the left*/
}

#content_wrap #content #sidebar h1 {
	width: 250px;
	margin: 0;
	background: none;
	padding: 7px 15px 0 15px;
	color: #666;
	font-size: 18px;
}

#sidebar p {
	padding: 0 15px 10px 15px;
}

#sidebar ul, #sidebar ol {
	margin-bottom: 0;
}
#sidebar li {
	margin-top: 10px;
}
#sidebar ul.bullets li {
	padding: 0  20px 4px;
	background: url(/images/listArrow.png) no-repeat;
	_background-image: url('/images/listArrow.gif');
	border-bottom: 1px dashed #ccc;
}

#sidebar form {
	padding-top: 20px;
}

#sidebar form.connect_toolbox {
	padding-top: 0px;
}

#sidebar form div {
	margin: 0 34px 4px;
}

#sidebar form div input {
	width: 205px;
	margin: 0;
}

#sidebar div.submit {
	margin: 0;
	padding: 16px 30px 0;
	background: url(/images/pl/layout/s_box.png) no-repeat 0 -360px;
	_background-image: url(/images/pl/layout/s_box.gif);
	border: none;
}

/* Flash Notice */

#flash_notice, #flash_notice div {
	background: url(/images/pl/layout/flash_notice.gif) no-repeat top left;
}

#flash_notice {
	position: relative;
	margin: 0 0 15px -10px;
	background-color: #ece8b2;
	line-height: 1.2;
}

#flash_notice div {
	padding: 10px 10px;
	background-position: bottom left;
}

#flash_notice a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(/images/cancel.png) no-repeat;
	cursor: pointer;
}
#flash_notice a.close span {
	display: none;
}
#content #flash_notice h1 {
	display: inline;
	margin: 0 0 8px;
	padding: 0;
	background: none;
	padding-top: 0;
	color: #e17000;
}
#flash_notice p {
	color: #111;
	margin: 6px 0 0;
	font-weight: normal;
}

/* Section */

.section {
	clear: both;
	min-height: 140px;
	height: auto !important; /*IE!*/
	height: 140px; /*IE!*/
}
.section img {
	float: left;
	display: inline;
	width: 128px;
	height: 128px;
	margin: 0 20px 10px 10px;
}
.section div {
	float: left;
}
.section p a {
	margin-right: 8px;
}
.section p a.inline {
	margin-right: 0px;
}
div.section.pl_superconnect a.button {margin-top: 10px;}
#contentwithsidebar .section h2,
#contentwithsidebar .section p {
	width: 420px;
}

/* Testimonial */

.testimonial h1 {
	background: none;
	color: #666;
}
.testimonial .quote,
#sidebar .testimonial .quote {
	margin: 0 0 6px 0;
	padding: 0 15px 25px 15px;
	background: url(/images/pl/layout/quote.jpg) no-repeat bottom right;
	color: #222;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
}
.testimonial .quote_by {
	float: right;
	font-weight: bold;
	text-align: right;
	line-height: 1.3;
}
.testimonial .quote_by span {
	display: block;
	color: #666;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
.testimonial .links {
	float: left;
	display: inline;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 90%;
	font-style: italic;	
}

#sidebar .testimonial p {
	margin: 0;
	padding: 0;
}
#sidebar .testimonial .quote_by {
	width: 100%;
	margin-bottom: 6px;
}
#sidebar .testimonial .quote_by span {
	margin: 0;
}
#sidebar .testimonial .links {
	float: right;
	margin: 0 0 15px 6px;
}

/* Product & Services Overview */

.overview {
	height: 160px;
	padding: 25px 0 15px;
	_padding-bottom: 0; /* IE */
	margin-bottom: 20px;
}

.overview h3,
.overview p {
	width: 370px;
	margin-left: 210px;
}

.overview p.links a {
	margin-right: 6px;
}
/* PL SuperConnect Announcement */

span.plsc {color: #ddb531;font-style: normal !important;text-decoration: none !important;}
  span.plsc em {color: #5ba1cd !important;font-style: normal !important;}
#pld_superconnect {width: 588px;background: url("/images/superconnect/pld_bg.jpg") no-repeat top left;position: relative;z-index: 0;margin-bottom: 20px;min-height: 240px;height: auto !important;height: 240px;}
	#pld_superconnect h3 {font-size: 25px;margin: 0 0 0 30px;padding-top: 10px;}
		#pld_superconnect h3 span {display: block;margin-left: -15px;font-size: 15px;margin-bottom: -7px;color: #000;}
			
	#pld_superconnect p.description {font-size: 14px;padding-left: 130px;margin: 10px 0 0px;}
	#pld_superconnect h4 {margin: 0 0 -5px 130px;font-size: 18px;}
	#pld_superconnect ul {list-style-type: disc;margin-left: 145px;font-size: 14px;margin-bottom: 0;}
	#pld_sc_button {float: right;margin-top: -60px;z-index: 10;position: relative;}
	#pld_superconnect p.contact {font-size: 9px;text-align: center;font-weight: bold;}
		p.sc_contact a, p.sc_contact em, p.sc_contact a,p.sc_contact em {color: #5ba1cd;font-style: normal;text-decoration: none;}
	#pld_sc_info {width: 588px;background: #F3F3F3 url(/images/superconnect/info_bg.gif) no-repeat top right;position: relative;margin: -20px 0 20px;padding-bottom: 20px;}
		#pld_sc_info h3 {margin: 0px 0 0 15px;font-size: 16px;padding-top: 15px;}
		#pld_sc_info p {font-size: 12px;padding: 15px;margin-bottom: 0;}
		p.sc_contact {font-weight: bold;text-align: center;position: relative;top: -15px;}
		#pld_sc_info p.important {text-align: center;font-weight: bold;font-size: 1.4em;}
		#pld_superconnect em,#pld_sc_info em {color: #5ba1cd;font-style: normal;}
			#pld_superconnect em em,#pld_sc_info em em {color: #ddb531;}
		
/* Stimulus */

div#stimulus-wrap {
	width: 588px;
	margin-bottom: 10px;
}
div#stimulus-header {
	height: 162px;
	background: transparent url(/images/stimulus/pld_stimuluspkg_header_sized.jpg) no-repeat;
}
div#stimulus-content {
	padding: 15px 0 15px 37px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #ffffff;
	background: transparent url(/images/stimulus/pld_stimuluspkg_content-bg_sized.jpg) no-repeat;
	height: 370px;
	position: relative;
	overflow: hidden;
}
div#stimulus-press {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	background: transparent url(/images/stimulus/pld_stimuluspkg_pressbg_sized.png) repeat-y;
	height: 550px;
}
div#stimulus-press #stimulus-press-inner {
	padding-top: 20px; 
	background: transparent url(/images/stimulus/pld_stimuluspkg_pressbg-bottom_sized01.png) no-repeat bottom left;
}
div#stimulus-press #stimulus-press-inner h3,
div#stimulus-press #stimulus-press-inner h4,
div#stimulus-press #stimulus-press-inner p,
div#stimulus-press #stimulus-press-inner ul {
	padding-left: 37px;
	padding-right: 37px;
}
div#stimulus-press #button-close-wrap {
	padding: 0 25px 20px 0;
	background: transparent url(/images/stimulus/pld_stimuluspkg_press_bottom-round.png) no-repeat;
	overflow: hidden;
	background-position: bottom left;
	text-align: right;
	position: relative;
}
div#stimulus {
	margin-top: -15px;
	margin-bottom: 20px;
}

.stimulus-gray {
	color: #dedede;
}
.stimulus-red {
	color: #fc0000;
}

table.data td.stimulus-td {
	background: transparent url(/images/buttons/stimulus/discount_tag.gif) no-repeat;
	padding-left: 55px;
	height: 45px;
	vertical-align: top;
}
table.data td.stimulus10-td {
	background: transparent url(/images/buttons/stimulus/discount_tag_10.gif) no-repeat;
	padding-left: 55px;
	height: 45px;
	vertical-align: top;
}

table.data .number strong {
	color: #5b5b5b;
	text-decoration: line-through;
	float: left;
}

table.data .number span.no-strikethrough {
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: left;
}
table.data .number span.no-strikethrough span.large-discount {
	color: #fc0000;
	margin-left: 5px;
	font-size: 18px;
}
table.data th.number {
	text-align: left;
}

.overview-stimulus {
		height: 175px;
		padding: 25px 0 15px;
		_padding-bottom: 0; /* IE */
		margin-bottom: 30px;
}
.overview-stimulus h3,
.overview-stimulus p {
	width: 370px;
	margin-left: 210px;
}

.overview-stimulus p.links a {
	margin-right: 6px;
}

/* end stimulus versions */

/* Boxes */

div.box,
div.box_inside,
div.box .submit,
div.box .contact .phone {
	background: url(/images/pl/layout/s_box.png) no-repeat bottom left;
	_background-image: url(/images/pl/layout/s_box.gif);
}	

div.box {
	margin-bottom: 10px;
	padding-bottom: 4px;
}

div.box_inside {
	background-position: top left;
}

div.box .p_stamp {
	background-position: -280px 0;
}
div.box .more_slots {
	background-position: -1400px 0;
	min-height: 145px;
	height: auto !important;
	height: 145px;
}
	div.box .more_slots p {
		margin-right: 100px;
	}
div.box .help {
	background-position: -560px 0;
}

div.box .contact {
	background-position: -840px 0;
}
div.box .pl_power {
	background-position: -1120px 0;
	min-height: 146px;
	height: auto !important;
	height: 146px;
}
	div.box .pl_power p {
		margin-right: 90px;
	}
	div.box .pl_power a.arrow,
	div.box .more_slots a.arrow {
		display: block;
		width: 65px;
		margin-top: 10px;
	}
	div.box .more_slots a.arrow {
		width: 120px;
	}


div.box h1 span.hanger {
	display: block;
	color: #111;
	font-size: 80%;
	font-weight: normal;
	padding: 0 0 0 20px;
	line-height: 0.8;
}

div.box p {
	margin-top: 10px;
	margin-bottom: 0;
}

div.box table {

	margin: 0px 0px 10px 10px;
}

div.box .contact h3, #sidebar div.box .contact p {
	margin: 0;
	padding: 0 15px 15px 60px;
}

div.box .emarket_ad {
	background-position: -1680px 0;
	padding: 5px 0;
}

div.box .contact h3 {
	padding-bottom: 0;
}

div.box .contact .location {
	margin-top: 10px;
}

div.box .contact .phone {
	background-position: 0 -60px;
}


/* Drawers */

div.drawers,
#content_wrap #content #sidebar div.drawers h1,
div.drawers dt,
div.drawers dt.open,
div.drawers dd {
	background: url(/images/pl/layout/s_drawer.png) no-repeat;
}

div.drawers {
	background-position: center bottom;
	margin-bottom: 15px;
	padding: 0 0 5px 0;
}

#content_wrap #content #sidebar div.drawers h1 {
	height: 27px;
	background-color: #efefef;
	background-position: center -865px;
}

div.drawers dl {
	margin: 0 5px;
}

div.drawers dt,
div.drawers dd {
	border: 1px solid #fff;
}

div.drawers dt {
	height: 24px;
	padding: 7px 10px 0 10px;
	background-color: #d3d3d3;
	background-position: top right;
	color: #666;
	cursor: pointer;
	font-size: 12px;
}
div.drawers dt.open {
	background-color: #c1c1c1;
	background-position: right -33px;
	color: white;
}

div.drawers dd {
	background-color: #fff;
	background-position: center -66px;
}
div.drawers dd div.inside {
	padding: 0 10px 10px 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}


#sidebar div.drawers p {
	margin: 0;
	padding: 10px 0 0 0;
}

div.drawers dd div.inside p.subnote {
	margin-top: 10pt;
	font-style: italic;
	font-size: .8em;
}

/* double - Double Column Layout */
div.double {
	width: 225px;
	float: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 15px;
	_margin: 0 20px 15px;
}
	
	div.double dt span {
		font-size: 1.5em;
	}
	div.double dt em {
		display: block;
		font-weight: normal;
		color: #999;
		font-style: italic;
		margin-bottom: 10px;
	}
	div.double dd img {
		margin: 10px auto ;
	}
	div.double dd p {
		font-size: 1.5em;
		text-align: center;
		margin-bottom: 10px;
	}
	div.double dd p a {
		margin: 0 auto;
	}


/* Double dl in Signup */
dl.double {
	margin-left: 4px;
	position: relative;
	min-height: 150px;
	height: auto !important; /*IE!*/
	height: 180px; /*IE!*/
	background-position: left bottom;
}

dl.double dt, dl.double dd {
	position: absolute;
	padding: 0 10px;
	width: 280px;
	border-right:1px dotted #cccccc;
}

dl.double dt {
	height: 32px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	font-size: 150%;
	color: #666;
	line-height: 1;
}

dl.double dt.no_icon {
	padding-left: 10px;
}

dl.double dt em {
	display: block;
	color: #999;
	font-size: 65%;
	font-style: italic;
	font-weight: normal;
}
dl.double dt.one, dl.double dd.one {
	left: 6px;
}

dl.double dt.two, dl.double dd.two {
	left: 320px;
	border:none;
}

dl.double dt.three, dl.double dd.three {
	left: 386px;
}

dl.double dd {
	top: 40px;
	height: 100px;
	padding-top: 10px;
}

dl.double dd a {
	float: left;
	clear: both;
	margin-top: 10px;
}

dl.double .prices {
	padding: 10px 0;
	text-align: center;
	width:260px;
}
dl.double .prices input {
	margin-bottom: 8px;
}
dl.double .prices strong {
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.1;
}
dl.double .prices em {
	display: block;
	color: #999;
	font-size: 50%;
	font-weight: normal;
	text-transform: capitalize;
}
dl.double .prices .button {
	display: inline;
	margin-left: 14px;
}


/* Triple - Three Column Layout */

dl.triple {
	margin-left: 4px;
	position: relative;
	min-height: 180px;
	height: auto !important; /*IE!*/
	height: 180px; /*IE!*/
	background-position: left bottom;
}

dl.triple dt, dl.triple dd {
	position: absolute;
	padding: 0 10px;
	width: 160px;
}

dl.triple dt {
	height: 32px;
	margin-top: 10px;
	padding: 0 0 0 50px;
	font-size: 150%;
	color: #666;
	line-height: 1;
}
#web_solutions dt, dl.solutions dt {
	padding-left: 10px;
}
#web_solutions dd p {margin-bottom: 5px;}
dl#plconnect_solutions {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

a.glass {
	padding-left: 20px;
	background: url('/images/samples/glass.gif') no-repeat 2px 2px;
	margin-left: 25px;
}
/* for the front page */
#whatwedo dt a {
	text-decoration: none;
}
/* */
dl.triple dt.no_icon {
	padding-left: 10px;
}

dl.triple dt em {
	display: block;
	color: #999;
	font-size: 65%;
	font-style: italic;
	font-weight: normal;
}
dl.triple dt.one, dl.triple dd.one {
	left: 6px;
}

dl.triple dt.two, dl.triple dd.two {
	left: 196px;
}

dl.triple dt.three, dl.triple dd.three {
	left: 386px;
}

dl.triple dd {
	top: 40px;
	height: 100px;
	padding-top: 10px;
}

dl.triple dd a {
	float: left;
	clear: both;
	margin-top: 10px;
}

dl.triple .prices {
	padding: 10px 0;
	text-align: center;
}
dl.triple .prices input {
	margin-bottom: 8px;
}
dl.triple .prices strong {
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.1;
}
dl.triple .prices em {
	display: block;
	color: #999;
	font-size: 50%;
	font-weight: normal;
	text-transform: capitalize;
}
dl.triple .prices .button {
	display: inline;
	margin-left: 14px;
}
dd.one div.prices a.button {}

/* Side Menu */

dl.menu,
ul.menu {
	margin-bottom: 10px;
	padding: 0 15px;
}

dl.menu dt,
dl.menu dd {
	padding: 4px 30px;
	background: url(/images/dots.gif) repeat-x bottom;
}

dl.menu dt {
	padding-top: 10px;
	padding-left: 8px;
}

dl.menu dt span {
	padding-left: 22px;
}

dl.menu dt span {background: url(/images/icons/16/icons.png) no-repeat;_background: url(/images/icons/16/icons.gif) no-repeat;}

dl.menu dd {background-position-x: 8px;}
dl.menu dt.message_center span {background-position: 0 -668px;}
dl.menu dt.listing_summary span {background-position: 0 -52px;padding-top: 12px;padding-bottom: 10px;}
dl.menu dt.marketing_summary span {background-position: 0 -2px;}

/*
dl.menu dt.message_center span { background: url(/images/icons/16/icons.png) no-repeat; }
dl.menu dt.listing_summary span { background: url(/images/icons/16/list_properties.gif) no-repeat; }
dl.menu dt.marketing_summary span { background: url(/images/icons/16/emarket.gif) no-repeat; }
*/

/* Links */

a.arrow {
	padding-right: 18px;
	background: url(/images/pl/links/arrow_right.gif) right no-repeat;	
}
a.go_up {
	padding-right: 18px;
	background: url(/images/pl/links/arrow_up.gif) right no-repeat;	
}
a.edit, a.delete, a.view, a.manage, a.reload, a.resend, a.qsend, a.responses, a.receipt {
	background-image:url(/images/icons/16/icons.png);
	_background-image:url(/images/icons/16/icons.gif);/*IE!*/
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 2px;padding-bottom: 2px;
}
a.edit {background-position: left -375px;}
a.delete {background-position: left -454px;}
a.view {background-position: left -626px;}
a.manage {background-position: left -626px;}
a.reload {background-position: left  -523px;}
a.resend {background-position: left -758px;}
a.qsend {background-position: left -809px;}
a.responses {background-position: left -712px;}
a.receipt {background-position: left -859px;}

td a.arrow {
}

/* Paging */

.paging {
}

.paging .page-links {
}

.page-links,
.page-limit {
	margin: 10px 8px;
}

.page-links .page-label {
	margin-right: 8px;
	font-size: 100%;
	font-weight: bold;
}
.page-links a {
	margin: 0 0 0 2px;
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
}
.page-links a:visited {
	color: #999;
}
.page-links a:hover {
	background: #390;
	border-color: #aaa;
	color: #fff;
	text-decoration: none;
}
.page-links a.current, .page-links a.current:hover {
	background-color: #555;
	border-color: #aaa;
	color: #fff;
}
.page-links span.dots {
	padding: 0 3px;
}
/* Form */

#contentwithsidebar form {
	width: 600px;
	margin: 0 0 0 -20px;
	padding: 0 10px;
}

form fieldset.withbg {d
	background: url(/images/bg_quote_x.gif) bottom repeat-x;
}

form h2 {
	margin: 0 0 20px 0;
	padding: 0 10px;
	border-bottom: 1px solid #ebebeb;
}

form div.notes {
	display: inline;
	margin-right: 8px;
}

form div.submit {
	height: 33px;
	padding: 0 10px 5px;
	background: #f0f0f0;
	_position: relative;/*IE*/
	text-align: right;
}



form div.submit input {
	display: inline;
}

#sidebar form label,
#sidebar form input {
	width: auto;
}

#sidebar form .submit input {
	float: right;
}

/* PL Colors */

.gold,
body.list #content h1 {
	color: #e5b53b;
}
.blue,
body.search #subtabs a.on,
body.search #content h1,
body#page_listing_search_report #subtabs a.on,
body#page_listing_search_report #content h1 {
	color: #00457c;
}
.aqua,
body.market #content h1 {
	color: #5aa2cf;
}

/* AJAX Activity */

#busy {
	position: fixed;
	left: 0;
	top: 0;
	padding: 2px 16px;
	background: #c00;
	color: white;
	font-size: 1em;
	font-weight: bold;
}

/* Misc */

.page_break,
.print_only { display: none; }


/* PLD Homepage Sections */

#latest_news {}

#latest_news .ad_pl_spotlight,
#news_article .ad_pl_spotlight {
	float: left;
	width: 180px;
	height: 300px;
	text-align: center;
}
#news_article .ad_pl_spotlight {
	margin-right: 10px;
	margin-bottom: 2.5em;
	_margin-bottom: 1em;/*IE!*/
}

#latest_news .ad_pl_spotlight div,
#news_article .ad_pl_spotlight div {
	width: 180px;
	background: #f1f1f1;
}

#latest_news .ad_pl_spotlight a,
#news_article .ad_pl_spotlight a {
	color: #999;
	font-size: 100%;
	font-style: italic;
	line-height: 3;
}

#latest_news ul,
#latest_emarkets ul,
#latest_wprop ul,
#latest_blog ul {
	clear: none;
	float: right;
	width: 380px;
	line-height: 1.5;
}

#latest_news li,
#latest_emarkets li,
#latest_wprop li,
#latest_blog li {
	padding: 4px 2px;
	background: url(/images/dots.gif) repeat-x bottom;
}

#latest_news li.view_all,
#latest_news li.pressroom {
	padding: 10px 2px;
	background: none;
}

#latest_news li.view_all {
	border-bottom: 1px solid #eee;
}

#latest_blog ul {
    margin: 0 0 15px;
    padding: 0;
}

#latest_news .clear {
}
#news_article p {
	clear: none;
}
#news_list h5 {float: left;clear: none;}
#news_list p {margin-left: 65px;clear: none;}

div.elatest p {
	float: left;
	width: 160px;
	_margin-left: 0;
}
#latest_emarkets p img {
	display: block;
	width: 128px;
	margin: 0 16px 0;
}

#latest_emarkets p strong {
	display: block;
}

#latest_emarkets p a {
	float: left;
	margin-top: 10px;
}

/* Ads */

.ad_pl_spotlight {}
#sidebar .ad_pl_spotlight {
	text-align: center;
}
#sidebar .ad_pl_spotlight_property {
	background: url('/images/pl/layout/s_box.png') bottom left no-repeat !important;
	_background-image: url(/images/pl/layout/s_box.gif) !important;
}
#sidebar .ad_pl_spotlight_property h1 {
	display: block;
	background: url('/images/pl/layout/s_box.png') no-repeat !important;
	_background-image: url(/images/pl/layout/s_box.gif) !important;
	height: 40px;
}
.ad_pl_spotlight_property a {
	display: block;
}

.ad_pl_spotlight_property img {
	width: 229px;
	height: 245px;
	margin: 0 auto;
}

div.ad_pl_spotlight_h {
	width: 590px;
	background: #F3F3F3 url(/images/background_sl.gif) top left no-repeat;
	padding: 10px 0 0;
	margin: 0 0 10px -5px;
	_position: relative;
}
	div.ad_pl_spotlight_h h3 {
		margin-bottom: 10px;
		margin-left: 10px;
		font-size: 1.6em;
	}
	div.ad_pl_spotlight_h .ad {
		float: left;
		margin-bottom: 10px;
		margin-left: 10px;
		_margin-left: 8px;
		margin-right: 0;		
	}
	div.ad_pl_spotlight_h p {
		clear: both;
		margin-bottom: 0;
		padding: 0 10px 10px;
		background: #F3F3F3 url(/images/background_sl.gif) bottom left no-repeat;
	}
	
/* Select Options */
.dev_notify { padding: 10px 10px 10px 10px; border: 1px dotted; background-color: #fff3f3; color: #666; }
.dev_notify a { color: #990000; }
.dev_notify a:hover { color: #f00; text-decoration: none; }

.section_options {
	height: 30px;
	margin: 10px 10px 15px;
	padding: 10px 15px;
	background: url(/images/search/searching_for_bg.png) no-repeat;
	_background-position: 10px top;
	color: #666;
	font-size: 18px;
	letter-spacing: -1px;
}

	.section_options label {
		width: auto;
		margin-right: 8px;
		font-weight: bold;
	}

	.section_options select {
		width: auto;
		font-size: 18px;
		letter-spacing: normal;
	}

/* Icons */
h1 .extras {
	display: inline;
	float: right;
	margin: -4px 13px 0 0;
	font-weight: normal;
	text-align: right;
	position: relative;
	padding: 0;
}
h1 .extras a {
	background: url('/images/bg_h1.gif') top left no-repeat;
	padding: 5px 15px;
	margin: 0 0 0 2px;
	font-size: .75em;
	font-weight: bold;
	color: #666;
	float: left;
}
h1 .extras a:hover {
	color: #11366d;
}

h1 .extras a.single {
	background-position: right -113px;
}
h1 .extras a.rss,
h1 .extras a.modify_search,
h1 .extras a.modify_search_single,
h1 .extras a.save_search,
h1 .extras a.attachment {
	padding-left: 11px;
	padding-right: 30px;
}
h1 .extras a.attachment {
	background-position: right top;
}
h1 .extras a.rss {
	background-position: right -57px;
}
h1 .extras a.modify_search {
	background-position: -127px -169px;
}
h1 .extras a.modify_search_single {
	background-position: right -169px;
}
h1 .extras a.save_search {
	background-position: -138px -57px;
}
h1 .extras a.wrss {
	padding: 0 4px 0 0;
	margin: 0;
	background: none;
	font-size: .45em;
	font-weight: normal;
	letter-spacing: normal;
	color: #333333;
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 60px;
}
h1 .extras a.wrss:hover {
	color: #666;
}

h1 .extras a.save_search {
	/* background-position:  */
}


#notamember a.button {
	display: inline;
	position: absolute;
	bottom: -15px;
	right: 25px;
}

a.return {
		background: url('/images/profile/background.png') no-repeat right -33px;
		height: 24px;
		width: 263px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding-top: 6px;
		padding-left: 15px;
		margin-bottom: 15px;
		color: #666;
}
#page_login_index #notamember a.already {
	display: none;
}

/* Log In or Sign Up */

#page_login_or_signup .width50 {
	float: left;
	width: 49%;
	display: inline;
}

#page_login_or_signup #or_signup {
	float: right;
}

/* Member Links */

#member_links ul {
	width: 165px;
	float: left;
	font-size: .8em;
	margin-left: 15px;
	_margin-left: 10px;/*IE!*/
}
#member_links ul li {
}
#member_links ul li.headers {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 5px;
	list-style-type: none;
}
#member_links ul li.headers a {
	padding-left: 40px;
	padding-top: 7px;
	display: block;
	height: 28px;
	background-image: url('/images/pl/layout/ql_icons.gif');
	background-repeat: no-repeat;
	background-position-x: left;

}
#member_links ul li#ml_list a {color: #D8A738;}
#member_links ul li#ml_search a{background-position: 0 -36px;color: #113267;}
#member_links ul li#ml_market a{background-position: 0 -73px;color: #538FBF;}
#member_links ul li#ml_account a{background-position: 0 -110px;color: #00A33D;}
#member_links ul li#ml_help a{background-position: 0 -147px;color: #CC0000;}

#member_links ul li.headers a {
	text-decoration: none;
}
/* Extras */
#pl_twitter {margin-bottom: 25px;text-align: right;}
.pl_twitter_menu {margin: -4px 0 -6px;padding: 0;width: 280px;height: 33px;position: relative;z-index: 100;background:transparent url('/images/pl-socialbtns-bg1_03.png') no-repeat left 4px;}
.pl_twitter_menu a {display:block;float:right;margin-top:7px;margin-right:5px;width:27px;height:26px;background:transparent url('/images/pl-socialbtns-fg_06.png') no-repeat;text-indent: -1000em;}
	.pl_twitter_menu a.twitter {background-position:0, 0;}
	.pl_twitter_menu a.blogger {background-position:-30px 0;}
	.pl_twitter_menu a.facebook {background-position:-60px 0;}
	
/* blog feed */
#blog-feed {margin-bottom:10px;background:transparent url('/images/pl/pl_br6_blogfeed-bg.png') no-repeat left -860px;}
#content_wrap #content #sidebar #blog-feed h1 {padding:20px 10px 0 55px;}
#blog-feed small {display:block;width:150px;margin-left:55px;font-size:8px;}
#blog-feed p {text-align:right;}
#blog-feed p a {color:#e37100;}
ul.newsSide {margin-top:20px;}
#sidebar ul.newsSide li {background:transparent url('/images/pl/pl-blogsidebar-listbg_03.png') no-repeat 3px 7px;padding:2px 10px 2px 30px;}
/* Lightbox Styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

} /* @media screen end */

@media print  
{  

body { color: #000; font-size: 10pt; }

/* Links */

a { text-decoration: underline; color: #999; }

/* Layout */

body { width: 600px; }
* {float: none;background: none !important;}
body#page_listing_search_report h1,
body#page_listing_search_report h2,
body#page_listing_search_report div,
body#page_listing_search_report ul,
body#page_listing_search_report li,
body#page_listing_search_report table,
body#page_listing_search_report p {float: none !important;clear: both !important}
/* Misc */

.page_break { page-break-before: always; }
.print_only { display: block; }


#footer_wrap, #global_footer .links, #global_nav, #global_tabs, 
#marquee, #sidebar, .extras, .page-links, #flash_notice,
#list_filter_listings, div.section,
.ad_pl_spotlight, .ad_pl_spotlight_h
{display: none !important;}

} /* @media print end */
.even {background:#ededed;}

/* css bg fixes for mobile browsers */
/* added #full_wrap around all content and resized main bg image */
body {background:none;}
#header_wrap {background:none;clear:none;}
#full_wrap {
	background: transparent url("/images/pl/layout/rnx_main-nav-bg2.png") no-repeat center 0;
}






.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}


/* realnex support form pane */
#support-pane, #sales-pane, #download-pane {
    display: none;
    color: rgba(255,255,255,0.75);
    border-radius: 10px;
    padding: 5px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -165px;
    width: 320px;
    height: auto;
    padding-bottom: 25px;
    z-index: 9999;
  }

#support-pane, #download-pane{
  border: 1px solid rgba(0,0,0,0.5);
  background-color: rgba(4, 18, 35, 0.9);
  .input-group{
    margin-bottom: 15px;
  }
  .input-group-addon {
    min-width: 0px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee !important;
    border: 1px solid #cccccc !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .form-control {
    width: 100% !important;
    margin: 0px !important;
    border-radius: 4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 6px 12px;
    font-size: 14px;
  }
}

#support-pane h2, #download-pane h2{
  text-align: center;
  margin: 0 25px;
  color: #fff !important;
  font-size: 300%;
  font-family: "Raleway", Lucida Sans Unicode, "Helvetica Neue", Helvetica,Arial,sans-serif;
}

#support-pane p, , #download-pane p{
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}

#support-pane textarea, , #download-pane textarea{
  border-radius: 5px;
  width: 298px;
  height: 116px;
}

#support-pane #disengage i , #download-pane #disengage  i{
  color: #fff;
  float: right;
  font-size: 18px;
}

#support-pane .form-control, #download-pane .form-control {
    width: 95% !important;
    margin: 0px !important;
    border-radius: 4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
      
}

#support-pane .input-group-addon, #download-pane .input-group-addon {
    min-width: 40px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee !important;
    border: 1px solid #cccccc !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#support-pane .input-group, #download-pane .input-group {
    margin-bottom: 15px;
}

#support-pane input {
	line-height: 2.2em;
}

#support-pane p {
	padding: 0 12px 12px 22px !important;
    text-align: center;
    color: #fff;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.btn {
    font-size: 130%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    background-color: #f6861f;
    color: white;
    margin: auto;
    width: 100%;
}


/* Base Styles */
#global_nav,
#global_nav ul,
#global_nav li,
#global_nav a {
  position: relative;
}
#global_nav a {
  line-height: 1.5;
}
#global_nav {
    min-width: 50%;
    float: right;
    top: 30px;
}
border-radius: 4p
#global_nav > ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (max-width: 480px) {
  #global_nav > ul {
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #global_nav.expand ul {
    max-height: 900px;
  }
}
#global_nav > ul > li {
  float: left;
}
#global_nav > ul > li.mobile {
  display: none;
}

@media all and (max-width: 480px) {
  #global_nav > ul > li {
    border-right: 0 none;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
    float: none;
  }
  #global_nav > ul > li.mobile {
    display: block;
  }
  #global_nav > ul > li.mobile i {
    float: right;
    font-style: normal;
  }
}
#global_nav > ul > li:last-child {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#global_nav > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#global_nav > ul > li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}


#global_nav > ul > li > a:hover {
  text-decoration: none;
}
#global_nav > ul > li.active {
  border-bottom: none;
}
#global_nav > ul > li.active > a {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
/* Sub menu */
#global_nav ul ul {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  width: 200px;
  z-index: 1;
}
@media all and (max-width: 480px) {
  #global_nav ul ul {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#global_nav ul ul li {
  padding: 3px 0;
}
#global_nav ul ul a {
  color: #999999;
  display: block;
}
#global_nav ul ul a:hover {
  color: #444444;
}

.global_nav-pipe {
	margin: 0 7px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
