/*
	DeniseYardy.com Master Stylesheet
	Author: Mark Garity
	=========================================================
	Description: Styles for DeniseYardy.com
	Last Update: April 06, 2009
	=========================================================
*/
@import "reset.css";

/*
	=========================================================
	Core CSS for Screen
	=========================================================
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(../img/bg.gif) repeat-x #2d4172;	
}
#header {
	width: 960px;
	height: 89px;
	margin: 0 auto;
}
#page-shadow {
	background: url(../img/page-bg.gif);
	width: 960px;
	margin: 0 auto;
}
#page {
	width: 940px;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
	background: url(../img/shadow-header.gif) no-repeat;
}
#page-innershadow {
	background: url(../img/page-bottom-grad.gif) bottom center no-repeat;
	width: 940px;
	margin: 0 auto;
}

/* ===== Logo ===== */
#logo {
	width: 235px;
	height: 89px;
	float: left;
	clear: none;
}
#logo a * {
	display: none;	
}
#logo a,
#logo a .hover {
	display: block;
	width: 235px;
	height: 89px;
	background: url(../img/denise-yardy-logo.jpg) 0 0 no-repeat;
	position: relative;
	cursor: pointer;
}
#logo .glow a:hover,
#logo a .hover {
	background-position: 0 -89px;
}

/* ===== Content Area ===== */
#content {
	width: 641px;
	padding: 11px;
	float: left;
	clear: none;
	border: #FFF 1px solid;
	overflow: hidden;
}
.clear {
	clear: both;
}

/* ===== Sidebar ===== */
#sidebar {
	width: 275px;
	float: right;
	clear: none;
}
#sidebar #phone {
	background: url(../img/new-phone.jpg);
	width: 275px;
	height: 34px;
}
#sidebar #listings {
	width: 275px;
	height: 72px;
}
#sidebar #listings a {
	display: block;
	width: 275px;
	height: 72px;
	background: url(../img/sidebar-listings.gif) 0 0 no-repeat;
}
#sidebar #listings a:hover {
	background: url(../img/sidebar-listings.gif) 0 -72px no-repeat;
}

#sidebar-photo {
	padding: 17px;
	border: 1px solid #8e8e8e;
	background: #FFF;
	width: 132px;
	margin: 0 auto;
	position: relative;
	top:30px;
}
#sidebar #photo-desc {
	position:relative;
	width: 185px;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 53px;
	padding: 4px 0 0 0px;
	line-height: 16px;
	top:30px;
}
#sidebar #portrait {
	position:relative;
	width: 273px;
	padding: 47px 0 47px 0;
	border: solid 1px;
	border-right-color: #dfdfdf;
	border-left-color: #636363;
	border-bottom-color: #8d8d8d;
	border-top: none;
	background: #bebebe;
}


#sidebar .portraittitle {
	position:absolute;
	width:274px;
	height:223px;
	top:-1px;
	left:0;
	background:url(../img/portrait-title.png) no-repeat;
}

/* ===== Footer ===== */
#footer {
	width: 960px;
	background: url(../img/page-bottom-shadow.gif) 0 0 no-repeat;
	padding-top: 17px;
	margin: 0 auto;
	text-align: center;
}
#footer #bottom-nav {
	text-align: center;	
}
#footer #bottom-nav a {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#footer #bottom-nav a:hover {
	color: #ffde80;
}
#footer #bottom-nav span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4f72ad;	
	margin: 0 10px 0 10px;
}
#footer #copyright {
	margin-top: 17px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.3px;
}

#foxtie{
	margin: 5px 0 8px 0;
	text-align: center;
	letter-spacing: 0.3px;
}
#foxtie a {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-decoration:none;	
}

#foxtie a span {
	text-decoration:underline;	
}
/*
	=========================================================
	Navigation CSS for Screen
	=========================================================
*/

#navigation {
	margin: 25px 0 0 0;
	height: 49px;
	list-style: none;
	width: 681px;
	float: right;
	clear: none;
	position: relative;
}
ul#navigation li {
	display: inline;
}
#navigation a * {
	display: none;
}
#navigation a#contact { margin: 0 9px 0 0; }
#navigation a,
#navigation a .hover {
	clear: none;
	height: 49px;
	position: relative;
	display: block;
	background: url(../img/navigation.gif) 0 0 no-repeat;
	cursor: pointer;
	margin: 0 8px 0 0;
}
#navigation ul #home, #navigation ul #services, #navigation ul #buying, #navigation ul #selling, #navigation ul #about, #navigation ul #contact{
	list-style: none;
	cursor: pointer;
	display: block;
}

/* ========= [Down] states ========= */
#navigation a#home {
	background-position: 0 0;
	float: left;
	width: 67px;
	z-index: 1;
}
#navigation a#services {
	background-position: -66px 0;
	float: left;
	width: 134px;
	z-index: 2;
}
#navigation a#buying {
	background-position: -199px 0;
	float: left;
	width: 101px;
	z-index: 3;
}
#navigation a#selling {
	background-position: -299px 0;
	float: left;
	width: 99px;
	z-index: 4;
}
#navigation a#about {
	background-position: -397px 0;
	float: left;
	width: 121px;
	z-index: 2;
}
#navigation a#contact {
	background-position: -517px 0;
	float: left;
	width: 110px;
	z-index: 2;
}

/* ========= [Hover] states ========= */
#navigation a#home:hover, #navigation a#home.selected:hover {
	background-position: 0 -146px;
	float: left;
	width: 67px;
	z-index: 11;
}
#navigation a#services:hover, #navigation a#services.selected:hover {
	background-position: -66px -146px;
	float: left;
	width: 134px;
	z-index: 12;
}
#navigation a#buying:hover, #navigation a#buying.selected:hover {
	background-position: -199px -146px;
	float: left;
	width: 101px;
	z-index: 13;
}
#navigation a#selling:hover, #navigation a#buying.selected:hover {
	background-position: -299px -146px;
	float: left;
	width: 99px;
	z-index: 14;
}
#navigation a#about:hover, #navigation a#about.selected:hover {
	background-position: -397px -146px;
	float: left;
	width: 121px;
	z-index: 15;
}
#navigation a#contact:hover, #navigation a#contact.selected:hover {
	background-position: -517px -146px;
	float: left;
	width: 110px;
	z-index: 16;
}

/* ========= [Active] states ========= */
#navigation a#home.selected {
	background-position: 0 -48px;
	float: left;
	width: 67px;
	z-index: 11;
}
#navigation a#services.selected {
	background-position: -66px -48px;
	float: left;
	width: 134px;
	z-index: 12;
}
#navigation a#buying.selected {
	background-position: -199px -48px;
	float: left;
	width: 101px;
	z-index: 13;
}
#navigation a#selling.selected {
	background-position: -299px -48px;
	float: left;
	width: 99px;
	z-index: 14;
}
#navigation a#about.selected {
	background-position: -397px -48px;
	float: left;
	width: 121px;
	z-index: 15;
}
#navigation a#contact.selected {
	background-position: -517px -48px;
	float: left;
	width: 110px;
	z-index: 16;
}

/* ========= [Dropdown] states ========= */
#navigation a#buying.dropped {
	background-position: -199px -97px;
	float: left;
	width: 101px;
	z-index: 13;
}
#navigation a#selling.dropped {
	background-position: -299px -97px;
	float: left;
	width: 99px;
	z-index: 14;
}
/* Dropdown styles */
#navigation li ul {
	width: 138px;
	padding: 4px;
	background: #353535;
	position: absolute;
	height: auto;
	top: 48px;
	border: 1px solid #535353;
	z-index: 5;
}
#navigation li ul.dropped {
	background: url(../img/navigation_drop_bg.gif) bottom repeat-x #353535;
}
#navigation li#buying-dropdown ul {
	left: 217px;
}
#navigation li#selling-dropdown ul {
	left: 326px;
}

/* Dropdown links */
#navigation li ul a {
	display: block;
	width: 127px;
	height: 20px;
	padding: 9px 0 0 11px;
	background: none;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.15px;
	text-decoration: none;
	z-index: 10;
}
#navigation li ul a:hover {
	color: #ffda6f;
	background: url(../img/navigation_drop_hl.gif);
}
#navigation .hidden {
	display: none;	
}

/*
	=========================================================
	Partner button CSS for Screen
	=========================================================
*/

#sidebar #partners {
	width: 249px;
	padding: 12px 12px 0px 12px;
	border: solid 1px;
	border-right-color: #ebebeb;
	border-left-color: #707070;
	border-top-color: #e8e8e8;
	border-bottom: none;
}
#sidebar #partners p {
	width: 249px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 20px;
	margin-bottom: 4px;
}
#sidebar #partners a span {
	display: none;
}
#sidebar #partners a {
	display: block;
	background: url(../img/partners.gif) 0 0 no-repeat;
	width: 76px;
	height: 76px;
	border: 1px solid #2d4172;
	float: left;
	clear: none;
	margin-top: 8px;
}
/* ========== [Up state] ========== */
#sidebar #partners a#sunbelt {
	width: 76px;
	height: 76px;
	background-position: 0 0;
}
#sidebar #partners a#azbba {
	width: 76px;
	height: 76px;
	background-position: -75px 0;
	margin:0 7px 0 0;
}
#sidebar #partners a#ibba {
	width: 76px;
	height: 76px;
	background-position: -150px 0;
	margin:0 7px 0 0;
}
#sidebar #partners a#cityoftucson {
	width: 76px;
	height: 76px;
	background-position: -225px 0;
	margin:0;
}
#sidebar #partners a#adre {
	width: 76px;
	height: 76px;
	background-position: -300px 0;
	margin-right: 7px;
}
#sidebar #partners a#tucsonmetro {
	width: 76px;
	height: 76px;
	background-position: -375px 0;
	margin:0;
}
#sidebar #partners a#tucson{
	width: 76px;
	height: 76px;
	background-position: -450px 0;
	margin:0;
}
/* ========== [Down state] ========== */
#sidebar #partners a#sunbelt:hover {
	width: 76px;
	height: 76px;
	background-position: 0 -76px;
}
#sidebar #partners a#azbba:hover {
	width: 76px;
	height: 76px;
	background-position: -75px -76px;
}
#sidebar #partners a#ibba:hover {
	width: 76px;
	height: 76px;
	background-position: -150px -76px;
}
#sidebar #partners a#cityoftucson:hover {
	width: 76px;
	height: 76px;
	background-position: -225px -76px;
}
#sidebar #partners a#adre:hover {
	width: 76px;
	height: 76px;
	background-position: -300px -76px;
}
#sidebar #partners a#tucsonmetro:hover {
	width: 76px;
	height: 76px;
	background-position: -375px -76px;
}
#sidebar #partners a#tucson:hover {
	width: 76px;
	height: 76px;
	background-position: -450px -76px;
}

/*
	=========================================================
	Homepage-specific CSS for Screen
	=========================================================
*/

body.home #highlights {
	width: 641px;
	height:	228px;
	overflow: hidden;
	border: solid #47619f;
	border-width: 0 0 6px 0;
}
body.home #highlights #slider {
	width: 2564px; /* 641px x 3 slides */
	height: 228px;	
}
body.home #highlights #slider div p {
	margin: 172px 0 0 14px;
	width: 610px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 16px;
}
body.home #slider #slide-1 {
	width: 641px;
	height:	228px;
	background: url(../img/home-slide-long-realty.jpg) 0 0 no-repeat;
	float: left; clear: none;
}
body.home #slider #slide-2 {
	width: 641px;
	height:	228px;
	background: url(../img/home-slide-1.jpg) 0 0 no-repeat;	
	float: left; clear: none;
}
body.home #slider #slide-3 {
	width: 641px;
	height:	228px;
	background: url(../img/home-slide-2.jpg) 0 0 no-repeat;
	float: left; clear: none;
}
body.home #slider #slide-4 {
	width: 641px;
	height:	228px;
	background: url(../img/home-slide-3.jpg) 0 0 no-repeat;	
	float: left; clear: none;
}
body.home ul#highlight-tabs {
	float: right;
	clear: both;
	list-style: none;
}
body.home #tab-bounds {
	width: 641px;
}
body.home #highlight-tabs li {
	width: 26px;
	height: 26px;
	float: left;
	clear: none;
	margin-left: 3px;
}
body.home #highlight-tabs li a {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/home-hl-tabs.gif) 0 0 no-repeat;
}
body.home #highlight-tabs li a#hltab1 {
	width: 26px;
	height: 26px;
	background-position: 0 -26px;
}
body.home #highlight-tabs li a#hltab2 {
	width: 26px;
	height: 26px;
	background-position: -26px -26px;
}
body.home #highlight-tabs li a#hltab3 {
	width: 26px;
	height: 26px;
	background-position: -52px -26px;
}
body.home #highlight-tabs li a#hltab4 {
	width: 26px;
	height: 26px;
	background-position: -78px -26px;
}

body.home #highlight-tabs li a#hltab1.active {
	width: 26px;
	height: 26px;
	background-position: 0 0;
}
body.home #highlight-tabs li a#hltab2.active {
	width: 26px;
	height: 26px;
	background-position: -26px 0;
}
body.home #highlight-tabs li a#hltab3.active {
	width: 26px;
	height: 26px;
	background-position: -52px 0;
}
body.home #highlight-tabs li a#hltab4.active {
	width: 26px;
	height: 26px;
	background-position: -78px 0;
}
body.home #highlight-tabs li a#hltab1:hover {
	width: 26px;
	height: 26px;
	background-position: 0 -52px;
}
body.home #highlight-tabs li a#hltab2:hover {
	width: 26px;
	height: 26px;
	background-position: -26px -52px;
}
body.home #highlight-tabs li a#hltab3:hover {
	width: 26px;
	height: 26px;
	background-position: -52px -52px;
}
body.home #highlight-tabs li a#hltab4:hover {
	width: 26px;
	height: 26px;
	background-position: -78px -52px;
}
body.home #highlight-tabs li a#hltab1.active:hover {
	width: 26px;
	height: 26px;
	background-position: 0 0;
}
body.home #highlight-tabs li a#hltab2.active:hover {
	width: 26px;
	height: 26px;
	background-position: -26px 0;
}
body.home #highlight-tabs li a#hltab3.active:hover {
	width: 26px;
	height: 26px;
	background-position: -52px 0;
}
body.home #highlight-tabs li a#hltab4.active:hover {
	width: 26px;
	height: 26px;
	background-position: -78px 0;
}
/*
	=========================================================
	Generic Page CSS for Screen
	=========================================================
*/
#content div#editable p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	letter-spacing: 0.02em;
	margin:0 0 10px 0;
}
body.home div#editable p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 17px;
	float: left; clear: both;
	line-height: 16px;
	width: 607px;
	letter-spacing: 0.02em;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #23386b;
	font-size: 24px;
	float: left; clear: both;
	margin:  0 0 5px 17px;
	letter-spacing: 0.05em;
	width: 624px;
	height: 24px;
}
body.unknown h1 {
	color: #23386b;
	font-size: 24px;
	float: left; clear: both;
	margin:  17px 0 0 17px;
	letter-spacing: 0.05em;
}
body.unknown #content p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 17px;
	float: left; clear: both;
	line-height: 16px;
	width: 607px;
}
#page-header {
	background: url(../img/content-header-bg.jpg);
	width: 641px;
	height: 92px;
	border: solid #7f97d3;
	border-width: 0 0 6px 0;
	margin: 0 0 17px 0;
}
#page-header h1 {
	color: #FFFFFF;
	font-size: 30px;
	float: left; clear: both;
	margin:  52px 0 0 17px;
	letter-spacing: 0.05em;
	width: 550px;
}

/*
	=========================================================
	Contact Me (specific) CSS for Screen
	=========================================================
*/

body.contact-me #contact-content {
	width: 607px;
	padding: 0 17px 0 17px;
}
body.contact-me form {
	float: left;
	width: 292px;
	clear: none;
}
body.contact-me form label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2d4172;
	font-weight: bold;
	margin: 0 0 5px 0;
	float: left; clear: both;
}
body.contact-me form label.cf_error {
	color: #900;	
}
body.contact-me form input.cf_error {
	border: 2px solid #900;
	margin: -1px 0 13px -1px;
}
body.contact-me form textarea.cf_error {
	border: 2px solid #900;
	margin: -1px 0 4px -1px;
}
body.contact-me form input {
	background: url(../img/form-input-bg.gif) repeat-x top #f1f4fa;
	border: 1px solid #6f9dd4;
	width: 278px;
	height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 6px;
	margin: 0 0 14px 0;
	float: left; clear: both;
}
body.contact-me form input:focus {
	background: #FFF;
	border: 2px solid #6f9dd4;
	font-size: 12px;
	color: #000;
	margin: -1px 0 13px -1px;
}
body.contact-me form textarea {
	background: url(../img/form-input-bg.gif) repeat-x top #f1f4fa;
	border: 1px solid #6f9dd4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	width: 278px;
	height: 66px;
	padding: 6px;
	margin: 0 0 5px 0;
	float: left; clear: both;
}
body.contact-me form textarea:focus {
	background: #FFF;
	border: 2px solid #6f9dd4;
	margin: -1px 0 4px -1px;
}
body.contact-me form button span {
	display: none;
}
body.contact-me form p, .cf_info {
	width: 278px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2d4172;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
	.cf_info {
		display: none;
		float: left; clear: left;
		font-weight: bold;
	}
.success {
	display: block;
	float: left;
	font-weight: bold;
}
body.contact-me form #sendbutton, body.contact-me form button {
	background: url(../img/btn-send-message.gif) 0 0 no-repeat;
	height: 29px;
	width: 138px;
	float: right; clear: both;
	margin: 0;
	padding: 0;
}
body.contact-me form #sendbutton:hover, body.contact-me form button:hover {
	background-position: 0 -29px;
	height: 29px;
	width: 138px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
body.contact-me #contact-content div {
	width: 292px;
	float: right;
	clear: none;
}
body.contact-me #content div#editable p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 15px 0;
	float: left; clear: both;
	line-height: 16px;
	width: 292px;
	letter-spacing: 0.02em;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
body.my-services #editable div {
	margin: 0 0 0 17px;
	float: left; clear: none;
}
body.my-services #editable img {
	margin: 17px 7px 0 0;
	float: left; clear: none;
}
body.my-services #editable h1 {
	width: 535px;
	float: left; clear: none;
	margin: 17px 0 5px 0;
}
body.my-services #editable p {
	width: 535px;
	float: left; clear: left;
	margin: 0 0 17px 0;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

#my-location {
	clear: both;
	background: #2d4172;
	border-width: 6px 0 0 0;
	border-color: #7f97d3;
	border-style: solid;
	width: 608px;
	padding: 17px;
	margin: 10px 0 0 0;
}
#my-location h1 {
	color: #ffd75e;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 304px;
	font-family: Arial, Helvetica, sans-serif;
}
#my-location p {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
	width: 304px;
	line-height: 16px;
}
#my-location #left-info {
	float: left; clear: none;
	width: 304px;
}
#my-location form {
	background: #22325e;
	padding: 10px;
	width: 284px;
}
#my-location form h1 {
	color: #d8dfee;
	font-size: 14px;
	margin: 0 0 10px 0;
	height: 15px;
	padding: 0;
}
#google-map {
	float: right; clear: none;
	width: 284px;
	height: 284px;
	border: 1px solid #000;
}
form#directions button {
	background: url(../img/btn-get-directions.gif) 0 0 no-repeat;
}
form#directions input {
	margin: 0 0 10px 0;	
}
form#directions input:focus {
	background: #FFF;
	border: 2px solid #6f9dd4;
	font-size: 12px;
	color: #000;
	margin: -1px 0 9px -1px;
}
form#directions button:hover {
	background-position: 0 -29px;
}
form#directions input {
	width: 271px;
}
#editable a {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #3e5792;
}
#editable a:hover {
	color: #22325e;
	text-decoration: underline;
}
body.about-me #editable p, body.common-questions #editable p, body.buyers #editable p, body.buying-a-business #editable p, body.the-buying-process #editable p, body.selling-your-business #editable p, body.my-track-record #editable p, body.the-selling-process #editable p, body.sellers #editable p, body.my-listings #content p, body.my-listings p#lastupdated, body.home #editable p{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 17px;
	line-height: 16px;
	width: 607px;
	letter-spacing: 0.02em;
	padding-left:17px;
}

body.my-listings table {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 17px;
	line-height: 16px;
	width: 607px;
	letter-spacing: 0.02em;
	float:left;
	clear:left;
}

body.my-track-record #editable p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 17px;
	line-height: 14px;
	width: 331px!important;
	letter-spacing: 0.02em;
	float: left; clear: none;
}

body.my-track-record p#types {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 8px 26px 0;
	line-height: 16px;
	letter-spacing: 0.02em;
	width: 210px!important;
	text-align: center;
}
body.my-track-record .right {
	font-style: italic;
	text-align: right;
	margin-top: -5px!important;
	padding: 0!important;
	margin-bottom: 30px;
}
body.my-track-record #editable h1 {
	width: 210px!important;
	float: left; clear: none;
}
body.my-track-record div#typesofbus {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 17px;
	float: right!important; clear: none;
	line-height: 16px;
	width: 210px!important;
	letter-spacing: 0.02em;
}
#editable ul {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 26px 35px;
	line-height: 20px;
	width: 607px;
}

#editable ul li{
	list-style:disc;
	margin:0 0 0 25px;
}	

body.my-listings table {
	width: 606px;
	border-style: solid;
	border-color: #6f9dd4;
	border-width: 1px 1px 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364e87;
}
body.my-listings table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364e87;	
	text-decoration: none;
	font-weight: bold;
}
body.my-listings table a:hover {
	text-decoration: underline;
}
body.my-listings tr {
	height: 42px;	
}
body.my-listings tr.teven {
	background: url(../img/list-bg-even.gif) repeat-x;
}
body.my-listings tr.todd {
	background: url(../img/list-bg-odd.gif) repeat-x;
}
body.my-listings td {
	border-style: solid;
	border-color: #6f9dd4;
	border-width: 1px 0 0 1px;
	text-align: center;
}
#listing-table-labels span {
	color: #FFF; font-weight: bold;
}
#listing-table-labels td {
	border-width: 0 0 0 1px;	
}
#listing-table-labels {
	background: #51669b;
	height: 28px;
}
a#photo-sticker {
	display: block;
	position: absolute;	
	bottom: 20px;
	right: -26px;
	background-position: 0 0;
	width: 65px; height: 65px;
	z-index: 100;
	background:url(../img/bio.png) no-repeat;
}
a#photo-sticker:hover {
	background-position: 0 -65px;	
}
.linklove {
	display: none;
}
fieldset legend {
	display: none;
}
fieldset ol {
	width: 292px;
	list-style: none;
}

img#longreal {
	display:block;
	width:147px;
	height:121px;
	margin:10px auto 0;	
}

p.cta {
	vertical-align:middle;
	height:80px;
	display:block;
}

.cta a {
	width:297px;
	height:71px;
	display:block;
	background:url(../img/homepage-cta-buttons.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
	outline:none;
}

.cta a.sell{
	background-position:0 0;
}

.cta a.sell:hover {
	background-position:0 -71px;
}

.cta a.buy {
	margin:0 0 0 10px;
	background-position:-315px 0px;
}

.cta a.buy:hover {
	background-position:-315px -71px;
}