/* CUSTOM CSS */

#c2cbtn {
position: absolute;
top: 155px;
left: 10px;
cursor: pointer;
}

#c2cbtn2 {
z-index: 999999;
position: absolute;
top: -7px;
right: 130px;
cursor: pointer;
}

.homepage #talkrealtyplayer {
	top:168px;
	left:140px;
}



#talkrealtyplayer {
	
	top:-66px;
	left:390px;
	
}

.Detail #talkrealtyplayer, .LandingSub #talkrealtyplayer {
	position:absolute;
	top:94px;
	left:390px;	
}

#podcastb {
height: 60px;
width: 140px;
margin-top: 160px;
margin-left: 20px;
display: block;
position: absolute;
}

#podcastbi {
height: 60px;
width: 140px;
z-index: 99999;
top: 5px;
right: 0px;
margin-right: 155px;
display: block;
position: absolute;
}

#emaillink {
	cursor: pointer;
        position: absolute;
	width: 140px;
        height: 60px;
	left: 0px;
	margin-left: 18px;
	top:0px;
	margin-top: 165px;
	z-index: 99999;

}

#emaillink2 {
        cursor: pointer;	
        position: absolute;
	width: 140px;
        height: 60px;
	left: 0px;
	margin-left: 393px;
	top:0px;
	margin-top: 93px;
	z-index: 99999;

	
}

#tv {
	cursor: pointer;
        position: absolute;
	width: 140px;
        height: 110px;
	left: 0px;
	margin-left: 168px;
	top:0px;
	margin-top: 135px;
	z-index: 99999;

        
}

#idx-search-widget{
	position:absolute;
top:135px;
left:105px;
border:1px solid #aaa;
	background-color:#eee;
	width:220px;
	font-size:1.0em;
	color:#666;
	z-index: 10;
	}

/* SEARCH CUSTOMIZATION STYLES */

/* STYLE 1 */

#style1 {
	position: absolute;
	top: 500px;
	left: 720px;
	}
#style1 .searchBox {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	z-index: 0; /* IE hack for rounded corners */
	position: relative; /* IE hack for rounded corners */
	}
#style1 .searchBox li {
	padding: 0 0 0 5px;
	list-style-type: none;
	}
#style1 .searchBox p {
	}
#style1 .searchBox h3 {
	max-width: 208px;  /* use max-width for sidebar setup */
	}
#style1 .searchBoxTitle {
	width: 300px;
	padding: 10px;
	}
#style1 #submit input {
	background-color: #00aeff;
	color: #000000;
	border: 1px solid #666;
	}
#style1 #submit input:hover {
	background-color: #00c4ff;
	color: #FFFFFF;
	border: 1px solid #000000;
	}
#style1 .wildCardContainer {
	margin: 10px 0 0 0;
	padding: 10px;
	border: 2px solid #666;
	width: 300px;
	height: 90px;
	}
#style1 .wildCardTitle {
	font-weight: bold;
	font-size: 1.2em;
	}
#style1 .wildCardTitleSmall {
	font-size: 0.7em;
	font-weight: normal;
	}
#style1 .wildCardExamplesContainer {
	display: none;
	padding: 5px;
	width: 190px;
	height: 35px;
	border: 2px solid #000000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 1.0 opacity */
	background: rgba(255, 255, 255, 1.0);
	position: relative;
	top: 10px;
	left: 70px;
	}
#style1 .wildCardExamples {
	/* for styling the examples */
	font-weight: bold;
	}
#style1 .wildCardExamplesLink {
	/* for styling the actual link */
	position: absolute;
	top: 120px;
	left: 20px;
	}
#style1 .basicSearchContainer {
	margin: 10px 0 0 0;
	border: 2px solid #666;
	padding: 10px 10px 10px 10px;
	width: 210px;
	height: 210px;
	position: absolute;
	}
#style1 .basicSearchTitle {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #666;
	}

#style1 .rounded-corners {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	behavior: url(/border-radius.htc); /* IE */
    -moz-box-shadow:0 0 5px #888888;
    -webkit-box-shadow:0 0 5px #888888;
	border: 2px solid #666;
	background: white;
	}

/* used to select the column the information is in */	
#style1 .column1 {
	float:left;
	width:105px;
	background:none;
	}
#style1 .column2 {
	float:right;
	width:105px;
	background:none;
	}
	
/* id selectors for controlling form fields */
#style1 #IDX-wildSearchForm {
	margin: 0 0 0 5px;
	width: 212px;
	padding: 5px 0 0 0;
	}
#style1 #location {
	margin: 5px 0 0 2px;
	width: 155px;
	}
#style1 #minPrice {
	margin: 5px 0 0 2px;
	width: 90px;
	}
#style1 #maxPrice {
	margin: 5px 0 0 2px;
	width: 90px;
	}
#style1 #bedrooms {
	margin: 5px 5px 5px 2px;
	width: 90px;
	}
#style1 #baths {
	margin: 5px 5px 5px 2px;
	width: 90px;
	}
	
/* Submit buttons */
#style1 #wildCardSubmit {
	margin: 5px 10px 0 5px;
	float: right;
	}
#style1 #submit  {
	margin: 5px 10px 0 5px;
	position: relative;
	text-align: center;
	top: 10px;
	width: 200px;
	height: 1px;
	}

/* class selectors for controlling the container of the element */
#style1 .location {
	margin: 10px 5px 0 0;
	font-weight: normal;
	}
#style1 .minPrice {
	margin: 10px 0 0 0;
	font-weight: normal;
	}
#style1 .maxPrice {
	margin: 10px 0 0 0;
	font-weight: normal;
	}
#style1 .bedrooms {
	margin: 10px 0 0 0;
	font-weight: normal;
	}
#style1 .baths {
	margin: 10px 0 0 0;
	font-weight: normal;
	}
#style1 .adv {
	font-weight: bold;
	font-size: 0.6em;
	text-decoration: none;
	}
#style1 .adv:hover {
	text-decoration: underline;
	}
#style1 .close {
	margin: 0 10px 0 5px;
	}

/* control of textual label for fields */
#style1 .location label {
	font-weight: bold;
	font-size: 0.9em;
	
	}
#style1 .minPrice label {
	font-weight: bold;
	font-size: 0.9em;
	}
#style1 .maxPrice label {
	font-weight: bold;
	font-size: 0.9em;
	}
#style1 .bedrooms label {
	font-weight: bold;
	font-size: 0.9em;
	width: 100px;
	}
#style1 .baths label {
	font-weight: bold;
	font-size: 0.9em;
	}
#style1 .adv a {
	}
#submit a{
	font-size: 1em;
	font-weight: bold;
	}
/* STYLE 1 END */	