﻿BODY {
	
	margin: 0;
	padding: 0;
}
* {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif
}

            #contentContainer {
               
                background-position: center;
                background-size: 100%;
                background-color: Silver;
                background-repeat: no-repeat;
                box-shadow: 3px 3px 3px #000;
                height: 100%;
                padding-top: 50px;
                width: 100%;
            }
            
            #functionalIsland {
                border-radius: 8px;
                height: 300px;
                left: 50%;
                margin-left: -400px;
                margin-top: 150px;
                position: relative;
                width: 800px;
            }
            
            #functionalIsland .opaqueBackground {
                background-color: #222;
                border-radius: 8px;
                height: 100%;
                opacity: 0.8;
                position: absolute;
                top: 69px;
                width: 100%;
                z-index: 1;
            }
            
            #functionalIsland .content {
                border-radius: 8px;
                color: #fff;
                padding: 10px;
                position: relative;
                width: 100%;
                z-index: 10;
            }
            
            #functionalIsland .togglers {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                margin: 0px auto;
                opacity: 0.9;
                overflow: hidden;
                width: 500px
            }
            
            #functionalIsland .togglers > .toggler {
                background-color: gray;
                color: #333;
                cursor: pointer;
                float: left;
                font-size: 32px;
                height: 30px;
                text-align: center;
                padding: 20px 0px;
                width: 250px;
            }
            
            #functionalIsland .togglers > .toggler:hover {
                color: #ffffff;
            }
            
            #functionalIsland .togglers > .toggler.active:hover {
                color: #333;
            }
            
            #functionalIsland .togglers > .toggler.active {
                background-color: white;
            }
            
            #functionalIsland .content {
                display: none;
                position: relative;
            }
            
            #functionalIsland .content.active {
                display: block;
            }
            
            #functionalIsland .content .filters {
                margin: 10px auto 0px auto;
                width: 95%;
            }
            #functionalIsland .content .filters2 {
                margin: 10px auto 0px auto;
                width: 80%;
            }
            
            #functionalIsland .content .filters .filter {
                border: 1px inset transparent;
                color: #fff;
                cursor: pointer;
                font-size: 20px;
                display: inline;
                margin-right: 20px;
                padding: 5px;
                text-decoration: underline;
            }
            
            #functionalIsland .content .filters .filter:hover {
                text-decoration: none;
            }
            
            #functionalIsland .content .filters .filter.selected {
                background-color: #fff;
                border: 1px inset;
                color: #000;
                text-decoration: none;
            }
            
            #functionalIsland .content .searchContainer {
                
                background-color: #fff;
                height: 40px;
                margin: 45px auto 0px auto;
                width: 80%;
            }
            
            #functionalIsland .content .searchContainer .searchElement {
                float: left;
            }
            
            #functionalIsland .content .searchContainer .searchWrapper {
                width: 85%;
            }
            
            #functionalIsland .content .searchContainer .searchWrapper .searchInput {
                font-size: 16px;
                height: 100%;
                width: 100%;
            }
            
            #functionalIsland .content .searchContainer .searchButton {
                height: 100%;
                width: 15%
            }
            
            #functionalIsland .content .searchContainer .searchButton button {
                background: linear-gradient(#ed1c24, #aa1317);
                border-width: 0px;
                color: #fff;
                font-size: 20px;
                height: 100%;
                width: 100%;
            }
            
            #functionalIsland .content .constraints { 
               margin: 45px auto 0px auto;
                width: 90%;
            }
            
            #functionalIsland .content .constraints .label {
                display: inline-block;
                font-size: 20px;
                margin-right: 10px;
            }
            
            #functionalIsland .content .constraints .label.bath,
            #functionalIsland .content .constraints .label.beds,
            #functionalIsland .content .constraints .label.building-size {
                margin-left: 40px;
            }
            
            #functionalIsland .content .constraints .selector {
                display: inline-block;
                margin-right: 10px;
            }
            
            #functionalIsland .content .constraints .selector select {
                font-size: 20px;
            }
            
            #personalizedContent {
                background-color: #ffffff;
                margin-top: 250px;
                box-shadow: 0px 3px 3px #000;
                border-width: medium;
                border-color: Black;
            }
            
            #personalizedContent > .column {
                display: inline-block;
                padding-bottom: 50px;
                width: 33%;
                vertical-align: top;
                border-width: medium;
                border-color: Black;
            }
            
            #personalizedContent > .column > .header {
                margin: 20px auto;
                text-align: center;
            }
            
            #personalizedContent > .column > .header .icon {
                color: #333333;
                display: inline-block;
                font-weight: bold;
                vertical-align: middle;
            }
            
            #personalizedContent > .column > .header .title {
                color: #333333;
                display: inline-block;
                font-size: 22px;
                font-weight: bold;
                text-align: center;
                vertical-align: top;
            }
            
            #personalizedContent > .column .results {
                box-sizing: border-box;
                margin: 5px auto 5px auto;
                width: 330px;
            }
            
            #personalizedContent > .column.recommended .results {
                box-sizing: border-box;
                width: 150px;
            }
            
            #personalizedContent > .column .results > .result {
                border: 1px solid #999999;
                border-radius: 5px;
                display: inline-block;
                margin-bottom: 10px;
                padding: 5px;
                width: 150px;
            }
            
            #personalizedContent > .column .results > .result > .thumbnail {
                vertical-align: top;
            }
            
            #personalizedContent > .column .results > .result > .thumbnail img {
                border: 1px solid #333333;
                border-radius: 3px;
            }
            
            #personalizedContent > .column .results > .result > .metadata {
                display: inline-block;
            }
            
            #personalizedContent > .column .results > .result > .metadata .line1 {
                font-size: 12px;
                font-weight: bold;
            }
            
            #personalizedContent > .column .results > .result > .metadata .line2 {
                color: #999;
                font-size: 12px;
                font-weight: bold;
            }
            
            #personalizedContent > .column.recent {
            }
            
            #personalizedContent > .column.favorites {
                border-left: 1px solid #333333;
            }
            
            #personalizedContent > .column.recommended {
                border-left: 1px solid #333333;
            }
            
            /* Icons */
            
            .fav_icon {
                width: 22px;
                height: 22px;
                display: inline-block;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-image: url('http://img.cdn-redfin.com/v47.7/images/sprites/homepage_responsive_sprite.png');
                -background-image: url('http://img.cdn-redfin.com/v47.7/images/sprites/homepage_responsive_sprite.png');
                background-position: 0px -319px;
            }
            
            .recommend_icon {
                width: 22px;
                height: 22px;
                display: inline-block;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-image: url('http://img.cdn-redfin.com/v47.7/images/sprites/homepage_responsive_sprite.png');
                -background-image: url('http://img.cdn-redfin.com/v47.7/images/sprites/homepage_responsive_sprite.png');
                background-position: 0px -341px;
            }
            
            .search_icon {
                width: 22px;
                height: 22px;
                display: inline-block;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-image: url('http://img.cdn-redfin.com/v47.7/images/sprites/homepage_responsive_sprite.png');
                -background-image: url('http://img.cdn-redfin.com/v47.7/images/sprites/homepage_responsive_sprite.png');
                background-position: 0px -385px;
            }
            
            /* Utility classes*/
            .clear {
                clear: both;
            }
            
.checkbox_wrapper{
	position:relative;
	height: 100%;
	width: 100%;
	display: inline;
}
     input[type=checkbox] {
    opacity:0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline;
}    

        </style>