#content {
	width: 960px;
	margin: 30px auto;
}

#content #intro {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#content #secondary-intro {
	width: 940px;
	margin: 0 auto;
	padding-top: 40px;
}

#content #left-column {
	width: 630px;
	float: left;
}

#content #right-column {
	width: 330px;
	float: right;
}

#content #left-column .listing {
	background-color: #e4dece;
	padding: 15px;
	margin-left: 10px;
}

#content #left-column .listing .promo {
	display: block;
	margin-bottom: 10px;
}

#content #right-column .promo {
	margin: 0 0 10px 16px;
}

/*******************************************************************************
	
	LIST ITEM / DETAILS
	
*******************************************************************************/

#content #left-column .listing .list-item,
#content #left-column .listing .details {
	background-color: #fff;
	margin-bottom: 10px;
}

#content #left-column .listing .list-item.last,
#content #left-column .listing .details {
	margin-bottom: 0;
}

#content #left-column .listing .list-item .top,
#content #left-column .listing .details .top {
	width: 590px;
	height: 20px;
	background-image: url(../../images/list-item-top.png);
}

#content #left-column .listing .list-item .bottom,
#content #left-column .listing .details .bottom {
	width: 590px;
	height: 20px;
	background-image: url(../../images/list-item-bottom.png);
}

#content #left-column .listing .list-item .content,
#content #left-column .listing .details .content {
	padding: 0 20px;
}

#content #left-column .listing .no-results {
	font-size: 14px;
	text-align: center;
}

#content #left-column .listing .no-results p.link {
	margin-top: 18px;
}

/*******************************************************************************
	
	LIST ITEM
	
*******************************************************************************/

#content #left-column .listing .list-item .content .thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	position: relative;
}

#content #left-column .listing .list-item .content .thumbnail .image {
	padding: 2px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
}

#content #left-column .listing .list-item .content .thumbnail .image img {
	display: block;
}	

#content #left-column .listing .list-item .content .thumbnail .zoom {
	position: absolute;
	right: 0;
	bottom: 0;
}

#content #left-column .listing .list-item .content .info {
	float: left;
	width: 267px;
	padding: 0 20px 0 10px;
}

#content #left-column .listing .list-item .content .info .title {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

/*******************************************************************************
	
	LIST ITEM: DESCRIPTION
	
*******************************************************************************/

#content #left-column .listing .list-item .content .info .description {

}

#content #left-column .listing .list-item .content .info .description a.more-details,
#content #left-column .listing .list-item .content .info .description a.close-details {
	cursor: pointer;
	padding-right: 12px;
}

#content #left-column .listing .list-item .content .info .description a.more-details {
	background: url(../../images/arrow-toggle-down-green.png) right no-repeat;
	
}

#content #left-column .listing .list-item .content .info .description a.close-details {
	background: url(../../images/arrow-toggle-up-green.png) right no-repeat;
}

/*******************************************************************************
	
	LIST ITEM: PRICE
	
*******************************************************************************/

#content #left-column .listing .list-item .content .price {
	float: left;
	width: 133px;
}

#content #left-column .listing .list-item .content .price .top {
	width: 133px;
	height: 9px;
	background-image: url(../../images/list-item-price-top.png);
}

#content #left-column .listing .list-item .content .price .bottom {
	width: 133px;
	height: 9px;
	background-image: url(../../images/list-item-price-bottom.png);
}

#content #left-column .listing .list-item .content .price .content {
	padding: 0 15px;
	text-align: right;
	background-image: url(../../images/list-item-price-content.png);
}

#content #left-column .listing .list-item .content .price .content span.value {
	color: #000;
	font-weight: bold;
}

/*******************************************************************************
	
	PAGING
	
*******************************************************************************/

#content #left-column .listing .paging .content {
	font-size: 14px;
}

/*******************************************************************************
	
	DETAILS
	
*******************************************************************************/

#content #left-column .details .content #summary {
	margin-bottom: 20px;
}

#content #left-column .details .content #summary .photo {
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

#content #left-column .details .content #summary .info {
	float: right;
	width: 276px;
}

#content #left-column .details .content #summary .info h1 {
	margin: 0;
}

#content #left-column .details .content #summary .info h1.prefix {
	margin: 0;
}

#content #left-column .details .content #summary .info p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}

#content #left-column .details .content #summary .info .price-panel {
	background-image: url(../../images/price-panel.png);
	background-repeat: repeat-y;
}

#content #left-column .details .content #summary .info .price-panel .top {
	width: 276px;
	height: 20px;
	background-image: url(../../images/price-panel-top.png);
}

#content #left-column .details .content #summary .info .price-panel .bottom {
	width: 276px;
	height: 20px;
	background-image: url(../../images/price-panel-bottom.png);
}

#content #left-column .details .content #summary .info .price-panel .content {
	padding: 0 20px;
}

#content #left-column .details .content #summary .info .price-panel .content .package {
	width: 118px;
	float: left;
}

#content #left-column .details .content #summary .info .price-panel .content .package .from-label {
	font-size: 14px;
	color: #ce010c;
	text-align: center;
}

#content #left-column .details .content #summary .info .price-panel .content .package .from-price {
	color: #666;
	font-size: 23px;
	line-height: 25px;
	text-align: center;
}

/*******************************************************************************
	
	SECONDARY NAV
	
*******************************************************************************/

#content #left-column .details .content #secondary-nav {
	background-image: url(../../images/secondary-nav.png);
	background-repeat: repeat-y;
}

#content #left-column .details .content #secondary-nav .top {
	width: 550px;
	height: 11px;
	background-image: url(../../images/secondary-nav-top.png);
}

#content #left-column .details .content #secondary-nav .bottom {
	width: 550px;
	height: 11px;
	background-image: url(../../images/secondary-nav-bottom.png);
	clear: both;
}

#content #left-column .details .content #secondary-nav ul {
	padding: 0 10px;
}

#content #left-column .details .content #secondary-nav ul li {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

#content #left-column .details .content #secondary-nav ul li a {
	display: block;
	height: 28px;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#content #left-column .details .content #secondary-nav ul li.current {
	background-image: url(../../images/secondary-nav-current-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#content #left-column .details .content #secondary-nav ul li.current a {
	background-image: url(../../images/secondary-nav-current-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
}

#content #left-column .details .content #secondary-nav ul li.current a:hover {
	text-decoration: none;
}

/*******************************************************************************
	
	TABS
	
*******************************************************************************/

#content #left-column .tabs ul li {
	float: right;
	height: 25px;
	line-height: 22px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

#content #left-column .tabs ul li a {
	display: block;
	padding: 3px 0 0 10px;
	cursor: pointer;
}

#content #left-column .tabs ul li.current {
	background-image: url(../../images/nav/tab-current-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#content #left-column .tabs ul li.current a {
	background-image: url(../../images/nav/tab-current-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
}

#content #left-column .tabs ul li.current a:hover {
	text-decoration: none;
}

/*******************************************************************************
	
	FILTER BOX
	
*******************************************************************************/

#content #right-column .filter-box {
	width: 308px;
	margin-left: 16px;
	background-image: url(../../images/filter-box.png);
	background-repeat: repeat-y;
	margin-bottom: 18px;
}

#content #right-column .filter-box .top {
	width: 308px;
	height: 38px;
	background-image: url(../../images/filter-box-top.png);
}

#content #right-column .filter-box .content {
	padding: 24px 24px 38px 24px;
	background-image: url(../../images/filter-box-content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #333;
}


#content #right-column .filter-box .content .city-chooser {
	
}

#content #right-column .filter-box .content ul.category-list {
	border-top: 1px solid #e4dece;
	margin-top: 20px;
	padding-top: 20px;
}

#content #right-column .filter-box .content ul.category-list li {
	line-height: 33px;
	padding: 0 17px;
}

#content #right-column .filter-box .content ul.category-list li.current {
	color: #fff;
	background-image: url(../../images/filter-box-current.png);
}

/*******************************************************************************
	
	TOOLTIP
	
*******************************************************************************/

.tip-overlay {
	width: 274px;
}

.tip-overlay .tip {
	background-image: url(../../images/backgrounds/tooltip.png);
}

.tip-overlay .tip-top {
	width: 274px;
	height: 38px;
	background-image: url(../../images/backgrounds/tooltip-top.png);
}

.tip-overlay .tip-bottom {
	width: 274px;
	height: 38px;
	background-image: url(../../images/backgrounds/tooltip-bottom.png);
}	

.tip-overlay .tip-title,
.tip-overlay .tip-text {
	padding: 0 38px;
}

.tip-overlay .tip-title {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}