.section .searchPageMainBlock {
	padding-left: 0px;
}

/********** facets **********/
.searchFacetsBox {
	background:url('../img/search/bg_sep_searchresults.jpg') top right no-repeat;
	width:180px;
	height:400px;
	float:left;
}

.searchFacet {
	width: 138px;
    height: 25px;
    padding-left: 40px;
    padding-top: 5px;
    display: block;
    font-weight: bold;
}

.searchFacetAll {
	background: url('../img/search/ico_all.png') no-repeat 10px 0px;
}

.searchFacetAll:HOVER {
    background: url('../img/search/ico_all_hover.png') no-repeat 10px 0px #EFFFC8;
    color: #4C6E9C;
}

.searchFacetAllGreyed {
    background: url('../img/search/ico_all_greyed.png') no-repeat 10px 0px;
    color: #666666;
}

.searchFacetPeople {
    background: url('../img/search/ico_people.png') no-repeat 10px 0px;
}

.searchFacetPeople:HOVER {
    background: url('../img/search/ico_people_hover.png') no-repeat 10px 0px #EFFFC8;
    color: #FF7917;
}

.searchFacetPeopleGreyed {
    background: url('../img/search/ico_people_greyed.png') no-repeat 10px 0px;
    color: #666666;
}

.searchFacetMovies {
    background: url('../img/search/ico_movie.png') no-repeat 10px 0px;
}

.searchFacetMovies:HOVER {
    background: url('../img/search/ico_movie_hover.png') no-repeat 10px 0px #EFFFC8;
    color: #76BC37;
}

.searchFacetMoviesGreyed {
    background: url('../img/search/ico_movie_greyed.png') no-repeat 10px 0px;
    color: #666666;
}

.searchFacetTheaters {
    background: url('../img/search/ico_theater.png') no-repeat 10px 0px;
}

.searchFacetTheaters:HOVER {
    background: url('../img/search/ico_theater_hover.png') no-repeat 10px 0px #EFFFC8;
    color: #E72170;
}

.searchFacetTheatersGreyed {
    background: url('../img/search/ico_theater_greyed.png') no-repeat 10px 0px;
    color: #666666;
}

.searchFacetNews {
    background: url('../img/search/ico_news.png') no-repeat 10px 0px;
}

.searchFacetNews:HOVER {
    background: url('../img/search/ico_news_hover.png') no-repeat 10px 0px #EFFFC8;
    color: #4797C6;
}

.searchFacetNewsGreyed {
    background: url('../img/search/ico_news_greyed.png') no-repeat 10px 0px;
    color: #666666;
}

.searchFacetSelected {
    background-color: #cccccc;
    color: #26466c;
}
/********** END facets **********/

/********** results **********/

.searchResultsBox {
	width:460px;
	float:right;
}

.searchResultBoxTitle {
    font-size: 1.4em;
    font-weight:bold;
    color: #26466c;
}

.searchPageSearchInput {
	border: 1px solid #666666;
	float:right;
}

.searchResultsNumber {
	color: #a5a7af;
}

.snippet {
	background-color: #ffffff;
	margin: 4px 0 4px 0;
}

.snippetTitle {
    font-size: 1.4em;
    font-weight:bold;
    color: #26466c;
}

.snippet .poster {
    width:75px;
    float: left;
    margin:4px;
    padding:3px;
    background-color:#fff;
    text-align:center;
    font-weight:bold;
}

.snippet .infos ul,
.snippet .infos li{
    display: inline;
}

.snippet .infos li:after {
    content: ", ";
}

.snippet .infos li:last-child:after {
    content: "";
}

.theaterSnippet {
	border-left: 2px solid #E72170;
}

.theaterSnippet .poster a span {
    color: #E72170;
}

.movieSnippet {
    border-left: 2px solid #76BC37;
}

.movieSnippet .poster a span {
    color: #76BC37;
}

.newsSnippet {
    border-left: 2px solid #4797C6;
}

.newsSnippet .poster a span {
    color: #4797C6;
}

.personSnippet {
    border-left: 2px solid #FF7917;
}

.personSnippet .poster a span {
    color: #FF7917;
}

/********** END results **********/