<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">





    


/* photos carousel*/
#carousel_main a.next, #carousel_main a.prev {
	width: auto;
	line-height: 12px;
}
#carousel_list .navigation {
	
}
#carousel_main a.next {
	float: right;	
}
#carousel_main {
	font-size: 8px;
	/*max-height: 308px;*/
	overflow: hidden;
}
#carousel_list {
	/*height: 66px;
	overflow: hidden;*/
}
#carousel_list .carousel {
	padding: 5px 4px;
	margin: 0;
	float: none;
}
#carousel_selected_wrapper{
	margin: 0;
}
#carousel_selected {
	margin: 0 auto;
	/*width: 400px;
	height: 220px;*/
}
#carousel_selected img {
	max-width: 500px;/*400px;*/
	max-height: 320px;/*220px;*/	
}
#carousel_list {
	margin: 5px auto 0 auto;	
}
#carousel_list li {
	width:70px;
	height:54px;
	margin: 0px;
	cursor: pointer;
}

.carousel img {
	height:52px;
	width:60px;
}

.carousel .selected img {
    border: 2px solid blue;
    height: 50px;
    width: 58px;
}

.navigation_wrapper {
	margin: 5px 0 0 0;
	width: 100%;
}
/* request_more_info box */
#photos_and_contact {
	width: 100%;
	float: left;
	padding: 5px 0 0 0;
}
#photo_carousel_wrapper {
	padding-right: 5px;	
}

#request_more_info_wrapper1 {
	float:right;
/*	float:left;
	margin-right:-100%;
	width:100%;*/
}
#request_more_info_wrapper {
	
}
#request_more_info_wrapper, #photo_carousel_wrapper {
	/*float: left;*/	
}
#request_more_info_wrapper {
	/*margin-left:420px;*/
	max-width: 300px;
	min-width: 270px;
    width: 300px;
	min-height: 330px;	
	background: url("/personal/1/images/modern/spacer.png") repeat-y scroll 0 0 transparent;
	padding: 0 0 0 5px;
}
#request_more_info_wrapper {
    float: right;
}
#photo_carousel_wrapper {
	/*width: 400px;	*/
}


#request_more_info_wrapper .photo {
	float: left;
	padding: 5px 10px 0 0;
}

#basic_info_wrapper {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}


#contactForm {
	margin: 5px 0 0 0;
/*	float: left;*/
	font-weight:bold;
}
#contactForm span.itemValue {
	margin-left: 100px;	
}
#contactForm span.itemLabel {
	width:95px;
}

#contactForm input[type="text"],#contactForm textarea {
	min-width:160px;
	width: 100%;	
}

#contactForm textarea {
	height: 60px;
}

.input_wrapper {
	border: 1px solid #CCC;
	margin: 0 0 2px 0;
	padding: 2px;
}
.input_wrapper .input_wrapper_inner{
	
}
#contactForm .input_wrapper input, #contactForm .input_wrapper textarea,
.input_wrapper .input_wrapper_inner input[type="text"],
.input_wrapper .input_wrapper_inner textarea  {
	border: none;
	border-color: transparent; /*IE7 bug*/
	padding: 0;
	margin: 0;
}

.price .value, .virtual_tour {
	font-weight: bold;
	line-height: 20px;
	/*font-size: 12px;*/
}

.bar {
	padding: 0 10px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.bar .left_header {
	/*width: 420px;*/
	float: left;
}
.topBar {
	/*padding: 0;
	width: 100%;*/
}
.topBar .padding{
	padding: 0 10px;
}
.bar .right_header {
	float: right;
}
.detailsGroup {
	/*float: left;*/
}
.detailsGroup li {
	float: left;
	width: 195px;
}
.listing-map {
	width: auto;
}
.share_icons_wrapper {
	float:left;
}




#basic_info_wrapper {
	background: url("/personal/1/images/modern/spacer.png") repeat-x scroll 0 0 transparent;
}
#photos_and_contact {
	/*background: url("/personal/1/images/modern/spacer.png") repeat-y scroll 410px 0 transparent;*/
}


.col1 {
    float: left;
    width: 400px;
}
.cols2_content_wrapper {
    float: left;
    width: 100%;
}
.col2Wrapper {
    width: 100%;
    margin-right: -100%;
    float: left;
}
.col2 {
    margin-left: 410px;
    float: left;
}

#photos_print_list li {
	list-style-type: none;	
}
/* row, item, label, value*/
.items {
	float: left;
	width: 100%;
}
.item {
    width: 100%;
    float: left;
    /*font-size: 13px;
    line-height: 22px;
    border-bottom:1px solid #BCD0D7;*/
}
span.itemLabel {
    float: left;
    display: block;
    width: 160px;
}

span.itemFull {
    float: left;
    width: 100%;
    display: block;
    padding-left: 15px;
}

span.itemValueWrapper {
    width: 100%;
    margin-right: -100%;
    float: left;
    display: block;
}

span.itemValue {
    margin-left: 170px;
    display: block;
}

.clear {
	clear: left;	
}




	

/* 
layout:contentWidth []
layout:pageWidth []
layoutWidth [100%]
templateType: [modern]
*/







#carousel_main #carousel_list a.prev {
    display: block;
    width: 9px;
    height: 60px;
    background-image:url("/personal/1/images/photo-left.png");
    margin-top: 3px;
    float: left;
}

#carousel_main #carousel_list a.prev span, #carousel_main #carousel_list a.next span {
    display: none;
    visibility: hidden;
}

#carousel_main #carousel_list a.next {
    display: block;
    width: 9px;
    height: 60px;
    background-image:url("/personal/1/images/photo-right.png");
    margin-top: 3px;
    float: right;
}

#carousel_main #carousel_list .carousel {
    float: left;
}

</pre></body></html>