body {
    background: #F2F1F0
}

h1 {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

.btn-warning {
	background: #ED9C28;
}

#pre_container {
    width: 960px;
	min-height: 640px;
    margin: 0px auto;
    margin-bottom: 30px;
}

#pre_header {
    background: #FFFFFF;
    padding: 15px 0px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 4px 2px #CCCCCC;
}

#pre_header_inner {
    overflow: hidden;
    margin: 0px auto;
    width: 960px;
}

#pre_header_inner div:first-child {
    float: left;
}

#pre_header_inner div:last-child {
    float: right;
    margin-top: 10px;
    text-align: right;
}

#pre_header_inner div:last-child span {
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    color: #81B31B;
}

#pre_main {
    color: #4D4D4D;
}

#pre_main_inner {
    margin-top: 20px;
}

#pre_left {
    float: left;
    width: 280px;
}

#pre_left div {
    margin-top: 20px;
}

#pre_nav {
    margin: 0px !important;
    box-shadow: 0px 1px 4px #CCCCCC;
}

#pre_nav ul {
    list-style-type: none;
    margin: 15px 25px;
    padding: 0px;
}

#pre_nav ul li {
    border-bottom: 1px solid #FFE3A5;
    padding: 10px 0px;
    font-size: 16px;
    text-transform: uppercase;
}

#pre_nav ul li:last-child {
    border: none;
}

#pre_nav ul li a {
    color: #333333;
    text-decoration: none;
    display: block;
    transition: color 0.5s ease;
}

#pre_nav ul li a:hover {
    color: #FFFFFF;
}

#pre_left input[type="text"], #pre_filter select {
    margin-bottom: 5px;
    border: 2px solid #DAD9D8;
    padding: 5px;
}

#pre_rec_pos ul {
    margin: 0px 0px 0px 14px;
    padding: 0px;
    list-style-type: square;
}

#pre_rec_pos ul li {
    padding-bottom: 8px;
    color: #B3DF59;
}

#pre_rec_pos ul li span a {
    color: #4D4D4D;
}

#pre_body {
    float: right;
    width: 640px;
}

/* carousel */
#pre_carousel {
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 1px 4px #CCCCCC;
}

.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}

.carousel-control {
    background-image: none !important;
}

.carousel .next.left,
.carousel .prev.right {
    opacity: 1;
    z-index: 1;
}

.carousel .active.left,
.carousel .active.right {
    opacity: 0;
    z-index: 2;
}

#pre_carousel a img {
    width: 560px;
    height: 360px;
}

#pre_carousel .carousel-indicators {
    left: 260px;
    margin: 0px;
    text-align: left;
}

.carousel-caption {
    background: none;
    padding: 40px 20px 40px 30px;
    width: 380px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 560px;
	text-align: left;
	text-shadow: none;
    z-index: 20;
}

.carousel-caption ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.carousel-caption li {
    margin: 0px;
    padding: 8px 0px;
    border-bottom: 1px solid #EBEBEB;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

.carousel-caption .dets_l {
    color: #333333;
}

.carousel-caption .dets_r {
    float: right;
    color: #81B31B;
    font-weight: bold;
}

.carousel-caption a {
	/*background: #EB4747;*/
    background: #81B31B;
    display: block;
	border-radius: 2px;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	text-align: center;
	text-shadow: 0px -1px 0px #999999;
    padding: 6px 0px;
    margin-top: 30px;
    text-decoration: none;
    border: 3px solid #B3D176;
}

.carousel-caption a:hover {
	background: #74A118;
}

.carousel-caption a:active {
	position: relative;
	top: 1px;
}

/* results */
#view_opts {
    margin: 10px 0px 15px;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

#view_opts p {
    margin: 0px;
    font-size: 18px;
}

#view_opts p:first-child {
    float: left;
}

#view_opts p a {
    padding-left: 15px;
    margin-left: 10px;
	font-weight: bold;
	border-left: 1px solid #CCCCCC;
	text-transform: uppercase;
    text-decoration: none;
    color: #999999;
}

#view_opts p a:first-child {
	margin: 0px;
	padding: 0px;
	border: none;
}

#view_opts p a:hover {
    /*color: #23A8D9;*/
    color: #428BCA;
}

#view_opts p:last-child {
    float: right;
}

#view_opts p:last-child span {
    color: #666666;
    cursor: pointer;
}

#view_opts p:last-child span:hover {
    color: #808080;
}

/* grid view */
.grid_view {
    float: left;
    position: relative;
    margin-bottom: 30px;
    width: 295px;
    height: 285px;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px #CCCCCC;
}

.grid_view h1 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px 5px;
    padding: 0px;
    border: none;
}

.grid_view h1 a {
    text-decoration: none;
}

.grid_view h1 a:hover {
    color: inherit;
}

.grid_view a img {
    width: 275px !important;
    height: 196px !important;
}

.grid_view .pre_nr img {
    width: 50px !important;
    height: 22px !important;
}

.grid_view .pre_nr {
    text-align: right;
    position: absolute;
    top: 10px;
    right: -5px;
}

.grid_view p {
    overflow: hidden;
    margin: 0px;
}

.grid_view p span:first-child {
    float: left;
    width: 200px;
}

.grid_view p span:last-child {
    float: right;
}

.gv_second_child {
    margin-left: 50px;
}

.grid_view .grid_view_overlay {
	background: rgba(0,0,0,0.4);
	color: #FFFFFF;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px -1px 0px #808080;
    margin: 0px;
    position: absolute;
    bottom: 78px;
    padding: 10px 0px;
    width: 275px;
    /*display: none;*/
}

/* list_view */

.list_view {
    background: #FFFFFF;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px #CCCCCC;
}

.list_view .table {
    margin-bottom: 0px;
}

.list_view .table tr > td {
    border: 0px !important;
}

.list_view .table tr > td:first-child {
    width: 140px;
}

.list_view .pre_nr {
    position: absolute;
    top: 17px;
}

.list_view .pre_nr img {
    width: 40px !important;
    height: 20px !important;
}

.list_view h1 {
    font-size: 16px;
    border: none;
    margin: 0px 0px 6px;
    padding: 0px;
    text-transform: none;
}

.list_view h1 a {
    text-decoration: none;
}

.list_view h1 a:hover {
    color: inherit;
}

.list_view img {
    width: 140px !important;
    height: 110px !important;
}

.list_view p:last-child {
    font-size: 11px;
    color: #5F5F5F;
}

.list_view .smalltext {
    font-size: 12px !important;
}

/* single property page */
#det_one {
    margin-bottom: 15px;
}

#det_two, #det_thr {
    margin-bottom: 20px;
}

#car_stage {
    position: relative;
}

#car_one {
    position: relative;
    overflow: hidden;
    width: 640px;
}

#car_one ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#car_one li {
    float: left;
}

#car_one img {
    width: 640px !important;
    height: 480px !important;
}

#car_nav
{
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#car_nav div {
    display: inline-block;
}

.car_one_move {
    position: absolute;
    top: 200px;
    width: 100%;
    z-index: 10;
}

.car_one_move a {
    background: rgba(0,0,0,0.4);
    text-align: center;
    padding: 8px 6px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.car_one_move a:hover {
    background: rgba(0,0,0,0.6);
}

.car_one_move a:first-child {
    float: left;
}

.car_one_move a:last-child {
    float: right;
}

.car_two_move {
    background: #4E443C;
    box-shadow: 0 0 2px #999999;
    border-radius: 50px;
    border: 5px solid #F5F5F5;
    padding: 3px 8px;
    text-align: center;
    text-shadow: 0 0 1px #000000;
    margin: 5px;
    cursor: pointer;
    position: relative;
    top: -20px;
    left: 0px;
}

.car_two_move a {
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
}

#car_two {
    overflow: hidden;
    width: 450px;
    position: relative;
    margin-top: 10px;
}

#car_two ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#car_two li {
    float: left;
    margin: 0px 3.6px;
    cursor: pointer;
    border: 4px solid #F2F1F0;
    border-radius: 2px;
}

#car_two ul li.active {
    border: 4px solid #F46A6A;
}

#car_two img {
    width: 60px !important;
    height: 50px !important;
}

#det_two ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#det_two li {
    padding: 5px 8px 5px 0px;
    overflow: auto;
    font-size: 14px;
}

#det_two li span:first-child {
    color: #5C5C5C;
    float: left;
    width: 120px;
    font-weight: bold;
}

#det_two li span:last-child {
    display: table-cell;
}

/* footer */
#pre_footer {
    background: #2D2D2D;
    color: #F5F5F5;
}

#pre_footer_inner {
    width: 960px;
    margin: 0px auto;
    color: #AAAAAA;
    padding: 10px 0px;
}

#pre_footer_inner div {
    font-style: italic;
}

#pre_footer_inner a {
    color: #AAAAAA;
    text-decoration: none;
}