body {
	margin: 15px 0 0 0;
	padding: 0;
	font: 10pt/1.2 sans-serif;
}
#wrapper, .wrapper {
	width: 990px;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
}
h1, h2, h3 {
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold;
}
h1 {
	font-size: 190%;
	color: #4471A2;;
}
h2 {
	font-size: 150%;
	color: #000000;
}
h3 {
	font-size: 130%;
	color: #333333;
}
#logo {
	height: 154px;
	background: #fff;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0 5px 0;
}
#headerbar {
	width: 100%;
	height: 42px;
	background: red;
	font-size: small;
	color: #000000;
}

#headerbar .left4 {
	float:left;
	text-align: left;
	background: red;
	font-size: small;
	color: #000000;
	width:360px;
}

#headerbar .body24 {
	float:left;
	text-align: center;
	background: red;
	font-size: small;
	color: #000000;
	width:360px;
}

#headerbar .right4 {
	text-align: right;
	background: red;
	font-size: small;
	color: #000000;
}

#headerbar a, #headerbar a:link, #headerbar a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#headerbar a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#main1 {
	margin: 0;
	padding: 0;
	/* background: yellow url("images/red.gif") top left repeat-y; */
}
#main2 {
	margin: 0;
	padding: 0;
	/* background: url("images/blue.gif") top right repeat-y; */
}
#left {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	/* background: url("images/corner.gif") top right no-repeat; */
}
#right {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
	/* background: url("images/corner.gif") top right no-repeat; */
}
#middle {
	margin: 0 160px 0 180px;
	background: white;
}
#middle_nr {
	margin: 0 0px 0 180px;
	background: white;
}
.column-in {
	margin: 0;
	padding: 0;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
#container {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 1%;
	width: auto;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
/* links inside wrapper */
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: red;
	font-weight: bold;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a > *:hover {
	text-decoration: underline; /*  hack to stop hyperlinked images from underlining when hovered */
}
a:hover > img {
	text-decoration: none; /* hack to stop hyperlinked images from underlining when hovered */
}
img {
	border: none; /* hack to stop hyperlinked images from box-outlining when clickable */
}
div, p, table, td, th {
	font-family: Helvetica,Arial,sans-serif;
	line-height: normal;
	font-size: 1em;
	color: #333;
}
p {
}
input.button {
	cursor: pointer;
}
.hand {
	cursor: pointer;
}
hr {
	width: 98%;
	border: 2px dashed #CCCCCC;
	text-align: center;
}
table.contentTable, td.contentTable, .contentTable {
	border-collapse: collapse; /* Mozilla and IE collapse the table border Fix */;
	border-spacing: 0; /* Mozilla only collapse the table border Fix*/ /* padding:20;

                /*border: 5px dashed #CCCCCC; /* Show Outside Wrapper-Type Table Border */ /*border: 0px none #000000; /* Hide Outside Wrapper-Type Table Border*/ /*text-align: left;*/;
	vertical-align: top;
	color: #333333;
}
table, td, th {
	text-align: left;
	vertical-align: top;
}
/* CSS Hover Menu */
#menu {
	width: 170px;
	top: 5px;
	margin-left: 5px;
	padding: 0px;
	z-index: 2;
}
#menu a {
	display: block;
	height: 16px;
	font: bold 12px "Trebuchet MS";
	border-top: 1px solid #ccc;
	border-left: 0px solid #bbb;
	border-right: 0px solid #888;
	border-bottom: 1px solid #555;
	white-space: nowrap;
	text-indent: 2px;
}
#menu h2 {
	font: bold 14px "Trebuchet MS";
	height: 20px;
	color: #333333; /*background: url('images/td_cell_g_1px.jpg');  /**/;
	background: #FFFF00;
	text-align: right;
	margin: 0px;
	padding: 0px 5px;
}
#menu a:link, #menu a:visited {
	height: 19px;
	padding-top: 3px;
	font-weight: bold;
	text-indent: 25px;
	color: #000000;
	background: #ffffff url('images/link_off_g_p.jpg') repeat-x;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	background: #ffffff url('images/link_on_g.jpg') repeat-x;
}
#menu a:active {
	color: #ffffff;
	background: #ffffff url('images/link_on_g.jpg') repeat-x;
}
#menu #current a {
	color: #ffffff;
	background: #ffffff url('images/link_on_g.jpg') repeat-x;
}
#menu li {
	list-style-type: none;
}
#menu ul li {
	position: relative;
}
#menu li ul {
	position: absolute;
	top: 0;
	display: none;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu ul li a {
	height: 1%;
}
/* End */
div#menu ul, #menu ul ul, div#menu ul ul ul {
	margin: 0;
	padding: 0;
	list-style-image: url('none');
}
div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
#menuListWrapper {
	border: 1px solid;
}
#menuListBullet {
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
}
#menuListBullet li {
	padding-left: 10px;
	background-image: url('images/bullet_p_g.jpg');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	height: 22px;
}
#menuListBullet ul {
	background-image: url('images/td_title_p.jpg');
}
a:hover.menuListBullet {
	color: #505050;
	text-decoration: underline;
}
.purpleTextBox {
	height: 19px;
	border-left: 1px;
	background-image: url('images/td_title_p.jpg');
	background-position: left;
	border-top: 2px solid #FFFFFF;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
}
.purpleTimeDateBox {
	height: 19px;
	border-left: 1px;
	background-image: url('images/td_title_p.jpg');
	background-position: left;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
}
.greenTextBox {
	border-left: 1px;
	border-top: 2px solid #FFFFFF;
	background-image: url('images/td_cell_g_1px.jpg');
	background-repeat: repeat;
}
.greenTextHeading {
	text-align: right;
	letter-spacing: -1px;
	line-height: 110%;
	color: #000;
	font-size: 14pt;
	font-weight: bold;
}
.greenText {
	color: #000000; /**/;
	padding: 5px;
	font-size: .9em;
}
.greenText li {
	margin: 0 0 0 -25px;
	padding: 0;
	font-weight: normal;
	padding-left: 5px;
}
.advert {
	height: 124px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url('images/wom_realty.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
.leftMoto {
	text-align: right;
	color: #000000; /**/;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
}
#pageContentTop {
	background: url('images/td_title_p.jpg');
	border-left: 3px none;
	height: 28px; /**/;
	padding-top: 8px; /**/;
	padding-bottom: 8px; /**/;
	padding-right: 10px; /**/;
	font-weight: bold; /**/;
	text-align: right; /**/;
	color: #ffffff;
}
#pageContentMain, .pageContentMain {
	border-left: 2px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	margin-right: 3px;
	border-top: 2px solid #FFFFFF;
	background-color: #ffffff;
}
#pageContentMain fieldset {
	padding: 0px 25px 25px 25px;
	color: #000;
	font-size: 1.2em;
}
#pageContentMain legend {
	border: 2px solid;
	line-height: 1.3em;
	font-size: 2em;
	color: #000;
	padding: 2px 6px;
}
#pageContentMain h2, h3, p {
	padding: 0 10px;
}
#footer {
	text-align: center;
}
#pageFooterSpacer {
	background: url('images/spacer_dot_bot.jpg');
	background-repeat: repeat-x;
	background-position: 0 2em;
}
#pageFooter {
	background: url('images/td_cell_g_1px.jpg');
	clear: both;
	padding: 8px 0 5px 0;
}
#pageFooterMenu {
	text-align: center;
	margin-left: 0px;
	margin-right: 30px;
}
#pageFooterMenu ul {
	margin-left: 0px;
}
#pageFooterMenu li {
	display: inline;
	padding-bottom: 14px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#pageFooterMenu a {
	padding-left: 10px;
	padding-bottom: 14px;
	text-decoration: none;
}
#pageFooterMenu a:link, #pageFooterMenu a:visited {
	padding-left: 12px;
	margin-right: 5px;
	color: black;
	background: url('images/arrow_listing.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#pageFooterMenu a:hover {
	color: #666666;
	text-decoration: underline;
}
.welcomeUSER {
	float: left;
	width: auto;
	font-weight: bold; /**/;
	text-align: left;
	color: #FFFF00;
	padding-left: 10px;
	font-size: 13px;
}
.topMoto, #pageContentTop a:link, #pageContentTop a:visited {
	width: auto;
	text-align: right;
	color: #FFFF00; /**/;
	padding-right: 2px;
	font-weight: bold; /**/;
	font-size: 13px;
}
#pageContentTop a:hover {
	color: #FFFF00; /**/;
	text-decoration: underline;
}
/* Standard OPEN-REALITY Styles defined below this line  /**/
/* ====================================================================================================  /**/
.view_user {
	padding-left: 5px;
}
.view_user_user_name {
	font-size: 14px;
	font-weight: bold;
}
.view_user_user_images {
	float: left;
}
.view_user_user_info {
	float: left;
	padding-left: 10px;
}
.view_user_user_hitcount {
	clear: both;
}
.view_user_user_box {
}
#fishcontainer {
	border-top: 1px solid #9CC;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url('images/td_cell_g_1px.jpg');
}
#fishlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
@media all
{
#fishlist {
	text-align: center;
}
}
#fishlist li {
	bottom: 11px;
	display: inline;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
}
html > body #fishlist li {
	background: #000;
	margin: 0 3px 0 0;
	padding: 4px 0px 4px 0;
}
#fishlist a, #fishlist a:link, #fishlist a:visited {
	background: url('images/td_title_p.jpg') repeat-x;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}
#fishlist a:hover {
	background: url('images/td_cell_g_1px.jpg');
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
}
#fishlist a:active {
	background: #999;
	bottom: 0px;
	color: #FFF;
	position: relative;
	right: 0px;
}
#fishlist li#active {
	background: #369;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}
html > body #fishlist li#active {
	background: #000;
	margin: 0 4px 0 4px;
}
#fishlist #active a, #fishlist #active a:link, #fishlist #active a:visited, #fishlist #active a:hover {
	background: url('images/td_cell_g_1px.jpg');
	border-bottom: none;
	border-left: 1px solid #9CC;
	border-right: 1px solid #9CC;
	border-top: 1px solid #9CC;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}
#img_sold img, #img_sold ul {
	border: 5px solid #ffffff;
	list-style-type: none;
	margin-left: -25px;
	padding-left: 0px;
}
#login legend, #listing_fieldset legend {
	background: url('images/td_cell_g_1px.jpg');
}
#login fieldset {
	margin: 0 50px 0 50px;
	background: url('images/td_cell_g_1px.jpg');
}
#listing_fieldset fieldset {
	padding-left: 3px;
	padding-right: 0px;
}
#featurebyclassSpan {
	border: 1px solid #800080;
	float: left;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url('images/td_cell_g_1px.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #9900CC;
}
#featurebyclassSpan h2 {
	margin: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #333333;
}
.featurebyclass {
	border-style: inset;
	border-width: 2px;
	padding: 3px;
	margin: 3px;
	float: left;
	text-align: center;
	width: 190px;
	background-color: #FFFFFF;
}
#latestAd {
	width: 100%;
	text-align: left;
	border-style: solid;
	border-width: 0;
}
#latestAd .center {
	width: 100%;
}
#latestAd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#latestAd li {
	width: 100%;
	height: 240px;
	border: 1px #C0C0C0;
}
.thumbsJava li {
	list-style: none;
	margin-left: 0px;
	text-indent: -3em;
}
.addon_ads {
	list-style: none;
	text-align: center;
	margin-top: -15px;
}
.addon_ads li {
	margin-bottom: 5px;
}
.addon_ads li a img {
	border: none;
}
#title-head {
	margin: 0 7px;
	color: white;
	background: url(images/nt.gif) repeat;
	font-weight: bold;
	padding: 0 3px;
	text-align: left;
	width: 100%;
}
.title-left {
	width: 85%;
	float: left;
	text-align: left;
	margin-left: 10px;
	background: url(images/nt.gif) repeat;
}
.title-right {
	width: 15%;
	float: left;
	text-align: right;
	background: url(images/nt.gif) repeat;
}
.title-middle {
	text-align: right;
	margin-left: 120px;
	margin-right: 40px;
}
#desc-text {
	padding: 0 3px 0 3px;
	text-align: left;
	height: 120px;
}
.desc-left {
	width: 130px;
	float: left;
	text-align: center;
	margin-top: 5px;
}
.desc-right {
	width: 90px;
	float: right;
	text-align: right;
	color: #FF0000;
	font-weight: normal;
	font-size: medium;
}
.desc-middle {
	text-align: left;
	margin-left: 130px;
	margin-right: 90px;
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.bg-xx {
	background: url(images/nt.gif) repeat;
}
.desc-text-title1 {
	width: 250px;
	float: left;
	text-align: left;
	margin: 0 7px;
	color: #000000;
	font-weight: bold;
	font-size: large;
}
.desc-text-title2 {
	width: 610px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: large;
}
.title-left, a.title-left, a.title-left:link, a.title-left:hover {
	font-size: medium;
	color: #000000;
}
.blue-box-wrapper {
	text-align: center;
	width: 624px;
}
.blue-box {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
.blue-box-bg {
	background-position: center;
	BACKGROUND-IMAGE: url(images/icons_headblue.jpg);
	WIDTH: 100%;
	HEIGHT: 50px;
	padding-top: 7px;
	text-align: center;
	background-repeat: no-repeat;
}
.text-box-bg {
	background-position: center;
	BACKGROUND-IMAGE: url(images/text-boxs_body.jpg);
	WIDTH: 100%;
	HEIGHT: 200px;
}
.text-boxL {
	FLOAT: left;
	WIDTH: 180px;
	padding: 0 10px;
}
.text-boxR {
	FLOAT: right;
	WIDTH: 180px;
	padding: 0 10px;
}
.text-boxM {
	MARGIN-LEFT: 180px;
	padding: 0px 10px;
}
.text-boxL, .text-boxM, .text-boxR {
	font-family: Tahoma;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-align: left;
}
ul.text-boxM-ul {
	MARGIN: 10px -12px 0px 0px;
	line-height: 2;
}
/* CONTENT BOX */
.contentWrapit {
	width: 635px;
}
#content-head-bg, .content-head-bg {
	width: 635px;
	HEIGHT: 30px;
	BACKGROUND-IMAGE: url(images/content_head-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.content-head-txt {
	padding: 7px 20px 0 20px;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_header_left {
	float: left;
	position: relative;
	font-weight: bold;
	color: #FFFFFF;
}
.box_header_right {
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}
.content-body-bg {
	BACKGROUND-IMAGE: url(images/content_body-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.content-body-txt {
	padding: 14px 20px 20px 20px;
	font-size: small;
}
.content-overlap-bg {
	BACKGROUND-IMAGE: url(images/content_overlap-bg.jpg);
	background-repeat: no-repeat;
	HEIGHT: 50px;
	text-align: left;
}
.content-overlap-txt {
	padding-top: 18px;
	padding-left: 20px;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
.content-foot-bg {
	BACKGROUND-IMAGE: url(images/content_foot-bg.jpg);
	background-repeat: no-repeat;
	HEIGHT: 53px;
}
/* CONTENT BOX */
span.titleLink, span.titleLink a, span.titleLink a:link, span.titleLink a:visited {
	color: #000000;
	font-weight: bold;
}
div.hr1 {
	height: 15px;
	background: #fff url(images/icons/hr1.gif) repeat-x scroll center;
}
div.hr1 hr1 {
	display: none;
}
.phone, a.phone, a.phone:link {
	background-image: url('images/phone.gif');
	background-repeat: no-repeat;
	background-position: right center;
	width: 140px;
	text-align: right;
	padding: 2px 17px 3px 45px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 2em;
	color: #4F4F4F;
	margin-left: -8px;
	margin-right: 10px;
}
a:hover .phone {
	background-image: url('images/phone_over.gif');
	cursor: pointer;
}
.left-top-search {
	background-image: url('images/left_top-search.jpg');
	background-repeat: no-repeat;
	height: 44px;
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
}
.left-top-menu-ol {
	background-image: url('images/main_menu.jpg');
	background-repeat: no-repeat;
	height: 46px;
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
}
.left-advertise {
	background-image: url('images/left-advertise.jpg');
	background-repeat: no-repeat;
	height: 46px;
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
}
.left-sellers {
	background-image: url('images/seller-login.jpg');
	background-repeat: no-repeat;
	height: 46px;
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
}
.left-help-ol {
	background-image: url('images/left-help-ol.jpg');
	background-repeat: no-repeat;
	height: 46px;
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
}
.left-body {
	background-image: url('images/left_body.jpg');
	background-repeat: repeat-y;
	width: 180px;
	font-size: 1.2em;
}
.left-body-content {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	margin: 0px;
}
.left-body-advertise {
	padding-left: 8px;
	padding-right: 4px;
	text-align: left;
	margin: 0px;
}
.left-foot {
	background-image: url('images/left_foot.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 45px;
	margin-left: 0px;
	padding-left: 0px;
}
.right-top {
	background-image: url('images/right_top.jpg');
	background-repeat: no-repeat;
	height: 45px;
}
.right-body {
	background-image: url('images/right_body.jpg');
	background-repeat: repeat-y;
}
.right-body-content {
	text-align: center;
	padding: 0 10px;
}
.right-foot {
	background-image: url('images/right_foot.jpg');
	background-repeat: no-repeat;;
	height: 45px;
}
.hr-featured {
	border: 1px solid #FFCC00;
	color: #FFCC00;
	text-align: center;
}
.addon_imgsold_thumb {
	float: left;
	position: relative;
	width: 100px;
	vertical-align: middle;
	border: 0px solid #008080;
	margin: 5pt;
}
.info_box {
	float: left;
	position: relative;
	width: 350px;
	display: table-cell;
	border: 0px solid #008080;
	color: #000000;
	margin-top: 5pt;
}
.field_5 {
	float: right;
	position: relative;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #008080;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}
table.browse_tool_table, .browse_tool_table {
	BACKGROUND-IMAGE: url(images/save_search.gif);
	background-repeat: no-repeat;
	HEIGHT: 90px;
	text-align: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 25px;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a.footerlink, a:link.footerlink, a:visited.footerlink {
	text-decoration: none;
	font-size: small;
	color: #333333;
	text-decoration: underline;
}
a:hover.footerlink {
	color: #000000;
}
