body
{
	margin: 0px;
	padding: 0px
}
body, a, td, div, span, ul, li
{
	font-family: Arial, Sans-Serif;
	font-size:12px;
}
a
{
	color: #224488;
	text-decoration:none;
}
a:hover
{
	color: #00a9ff;
}
a.listinga
{
	font-size:1.2em;
	font-weight:bold;
}
div#headerdiv
{
	width: 100%;
	border: 1px solid green
}
div#contentdiv
{
	width: 100%;
	border: 1px solid blue
}
div.accountsubdiv
{
	color:#777777;
	margin-bottom:20px;
}
td.leftcoltd
{
	background:white;	/* background: #edf5f9; */
	width:15%;
	vertical-align:top;
}
td.rightcoltd
{
	background: #ffffff;
	width:15%;
	vertical-align:top;
	padding-top:14px;
}
td.centercoltd
{
	background: #ffffff;
	width:70%;
	vertical-align:top;
	padding-top:14px;
}
table.searchresultstable
{
	width:100%;
}
table.searchresultstable th
{
	text-align: left;
	padding:8px;
	border-bottom:2px solid #00a9ff;
}
table.searchresultstable td
{
	padding:8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}
table.searchresultstable a
{
	color:#007dbd;
	text-decoration:none;
}
table.searchresultstable a:hover
{
	color:#50c4ff;
	text-decoration:none;
}
table.searchresultstable td a:hover
{
	color: #343434;
	background: #eeeeee;
}

table.headertable td
{
	height: 60px;
	background: #ffffff;
	vertical-align: bottom;
}
table.auxheadertable
{
	width:100%;
	padding:2px;
	background:#d0ebf5;
}
table.auxheadertable td
{
	padding-left:4px;
	font-size:1em;
	font-weight:bold;
	color:#000080
}
table.leftauxtable
{
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
}
table.leftauxtable td.main
{
	padding:0px;
	padding-left:8px;
	font-size:.8em;
	font-weight:bold;
	color:#000080;
}
table.leftauxtable td.sub
{
	padding:0px;
	padding-left:18px;
	font-size:.8em;
	font-weight:normal;
	color:#000080;
}
table.leftauxtable td.main a
{
	color:#000080;
	text-decoration:none;
}
table.leftauxtable td.main a:hover
{
	color:#50c4ff;
}
table.leftauxtable td.sub a
{
	color:#000080;
	text-decoration:none;
}
table.leftauxtable td.sub a:hover
{
	color:#50c4ff;
	text-decoration:none;
}
table.auxtitletable
{
	margin-top:14px;
	margin-left:4px;
	margin-right:4px;
	padding-bottom:4px;
	width:100%;
	border-bottom: 1px solid #cfeaf5;
	text-align:center;
}
table.auxtitletable td
{
	font-size:.9em;
	font-weight:bold;
	color:#000080;
}
table.filterchoicetable
{
	width:100%;
	margin-left:10px;
	margin-top:10px;
}
table.filterchoicetable td
{
	color:#000080;
}
table.filterchoicetable td a
{
	color:#007dbd;
	text-decoration:none;
}
table.filterchoicetable td a:hover
{
	color:#50c4ff;
	text-decoration:none;
}
table.infotable td
{
	color:#007dbd;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
}
table.searchnocattable
{
	margin-top:24px;
	width:95%;
}
table.searchnocattable td
{
	text-align:center;
}
table.searchnocattable td a
{
	color:#007dbd;
	text-decoration:none;
}
table.searchnocattable td a:hover
{
	color:#50c4ff;
	text-decoration:none;
}

/* navigation */

div.navtabstripdiv
{
	float: right;
	clear: both;
}

div.navtabstripdiv a
{
	display:block;
	float:left;
	margin-right:4px;
	text-decoration:none;
	cursor: pointer;
}

a.navtabstripdowna div.tableftdiv,
a.navtabstripupa:hover div.tableftdiv
{
	float: left;
	background: transparent url('/img/tabs/tab_left_down.gif') left top no-repeat;
	width: 10px;
	height: 32px;
}
a.navtabstripdowna div.tabrightdiv,
a.navtabstripupa:hover div.tabrightdiv
{
	float: left;
	background: transparent url('/img/tabs/tab_right_down.gif') left top no-repeat;
	width: 10px;
	height: 32px;
}
a.navtabstripdowna div.tabcenterdiv,
a.navtabstripupa:hover div.tabcenterdiv
{
	float: left;
	background: #448cca url('/img/tabs/tab_middle_down.gif') left top repeat-x;
	color:#ffffff;
	font-weight:bold;
	height: 24px;
	_height: 32px;
	padding-top: 8px;
}

a.navtabstripupa div.tableftdiv
{
	float: left;
	background: transparent url('/img/tabs/tab_left_up.gif') left top no-repeat;
	width: 10px;
	height: 32px;
}
a.navtabstripupa div.tabrightdiv
{
	float: left;
	background: transparent url('/img/tabs/tab_right_up.gif') left top no-repeat;
	width: 10px;
	height: 32px;
}
a.navtabstripupa div.tabcenterdiv
{
	float: left;
	background: #448cca url('/img/tabs/tab_middle_up.gif') left top repeat-x;
	color:#333333;
	font-weight:bold;
	height: 24px;
	_height: 32px;
	padding-top: 8px;
}
/* end of navigation */

table.subtabtable
{
	margin:0px;
	padding:0px;
	background: transparent url('/img/tabs/subtab_bgd.gif') left top repeat-x;
}
table.subtabtable td
{
	padding-top: 4px;
	padding-bottom: 4px;
}
table.footertable
{
	width:100%;
	background: #d0ebf5;
	padding:10px;
}
table.footertable td
{
	text-align:center;
	color: #224488;
	padding-top:2px;
	padding-bottom:2px;
}

td.headerauxtd
{
	color: #224488;
	background: #d0ebf5;
	padding-left:10px;
}
td.headerauxtd a
{
	color: #224488;
	text-decoration: none;
}
td.headerauxtd a:hover
{
	color: #4080ff;
	
}
td.locpathtd
{
	font-size:1.2em;
	font-weight:bold;
	color: #000080;
	
}
td.locpathtd a
{
	font-size:.8em;
	color: #4080ff;
	text-decoration: none;
}
td.locpathtd a:hover
{
	text-decoration: underline;
	
}

table.usernavtable
{
	width:100%;
	border:none;
}
table.usernavtable td
{
	vertical-align:middle;
}
table.usernavtable td a
{
	margin-left:3px;
	margin-right:3px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	color:#000080;
}
table.usernavtable td a:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:#000088;
}

td.postadtd a
{
	margin-left:10px;
	color:white;
	text-decoration:none;
	font-size:1.6em;
	font-weight:bold;
}
td.postadtd a:hover
{
	color:white;
	text-decoration:underline;
}

table.addlistingtable
{
	width:100%;
	margin:0px;
	padding=10px;
}
table.addlistingtable td
{
	text-align:center;
}
table.addlistingtable td a
{
	margin:4px;
	display:block;
	padding:10px;
	background:white;
	border: 1px solid #cccccc;
	color:#4080ff;
	font-size:1.4em;
	text-decoration:none;
	font-weight:bold;
}
table.addlistingtable td a:hover
{
	text-decoration:underline;
}

table.categoriestable
{
	width:100%;
}
table.categoriestable td.topcategorytd
{
	padding:4px;
	background:#edf5f9;
}
table.categoriestable td.topcategorytd a
{
	color:#007dbd;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}
table.categoriestable td.topcategorytd a:hover
{
	color:#50c4ff;
}
table.categoriestable td.subcategorytd
{
	padding:1px;
	padding-left:10px;
	background:none;	
}
table.categoriestable td.subcategorytd a
{
	color:#007dbd;
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
}
table.categoriestable td.subcategorytd a:hover
{
	color:#50c4ff;
}

table.locationsdefaulttable
{
	margin-left:10px;
	width:190px;
}
table.locationsdefaulttable td.headertd
{
	color: green;
	font-weight:bold;
	font-size:.9em;
	text-align:center;
}
table.locationsdefaulttable td.lefttd
{
	width:50%;
	vertical-align:top;
}
table.locationsdefaulttable td.righttd
{
	width:50%;
	vertical-align:top;
}
table.locgrouptable
{
	margin-top:10px;
}
table.locgrouptable td
{
	color:#007dbd;
}
table.locgrouptable td.locgroupheadertd
{
	color:#50c4ff;
	font-weight:bold;
	font-size:.8em;
}


table.locbreadcrumbtable
{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	width:100%;
}
table.locbreadcrumbtable td
{
	color:#007dbd;
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
}
table.locbreadcrumbtable td a
{
	color:#007dbd;
	text-decoration:none;
	font-size:1.1em;
	font-weight:normal;
}
table.locbreadcrumbtable td a:hover
{
	color:#50c4ff;
}
table.recentlyviewedtable
{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;	
}
table.recentlyviewedtable td
{
	color:#007dbd;
	padding:1px;
	padding-left:10px;
	background:none;	
}
table.recentlyviewedtable td a
{
	color:#007dbd;
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
}
table.recentlyviewedtable td a:hover
{
	color:#50c4ff;
}
table.listingtitletable
{
	width:100%;
	padding:10px;
	margin:0px;
	border-bottom: 2px solid #50c4ff;
}
table.listingtitletable td
{
	font-size:1.1em;
	color:#00a9ff;
}
table.listingoptionstable
{
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
	margin:0px;
	margin-bottom:10px;
	background: #e6f7ff;
	text-align:center;
}
table.listingoptionstable td
{
	font-size:.8em;
	color:#00a9ff;
}
table.listingoptionstable td a
{
	text-decoration:none;
}
table.listingwrappertable
{
	width:100%;
	margin-bottom:20px;
}
table.listingwrappertable td
{
	vertical-align:top;
	color:#444444;
}
table.listingwrappertable td.additionalphotostd
{
	border-top:2px solid #eeeeee;
	padding:10px;
	color: #50c4ff;
	font-size:1em;
}
table.listingdetailstable
{
	width:100%;
}
table.listingdetailstable td
{
	padding-top:4px;
	padding-bottom:4px;
	font-size:.8em;
	border-bottom:1px solid #d3f0ff;
}
table.listingdetailstable td.detailsheadertd
{
	font-size:.9em;
	font-weight:bold;
	color:#50c4ff;
	width:30%;
}
table.listingdetailstable td.detailsdescheadertd
{
	font-size:.9em;
	font-weight:bold;
	color:#50c4ff;
	width:30%;
	border:none;
}
table.pmlisttable
{
	border: 1px solid #50c4ff;
	background: #e4f5ff;
	padding:10px;
	width:100%;
}
table.pmitemtable
{
	width:100%;
	border:1px solid green;
}
table.listwrappertable
{
	width:100%;
	border: 1px solid #dddddd;
}

table.extraoptionstable
{
	border-top: 1px solid #50c4ff;
	background: white;
	padding:4px;
	width:100%;
}
td.listingtitletd
{
	background: #e4f5ff;
}
table.extraoptionstable th
{
	text-align:right;
	font-size:.8em;
}
table.extraoptionstable td
{
	text-align:right;
}

.txtin { 
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	font-size: 11px; 
	Border-Color : #8098B0; 
}

input.button { 
	border : thick solid 1;
	background-color: #7E8391;
	font-weight : bold;
	color : #ffffff;
}

.err {
	font-weight: bold;
	color: red;
}

option.root { 
	color:#999999; 
}

.ex_row td {
	background-color: #50c4ff;
	color: #ffffff;
	font-weight: bold;
	padding:4px;
}

.imgTag {
	BORDER-RIGHT: #fff 1px solid; 
	BORDER-TOP: #fff 1px solid; 
	BORDER-LEFT: #fff 1px solid; 
	BORDER-BOTTOM: #fff 1px solid
}

a:hover .imgTag
{
	border: #50c4ff 1px solid;
}

p.pagetitle
{
	width:100%;
	font-size:1.8em;
	color:#50c4ff;
	padding-bottom:10px;
	border-bottom:1px solid #50c4ff;
}
span.titlespan
{
	font-size:1.8em;
	color:#000088;
}

div.featureditemdiv
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	padding:6px;
	background:#ffffcc;
	border: 1px solid #ffdd55;
}

table.disclaimertable
{
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}

table.disclaimertable td
{
	color:#777777;
	font-style:italic;
}

table.disclaimertable td div.header
{
	font-weight: bold;
	font-size:1.2em;
	font-style:normal;
}
span.rowregionspan
{
color:#808080;
}