﻿#listings-left-side {
	float: left;
	width: 570px;
	padding-right: 10px;
}

#listings-right-side {
	float: left;
	width: 160px;
}

#search-bar {
	float: left;
	width: 100%;
}

#search-bar-left {
	float: left;
	width: 4px;
	height: 32px;
	background: URL(assets/images/search-bar-left.gif);
}

#search-bar-right {
	float: left;
	width: 4px;
	height: 32px;
	background: URL(assets/images/search-bar-right.gif);
}

#search-bar-content {
	float: left;
	width: 554px;
	height: 22px;
	padding: 5px 4px;
	background: #EFEEDE;
	border-bottom: solid 1px #E5E2C6;
}

#search-bar-content input {
	float: left;
	padding: 0;
	margin: 0;
	height: 18px;
}

.search-tab a:link, .search-tab a:visited, .search-tab a:hover, .search-tab a:active {
    text-decoration:none;
}

.search-tab {
    float:left;
    padding-left: 5px;
    text-decoration:none;
}

#search-tab-indent {
	padding-left: 20px;
}

.search-tab-left {
    float:left;
    width:4px;
    height:22px;
    cursor:pointer;
    background:url(assets/images/search-tab-left.gif) no-repeat;
}

.search-tab-bg {
    float:left;
    height:21px;
    font-weight:bold;
    color:#ffffff;
    font-size:1.0em;
    line-height:20px;
    padding:0 2px;
    cursor:pointer;
    border-bottom: solid 1px #222768;
    background:url(assets/images/search-tab-bg.gif) repeat-x;
}

.search-tab-right {
    float:left;
    width:4px;
    height:32px;
    cursor:pointer;
    background:url(assets/images/search-tab-right.gif) no-repeat;
}

#search-content {
	float: left;
	width: 100%;
}

.search-content-wrapper {
	float: left;
	width: 560px;
	padding: 5px;
}

.search-content-image {
	float: left;
	width: 143px;
	height: 95px;
	background: #ffffff;
	border: solid 1px #C5C5C5;
	padding: 2px;
}

.search-content-title {
	float: left;
	width: 290px;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 10px;
}

.search-content-title a:link, .search-content-title a:link {
    text-decoration: none;
}

.search-content-title a:hover, .search-content-title a:active {
    text-decoration: underline;
}

.search-content-rating {
	float: right;
	width: 65px;
	text-align: right;
}

.search-content-rating-num {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.search-content-rating-text {
    clear: right;
    font-size: 0.8em;
    text-align: center;
}

.search-content-city {
    float: left;
    width: 290px;
    padding: 2px 0 0 10px;
    color: #3840A7;
    font-weight: bold;
    font-size: 0.8em;
}

.search-content-preview {
	float: left;
	width: 290px;
	padding: 34px 0 0 10px;
}

.search-content-address {
	float: left;
	width: 290px;
	color: #3840A7;
    font-weight: bold;
	font-size: 0.85em;
	padding-left: 10px;
}

.search-content-genres {
	float: left;
	width: 290px; 
	font-size: 0.8em;
	color: #444444;
	padding: 5px 0 0 10px;
	overflow: hidden;
}

.search-content-description-title {
	float: left;
	width: 200px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 0 5px;
}

.search-content-description {
	float: left;
	width: 405px;
	/*height: 36px;*/
	font-size: 0.8em;
	margin-left: 5px;
	/*overflow: hidden;*/
}

.search-content-more {
	float: right;
}