.header h2 { font-family: Arial, Helvetica, sans-serif !important;  /* To override Travidia's stubborn styles */}

#listings * {
	font-family: Arial, Helvetica, sans-serif !important; /* Just in case */
	}
	
#listings {
	background: #f1f1f1;
	float: left;
	width: 100%;
	/* height: 250px; Uncomment this if we want the box to stay a fixed height when it transforms */
	padding-bottom: 0;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 8px; /* Yes, I know. */
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	}
	
/*
Initial search options list
======================================================= */

#searchoptions h4 {
	color: #283643;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif !important;
	}
	
#searchoptions {
	padding: 10px 0;
	}
	
ul#searches {
	list-style: none;
	margin: 5px 5px 0 5px;
	padding: 0;
	}
	
ul#searches li {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	}
	
ul#searches li a {
	font-weight: bold;
	text-decoration: none;
	color: #0b478f;
	font-size: 13px;
	line-height: 13px;
	display: block;
	padding: 0 11px 0 43px;
	height: 43px;
	margin: 0 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
ul#searches li a:hover { text-decoration: underline; }

/* All of these have absolute paths because Travidia will reference this stylesheet from their pages.
================================================================================================================ */
a.showrepair { background: url(http://nj.com/homegarden/images/repair_bg.gif) 5px 5px no-repeat #e1e1e1 !important; font-size: 11px !important;}
a.showrepair:hover { background: url(http://nj.com/homegarden/images/repair_bg.gif) 5px 5px no-repeat #ccc !important; }
a.showremodel { background: url(http://nj.com/homegarden/images/remodel_bg.gif) 3px 5px no-repeat #e1e1e1 !important; }
a.showremodel:hover { background: url(http://nj.com/homegarden/images/remodel_bg.gif) 3px 5px no-repeat #ccc !important; }
a.showlawn { background: url(http://nj.com/homegarden/images/lawn_bg.gif) 3px 2px no-repeat #e1e1e1 !important; }
a.showlawn:hover { background: url(http://nj.com/homegarden/images/lawn_bg.gif) 3px 2px no-repeat #ccc !important; }
a.showdecor { background: url(http://nj.com/homegarden/images/decor_bg.gif) 4px 4px no-repeat #e1e1e1 !important;}
a.showdecor:hover { background: url(http://nj.com/homegarden/images/decor_bg.gif) 4px 4px no-repeat #ccc !important; }

ul#searches li a span {
	padding-top: 10px;
	display: block;
	overflow: hidden;
	}

p.startmore {
	text-align: center;
	margin: 0;
	font-size: 12px;
	}
	
p.startmore a { color: #0b478f !important; font-weight: bold; }
	
/* 
Search forms
======================================================= */

.searchpanel {
	display: block;
	background: #f1f1f1;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif !important;
	}
	
.searchpanel h4 {
	color: #283643;
	line-height: 140%;
	padding-bottom: 10px !important;
	padding-left: 43px !important;
	display: block;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	}
	
.searchpanel h4 span {
	display: block;
	font-size: 18px;
	line-height: 85%;
	}
	
.searchform {
	margin: 0 0 10px 0 !important;
	padding: 10px !important;
	font-size: 90%;
	background: #e1e1e1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif !important;
	overflow: auto; /* It's like clearfix for 2008 */
	}

#repairsearch h4 { background: url(http://nj.com/homegarden/images/repair_bg.gif) no-repeat 0 5px; font-weight: bold; font-family: Arial, Helvetica, sans-serif !important;}
#remodelsearch h4 { background: url(http://nj.com/homegarden/images/remodel_bg.gif) no-repeat; font-weight: bold; font-family: Arial, Helvetica, sans-serif !important; }
#lawnsearch h4 { background: url(http://nj.com/homegarden/images/lawn_bg.gif) no-repeat; font-weight: bold; font-family: Arial, Helvetica, sans-serif !important; }
#decorsearch h4 { background: url(http://nj.com/homegarden/images/decor_bg.gif) no-repeat; font-weight: bold; font-family: Arial, Helvetica, sans-serif !important; }
#advsearch h4 { padding-left: 0 !important; font-weight: bold; font-family: Arial, Helvetica, sans-serif !important;}

#repairsearch h4 * { font-size: 12px !important;}

.searchtable { /* It pains me to have to do this */
	margin: 0;
	padding-bottom: 0;
	width: 100%;
	}

.searchtable td {
	padding: 5px;
	width: 50%;
	vertical-align: top;
	}
	
.searchform input { margin: 3px 0; }

.searchform select {
	margin: 3px 0;
	}
	
input.searchname { width: 190px; /* These look silly on the cams pages if they get too big */ }

.shoreclear {
	background: url(http://nj.com/homegarden/images/clear.gif) top left no-repeat;
	width: 66px;
	height: 19px;
	}
	
.shoresubmit {
	background: url(http://nj.com/homegarden/images/search.gif) top left no-repeat;
	width: 76px;
	height: 19px;
	}
	
.shoreclear, 
.shoresubmit {
	color: #fff;
	font-weight: bold;
	border: 0;
	}

.shoreclear:hover, 
.shoresubmit:hover {
	cursor: pointer;
	}
	
/* 
These styles are replicated from default.css so we can get 
them on certain pages that don't include default.css 
without screwing up everything else. Sigh. 
======================================================= */
	
.module_325_top_gray { height: 26px; background: url('/images/header_bkgd_gray_325x1.gif') repeat-y ; border-bottom: 1px solid white; vertical-align: baseline; }
.bkgd_lightgray { background-color: #F1F1F1; }
.module_top_left_corner { float: left; vertical-align: top; }
.module_top_right_corner { float: right; vertical-align: top; }
h2 { font-size: 14px; } /* Headline (label) */

	
/* 
Added in to replicate behavior from other stylesheets
======================================================= */
.header h2 { padding-top: 4px; color: #fff;}
DIV.header h2 a:link, DIV.header h2 a:visited, DIV.header h2 a:hover, DIV.header h2 a:active { color: #fff ! important;}
