/*
    RESET.CSS 
*/



/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:0;
font-size:16px;
font-weight:bold;
color:#333;
}
 
h2 {
padding:0px ;
font-size:16px;
font-weight:bold;
color:#333;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 

 
/***** Wrapper *****/
 
#PageWrapper {
    text-align:center;
    padding: 0;
    margin: 0;
}

#Page {
    padding: 0;
    margin: 0;
}
 
/***** Global Classes *****/
 
div, img {
    position:relative;
    border:0;
    margin:0;
    padding:0;
}

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/****** Extras *******/

#LoginWelcome {
    margin:0;
    padding:0;
}

#LoginWelcomeText {
    margin:0;
    padding:0;
}

#Logo {
    float:left;
    margin:0;
    padding:0;
}


/*
    FROM RESET.CSS
*/








/*
    COMMON STYLES FOR THE FRONT END WEBSITE PAGES (ALL TEMPLATES)
*/


div.content_frame {
    position:relative;
}
div.content {
    position:relative;
    z-index:1;
}


div.spacer {
    height:1px;
    clear:both;
    padding:0;
    margin:0;
}



#Designations {
    width:100%;
    padding:8px 0;
    margin:8px auto;
    text-align:center;
}

img.designation {
    padding:4px;
    margin:8px;
    background:#fff;
}

span.footer_text {
    display:block;
    margin:12px auto;
    text-align:center;
    font-style:oblique;
}


.footer_disclaimer {
    width:80%; 
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}

#PoweredBy {
    padding:0 0 20px 0;
}
span.powered_by {
    font-style:oblique;
}

.returnMobile {
    display:block;
    margin:2em 0 1em;
    padding:0;
}

.returnMobile a {
    color:#000 !important;
    font-size:1.25em;
    line-height:3em;
    display:inline-block;
    margin:0 auto;
    color:#000;
    width:auto;
    padding:1em;
    background:#fff;
    border:1px solid #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0px 0px 7px #000;   
}

.returnMobile img {
    float:left;
    margin-right:1em;
}

img.ihouse_gold {
    position:relative;
    top:3px;
    border:0;
}
#Disclaimers {
    font-size:0.75em;
}

.empty {
    padding:10px;
}
.empty_row {
    display: none;
}



/*
    NAVIGATION STYLES FOR HORIZONTAL NAV LAYOUTS
*/
#MainNav {
    position:relative;
    z-index: 3;
    /* 
        make sure submenus display on top of page content
        note that some older templates have z-index:2 on quick search form buttons
    */
}
div.drop_down_menu {
    position:absolute;
    top:50px;
    left:0px;
    z-index:50;
    height:auto;
    width:auto;
    background:#eee;
    border:1px solid #000;
}
div.drop_down_menu div.drop_down_link {
    text-align:left;
    padding:4px;
    border-top:1px solid #ccc;
}
div.drop_down_menu div.last {
    
}
a.drop_down_link {
    
}
a.drop_down_link:hover {
    
}

div.reserved_image_frame {
    position:relative;
    z-index:1;
}

.small_reserved_image,
.small_custom_slide_show_photo {
    width: 720px;
    height: 288px;
}
.large_reserved_image,
.large_custom_slide_show_photo {
    width: 960px;
    height: 350px;
}


.reserved_image_frame .slide img {
    box-shadow:none; 
}

img.img_shield {
    position:absolute;
    z-index:2;
}

.reserved_image_frame a.widget_edit img {
    z-index:90 !important;
}


/* Login Page */
#WebUser_Page {}


#loginForm ul {
    list-style:none;
    width:auto;
    padding:16px 24px;
    margin:16px 0;
    border:1px solid #ccc;
}
#loginForm ul li {
    display:block;
    padding:8px 0;
    margin:0;
}
#loginForm ul li label.text {
    display:block;
    float:left;
    width:80px;
    padding:0;
    margin:0;
    height:22px;
    line-height:22px;
}
#loginForm ul li input.text {
    margin:0 8px 0 0;
}


/* Register Page */
#registerForm ul {
    list-style:none;
    width:auto;
    padding:16px 24px;
    margin:16px 0;
    border:1px solid #ccc;
}
#registerForm ul li {
    display:block;
    padding:8px 0;
    margin:0;
}
#registerForm ul li.section_top {
    padding:24px 0 8px 0;
}
#registerForm ul li label.text {
    display:block;
    float:left;
    width:80px;
    padding:0;
    margin:0;
    height:22px;
    line-height:22px;
}
#registerForm ul li input.text {
    margin:0 8px 0 0;
}
#registerForm table.survey {
    width:100%;
    padding:0;
    margin:0;
    border:1px solid #dedede;
    border-collapse:collapse;
}
#registerForm table.survey td.question {
    padding:16px 0 16px 16px;
    margin:0;
    border:0;
}
#registerForm input[type="radio"] {
    position:relative;
    top:3px;
}
#WebUser_Page p.footnote {
    font-size:0.75em;
    font-style:oblique;
    margin-top: 1.5em;
}


/* Forgot Password Page */
#sendPasswordForm ul {
    list-style:none;
    width:auto;
    padding:16px 24px;
    margin:16px 0;
    border:1px solid #ccc;
}
#sendPasswordForm ul li {
    display:block;
    padding:8px 0;
    margin:0;
}
#sendPasswordForm ul li label.text {
    display:block;
    float:left;
    width:60px;
    padding:0;
    margin:0;
    height:22px;
    line-height:22px;
}
#sendPasswordForm ul li input.text {
    margin:0 8px 0 0;
}



/* Account Page */
#accountForm ul {
    list-style:none;
    width:auto;
    padding:16px 24px;
    margin:16px 0;
    border:1px solid #ccc;
}
#accountForm ul li {
    display:block;
    padding:8px 0;
    margin:0;
}
#accountForm ul li.section_top {
    margin:12px 0 0 0;
    padding:18px 0 8px 0;
    border-top:1px solid #ddd;
}
#accountForm ul li label.text {
    display:block;
    float:left;
    width:80px;
    padding:0;
    margin:0;
    height:22px;
    line-height:22px;
}
#accountForm ul li input.text {
    margin:0 8px 0 0;
}
#accountForm ul li span.instructions {
    font-style:oblique;
}



/* Saved Searches Page */
ul#SavedSearches {
    display:block;
    padding:0;
    margin:0;
}

#SavedSearches li.saved_search {
    position:relative;
    display:block;
    margin:0 0 12px 0;
    padding:0;
    border:1px solid #ccc;
    list-style:none;
    min-height:1px;
}
#SavedSearches li.saved_search div.saved_search {
    position:relative;
    margin:0;
    padding:12px;
}

#SavedSearches li.last {}
/* use if doing something that needs different treatment on the ends */

#SavedSearches a.name {
    font-weight:700;
    text-transform:uppercase;
}
#SavedSearches .view {
    font-weight:100;
}

#SavedSearches .search_description {
    display:block;
    font-size:10px;
    padding:2px 0 0;
}

#SavedSearches .search_description .value {
    font-weight:700;
}

#SavedSearches a.btn_delete_search img {
    position:absolute;
    top:8px;
    right:8px;
    z-index:2;
}


/* Mortgage Rates Page */
#Mortgage_Page span.note {
    font-style:oblique;
    font-size:.85em;
}
table#MortgageRatesTable,
table#SimpleCalcTable {
    position:relative;
    z-index:1;
    width:350px;
    border-collapse:collapse;
    border:1px solid #ccc;
    margin:0;
    padding:0;
}
table#MortgageRatesTable td,
table#SimpleCalcTable td,
table#MortgageRatesTable th,
table#SimpleCalcTable th {
    padding:4px;
    border:1px solid #ccc;
}
#Mortgage_Page th.payment,
#Mortgage_Page td.payment {
    padding: 12px 4px;
}



/* Open Houses Page */
ul#OpenHouseList {
    position:relative;
    display:block;
    padding:0;
    margin:0;
    list-style:none;
}
ul#OpenHouseList li {
    position:relative;
    display:block;
    
    min-height:85px;
    font-size:11px;
    line-height:13px;
    
    text-align:left;
    background:#f8f8f8;
    border:1px solid #f0eee9;
    border-bottom-color:#ccc;
    margin:10px 0;
    padding:10px 0 30px 0;
    color:#000;
}
ul#OpenHouseList li div.info_block {
    position:relative;
    padding:0 16px 0 212px;
}
#OpenHouseList a.thumbnail {
    position:absolute;
    top:7px;
    left:104px;
    z-index:2;
    display:block;
    width:80px;
    height:60px;
    padding:7px 10px 9px 6px;
    background:url(../../images/web/layout/thumbnail_bg_80.gif) no-repeat 0 0;
}
#OpenHouseList img.thumbnail { 
    width:80px;
    height:60px;
}
#OpenHouseList .calendar_event {
    position:absolute;
    top:7px;
    left:8px;
    display:block;
    width:80px;
    height:60px;
    padding:7px 10px 9px 6px;
    background:url(../../images/web/layout/thumbnail_bg_80.gif) no-repeat 0 0;
}
#OpenHouseList .text_event {
    position:absolute;
    top:82px;
    left:12px;
}
#OpenHouseList .month {
    display:block;
    text-align:center;
    font-size:11px;
    font-weight:700;
    color:#fff;
    background:#CC0000;
    padding:2px 0;
}
#OpenHouseList .day {
    display:block;
    text-align:center;
    font-size:20px;
    font-weight:700;
    color:#000;
    background:#fff;
    padding:16px 0 0 0;
}
#OpenHouseList span.price,
#OpenHouseList span.full_date,
#OpenHouseList span.time {
    font-weight:700;
}


/* Articles Pages */
div.article {
}
div.back_to_toc {
    padding:8px 0 16px 0;
    clear: both;
}
div#glossaryTOC { padding: 20px 0; }
ul.glossaryTOC { list-style: none; padding: 0;}
li.glossaryTOC { 
    float: left; 
    margin-right: 10px;
}
p.glossary_heading { font-weight: bold; margin-top: 15px; margin-bottom: 4px;}
p.glossary_definition { margin-top: 0px; margin-bottom: 8px;}
p.glossary_notes { margin-top: 0px; margin-bottom: 8px; font-style:italic; }



/* Agent Directory Pages */

#AgentDirectory, #AgentProfile  {
    position:relative;
    display:block;
    width:auto;
    clear:both;
    text-align:left;
}

#AgentDirectory_Page .agent_search_dir .hdr {
    display:inline;
}

#AgentDirectory td {padding-bottom:20px;}
#AgentDirectory table {width:100%;  position:relative;}

#AgentDirectory .agent_profile {
    position:relative;
    display:block;
    width:100%;
    height:auto;
    padding:0;
    margin:16px 0 25px;
    border:0;
}

#AgentDirectory a.assoc_photo,
#AgentProfile a.assoc_photo {
    margin:0;
    padding:0;
    background:none;
    border:0;
}

#AgentDirectory img.assoc_photo,
#AgentProfile img.assoc_photo {
    display:block;
    border:0;
    padding:0;
    margin:0;
}

#AgentDirectory a.agent_more_info {
    position:relative;
    display:block;
    width:auto;
    white-space:nowrap;
    text-align:right;
    padding:0 5px;
}

#AgentDirectory div.agent_contact_info,
#AgentProfile .agent_contact_info {
    position:relative;
    display:block;
    width:auto;
    height:auto;
    padding:0;
}

#AgentDirectory a.agent_name,
#AgentProfile span.agent_name {
    font-weight:700;
}

#AgentProfile td {padding-bottom:15px;}
#AgentProfile table { width:100%;}

#AgentProfile div.agent_bio_info {
    text-align:left;
    width:100%;
    margin:0;
    padding:0;
}


/* Featured listings assoc profile */

#AssociateLink {
    position:relative;
    display:block;
    width:100%;
     padding:10px 0;
}

#AgentDirectoryProfile {
    position:relative;
    height:auto;
    width:100%;
    text-align:left;
}

#AgentDirectoryProfile table {
    width:100%;
}

#AgentDirectoryProfile .assoc_photo {}

#AgentDirectoryProfile img.assoc_photo {
    border:0;
    padding:0;
    margin:0;
    padding-right:15px;
}

#AgentDirectoryProfile .agent_bio_info {
    position:relative;
    display:block;
    width:auto;
    height:auto;
    margin:0;
}





/* Quick Search and Advanced Search Pages */
#ListingSearch_Page {
}




/*  QUICK SEARCH ONLY   */
#QuickSearchForm {
    position:relative;
}
.auto_complete_menu {
    background-color:#fff;
    border:1px solid #000;
    color:#000;
    max-height:120px;
    overflow:auto;
    z-index:10000;
    padding:0;
}
.auto_complete_menu ul {
    padding:0;
    margin:0;
}
.auto_complete_menu li {
    display:block;
    padding:1px 10px 1px 10px;
    margin:0;
    color:#000;
}
.auto_complete_menu li.selected {
    display:block;
    padding:1px 10px 1px 10px;
    margin:0;
    background-color:#d8e9ff;
}

#QuickSearchForm select {
    margin:0;
}
#QuickSearchForm #SearchBy {
    position:relative;
    margin:0 0 8px 0;
    padding:0;
    min-height:1px;
    z-index:5;
}

#QuickSearchForm .input_wrapper {
    position:relative;
    padding:8px;
    margin:8px 0;
    border:1px solid #ccc;
    min-height:1px;
}
#QuickSearchForm .input_wrapper label.hdr {
    display:none;
}
#QuickSearchForm .input_wrapper input {
    width:300px;
    height:24px;
    padding:0;
    margin:0;
    font-size:16px;
    line-height:16px;
}
#QuickSearchForm .view_all {
    padding:4px;
    text-decoration:underline;
}






/*
    THE MAIN INPUT FIELDS: TYPE, BEDS, BATHS, PRICE
    (FOR BOTH QUICK AND ADVANCED)
*/
ul.scroll_box {
    display:block;
    padding:4px 0;
    margin:0;
    list-style:none;
    overflow:auto;
    background:#fff;
    border:1px solid #cccccc;
    color:#000;
}


ul.scroll_box li {
    display:block;
    padding:0;
    margin:0;
    list-style:none;
    color:#000;
}
ul.scroll_box li label {
    display:block;
    margin:1px 0 0 0;
    padding:1px 4px;
    color:#000;
}
ul.scroll_box li label:hover {
    background:#b8d6fe;
}
ul.scroll_box li label span {
    position:relative;
    top:-2px;
}
.one_column {
    display:block;
    margin:0 0 16px 0;
    padding:0;
    position:relative;
    width:91%;
}
.two_column {
    position:relative;
    display:block;
    float:left;
    margin:0 16px 0 0;
    padding:0;
    width:45%;
}
.one_column ul.scroll_box,
.two_column ul.scroll_box {
    height:110px;
}

#ListingSearch_Page .select_wrapper {
    margin:0 0 8px 0;
}
#ListingSearch_Page #SearchFormMain {
    position:relative;
    margin:0;
    padding:0;
}
div.basic_fields {
}
#ListingSearch_Page div.basic_fields {
    position:relative;
    
    height:132px;
    /*padding:0 0 0 45%;*/
    margin:0;
}
#ListingSearch_Page div.property_type {
    position:absolute;
    top:0px;
    left:0px;
    width:45%;
    height:132px;
    padding:0;
    margin:0;
}
#ListingSearch_Page div.basic_selects {
    position:relative;
    left:46%;
    min-height:1px;
    width:280px;
}
#ListingSearch_Page ul.property_type_list {
    height:94px;
}

#ListingSearch_Page div.advanced_core {
}

#ListingSearch_Page div.advanced_bedrooms,
#ListingSearch_Page div.advanced_bathrooms,
#ListingSearch_Page div.advanced_min_price,
#ListingSearch_Page div.advanced_max_price {
    display:inline-block;
    width:120px;
    margin:0;
    padding:0;
}

#ListingSearch_Page div.advanced_bathrooms
{
	margin-right: 20px;
}
#ListingSearch_Page div.advanced_min_price
{
    margin-left: 10px;
}



#ListingSearch_Page div.advanced_pics_first {
	display:block;
	margin-top: 10px;
}

#ListingSearch_Page div.bedrooms,
#ListingSearch_Page div.bathrooms,
#ListingSearch_Page div.min_price,
#ListingSearch_Page div.max_price {
    position:absolute;
    display:block;
    width:110px;
    margin:0;
    padding:0;
}
#ListingSearch_Page div.bedrooms {
    top:0px;
    left:16px;
    z-index:1;
}
#ListingSearch_Page div.bathrooms {
    top:0px;
    left:136px;
    z-index:2;
}
#ListingSearch_Page div.min_price {
    top:50px;
    left:16px;
    z-index:3;
}
#ListingSearch_Page div.max_price {
    top:50px;
    left:136px;
    z-index:4;
}
#ListingSearch_Page #SearchFormMain div.pics_first {
	clear:both;
	position:absolute;
    top:104px;
    left:16px;
    z-index:4;
	padding:5px 0;	
}
#ListingSearch_Page #CommercialSearchForm .eula,
#ListingSearch_Page #AdvancedSearchForm .eula,
#ListingSearch_Page #QuickSearchForm .eula {
	clear:both;
	position:relative;
	padding:5px 0;	
}
#ListingSearch_Page div.bedrooms label.hdr,
#ListingSearch_Page div.bathrooms label.hdr,
#ListingSearch_Page div.min_price label.hdr,
#ListingSearch_Page div.max_price label.hdr {
    display:block;
    margin:0;
    padding:0;
    z-index: 2;
}
#ListingSearch_Page .buttons {
    text-align:left;
    margin:16px 0 0 0;
}
#ListingSearch_Page .instructions {
    font-style:oblique;
}
#ListingSearch_Page p.instructions {
    display:block;
    margin:0;
    padding:0 0 8px 0;
}




/*  ADVANCED SEARCH ONLY    */
#AdvancedSearchForm hr {
    border:1px solid #ccc;
    border-bottom:0;
    margin:16px 0;
    clear:both;
    position:relative;
}
#SEARCH_address {
    margin:0 0 8px 0;
}
.one_column ul.scroll_box li.county_label,
.two_column ul.scroll_box li.county_label
.one_column ul.scroll_box li.proptype_label,
.two_column ul.scroll_box li.proptype_label {
    font-style:oblique;
    padding:2px 0 0 8px;
}
 {
    font-style:oblique;
    padding:2px 0 0 8px;
}
#AdvancedSearchForm ul.advanced_select_boxes,
#AdvancedSearchForm ul.advanced_checkboxes {
    list-style:none;
    padding:0;
    margin:0;
}
#AdvancedSearchForm ul.advanced_select_boxes li,
#AdvancedSearchForm ul.advanced_checkboxes li {
    display:block;
    padding:2px 0;
}


/* Commercial stuff */
.commercial_box input[type=text] {
    width: 80px;
}
.commercial_box input {
    margin: 5px 0 5px 0;
}
#ListingSearch_Page div#for_lease_box {
    display:none;
}


/*  FIND SIMILAR SEARCH */
ul.find_similar_to li {
    display:block;
    height:24px;
    line-height:24px;
    list-style:outside;
}





/*  for validation - error and confirmation message styles  */
.fieldWithError {
    background-color:#ff0;
}
.error_msg {
    display:block;
    padding:16px 16px 16px 48px;
    margin-bottom:10px;
    color:#CC0000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:700;
    border:2px solid #d40202;
    background:#fff6f6 url(../../images/web/icons/24x24/error.gif) no-repeat 16px 13px;
}
.error_msg ul {
    padding:0;
}
.error_msg li {
    list-style:disc inside;
    padding:0 0 0 10px;
    color:#cc0000;
}
.conf_msg {
    display:block;
    padding:16px 16px 16px 48px;
    margin-bottom:10px;
    color:#006633;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:700;
    border:2px solid #199639;
    background:#f0fff3 url(../../images/web/icons/24x24/confirmation.gif) no-repeat 16px 13px;
}

.info_msg {
    display:block;
    padding:16px 16px 16px 48px;
    margin-bottom:10px;
    color:#0066CC;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:700;
    border:2px solid #0066CC;
    background:#f3f9ff url(../../images/web/icons/24x24/info.gif) no-repeat 16px 13px;
}

.alert_msg {
    display:block;
    padding:16px 16px 16px 48px;
    margin-bottom:10px;
    color:#006633;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:700;
    border:2px solid #199639;
    background:#f0fff3 url(../../images/web/icons/24x24/info.gif) no-repeat 16px 13px;
}



/* Lightbox */
div.lightbox_content div.notification {
    position:relative;
    top:0px;
    left:0px;
    
    display:block;
    /*width:492px;*/
    min-height:292px;   
    padding:16px;
    margin:0;
    
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:24px;
    color:#000;
    
    background:url(../../images/web/lightbox/bg_lightbox_content.jpg) top left no-repeat;
}

div.lightbox_content h2 {
    display:block;
    padding:4px 8px 4px 36px;
    margin:16px 0;
    font-family:"Times New Roman", Times, serif;
    font-size:24px;
    font-weight:700;
    letter-spacing:-1px;
    color:#333;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:#fff url(../../images/web/icons/24x24/info.png) 4px 5px no-repeat;
}

div.lightbox_content h3 {
    position:relative;
    display:block;
    padding:2px 8px;
    margin:32px 0 16px 0;
    font-family:"Times New Roman", Times, serif;
    font-size:18px;
    font-weight:700;
    letter-spacing:-1px;
    background:#ccc;
    color:#333;
    /*font-style:oblique;*/
}

div.lightbox_content a {
    color:#0066cc;
}

div.lightbox_content p {
    display:block;
    padding:0 8px;
    margin:16px 0;
    font-size:14px;
    line-height:24px;
    color:#000;
}

div.lightbox_content p img.icon {
    display:inline;
    position:relative;
    width:16px;
    height:16px;
    bottom:-3px;
}

div.lightbox_content em {
    font-style:oblique;
}

div.lightbox_content span.or {
    margin:0 8px;
}

/* lightbox render fix ensures that the lightbox effect is rendered properly in templates. margin must be zero and explicit height defined */
#LightboxRenderFix { 
    margin:0;
    padding:0;
    height:32px;
}

a.bookmark_site {
    display:block;
    height:28px;
    padding:0 0 0 30px;
    text-align:left;
    background:#fff url(../../images/web/icons/24x24/favorites_star.gif) no-repeat 2px 2px;  
    border:1px solid #dedede;
    line-height:28px;
}




/* WIDGETS */

/* all widgets edit button */
div.widget {
    position:relative;
}
div.widget a.widget_edit img {
    position:absolute;
    top:0px;
    right:0px;
    z-index:1001;
    width:26px;
    height:25px;
    background:none;
    padding:0;
    margin:0;
    border:0;
}
#Header div.company_logo_frame a.widget_edit img {
    background:none;
    padding:0;
    margin:0;
    border:0;
}
/* Custom Header */

.custom_header_height { /* sets a minimum height for header */
    min-height:100px;
}

#CustomHeaderWrapper {
    position:absolute;
    top:0;
    margin:0 auto;
    width:100%;
    height:auto;
    display:block;
    text-align:left;
}

#CustomHeaderWrapper .custom_header {
    padding:0 20px;
}


/* Search by MLS No. (Find a Listing) */
.mlsno_search_image_submit {
    display:none;
}
/* Agent Search */
.agent_search_image_submit {
    display:none;
}


/* ********************************************************************************* */
/* Slide show */
/* ********************************************************************************* */
img.ie6_ss_mask {
    display:absolute;
    top:0px;
    left:0px;
    z-index:51;
    width:400px;
    height:260px;
}
#Region_10 .slide_show {
    position:relative;  
}
.slide_show .slide_show_listing {
    padding:10px;
    margin:0 0 15px 0;
    font-size:12px;
    text-align:left;
}

#Region_1 .slide_show .slide_show_listing,
#Region_2 .slide_show .slide_show_listing,
#Region_3 .slide_show .slide_show_listing {
    height:480px;
}
#Region_10 .slide_show .slide_show_listing { 
    width:660px;
    margin:0 auto 15px auto;
    padding:10px 10px 20px 10px;
}
.slide_show_photo_frame {
    text-align:center;
}
#Region_10 .slide_show_photo_frame {
    width:400px;
    padding:8px 8px 0 8px;
}
div.slide_show_photo {
    position:relative;
    width:400px;
    height:300px;
    padding:0;
    margin:0;
    overflow:hidden;
}
img.slide_show_photo {
    position:absolute;
    top:0px;
    left:0px;
    bottom:auto;
    right:auto;
    width:400px;
    height:300px;
}
#Region_1 div.slide_show_photo,
#Region_2 div.slide_show_photo,
#Region_3 div.slide_show_photo {
    margin:0 auto;
}
.slide_show .controls_bg {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:50;
    width:400px;
    height:40px;
    padding:0;
    margin:0;
    background:#000;
    opacity:0.65;
}
.slide_show .controls {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:51;
    width:400px;
    height:40px;
    padding:0;
    margin:0;
    text-align:left;
    line-height:40px;
    color:#fff;
}
.slide_show .controls img {
    cursor:pointer;
}
.slide_show .controls span.count {
    display:block;
    width:40px;
    height:40px;
    text-align:center;
}
.slide_show .controls img.back {
    position:absolute;
    top:6px;
    left:269px;
}
.slide_show .controls img.next {
    position:absolute;
    top:6px;
    left:314px;
}
.slide_show .controls img.play,
.slide_show .controls img.pause {
    position:absolute;
    top:5px;
    left:365px;
    border:0px;
}
#Region_10 .slide_show_listing_info {
    position:absolute;
    top:40px;
    left:420px;
    z-index:2;
    width:200px;
    padding:10px;
    margin:0;
}
#Region_1 .slide_show_listing_info,
#Region_2 .slide_show_listing_info,
#Region_3 .slide_show_listing_info {
    position:absolute;
    top:310px;
    left:0px;
    z-index:2;
    width:400px;
    padding:10px;
}

.slide_show_listing .title {
    display:block;
    margin:15px 0 8px 0;
    padding:2px;
    font-weight:700;
    font-size:16px;
    text-align:left; 
}
#Region_1 .slide_show_listing .title,
#Region_2 .slide_show_listing .title,
#Region_3 .slide_show_listing .title {
    display:block;
    margin:8px 0 8px 0;
    font-size:14px;
}
.slide_show_listing_info .price {
    display:block;
    margin:0;
    padding:2px 2px 0;
}
.slide_show_listing_info .beds_baths {
    display:block;
    margin:0 0 6px 0;
    padding:2px;
}
.slide_show_listing_info .description {
    display:block;
    margin:0 0 2px 0;
    padding:2px;
}






/* ********************************************************************************* */
/* Sold graphic for featured listings */
/* ********************************************************************************* */
.featured_listing .thumb_frame {
    position:relative;
}
.featured_listing .thumb_frame img.sold {
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    display:block;
    width:84px;
    height:77px;
}
.featured_listing .close_info {
    display:block;
    margin:1em 0;
    font-style:oblique;
}

.featured_listing .new_icon {
    position:absolute;
    top:2px;
    left:2px;
    z-index:10;
    display:block;
    width:32px;
    height:16px;
    line-height:16px;
    text-align:center;
    font-size:10px;
    font-weight:700;
    color:#ff0000;
    text-transform:uppercase;
    background:#FF0;
}




/* ********************************************************************************* */
/* Saved Search widget */
/* ********************************************************************************* */


/* Courtesy Of */
.featured_listing_courtesy {
    position:relative;
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align:center;
    font-style: italic;
}
.featured_listing_widget_courtesy {
    margin-bottom: 1.25em;
}
.featured_listing_grid_courtesy {
    display: inline-block;
    width: 98%; /* prevent this italicized text from getting cropped by overflow hidden of containing element */
    font-size: 0.75em;
    line-height: 1.25;
    text-align: left;
}
.featured_listing_carousel_courtesy {
    width: 97%;
    font-size: 0.75em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}


/* MLS Icon */
.featured_listing_mls_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
}
.featured_listing_widget_mls_icon {}
.featured_listing_grid_mls_icon {}
.featured_listing_carousel_mls_icon {
    z-index: 10;
}
.featured_listing_slide_show_mls_icon {
    z-index: 49;
}
.featured_listing_mls_icon img {
    max-width: 75px;
}







/* ********************************************************************************* */
/* Featured Listings Carousel Widget */
/* ********************************************************************************* */
.featured_listings_carousel .container {
    position:relative;
    height: 184px;
    padding: 0;
}
.featured_listings_carousel .carousel_arrow {
    position: absolute;
    top: 0px;
    z-index:4;
    display: block;
    width: 25px;
    height:184px;
    background-image:url(../../images/web/template/common/carousel_arrows_sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.5;
    
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.featured_listings_carousel:hover .carousel_arrow {
    opacity: 1;
}
.featured_listings_carousel .carousel_arrow.disabled {
    display:none;
}
.featured_listings_carousel:hover .carousel_arrow.disabled {
    display: block;
    opacity: 0.5;
}
.featured_listings_carousel .carousel_arrow.previous {
    left: 0px;
    background-position: 0px 60px;
	z-index:11;
}
.featured_listings_carousel .carousel_arrow.next {
    right: 0px;
    background-position: -25px 60px;
	z-index:11;
}
.featured_listings_carousel .tray {
    width: 100%;
    height: 184px;
    overflow: hidden;
}
.featured_listings_carousel .slider {
    position: absolute;
    height: 184px;
    clear:both;
    overflow:hidden;
}
.featured_listings_carousel .slider:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.featured_listings_carousel .featured_listing {
    float: left;
    width: 184px;
    height: 184px;
    overflow: hidden;
    padding:0px;
    margin:0 10px 0 0;
}
.featured_listings_carousel .featured_listing .thumb {
    width: 184px;
    height: 138px;
}
.featured_listings_carousel .featured_listing .price {
    display: block;
    width: 100%;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.featured_listings_carousel .featured_listing .city_state {
    display: block;
}


/* ********************************************************************************* */
/* Gallery Widget / Featured Listings Grid Widget */
/* ********************************************************************************* */


.gallery_widget .container {
    font-size:0;
    line-height:0;
    margin-right: -10px;
    margin-bottom: -10px;
}
.gallery_tile {
    display: inline-block;
    vertical-align: top;
}
.gallery_tile .featured_listing_wrapper,
.gallery_tile  .gallery_tile_wrapper {
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallery_tile .featured_listing,
.gallery_tile,
.featured_listings_carousel .featured_listing_info {
    font-size: 14px;
    line-height: 1.25;
}
.gallery_tile .thumb_frame {
    width:100%;
    padding-bottom:75%;
	font-size:0;
}
.gallery_tile .thumbnail {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    font-size:0;
    overflow: hidden;
}
.gallery_tile img.thumb {
    width:100%;
    height:100%;
}

/* safari specific fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.gallery_tile img.thumb {
    height:auto;
}
}


.gallery_tile .featured_listing_info,
.gallery_tile .gallery_tile_info {
    display:block;
    padding-top:2px;
}
.gallery_tile .featured_listing .price,
.gallery_tile .featured_listing .city_state {
    display: block;
}

.gallery_1col .gallery_tile {
    width:100%;
}
.gallery_2col .gallery_tile {
    width:50%;
}
.gallery_3col .gallery_tile {
    width:33.33%;
}
.gallery_4col .gallery_tile {
    width:25%;
}
.gallery_5col .gallery_tile {
    width:20%;
}
.gallery_6col .gallery_tile {
    width:16.66%;
}
.gallery_7col .gallery_tile {
    width:14.28%;
}
.gallery_8col .gallery_tile {
    width:12.5%;
}
.gallery_9col .gallery_tile {
    width:11.11%;
}
.gallery_10col .gallery_tile {
    width:10%;
}

/* image gallery */
.gallery_widget_grid_frame .gallery_tile .thumb_frame {
	padding-bottom: 0;
}

.quick_search .quick_search_submit {
    cursor:pointer;
}
.custom_form_image_submit,
.agent_search_page_submit_button {
    display:none;
}

.view_all_button {
    display: none;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    BLOG PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.blog_notification_message {
        padding:15px 10px 15px 35px;
        background:#fff url(../../images/icons/icon_alert.png) no-repeat center left;
        font-size:14px;
        text-align:left;
        font-weight:700;
}
.blog_listings h2, .rss_listings h2, .blog_post h2,
.blog_all_tags, .blog_tags, .blog_archive { margin:0; padding:0;}

.blog_listings img, .blog_post img {padding:5px; z-index:5;}

.blog_listings_item {padding:15px 0; border-bottom:1px dashed #ccc; height:auto;}
img.blog_listings_item {padding:5px;}

.blog_listings_item h2 a, .blog_post_comments h2 a {text-decoration:none;}

.blog_listings_item h2 a:hover {text-decoration:underline;}

.post_body {padding:10px 0; line-height:1.5;}
.blog_listings .post_body h1, .blog_listings .post_body h1 a, 
.blog_listings .post_body h2, .blog_listings .post_body h2 a,
.blog_listings .post_body h3, .blog_listings .post_body h3 a,
.blog_listings .post_body h4, .blog_listings .post_body h4 a {
    font-style:normal; background:none; border:none; padding:0; margin:0;
}

.blog_listings .post_body h1, .blog_listings .post_body h1 a {font-size:18px;}
.blog_listings .post_body h2, .blog_listings .post_body h2 a {font-size:16px;}
.blog_listings .post_body h3, .blog_listings .post_body h3 a {font-size:14px;}
.blog_listings .post_body h4, .blog_listings .post_body h4 a {font-size:12px;}



.post_author {font-weight:700;font-size:1em;}

.post_author_time {font-size:.9em;  padding:5px 0;}

.post_tags, .post_url, .post_total_comments  {margin:5px 0;}

.blog_pagination {
    margin:8px 0;
    padding:8px 0;
    border-top:1px solid #ccc;
    line-height:20px;
}
.blog_post .blog_pagination {margin:10px 0 0;}

#Blog_Page .rss_source a {
    background: url(../../images/web/icons/rss_feed.png) no-repeat top right;
    position:absolute; top:5px; right:20px;
    padding:0 20px 20px 0;
    vertical-align:middle;
}

/* Blog Post Page */
.next_previous_post {padding:10px 0;}
.blog_post .post_body {margin:0; padding:0;}
.blog_post_comments {padding:10px 0;}
.comments_icon {
    padding-left:20px; background: url(../../images/web/icons/16x16/icon_comments.png) no-repeat top left;
    white-space:nowrap;
}
.post_comments_icon {
    padding-left:20px; background: url(../../images/web/icons/16x16/icon_post_comment.png) no-repeat top left;
}
.blog_post_info {
    border-bottom:1px dashed #ccc;
    margin-bottom:10px;
}
.comment_item {
    padding:0 10px;
    border-bottom:1px dashed #ccc;
}
.comment_time {
    padding:5px 0 10px;
}
.comment_author {
    margin:10px 0 0px;
    font-weight:700;
}
.comment_body {
    padding:0 10px;
    font-style:italic;
}
.no_results {
    font-weight:700;
    padding:15px;
}

/* Blog Post Comments */

.post_comment_form {
    display:block;
    height:auto;
    width:auto;
    border:1px solid #ccc;
    background:#fff;
    color:#000;
    padding:10px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}

.blog_post .post_comment_form h2 {
    color:#000;
}

.post_comment_form a:link, .post_comment_form a:visited  {
    color:#0033FF;
    text-decoration:underline;
}

.blog_post .post_comment_form a:hover {
    color:#000;
    text-decoration: none;
}

.post_comment_form ul {
    margin-left:0;
    padding-left:15px;
    list-style:none;
}
.post_comment_form input {margin:5px;}

.post_comment_form label {font-weight:700;}

.post_comment_form .have_acct { display:inline-block; padding:0 10px;text-align:left;}
.post_comment_form .forget_password {display:block; width:210px; text-align:right;}

.post_comment_form .form_fields {
    vertical-align:text-top;
    display: inline-block;
    width:225px;
    height:50px;
    position:relative;
    text-align:left;
    margin:10px 0 0;
    white-space:nowrap;
    text-align:right;
}

.post_comment_form .form_fields input {
    width:135px;
}

.post_comment_form .comments_input {
    display:block;
    position:relative;
    margin:20px 10px;
}

.post_comment_form textarea {
    padding:3px;
}
.post_comment_form .submit_comment {
    display:block;
    position:relative;
    bottom:0px;
    left:15px;
    margin:15px 0 10px;
}

/* Blog Tags */
.tags_listings li {
    list-style: circle;
    line-height:25px;
    font-size:1.25em;
    color:#ccc;
}

.blog_all_tags {
    margin-top:25px;
}

/* Blog Archive Page */
.search_archive {
    border:1px solid #ccc;
    padding:15px;
    margin:25px 0 15px;
}

.search_archive h2 {
    margin-bottom:5px;
}

.search_archive label {
    font-weight:700;
    padding-left:8px;
}

#blog_archive_search_form .submit {
    margin:0 10px;
}

.blog_archive .year_title {
    font-style:italic;

}

.blog_archive .month_title {
    font-size:1.75em;
    font-weight:700;
    border-top:1px solid #ccc;
    width:100%;
    padding:10px 0;
    margin-top:25px;
}

/* BLOG WIDGET HOME PAGE */

.blog_frame h2 {margin:0; padding:0; background:none;}
.blog_frame h2 a { text-decoration:underline; background:none;}
.blog_frame h1 {background:none;}
.blog_frame {text-align:left;}
img.blog_frame { z-index:2}
.blog_frame .post_author_time, .post_author {padding:0; margin:0;}
.blog_frame .post_tags_and_comments {margin:15px 0 10px;}
.blog_frame .view_all {padding:6px 0;}


.blog_frame .blog_listings_item h1, .blog_frame .blog_listings_item h1 a, 
.blog_frame .blog_listings_item h2, .blog_frame .blog_listings_item h2 a,
.blog_frame .blog_listings_item h3, .blog_frame .blog_listings_item h3 a,
.blog_frame .blog_listings_item h4, .blog_frame .blog_listings_item h4 a {
    font-style:normal; background:none; border:none; padding:0; margin:0;
}

.blog_frame .blog_listings_item h1, .blog_frame .blog_listings_item h1 a {font-size:18px;}
.blog_frame .blog_listings_item h2, .blog_frame .blog_listings_item h2 a {font-size:16px;}
.blog_frame .blog_listings_item h3, .blog_frame .blog_listings_item h3 a {font-size:14px;}
.blog_frame .blog_listings_item h4, .blog_frame .blog_listings_item h4 a {font-size:12px;}

/* BLOG RSS FEED PAGE */
#RSSFeed_Page img.subscription_icon {vertical-align: top; margin-right: 7px;}
#RSSFeed_Page .description { text-align: left;}
#RSSFeed_Page p.rss_source {    margin-top: 5px; margin-bottom: 10px;}
#RSSFeed_Page a.rss_source {    font-style: italic;}
#RSSFeed_Page .download img { margin-right: 5px; vertical-align: middle}
#RSSFeed_Page .enclosure { margin: 8px auto; border: 1px solid #ccc; background: #fff; padding: 5px; }
#RSSFeed_Page .enclosure .type { text-transform: uppercase; }
#RSSFeed_Page .enclosure { margin: 8px auto 25px; border: 1px solid #eee; background: #fff; padding: 5px; }

/* RSS FEED WIDGET */
.custom_content .rss_item h2 {
    margin:15px 0 0;
}

.custom_content .view_all a {
    padding:10px 0;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    END BLOG PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Custom Slideshow ihouse widget
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* move edit button above slide show */
.custom_slide_show_frame a.widget_edit img {
    z-index:90 !important;
}

.custom_slide_show_frame {
	z-index:1;
}

.custom_slide_show_frame.widget {
    padding-bottom:35px;
    margin-top:10px;
    margin-bottom:10px;
}

.custom_slide_show {
    display:absolute;
    width:100%;
    height:100%;
    border-color:#505050;
    border-style:solid;
    border-width:1px 2px;
    background:#505050;
    overflow:hidden;
}

.custom_slide_show_frame #slidesize {
    position:relative;
    width:100%;
    height:auto;
}

.custom_slide_show.protoshow {
    position:absolute;
    top:0;
    left:0;
}

.custom_slide_show ul {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:0;
    margin:-1px 0 0;
}

.custom_slide_show_photo {
    display: inline-block; 
}

li.slide {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Custom Slideshow Protoshow plugin customized
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.accent_image_slide_show {
    z-index: 1;
}
.proto_show,
.protoshow {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.protoshow .show {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.image_slideshow_slide {
    text-align:center;
    width: 100%;
    height: 100%;
}

.image_slideshow_slide .slide_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slide {
    z-index: 40;
    overflow:hidden;
}

.slide img {
    box-shadow: 0px 0px 5px #000; 
    margin-left:-2px;
}

.active-slide {
    z-index: 50;
}

.protoshow .slide-caption {
    position:absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: 50;
    padding: 10px 20px;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    color:#fff;
    font-size:15px;
    text-shadow: #000 1px 1px 1px;
    text-align:center;
    min-height:37px;
}

.proto-progress-timer {
    display:none;
/* disabled timer
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 95;
*/
}


/* SLIDESHOW TRANSITION SLIDE
------------------------------------------------*/

.transition-slide .show-window {
    overflow: hidden;
    position: relative;
}

.transition-slide .show {
    position: absolute;
    top: 0;
    left: 0;
    width: 999999px;
}

.transition-slide .slide {
    position: static; /*overide*/
    float: left;
    display: block;
}


/* SLIDESHOW PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.proto-controls a:link,
.proto-controls a:visited,
.proto-navigation a:link,
.proto-navigation a:visited {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.proto-controls li {
    position: absolute;
    top: 40%;
    left: 10px;
    width: 10%;
    height: 70px;
    z-index: 60;
}

.proto-controls .forward {
    right: 10px;
    left: auto;
}

.proto-controls a {
    width: 100%;
    height: 61px;
    background: url(../../images/web/icons/slide_show_custom/proto_controls_bg.png) no-repeat 0 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter:alpha(opacity=60);
}

.proto-controls a:hover,
.proto-controls a:focus {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

.proto-controls .forward a {
    background-position: 100% -90px;
}

/* this is supposed to be the pause button - doesn't seem to work
.proto-controls .start-stop a {
    background:red;
}
*/

/* SLIDESHOW PROTO NAVIGATION
------------------------------------------------*/

.proto-navigation {
    display:inline-block;
    position: absolute;
    bottom: 5px;
    right: 50%;
    float: right;
    z-index: 100;
}

.proto-navigation li {
    float: left;
    left: 50%;
    padding: 12px 6px;
    position: relative;

}

.proto-navigation a {
    background-color: #fff;
    background-color: rgba(0,0,0,.2);
    height: 5px;
    width: 5px;
    text-decoration: none;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    -moz-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
    -webkit-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
    box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
}

.proto-navigation a:hover,
.proto-navigation a:focus {
    background-color: #999;
}

.proto-navigation .current-slide a {
    background-color: #363F4E;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    END Custom Slideshow Protoshow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/*
    Nav Menu Widget
*/
.nav_menu,
.nav_menu .nav_link {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav_menu .nav_link a {
    display: block;
}
.span12 .nav_menu .nav_link {
    display: inline-block;
}



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Custom Popular Search Table - 
    for the code that gets added manually by Sales/Support
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.ih-custom-popular-searches {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0.5em 0 1em 0;
    border: 0;
    
    /* .box-sizing(border-box); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-custom-column {
    text-align: center;
    
    /* .box-sizing(border-box); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-custom-3col .ih-custom-column {
    width: 31%;
}
.ih-custom-4col .ih-custom-column {
    width: 24%;
}
.ih-custom-5col .ih-custom-column {
    width: 18.5%;
}
.ih-custom-6col .ih-custom-column {
    width: 16%;
}

.ih-custom-image-frame-4-3 {
    display: flex;
    width: 100%;
    padding-bottom: 75%;
    margin: 0 auto 8px auto;
    font-size: 0;
    /* .box-sizing(border-box); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background-color: rgb(218, 218, 210);
    border-width: 1px; 
    border-style: solid; 
}
.ih-custom-image {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    font-size:0;
    overflow: hidden;
}
.ih-custom-image img {
    width: 100%;
    height: 100%;
}

/* safari specific fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ih-custom-image img {
        height: auto;
    }
}