/* 
    Document   : newSearchIndex
    Created on : Jan 21, 2010, 12:00:01 PM
    Author     : michaelupdegraff
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
Beige BG Color #f0f1f2
Blue Link Color #3789b9
*/


@import url("leads.css");

.Wrapper {
    width: 620px;
    float:left;
    position:relative;
}

#resultsWrapper {
	margin-top: 10px;
    width: 608px;
    /*float:left;*/
    position:relative;
}

#results {
    background-color: #fff;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 447px;
}

#adleft {
    float:left;
    margin:0;
    padding:0;
    width:160px;
    margin-right:10px;
}

#geoSpatial {
    float: left;
    position: relative;
    margin: 0;
    margin-left:10px;
    margin-top:10px;
}

.clearer {
    clear: both;
}

.searchHeadingWarning {
    background-color: #933;
    color: #fff;
    text-align: left;
    width: 609px;
    _width: 619px;
    padding: 5px;
}

.searchOutOfArea {
    background-color: #fff;
    color: #800;
    text-align: left;
    width: 609px;
    _width: 619px;
    padding: 5px;
}

.resultOffer {
	background-color:#b8cce7;
	text-align:left;
	border:2px solid black;
	padding:10px;
	margin:0;
}

.resultOffer h2 {
	color:#069;
}

#searchfilter {
	margin:0;
	padding:0;
	padding-left:10px;
	background: url('../images/searchrefinemiddle.gif') repeat-y top left;
	width:150px;
	overflow:hidden;
	color:#666666;
}

#searchfiltertop {
	background: url('../images/searchrefinetop.gif') no-repeat top left;
	height:10px;
}

#searchfilterbottom {
	background: url('../images/searchrefinebottom.gif') no-repeat top left;
	height:5px;
	margin-bottom:10px;
}

#where2search {
	width:128px;
	border:1px solid #bdd3e1;
	font-size:14px;
	color:#787977;
	padding:2px 5px;
	margin-top:5px;
}

#searchAgainButton {
	width:119px;
	border:none;
	margin:10px 5px;
	vertical-align:middle;
}

#searchTopHeading {
	font-size:16px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
}

.premium {
	padding:10px;
	margin:0;
	position: relative;
	margin-bottom:10px;
}

.space {height:10px;}

.premiumMore {
	width:855px;
	background-color: #fff;
	border:2px solid black;
	padding:10px;
	margin:0;
}

.medium {
	padding:10px;
	margin:1px;
	margin-bottom:10px;
}

.low {
	padding:10px;
	margin:1px;
	margin-bottom:10px;
}

.zero {
	background-color:#fff;
	border:1px solid #aaa;
	padding:10px;
	margin:1px;
	margin-bottom:10px;
	/*	padding:5px 5px 0 5px; */
}

.low,
.zero,
.medium,
.premium
{
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:2px solid #cccccc;
}

.zero {
	background:url(../images/bgs/nationalbg.jpg);
}

.nyp
{
	width:604px;
}

div.resultImg {
	margin:0;
	padding:0 10px 0 0;
	width:128px;
	float:left;
	text-align:left;
	vertical-align:top;
}
div.resultEntry {
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	vertical-align:top;
	color:#666666;
}
div.resultEntry1 {
	margin:0;
	padding:0 10px 0 0;
	width:430px;
	float:left;
	text-align:left;
	vertical-align:top;
	color:#666666;
}
div.resLeft {
    position:relative;
    width:425px;
    float:left;

}

div.resLeft h2 {

    font-size:16px;

}

div.resLeft .address {
    margin-top:10px;
    font-size:12px;
    color:#333333;

}

div.resLeft .distance {
    margin:0;
    margin-top:10px;
    color:#333333;



}
div.resLeft .profile {

    margin-top:10px;


}

div.resLeft .medal {

    vertical-align: middle;


}
div.resLeft p.conditions {

    font-size:13px;
    color:#666666;

}
div.resRight {
	margin:0;
	padding:0;
	padding:4px;
	color:#333333;
	width:140px;
	float:right;
	text-align:center;
	vertical-align:top;
	background-color:#f0f1f2;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.resRight img {
	margin:0;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;

}
div.resultRightMore {
	margin:0;
	padding:0;
	width:400px;
	float:right;
	text-align:left;
	vertical-align:top;
}

/*Dynamic Phone Button*/
.no-textshadow .dp {
	margin-top:4px;
	height:24px;
	width:127px;
	background-image:url(../css/search/phonebackground.png);
	margin-left:auto;
	margin-right:auto;
	color:#F7E5D0;
	font-size:12px;
	padding-top:4px;
	background-repeat: no-repeat;
	font-weight:bold;

}

.no-textshadow .dp2 {
height:38px;
width:128px;
color:#F7E5D0;
font-size:12px;
background-image:url(../css/search/dynamicbutton.png);
margin-left:auto;
margin-right:auto;
background-repeat: no-repeat;
font-weight:bold;

}

.textshadow .dp {
	margin-top:4px;
	height:24px;
	width:127px;
	background-image:url(../css/search/phonebackground.png);
	margin-left:auto;
	margin-right:auto;
	color:#F7E5D0;
	text-shadow: 0 0 5px Black;
	font-size:12px;
	padding-top:4px;
	background-repeat: no-repeat;

}

.textshadow .dp2 {
height:38px;
width:128px;
color:#F7E5D0;
font-size:12px;
background-image:url(../css/search/dynamicbutton.png);
margin-left:auto;
margin-right:auto;
background-repeat: no-repeat;
text-shadow: 0 0 5px Black;

}
.dp2 div { padding-top:18px;}
/*End Dynamic Phone Buttons*/

.searchClear {
	clear:both;
	display:block;
	visibility:hidden;
	height:1%;
}

.resultHeading {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-top:-5px;
	margin-bottom:5px;
	color:#666666;
}
.resultPrice {
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	width:72px;
	height:20px;
	/*border:4px solid #f33;*/
	color:#000;
	margin:0 10px -4px 10px;
}
.resultHeadingMore {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	color:#069;
}
.resultName {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.resultPhone {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}
.resultAbout {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}

#resultstable th {
	text-align:left;
}

#resultstable td {
	padding:0;
	padding-bottom:6px;
}

.resultHead {
	background-color:#444;
	color:#fff;
	text-align:left;
	padding:10px;
	margin:0px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.buynowa img,
.moreinfoa img {
	padding:0;
	margin:0;
	width:70px; /*80 72px;*/
	height:25px; /*50 22px;*/
}

.buydialog,
.globalbuydialog {
	background-color:#eee;
	display:none;
	border:1px solid #069;
	margin-top:10px;
	padding:10px;
	vertical-align:top;
}

.loading {
	margin-top:5px;
	display:none;
}

.referrals {
    /*float:left;*/
    margin-top:4px;
    text-align:left;
    padding:6px;
    padding-left:0;
    font-size:12px;
    color:#3789b9;

}

.rightColumn {float:left;width:300px;}

.strike {text-decoration: line-through;color:#666666; font:bold 12px /100% Arial;}

.normal {color:#666666; font:bold 12px /120% Arial;}

.normalPrice {color:#667723; font:bold 22px /120% Arial;}

.normalPriceSm {color:#667723; font:bold 12px /120% Arial;}

.price {color:#666666; font:bold 12px /100% Arial;}

.newPrice {color:#cc0000; font:bold 22px /120% Arial;}

.adNotify {font-size:10px;color:#666666;text-decoration:none;font-family:Arial;font-weight:normal;}

div.legend {
    margin:0;
    padding:0;
    width:300px;
    margin:0 0 0 10px;

    background-color:#f0f1f2;
}

div.legend img.top {margin:0; padding:0; vertical-align:top;}

div.legend img.bottom {margin:0; padding:0; vertical-align:bottom;}

div.legend h4 {
    margin:0;
    padding:0;
    color:#000;
    padding:0px 15px 0 15px;


}

div.legend ul {
    margin:10px;
    padding:0;
    list-style-type: none;
    margin-bottom:7px;

}

div.legend ul li {
    margin:0;
    padding:0;
    color:#333333;
    margin-top:10px;


}
div.legend ul li img{
    vertical-align:middle;


}

div.legend ul li span {
    color:#333333;
    font:bold 15px/100% Arial;


}

div.legend hr {
    margin:0;
    padding:0;
    border: 1px solid #d8d9d4;
    width:264px;
    margin-left:15px;
    padding-right:15px;
}

div.legend form {
    margin:0;
    padding:0;
    padding:5px;
}

div.legend form label {
    line-height: 25px;

}

div.legend form label span {
    font-weight: bold;
    font-size: 15px;

}


div.legend form input.price {
    width:75px;

}

div.legend form input.submit {
    vertical-align: middle;

}

#map {

    width:300px;
    height:300px;
    margin:10px 0 10px 10px;


}
div#page2 div#content2 div.rightColumn div#map,
div#page2 div#content2 div.rightColumn div#geoSpatial,
div#page2 div#content2 div.right div#map,
div#page2 div#content2 div.right div#geoSpatial
{ 
	margin-left: 0; 
}

ul.simplePagerNav {
    margin:0;
    padding:0;
    list-style-type: none;
    margin-top:6px;
	margin-bottom:20px;
	padding-bottom:20px;

    /*margin:5px;*/

}

ul.simplePagerNav li{
    display:block;
    float: left;
    padding: 5px;
    /*margin-bottom: 10px;*/
    margin:0;
    color:#666666;

}

ul.simplePagerNav li a{

    color: #4c78a3;
    text-decoration: underline;
}

li.currentPage {
	background: red;
	background: #4c78a3;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
}
#makeOffer {
    text-align:left;


}
img.pdSteps { margin:0 0 10px 10px; }

input#z { width:125px;}

form#requestappointment p {
	clear:both;
}
form#requestappointment p label {
	width:30%;
	float:left;
}

div.nyp {
    margin:0;
    padding:0;
    border:2px solid #d3d3d3;
    background: #f0f1f2;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.nyp form {
    margin:0;
    padding:10px;
}

div.nyp form label {
    line-height: 25px;
	font-weight: bold;
	color:#666666;
}

div.nyp form label span {
    font-weight: bold;
    font-size: 15px;

}


div.nyp form input.price {
    width:75px;

}

div.nyp form input.submit {
    vertical-align: middle;
    margin-left:15px;

}

.searchcell td {
	margin:0;
	padding:2px 1px;
}

.cn {color: #667723;
    font: bold 22px/120% Arial;}
.ph {font:bold 14px/100% Helvetica Neue;color: #666666;}

/* Added 3//25/10 for new coupon display {mru} */

.lp { display:block; width:65%; float:left; text-align: right;}
.rp { display:block; width:35%; float:right; text-align: left;}

#topSearchBar {
	margin-bottom:20px;
	position: relative;
	height: 90px;
	color:#838485;
}

#topSearchBar #top {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 10;
	height: 27px;
}
#topSearchBar #bottom {
	position: absolute;
	z-index: 9;
	top:25px;
	left:0px;
	width:606px;
	background-color: #f6faff;
	border:solid 2px #ebf2f7;
	height:60px;
	-moz-border-radius:0px 5px 5px 5px;
}
#topSearchBar #top .bar {
	float: left;
	line-height: 36px;
	height: 27px;
	display: block;
}
#topSearchBar #top .bar.left {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(refinebar/images/refinebar_left.png);
	width:25px;
}
#topSearchBar #top .bar.center {
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(refinebar/images/refinebar_center.png);
	padding: 0px 10px;
	font-weight: bold;
	font-size: 14px;
}
#topSearchBar #top .bar.right {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(refinebar/images/refinebar_right.png);
	width: 22px;
}

#topSearchBarForm {
	margin:5px;
}
#topSearchBarForm .field {
	float:left;
	margin-left:5px;
	margin-right:15px;
}
#topSearchBarForm .field.search {
	float:right;
	margin-right: 4px;
}

#topSearchBarForm .field label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px;
}

#topSearchBarForm #updateSearch {
/*
	width:105px;
	height: 21px;
*/
	border:none;
}

#topSearchBarForm [name]{
	height: 21px;
	line-height: 21px;
}

#topSearchBarForm input[type="text"]{
	padding: 0px 5px;
	border:solid 1px #bdd3e1;
	width:161px;
}

div.vcardLeft {
    position:relative;
    width:140px;
    float:left;
}

div.vcardRight {
	margin: -9px -17px 0 0;
	padding:4px 4px 0 4px;
	color:#4d7cb0;
	width:416px; //425px;
	float:right;
	text-align:center;
	vertical-align:top;
	background:url('../images/vcardtop.png') no-repeat top left;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.vcardProc {
	color:#fff;
	font-size:18px;
	margin-right:15px;
	text-align: right;
}

div.vcardContent {
	width:406px;
}

div.vcardMiddle {
	margin-top:30px;
	float:left;
	color:#000;
	font-size:14px;
	text-align: left;
	width:270px;
}

div.vcardName {
	float:left;
	color:#000;
	font-size:14px;
	text-align: left;
	width:270px;
}

div.vcardDescription {
	color:#000;
	margin-top:10px;
	font-size:11px;
	text-align: left;
	width:270px;
}

div.vcardPrices {
	margin-top:10px;
	float:right;
	width:130px;
	text-align: right;
	margin-right:5px;
}

div.vcardRight h2 {
    font-size:14px;
}

div.vcardRight .address {
    margin-top:10px;
    font-size:11px;
    color:#333;

}
span.vcardPriceLabel {
	font-size:14px;
	color:#000;
}

span.vcardNormalPrice {
	font-size:18px;
	color:#fff;
}

span.vcardPriceLabelSm {
	font-size:12px;
	color:#000;
}

span.vcardStrikePrice {
    font-size:12px;
    text-decoration: line-through;
	color:#961e30;
}

span.vcardSavePrice {
    font-size:12px;
	color:#000;
}

.vcardLeft img {
	width:160px;
}

.vcardIcons {
	margin-top:10px;
}

.vcardIcon {
	float:left;
	width:90px;
	text-align: center;
}

.vcardIcon .disabled {
	color:#ccc;
}

.vcardButtons {
	margin-top:25px;
}

.vcardButtons img {
	margin-bottom:5px;
}

.vcardPriceBox {
	height:45px;
}

#callNow {
	display:none;
    text-align:left;
    padding:50px;
	background: url('../images/callcode.jpg') no-repeat top left;
}

#credential {
	color:#961e30;
	font-size:34px;
	font-weight: bold;
	position: absolute;
	top:170px;
	left:295px;
}

.callNowClose {
	cursor:pointer;
	position: absolute;
	top:300px;
	left:20px;
}


