body {
	font-size: 9pt;
	font-family: Arial,Helvetica,sans-serif;
	background: #FFFFFF;
	color: #000000;
	/* @lwang: the following line was removed explicitly.
	 * For absolutely positioned sub-elements, we want the "positioning parent"
	 * to start at (0, 0) relative to the document, rather than (0, 0) relative
	 * to the body.
	 */
	/*position: relative; */
	
}

html
{
	background-color: #ffffff;
}

a {
	text-decoration: none;
	color: #3B5998
;
	font-family: Arial,Helvetica,sans-serif;
}
a:hover {
	text-decoration:underline;
	color: #000099
;
}

.ie body {
	
}

a img {	border: 0; }
fieldset { border: 0; }
input,select {
	font-family: Arial,Helvetica,sans-serif;
}
input.text,select {
	background-color: #FFFFFF;
}
option { padding-right: 5px; }
h1 {
	font-size: 24px;
	padding: 3px 0px;
}
h2 { font-size: 2em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; font-style: italic; }
h1,h2,h3,h4,h5,h6 { margin-bottom: 2px; }
p,ul,ol,blockquote {
	margin-bottom: 8px;
	line-height: 1.4;
}
blockquote {
	padding-left: 20px;

}
li { line-height: 1.4; }
ul {
	margin-left: 10px;
	list-style: disc;
}
ol {
	margin-left: 30px;
	list-style: decimal;
}

.blur {
	color: #aaa !important;
	font-weight: normal !important;
}
/* default form input class **/
.input {
	padding: 2px;
	font-weight: normal;
	font-size: 16px;
	color: #000
;
	border: 1px solid #bbb
;
}
/* inline menus */
ul.hmenu {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 2;
}
ul.hmenu li {
	display: inline;
	margin-bottom: 0;
	padding: 2px 3px 1px 1px;
	line-height: 2;
	margin-left: 0px;
	}

ul.hmenu li .pipe {
	margin-right:6px;
	font-size:12px;
	display:inline;
	vertical-align:baseline;

}

/*ignored by Safari,
     Opera, and IE/Win */
html:lang(en)>body ul.hmenu li .pipe {
	vertical-align:top;
}


ul.hmenu li span {
	}
ul.hmenu li.first {
	padding-left: 0;
	border-left: 0;
}
/*IE6 hack*/
ul.hmenu li.first a {
	display: inline-block;
}

ul.hmenu li a img {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
/*-Overwrite when post ad image attached.*/
ul.hmenu li.postImg {
	padding: 2px 0px 1px 8px;
	border: 0px;
}

/* floated menus */

ul.fmenu {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
	line-height: 1;
}
ul.fmenu li {
	float: left;
	width: auto;
	padding: 0 6px 0 0;
	border-left: 1px solid #000;
	margin: 0;
	line-height: 1;
}
ul.fmenu li.first {
	border-left: 0;
}
ul.fmenu li a {
	float: left;
	width: auto;
	padding: 8px 0 8px 6px;
}

/* clear, float, clearing, clearfix */

.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearing {
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}
/* end hide from IE-mac */
.clearfix-left:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}
.clearfix-left {
	display: inline-block;
}

.clearfix-left {
	display: block;
}
/* end hide from IE-mac */

/* layout */

#container {
	zoom: 1;
	width: 100%;
	background: white;
/* enforce min width  of 900px on variable width partners */
	
	width: 979px;

	max-width: 979px;
	

	margin: 0 auto;
}

#content {
	background: #FFFFFF;
	border-top: 0px;
}

#content * {
	font-family: "Lucida Grande", tahoma, verdana, arial, sans-serif;
}	

#content-top {
	padding: 3px 10px 0px 8px;
}

#search-h1 #content-top {
	line-height: 125%;
	padding: 0px;	
}

#search-h1 #search-pager {
	white-space: nowrap;	
	font-size: 11px;
	color: #7D7D7D;
}

#search-h1 #content-top h1 {
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: normal;
	float: none;
	margin: 0px;
	display: inline;
	color: #3E3E3E;
}

#search-h1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 0px;
}

#content-top h2 {
	margin-bottom: 0;
	color: #000000; /* @cmc: okay to hardcode? */
}
#content-top #subtext {
	color: #555555;
}
#content-top #subtext #subtext-heading {
	font-style: italic;
}

/* no longer need this background image because each left nav has its own background */

#left, #left-nav {
	/*background: url(http://i.oodleimg.com/mule/images/left-top.png) top right no-repeat
;*/
	margin-top: 4px !important;
}

#left p {
	margin-bottom: 0;
	padding-bottom: 6px;
}

.left-module {
	padding: 0 10px 20px 10px;
}

#center {
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 4px;
}

#right {
	margin-top: 4px;
}

/* partner stuff, better organization? */

#partner-branding {
	}

#partner-sky {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* header, logo, header menu, tabs */

#banner {
	position: relative;
		padding: 0px;
	background: transparent
;
 /* @cmc: okay to hardcode */
	    	margin: 0px;
}

#header-logo
{
	padding: 7px 0px 0px 0px;
}

#logo {
	float: left;
	margin: 0px;
}

/* #logo h2 is used to show the partner's site name above
 * the powered by oodle logo if header_show_logo is set
 * in the  partner's config
 */
#logo h2 {
	font-size: 24px;
	font-weight: normal;
}
#logo h2 a {
	color: black;
	text-decoration: none;
}
#logo h2 a:hover {
	text-decoration: underline;
}

/* if a partner is using a condensed header, the display name might be
 * split into part one and part two (two different styles)
 */

#logo h2.condensed
{
	padding-top: 10px;
	padding-left: 10px;
}

#logo .name-part-one
{
	font-weight:bold;
	font-size: 18px;
	line-height: 1.1;
}

#logo .name-part-two
{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}

.tall-header #logo {
	margin: 20px 0 0 0;
}

#login {
	height: 20px;
	line-height: 20px;
	padding-bottom: 3px; /*fixing IE problem cut off the character*/
	text-align: right;
	margin: 0px 20px 0px 0px;
	}

/* topnav */

#topnav-left {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 10px;
	height: 10px;
	background: url(http://i.oodleimg.com/mule/images/whitecorner-tl.png) 0 0 no-repeat;
}

#topnav-right {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 10px;
	height: 10px;
	background: url(http://i.oodleimg.com/mule/images/whitecorner-tr.png) top right no-repeat;
}

#topnav-right-with-img {
	position: absolute;
	right: 8px;
}

#topnav-left-with-txt {
	position: absolute;
	top: 10px;
	left: 7px;
}
/* condensed-topnav */

#categories-menu
{
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #20619E
;
	background: white;
}

#categories-menu li a
{
	display: block;
	padding: 5px 10px;
	color: #20619E
;
;
	zoom: 1;
}

#categories-menu li a:hover
{
	background: white;
;
	color: #20619E
;
;
}


#condensed-topnav {
	padding: 8px 8px 0 7px;
	background: none;
	font-weight: bold;
	font-size: 11.6pt;
	border-bottom: 0px;
}

#condensed-topnav ul {
	list-style-type: none;
	margin-left: 220px;
	padding: 0;
	height: 32px;
	line-height: 1;
	margin-bottom: 0px;
}

#condensed-topnav li {
	float: left;
	width: auto;
}

#condensed-topnav li a {
	color: white;
	display: block;
	float: left;
	width: auto;
	background: #ff7900 url(http://i.oodleimg.com/mule/images/topnav-shade-off.png) bottom left repeat-x
;
	padding: 8px 16px 8px;
	border-right: 1px solid #FFFFFF;
	line-height: 1;
	text-decoration: none;;
		height: 16px;
}

#condensed-topnav li.first a {
	border-left: 1px solid #FFF;
}

#condensed-topnav li a.active {
	background: #ffc13e url(http://i.oodleimg.com/mule/images/topnav-shade-on.png) bottom left repeat-x
;
	color: #6e1713
;
;
	/*fixing 1px at the bottom*/
	height: 16px;
}

#condensed-topnav li a:hover {
	background: #f1a300 url(http://i.oodleimg.com/mule/images/topnav-shade-hover.png) bottom left repeat-x
;
	color: #6e1713
;
;
	text-decoration: underline;
	/*fixing 1px at the bottom*/
	height: 16px;
}

#condensed-topnav-left {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 10px;
	height: 10px;
	background: url(http://i.oodleimg.com/mule/images/whitecorner-tl.png) 0 0 no-repeat;
}

#condensed-topnav-right {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 10px;
	height: 10px;
	background: url(http://i.oodleimg.com/mule/images/whitecorner-tr.png) top right no-repeat;
}

/* search bar */

#banner #search-bar {
	float: left;
	width: 680px;
	padding:  0px 0 0 0; /* adds a shadow for partners */
	margin: 0 0 0 10px;
	background: none;
}
/*IE7 Fix*/
html>body #search-bar {
	*padding-right: 0px;
}

#banner #search-bar-left {
	float: left;
	padding-left: 7px;
	background: white
;
}
#banner #search-bar-right {
	float: left;
	padding-right: 6px;
	background: white
;
}
#banner #search {
	float: left;
	width: 680px;
	background: white
;
}

#search-bar-wrapper
{
	background: none;
}

#search-bar-wrapper #search-bar
{
	margin: 0px auto;
	text-align: center;
	width: 680px;
}

#search form {
	padding: 4px 0px 10px 5px; /*4px 0px 10px 5px; 10px 0px 6px 0; */
	margin: 0; /* 0 3px 0 1px; */
}

#search fieldset {
	float: left;
	width: auto;
	margin-top: 0;
}

#search .search-side-label
{
	float: left;;
	padding-right: 5px;
}

#search-bar-wrapper #search .search-side-label
{
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
}

#search label {
	font-size: 12.5pt;
	color: #FFFFFF
;
}
#search label .example {
	margin-left: 3px;
	font-size: 8.7pt;
	font-style: italic;
}
#search #search-what, #search-where {
	margin-right: 10px;
	padding: 3px 3px;
	font-size: 12.5pt;
	color: #000
;
	border-color: #ffc13e
;
	border-width: 1px;
	border-style: solid;
}

#search #search-what {
	width: 350px;
}

#search-bar-wrapper #search #search-what {
	width: 250px;
}

#search-bar-wrapper #search input.wide-what {
	width: 520px !important;
}

#search #search-where {
	width: 200px;
}

#search #search-button {
	margin-left:10px;

}

/* location autocomplete */

#suggestions {
	position: absolute;
	z-index: 9999999; /* this should be the highest value of zindex... nothing really dwarfs autosuggest */
}
#suggestions .yui-ac-content {
	width: 17em;
	border: 1px solid #999999;
	background: #fff1ce
;
	color: #333;
	font-size: 1.2em;
	overflow: hidden;
	text-align: left;
	z-index: 9050;
}
#suggestions .yui-ac-content .query {
	font-weight: bold;
}
#suggestions .yui-ac-content .more {
	text-align: right;
}
#suggestions .yui-ac-content .url {
	font-size: 0.7em;
	color: #3B5998
;
}
#suggestions ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#suggestions li {
	padding: 3px;
	cursor: default;
	white-space: nowrap;
}
#suggestions li.yui-ac-highlight {
	background: #ffc13e
;
	color: #FFFFFF
;
}

/* ??? */

ul#breadcrumb {
	margin-bottom: 10px;
	font-weight: bold;
}

#breadcrumb li {
	border-left: 0;
	padding-left: 0;
}

#breadcrumb a {
	color: #FF7900; /* @cmc: okay to hardcode? */
}

/* good deal guide (latest listings), still needed? */

#good-deal-guide {
	padding-bottom:0px;
}

#good-deal-guide .inner ul {
	background: #adecf9 url(http://i.oodleimg.com/mule/images/good-deal-tab-bkgd.png) bottom left repeat-x
;
	width: 100%;
	font-weight: bold;
}

#good-deal-guide .inner ul li {
	border-left-color: #defafe
;
}

#good-deal-guide .inner ul li a {
	;
}

#good-deal-guide .inner ul li.active {
	background: #FFFFFF;
}

#good-deal-guide .inner ul li.active a {
	color: #000000;
}

/* post an ad link */
#postRR {
	background: url(http://i.oodleimg.com/o2/PostTool_icon.gif) 0 2px no-repeat;
	margin: 20px 0 15px 0;
	padding: 0px 0px 0px 25px;
}

#postRR a {
	font-size: 17px;
	font-weight: bold;
}

#tracking-post-container {
	font-size:12px;
	width:150px;
	margin:10px 0px;
	font-weight: bold;
}

/* "get more" modules */

.getmore-content {
    background: url(http://i.oodleimg.com/o2/getmore_yellow_1px.gif) 4px 0 repeat-x
;
    border-top: 1px solid #f9e7b7
;
    border-bottom: 1px solid #f9e7b7
;
    border-left: 1px solid #f9e7b7
;
    border-right: 1px solid #f9e7b7
;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    position: relative;
}

.getmore-content .title {
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 3px 10px;
	color: black;
}

.getmore-content .subtitle {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: black;
}
.getmore-content #content {
	padding: 5px 3px 3px 15px;
	line-height: 1.4;
	background: transparent;
}

.getmore-content #content ul {
	margin-left: 8px;
	margin-bottom: 5px;
}

.getmore-content #content ul li {
}

/* get more modules for the narrow right rail */
.narrow-right .getmore-content .title {
	 font-size: 15px;
}

.narrow-right .getmore-top {
}

.narrow-right .getmore-bottom {
    padding-bottom: 3px;
}

.narrow-right .getmore-content {
}

.narrow-right .getmore-content #content {
    padding: 5px 3px 3px 15px;
}

/* google adsense */

#google-ad {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* ad butler image */

#ad-butler-img,
#ad-manager {
	text-align: center;
	padding-top:10px;
}

/* misc right rail */
#misc-right-rail {
	border: 1px solid #C4C4C4;
	padding: 5px;
	margin: 5px 0px;
}

#misc-right-rail .learnmore {
	font-style: italic;
	text-align: right;
}

/* tabs (brown, blue, orange, and minor) */

.brown-tab {
	background: url(http://i.oodleimg.com/mule/images/brown-tab.png) top left no-repeat;
}

.brown-tab h2 {
	background: url(http://i.oodleimg.com/mule/images/brown-tab.png) top right no-repeat;
	/* font-size: 130%; */
	margin-left: 10px;
	line-height: 1;
	padding: 10px 10px 6px;
	color: #FFF;
}

.orange-tab-2 {
	background: url(http://i.oodleimg.com/mule/images/orange-tab-2.png) top left no-repeat;
}

.orange-tab-2 h2 {
	background: url(http://i.oodleimg.com/mule/images/orange-tab-2.png) top right no-repeat;
	/* font-size: 130%; */
	margin-left: 10px;
	line-height: 1;
	padding: 10px 10px 6px;
}

.orange-module {
	background-color: #fff1ce
;
	border-width: 1px;
	border-style: none;
	border-color: #f1a300
;
}

.orange-tab {
	background: url(http://i.oodleimg.com/a/desite/header_leftnav_mid.gif) top left repeat-x
;
	border-bottom: 1px solid white;
	height: 26px;
	padding: 3px 0pt 3px 9px;
}

.orange-tab h3 {
	font-size: 1.15em;
	color: white;
	margin: 0;
	line-height: 26px;
}

.blue-module {
	overflow: hidden;
	width: 240px;
	background: white;
	padding-bottom: 14px;
	border-style: none;
	border-width: 1px;
	border-color: #f1a300
;
}

.blue-module .inner {
/*	padding: 0 9px; */
	padding: 0;
	border-left: 9px solid #e8fdff
;
	border-right: 9px solid #e8fdff
;
	border-bottom: 9px solid #e8fdff
;
}

.blue-tab {
	background: url(http://i.oodleimg.com/mule/images/blue-tab-left.jpg) top left no-repeat
;
}

.blue-tab h3 {
	/* font-size: 120%; */
	/* using images for tab, need to set funky margins & padding */
	margin: 0 0 0 20px;
	padding: 20px 10px 8px 0;
	background: url(http://i.oodleimg.com/mule/images/blue-tab-right.jpg) top right no-repeat
;
	color: #fff
;
}

.blue-heading {
	background: #04728D;
}

.blue-heading h3 {
	/* font-size: 120%; */
	margin: 0 0 0 20px;
	padding: 20px 10px 8px 0;
	color: #FFFFFF;
}

.no-minor-tab{
	float: left;
	width: 100%;
	background: url(http://i.oodleimg.com/mule/images/subnav-bkgd.png) bottom left repeat-x
;
	padding:0px;
	margin:0px;
	height:2px;
}

/* @cte: This CSS is very hard to understand.
 * Any chance we can simplify it? */
.minortab {
	float: left;
	width: 100%;
	background: url(http://i.oodleimg.com/mule/images/subnav-bkgd.png) bottom left repeat-x
;
	margin-bottom: 10px;
	margin-top:5px;
	/* font-size: 110%; */
}

.minortab ul.fmenu li {
	border-left: 0;
	background: url(http://i.oodleimg.com/mule/images/subnav-tabs-off.png) top right no-repeat
;
	margin-left: 5px;
}

.minortab ul.fmenu li a {
	background: url(http://i.oodleimg.com/mule/images/subnav-tabs-off.png) top left no-repeat
;
	padding-left: 10px;
	text-decoration: none;
	color: #6e1713
;
	font-weight: bold;
	padding-right: 7px;

}

.minortab ul.fmenu li a:hover {
	text-decoration: underline;
}

.minortab ul.fmenu li.active {
	background: url(http://i.oodleimg.com/mule/images/subnav-tabs-on.png) top right no-repeat
;
}


/* IE7 Hack*/
html>body .minortab ul.fmenu li.active {
	}

.minortab ul.fmenu li.active a {
	background: url(http://i.oodleimg.com/mule/images/subnav-tabs-on.png) top left no-repeat
;
	color: black;
	text-decoration: none;
}

.minortab ul.fmenu li.active a:hover {
	text-decoration: underline;
}

/* listing actions */

.report-spam {
	float: left;
	width: auto;
}

.hide-details {
	float: right;
	width: auto;
}

/* submit button styles for toggling image on/off */

.submit-button {
	display: none;
}

.submit-image {
	display: default;
}

/* error page; @FIXME: get rid of these */

.http-error-content {
	background: #FFFFFF;

}

.http-error-content .contentbox {
	background: #ffffff
;
	margin: 0px 2px 0px 1px;
	padding: 40px 30px 40px 30px;
}

.http-error-content h1 {
	padding: 20px 0px 0px 20px;
	margin-bottom: 30px;
}

.http-error-content p {
	margin-left:20px;
}

/* common styles */

.underlined-link {
	text-decoration: underline;
}

.error-listing{
	color:#000;
	font-size: 12pt;
	font-weight: normal;
	line-height: 20px;
	position: relative;
}

span.error, span.success,
div.error, div.success {
	font-size: 12pt;
	font-weight: bold;
	line-height: 20px;
	position: relative;
}

form span.error,
form div.error {
	color: #D51616
;
}

form input.error,
form textarea.error,
form select.error {
	border: 1px solid red;
}

.success {
	color: #FF7800;
}

/* GAM */
.ad {
	margin-top: 4px;
	text-align: center;
}

#google_ads_div_300x250_results {
	text-align: left;
}

#partner-leaderboard {
	text-align: center;
	background-color: white;
}
.required {
	color: #FF0000;
}
/* Added styles(10 Feb 2010) */
.getmore-content-white{
	background: transparent url(http://i.oodleimg.com/o2/getmore_white_1px.gif) repeat-x scroll 4px 0;
	border:1px solid #d7d7d7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	position: relative;
	margin-left:3px;
	*width:180px;
}
.getmore-content-white .title {
        font-size: 14px;
        font-weight: bold;
        padding: 3px 0 0px 30px;
        color: black;
}

.getmore-content-white .subtitle {
        font-size: 13px;
        font-weight: normal;
        padding: 0px 0 3px 3px;
        color: grey;
}
.getmore-content-white #content {
        padding: 5px 3px 3px 15px;
        line-height: 1.4;
        background: transparent;
}

.getmore-content-white #content ul {
        margin-left: 8px;
        margin-bottom: 5px;
}

