/* CITY OBJECT WIDGET */
/* ALL OBJECTS LIST */
	.w-cityobjects__all-list {
		width: 660px;
		float: none;
		overflow: hidden;
		margin: -1px 0 0 7px;
	}
		.w-cityobjects__all-list li {
			float: left;
			width: 210px; height: 250px;
			overflow: hidden;
			margin: 0 10px 2px 0;
		}
			.w-cityobjects__all-list a {
				cursor: pointer;
				overflow: hidden;
				text-decoration: none;
			}	
			/* Picture */
				.w-cityobjects-frame {
					margin: 3px 0 0 3px;
					position: relative;
					height: 157px;
						background: url(images/frame.svg) no-repeat;					
				}
				.w-cityobjects-frame:after {
					content: '';
					display: block;
					width: 204px; height: 155px;
					position: absolute;
					z-index: 0;
					border-radius: 4px 9px;
						-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.03);
						-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.03);
						box-shadow:3px 3px 3px rgba(0,0,0,0.03);	 							
				}
					.w-cityobjects__all-list a:hover .w-cityobjects-frame:after {
						width: 204px; height: 157px;
						border-radius: 4px 11px;
							-moz-box-shadow:0px 0px 4px rgba(145,224,255,1);	
							-webkit-box-shadow:0px 0px 4px rgba(145,224,255,1);	
							box-shadow:0px 0px 4px rgba(145,224,255,1);										
					}				
			/* Add border to image */
					.w-cityobjects-frame i,
					.w-cityobjects-frame img {
						border: none; overflow: hidden; float: left;
					}
					.w-cityobjects-frame i {
						margin: 10px;
						border: 1px solid #858585;
					}
						.w-cityobjects-frame img {
							width: 180px; height: 133px;
							margin: -1px;
						}
					.w-cityobjects-frame div{	
						width: 70px;
						position: absolute;
						top: 89px; left: 110px;
						border-radius: 5px 0 0 5px;
						padding: 7px 9px;
						overflow: hidden;
							background: #ffffff;
							font-size: 13px;
							color: #333333;
								-moz-box-shadow:-6px 0px 5px rgba(0,0,0,0.25);
								-webkit-box-shadow:-6px 0px 5px rgba(0,0,0,0.25);
								box-shadow:-6px 0px 5px rgba(0,0,0,0.25);
					}
					.w-cityobjects-frame b {
						display: block;
						font-weight: bold;
					}
				.w-cityobjects__all-list h2 {
					position: relative;
					margin: 8px 0 0 10px;
				}				
				.w-cityobjects__all-list h2 b {
					overflow: hidden;
					font-weight: normal;
						line-height: 21px;
						height: 1px;
						font-size: 15px;
						color: #4A92B3;
						background: url(../../images/dot_light-blue.gif) left bottom repeat-x !important;
				}	
					.w-cityobjects__all-list a:hover h2 b{
						color: #D90000;
						background-image: url(../../images/dot_pink.gif) !important;
					}	
			.w-cityobjects__all-list p {
				margin: 5px 0 0 10px;
					font-size: 13px;
					line-height: 18px;
					color: #AAAAAA;
			}
			.w-cityobjects__all-list p a {
				color: #AAAAAA;
				background: url(../../images/dot_light-grey1.gif) left bottom repeat-x !important;
			}
				.w-cityobjects__all-list p a:hover {
					color: #D90000;
					background-image: url(../../images/dot_pink.gif) !important;
				}
				
/* LAST ADDED OBJECTS */
	.w-cityobjects__last-added {
		height: auto;
		margin-right: 0;
	}
		.w-cityobjects__last-added h2 {
			padding-bottom: 10px;
				font-size: 18px;
				color: #333333;
				background: url(../../images/dots_grey-long.gif) bottom left repeat-x;
		}
		.w-cityobjects__last-added ul {
			margin-bottom: 7px;
		}
			.w-cityobjects__last-added li {
				padding: 11px 0;
					background: url(../../images/dots_grey-long.gif) bottom left repeat-x;
			}
				.w-cityobjects__last-added .type {
					margin-bottom: 4px;
						font-size: 11px;
						color: #B2B2B2;
				}
				.w-cityobjects__last-added h3 {
					font-weight: normal;
					margin-bottom: 5px;
					line-height: 17px;
				}
					.w-cityobjects__last-added h3 a{
						font-size: 13px;
						color: #4A92B4;
						text-decoration: none;
						background: url(../../images/dot_light-blue.gif) left bottom repeat-x !important;
					}
						.w-cityobjects__last-added h3 a:hover {
							color: #D90000;
							background-image: url(../../images/dot_pink.gif) !important;	
						}
				.w-cityobjects__last-added .address {
					margin-bottom: 6px;
						font-size: 13px;
						color: #333333;
				}
				.w-cityobjects__last-added .price {
					margin-bottom: 2px;
						font-size: 13px;
						font-weight: bold;
						color: #333333;
				}
				w-cityobjects__last-added .price b {
						font-weight: bold;
				}
				.w-cityobjects__last-added .square {
					font-size: 13px;
					color: #333333;
				}
					.w-cityobjects__last-added .square b {
						font-weight: bold;
					}
		.w-cityobjects__last-added .see-all {
			font-size: 15px;
			line-height: 21px;
			color: #4A92B2;
			text-decoration: none;
			background: url(../../images/dot_light-blue.gif) left bottom repeat-x !important;
		}
			.w-cityobjects__last-added .see-all:hover {
				color: #D90000;
				background-image: url(../../images/dot_pink.gif) !important;				
			}