body {
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5e5e65));*/
/*    background-color: #631400;*/
    color: #ffffff;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 16px;
}
body > * {

}
h1, h2, h3 {
    /*text-shadow: rgba(0,0,0,0.5) 0 1px 1px;*/
    color: #fff;
    /*margin: 10px 20px 5px;*/
    font-size:22px;
}

a img{
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
a {
    color: #f6f6f6;
}

.mobileSearchBtn{
     color: #ffffff;
     font-size: 18px;
     width: 100%;
     border:0px;
     height: 40px;
    background-color: #50a2cd;
    text-transform: uppercase;
}

.mobileSearchBtn:hover{
    color: #ffffff;
     width: 100%;
     border:0px;
     height: 40px;
     background-color: #3e94c2;
}

/* @group Toolbar */
.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 10px;
    height: 45px;
    background: url(../images/tool-bg.bg) #000000 repeat-x;
    position: relative;
}
.black-translucent .toolbar {
    margin-top: 20px;
}
.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0,0,0,1) 0 -1px 1px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #636363;
}
body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}
.button, .back, .cancel, .add, .next {
    position: absolute;
    overflow: hidden;
    top: 75px;
    right: 10px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 4px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
}
.back {
    left: 6px;
    max-width: 40px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../images/btn-back.png) 0 8 0 20;
}
.back.active {
    -webkit-border-image: url(../images/btn-back.png) 0 8 0 20;
    color: #aaa;
}

.next {
    max-width: 40px;
    border-width: 0 14px 0 8px;
    -webkit-border-image: url(../images/btn-next.png) 0 20 0 8;
    width: 40px;
}
.next.active {
    -webkit-border-image: url(../images/btn-next.png) 0 20 0 8;
    color: #aaa;
}
.leftButton, .cancel {
    left: 6px;
    right: auto;
}
.add {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

/* @end */
/* @group Lists */
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}
h3{
    font-size: 20px;
}
ul {
    color: #ffffff;
    /*font: bold 18px Helvetica;*/
    padding: 0;
}
ul.rounded {
    -webkit-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
ul.rounded li:last-child, ul.rounded li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;

}
ul li {
    overflow: hidden;
}
ul li.arrow {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}
ul li.forward {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
    background-position: right center;
    background-repeat: no-repeat;
}
/* universal links on list */
ul li a, li.img a + a {
    /*color: #636363;*/
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;

    /*text-shadow: rgba(0,0,0,.2) 0 1px 1px;*/
}
ul li a.active, ul li a.button {
    color: #636363;

}
ul li a.active.loading {
    background-image: url(../images/loading.gif);
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.arrow a.active {
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.forward a.active {
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 17px;
    font-weight: bold;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.img a + small + a {
    margin-left: -5px;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li a + a {
    color: #000;
    font: 14px Helvetica;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 13px Helvetica;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}


/*
@end */
/* @group Forms */


form p{
    margin-bottom: 10px;
}
form li {
    padding: 0; margin:0;  display: inline;
}

form li.error {
    border: 2px solid red;
}
form li.error + li.error {
    border-top: 0;
}
.form-container{
    width: 297px;
    margin: 10px auto;
    text-align: center;
}

.form-div{
    padding: 15px;
    overflow: hidden;
    width: 266px;
    background-color: #0089cd;
}

.form-left{
    float: left;
    padding: 15px;
    width: 118px;
    overflow:hidden;
    background-color: #0089cd;
}

.form-right{
    float: right;
    padding: 15px;
    width: 118px;
    overflow:hidden;
    margin-right: 6px;
    background-color: #0089cd;
}

.form-middle-container{
    background: url("../../../images/sprite.png") no-repeat scroll -402px -97px transparent;
    height: 63px;
    width:302px;
    overflow: hidden;
}

.form-bottom-container{
    background: url("../../../images/sprite.png") no-repeat scroll -402px -162px transparent;
    height: 63px;
    width:302px;
    overflow: hidden;
}

input[type="text"], input[type="password"], textarea, select {
    color: #000000;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font: normal 16px Helvetica;
    display:inline;
    padding: 4px 0 4px 0;
    width: 100%;
    margin: 5px 0 0 0;
}

#contact-form input[type="text"], #contact-form input[type="password"], #contact-form textarea, #contact-form select{
    background: none repeat scroll 0 0 #fff;
}

textarea {
    height: 120px;
    text-indent: -2px;
}
select {
    text-indent: 0px;
    -webkit-appearance: menulist;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #C8C8C8;
    color: #ffffff;
    margin-top: 5px;
    border-radius: 0px !important;
    background-color: rgb(0, 0, 0);
    border: solid 0px;
}


hr
{
border: 1px solid #efefef;

color: #FFF;
background-color: #efefef;
}
.form-container select{
    margin-top: 0px;
}
input[type="checkbox"], ul li input[type="radio"] {
    margin: 0;
    padding: 10px 10px;
}
input[type="checkbox"]:after, ul li input[type="radio"]:after {
    content: attr(title);
    font: 17px Helvetica;
    display: block;
    width: 246px;
    color: #2c2828;
    margin: -12px 0 0 17px;
}

textarea::-webkit-input-placeholder {
        color: #2c2828 !important;
    }

input::-webkit-input-placeholder {
        color: #2c2828 !important;
    }
/* @end */

/* @group Individual */
ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
    padding-bottom: 3px;
    -webkit-box-shadow: none;
}
ul.individual li {
    background: #4c4d4e;
    border: 1px solid #333;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
}
ul.individual li + li {
    float: right;
}
ul.individual li a {
    color: #636363;
    line-height: 16px;
    margin: -11px -10px -14px -10px;
    padding: 11px 10px 14px 10px;
    -webkit-border-radius: 8px;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}
/* @end */
/* @group Toggle */
.toggle {
    width: 94px;
    position: relative;
    height: 27px;
    display: block;
    overflow: hidden;
    float: right;
}
.toggle input[type="checkbox"]:checked {
    left: 0px;
}
.toggle input[type="checkbox"] {
    -webkit-appearance: textarea;
    -webkit-border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transition: left .15s;
    background-color: transparent;
    background: #fff url(../images/on_off.png) 0 0 no-repeat;
    border: 0;
    height: 27px;
    left: -55px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 149px;
}
/* @end */
/* @group Info */
.info {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC));
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
    color: #333;
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,.2);
    font-weight: bold;
}

/* @end */

#header {
    height: 60px;
    text-align: right;
    padding-left: 10px;
}

#header a img {
    border: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}

#home-header{
    height: 60px;
    text-align: right;
}

#home-header a img {
    border: none;
    margin-left: 0px;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}

#tool-bar {
    background: url("../images/tool-bg.jpg") repeat-x scroll 0 0 #b2b2b7;
    height: 60px;
    text-align: center;
}

#tool-bar p {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 20px;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#contact{
    background-color: #333333;
}

#buy{
    background-color: #333333;
    text-align: center;
}

#home{
    background-color: #631400;
}

#home-cycle {
   /* border:1px solid #2c2828;*/
    height:135px;
    margin: 10px auto 0 auto;
    overflow:hidden;
    z-index:1;
    width: 295px;
}



.nav {
}
.nav li.top-level {
    background: url("../images/btn-bg.jpg") repeat-x scroll 0 0 #333333;
    list-style: none outside none;
    margin: 9px;
    padding: 0;
}
.nav li#loan-li {
    background: url("../images/btn-bg.jpg") repeat-x scroll 0 -6px #333333;
    list-style: none outside none;
    margin: 9px;
    padding: 0;
}
.nav li#loan-li a {
    background: url("../images/btn-left.jpg") no-repeat scroll 0 -6px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 60px;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none;
}
.nav li#loan-li img {
    margin-top: -22px;
}
.nav li#loan-li a h3 {
    background: url("../images/btn-right.jpg") no-repeat scroll right -6px transparent;
    color: #FFFFFF;
    height: 60px;
    line-height:60px;
}
.kill-pad li.top-level {
    margin: 9px 0;
}
.kill-pad li.top-level.no-bot, .no-bot {
    margin-bottom: 0 !important;
}
.nav li.diff-mar {
    margin-bottom: 5px !important;
    display:block;
}
.no-top {
    margin-top: 0 !important;
}
.nav li.top-level a {
    background: url("../images/btn-left.jpg") no-repeat scroll 0 0 transparent;
    color: #636363;
    display: block;
    font-size: 14px;
    height: 60px;
    padding: 0 0 0 0;
    text-align: center;
    text-decoration: none;
}
.nav li a:hover, .nav li a.active {
    color: #000000;
}
.nav li.top-level a img {
    border: 0 none;
}
.nav li.top-level a h3 {
    background: url("../images/btn-right.jpg") no-repeat scroll right top transparent;
    height: 60px;
    line-height:60px;
    font-size: 20px;
    padding-top: 20px;
    margin:0;
}
.content-container .nav li.top-level a {
    background: url("../images/btn-left.jpg") no-repeat scroll 0 0 transparent;
}
.content-container .nav li.top-level a h3 {
    background: url("../images/btn-right.jpg") no-repeat scroll right top transparent;
}
.content-container .nav li.top-level {
    background: url("../images/btn-bg.jpg") repeat-x scroll 0 0 #000000;
    display:block;
}
.search-btn{
    margin-bottom: 15px;
}

.search-btn{
    border: 15px solid transparent;
    height: 20px;
    background: transparent;
    -webkit-border-image: url(../images/big-button.png) 26;
    text-align: center;
}

.search-btn input{
    background: transparent;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #636363;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    border: none;
}

/* Listings */

.listings-wrap{
    background-color: #ffffff;
    display: none;
}

#mws-scrollvert{
    display: none !important;
}

#mws-scrollhoriz{
    display: none !important;
}

.property-link{
    color: #000000;
    text-decoration: none;
}

.property {
    overflow: hidden;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #551100;
    border: 1px solid #945343;
    margin: 7px auto;
    width: 285px;
}

.property a.listing-image-link {
    border: 1px solid #945343;
    float: left;
    height: 79px;
    width: 119px;
    overflow: hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    position: relative;
    background-color: #eff5f9;
}

.sold-banner{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.property.first-property {
}

.property.last-property {

}

.property .property-content {
    margin-left: 131px;
    height: 80px;
    position:relative;
}

.property .listing-image {
    width: 119px;
    border: none;
}

.property .property-title {
    margin: 0 0 5px;
    float: left;
    width: 370px;
}

.listing-bbc {
    width: 35px;
    float: left;
}


.property .address-price {
    margin-bottom: 10px;
    float: left;
    width: 115px;
    overflow: hidden;
}

.property .address-price * {
    margin: 0;
    font-size: 14px;
}

.property .address-price h3{
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow:none;
    color:#ffffff;
}

.property .address-price h3 strong{
    color: #ffffff;
}

.property .listings-price {
    color: #ffffff;
}

.property .property-title a {
    color: #2c2828;
    border-bottom: none;
    font-weight: normal;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
}

.property .property-content .property-attributes {

}

.property .property-content .property-attributes li {
    float: right;
    margin: 0 0 0 5px;
    list-style: none;
    margin-left: 5px;
    color: #ff0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    font-weight: normal;
}


.property .property-content li.listing-street-address {
    float: right;
    margin: 0;
}

.property .property-content .property-attributes li img.icon {
    position: relative;
    top: 3px;
}

.property-btn{
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    width: 30px;
    height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #636363;
    text-shadow: none;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    top: 60px;
    right: -5px;
    background: url('../images/sprite.png') no-repeat scroll 0px 0px transparent;
    line-height:0px;
    text-indent:-9999px;
}


.bbc-details{
    font-size: 14px;
    list-style: none;
    float: right;
}

#photo-container .bbc-details{
    font-size: 14px;
    list-style: none;
    float: right;
    margin-top: 8px;
}

.beds-small-icon{
    background: transparent url('../images/bbc.png')no-repeat scroll 0 0;
    text-indent: 9999px;
    width: 23px;
}

.baths-small-icon{
    background: transparent url('../images/bbc.png') no-repeat scroll -25px 0px;
    text-indent: 9999px;
    width: 23px;
}

.cars-small-icon{
    background: transparent url('../images/bbc.png') no-repeat scroll -49px 0px;
    text-indent: 9999px;
    width: 21px;
}


.beds-icon{
    background: transparent url('../images/bbc.png')no-repeat scroll 0 0;
    text-indent: 9999px;
    width: 25px;
}

.baths-icon{
    background: transparent url('../images/bbc.png') no-repeat scroll -25px 0px;
    text-indent: 9999px;
    width: 24px;
}

.cars-icon{
    background: transparent url('../images/bbc.png') no-repeat scroll -49px 0px;
    text-indent: 9999px;
    width: 21px;
}

.bbc-details li{
    float: left;
}

.bbc-details li div{
    float: left;
    margin-left: 2px !important;
    height: 20px;
    font-weight:bold;
}
#contact img{
    border: 1px solid #666;
}

#property-thumb-container{
    width: 100%;
    height: 62px;
    overflow: hidden;
    /* position: relative; */
    z-index:1;
}

#scroller{
    float:left;
    padding:0;
    width:100%;
    position:relative;
}

#property-thumbs{
    text-align:left;
}

#property-thumbs li, a.the-li {
    float: left;
    margin-left: 7px;
    width: 100px;
    height: 60px;
    overflow:hidden;
    display:block;
    border: 1px solid #555555;
}
a.the-li img {
    border:0px;
}

.property-gallery{
    float: left;
}


.no-margin{
    margin: 0px !important;
}

#property-thumbs li img{
    width: 92px;
}

.property-address{
    font-size: 14px;
    float: left;
    font-weight: bold;
    color: #ffffff;
}

.property-price-title{
    margin-left:0px;
    font-weight: bold;
}

.no-lr{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.no-lr-p{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#address-price{
    clear: both;
}
#address-price ul{
    margin-top: 10px;
    width: 40px;
}
#address-price ul li{
    float: left;
    margin-top: 14px;
}
#address-price h1{
    width: 140px;
    float: left;
    text-shadow:none;
    color: #ffffff;
}

#photo-container img{
    width: 100%;
    overflow: hidden;
    margin: 7px 0 3px 0;
    border: 1px solid #555555;
}

#content{
    background-color: #631400;
    /*color: #636363;*/
}

#content p {
    margin: 6px 0 6px 0;
}

.img-border{
    border: 1px solid #333;
}


#agent-content{
    background-color: #333333;
    color: #ccc;
}

.content-container{
    padding: 7px;
    margin: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #945343;
    background-color: #551100;
}

.content-container a {
    color: #ffffff;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
}

.padd{
    padding: 20px;
}

#content h1{
    /*color: #ffffff;*/
    padding-top: 18px;
    font-size:18px;
}

.clear{
    width: 100%;
    clear: both;
    height: 1px;
}

#agent-container{
    background-color: #333333;
}

.wp-heading{
    margin-left: 0px !important;
    color: #2c2828 !important;
}

.footer{
    text-align: center;
    background-color: #FFFFFF;
    height: 37px;
    font-size: 11px !important;
    padding: 13px 5px 5px;
    overflow: hidden;
}

.footer a{
    color:#999999;
    font-size: 11px !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.copyright{
    color:#999999;
    font-size: 11px !important;
    list-style: none;
}

.visiontech{
    color:#2c2828;
    font-size: 11px !important;
    white-space: nowrap;
}

.visiontech a strong{
    font-weight: bold;
}

.hover{
    color: #F60 !important;
}

/*Agent*/

.agent-image{
    width: 100%;
    border: 1px solid #636363;
}

.agent-title{
    margin-left: 0px;
    padding-left: 0px;
}

/*OFI*/
.open-times  {
    width:100%;
}

.open-times td{
    padding: 5px;
}

.open-times tr.odd {
    background:none repeat scroll 0 0 #D1D1D1;
}

.table-heading{
    font-weight: bold;
    color: #ffffff;
    background-color: #4F4F56;
}

.ofi-heading{
    font-weight: bold;
}

.ofi-time{
    text-align: right;
}

/*Maps*/

#maps{
    background-color: #333333;
}

.map-container{
    padding: 7px;
    -webkit-border-radius: 5px;
    border: 1px solid #303030;
    margin: 7px;
}

#Gmap{
    width: 290px !important;
    height: 300px !important;
}

/*Gallery*/

.hide-me{
    display: none;
}

.gallery-container{
    display: none;
}

.gallery-image{
    width: 100%;
    overflow: hidden;
}

.display{
    display: block;
}

/*Loader
.ajp-load{
    margin: auto;
    padding: 10px;
    -webkit-border-radius: 5px;
    border: 1px solid #303030;

}*/

/*Custom Slide*/
.newslide.in           { -webkit-animation-name: slideinfromright; }
.newslide.out          { -webkit-animation-name: slideouttoleft; }
.newslide.in.reverse   { -webkit-animation-name: slideouttoright; }
.newslide.out.reverse  { -webkit-animation-name: slideinfromleft; }


.backcube {
    -webkit-animation-duration: .55s;
}

.backcube.in {
    -webkit-animation-name: backcubeinfromright;
    -webkit-transform-origin: 50% 0%;
}
.backcube.out {
    -webkit-animation-name: backcubeouttoleft;
    -webkit-transform-origin: 50% 100%;
}
.backcube.in.reverse {
    -webkit-animation-name: backcubeinfromleft;
    -webkit-transform-origin: 50% 100%;
}
.backcube.out.reverse {
    -webkit-animation-name: backcubeouttoright;
    -webkit-transform-origin: 50% 0%;

}

@-webkit-keyframes backcubeinfromleft {
    from {
        -webkit-transform: rotateY(90deg) translateZ(320px);
        opacity: .5;
    }
    to {
        -webkit-transform: rotateY(0deg) translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes backcubeouttoright {
    from {
        -webkit-transform: rotateY(90deg) translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: rotateY(0deg) translateZ(320px);
        opacity: .5;
    }
}
@-webkit-keyframes backcubeinfromright {
    from {
        -webkit-transform: rotateY(0deg) translateZ(320px);
        opacity: .5;
    }
    to {
        -webkit-transform: rotateY(90deg) translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes backcubeouttoleft {
    from {
        -webkit-transform: rotateY(0deg) translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: rotateY(-90deg) translateZ(320px);
        opacity: .5;
    }
}

/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; height: 45px; width: 302; overflow: hidden; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 10px 18px; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.tabs-1{
    background: url("../../../images/sprite.png") no-repeat scroll -103px -46px transparent;
    height: 45px;
    width:113px;
    overflow: hidden;
    text-indent: 9999px;
}

.tabs-2{
    background: url("../../../images/sprite.png") no-repeat scroll -552px -46px transparent;
    height: 45px;
    width:112px;
    overflow: hidden;
    text-indent: 9999px;
}
.ui-tabs-selected .tabs-1{
    background: url("../../../images/sprite.png") no-repeat scroll -103px 0 transparent !important;
}

.ui-tabs-selected .tabs-2{
    background: url("../../../images/sprite.png") no-repeat scroll -552px 0 transparent !important;
}

.tabs-3{
    background: url("../../../images/sprite.png") no-repeat scroll -253px 0 transparent;
    height: 45px;
    width:112px;
    overflow: hidden;
    text-indent: 9999px;
}

.tabs-4{
    background: url("../../../images/sprite.png") no-repeat scroll -402px -46px transparent;
    height: 45px;
    width:113px;
    overflow: hidden;
    text-indent: 9999px;
}
.ui-state-default .tabs-3{
    background: url("../../../images/sprite.png") no-repeat scroll -253px -46px transparent !important;
}

.ui-tabs-selected .tabs-4{
    background: url("../../../images/sprite.png") no-repeat scroll -402px 0 transparent !important;
}



/*Agent Pro*/
.home-agent-image{
    float: left;
    padding: 15px 15px 5px 15px;
    background-color: #333333;
}

.agent-info{
    text-align: right;
    padding: 15px 15px 0px 15px;
    color: #ccc;
}

.agent-info p{
    font-size: 12px;
}

.agent-info p a{
    color: #FF0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
}

.agent-blurb{
    border-top: 1px solid #303030;
    padding: 9px;
    margin-top: 9px;
    text-align: left;
}

.agent-blurb p{
    font-size: 12px;
}

.agent-blurb p a{
    font-size: 12px;
    color: #FF0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    top: 215px;
}

.agent-details a{
    color: #FF0;
    -webkit-tap-highlight-color:rgba(0,0,0,0.33);
    text-decoration: none;
}

.agent-phone{
    font-size: 17px !important;
}

.home-read-more{
    padding-top: 3px !important;
}

.agent-email{
    font-size: 14px !important;
}

.agent-image{
    float: left;
    width: 70px;
}

.agent-content{
    float: right;
    width: 200px;
}

.agent-title h3{
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
}

.agent-title p{
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
}

.agent-title p a{
    text-decoration: none;
}

.yellow{
    color: #ffffff;
    font-weight: normal;
}

.article-title{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px 0 10px;
    text-shadow:none;
}

.alert {
color: #000;
}
.alert.success {
    background: #ccffcc;
    border: 1px solid #009900;
    padding: 10px;
}

.alert.error {
    background: #ffcccc;
    border: 1px solid #990000;
    padding: 10px;
}
/*
.scroller-btn.prev {
    background-position:0 -700px;
    height:100px;
    left:0;
    position:absolute;
    top:5px;
    width:24px;
}

.scroller-btn.next {
    background-position:-24px -700px;
    height:100px;
    position:absolute;
    right:0;
    top:5px;
    width:24px;
}

.scroller-btn {
    background: #fff;
    cursor:pointer;
    opacity:0.8;
    height: 69px;
}
*/
    /*
.ajp-load, .spinner-bg {
    background: #888;
    -webkit-border-radius: 8px;
    padding: 10px 10px 7px;
    opacity: .8;
    margin: -16px 0 0 -26px;
}

.ajp-load img, .spinner-bg img {
    margin: 0;
    width: 32px;
    height: 32px;
}
    */

/*Drag Dealer*/
.dragdealer {
    position: relative;
    height: 30px;
    background: #EEE;
}
#scroller .handle {
    position: absolute;
    cursor: pointer;
    height:60px;
}
.dragdealer .red-bar {
    width: 100px;
    height: 30px;
    background: #CC0000;
    color: #636363;
    line-height: 30px;
    text-align: center;
}
.dragdealer .disabled {
    background: #898989;
}


.ie-6 {
border-bottom:2px solid red;
background:#fee3c5;
padding:10px;
text-align:center;
font-size:14px;
color: #000;
}
.ie-6 a {
color: #000;
border-bottom: 1px s0lid #000;
}



#ajax-buy{
    margin-top: 500px;
}

.current{
    margin-top: 0px !important;
}
