﻿/* result main */
.results {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 6px;
}

h3 {
    font-size: 14px;
    display: inline;
}

.result a {
    text-decoration: none;
}

.result a:hover {
    text-decoration: underline;
}
/* result main */

/* result custom */
.result div.cover {
    float: left;
    width: 115px;
    text-align: center;
    padding-right: 7px;
    position: relative;
}

ul.more_info, ul.director, ul.writer, ul.actor, ul.company {
    display: inline;
}

.user_rating img {
    position: relative;
    top: 2px;
}

.certification a {
    color: #2F4F4F;
}

.plot {
    font-style: italic;
}

ul.recommendations {
    margin-top: 3px;
    font-size: 13px;
    position: relative;
    bottom: 0px;
    clear: both;
}

.recommendations .first {
    padding-left: 20px;
    background: url(/img/smiley.png) no-repeat left;        
}

.recommendations a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.recommendations .more a {
    color: gray;
    background: url("/img/direction--arrow.png") no-repeat left;
    padding-left: 19px;
}

ul.keyword {
    clear: both;
    font-style: italic;
}
/* result custom */

/* facet value colors */
/* colors: black, blue, green, pink, purple, red, yellow, orange or maroon */
.director  a, 
.director  h4 strong {
    color: #0000CC;
}

.director h4 {
    background: url(/img/bullet_blue.png) no-repeat left;
}

.genre  a, 
.genre h4 strong {
    color: green;
}

.genre h4 {
    background: url(/img/bullet_green.png) no-repeat left;
}

.actor a, 
.actor h4 strong {
    color: #EF0000;
}

.actor h4{
    background: url(/img/bullet_red.png) no-repeat left;
}

.keyword  a, 
.keyword  h4 strong {
    color: black;
}

.keyword h4 {
    background: url(/img/bullet_black.png) no-repeat left;
}

.year  a, 
.year  h4 strong {
    color: #9400D3;
}

.year h4{
    background: url(/img/bullet_purple.png) no-repeat left;
}

.writer a, 
.writer  h4 strong {
    color: #FF1493;
}

.writer h4{
    background: url(/img/bullet_pink.png) no-repeat left;
}

.company a, 
.company  h4 strong {
    color: #D2701F;
}

.company h4{
    background: url(/img/bullet_orange.png) no-repeat left;
}

.country h4, .language h4, .recommendation h4, .certification h4{
    background: url(/img/bullet_black.png) no-repeat left;
}
/* facet value colors */

/* actions */
.actions {
    clear: both;
    bottom: 0px;
    margin-top: 3px;
}

.actions a {
    color: gray;
    padding-left: 20px;
    padding-top: 2px;
}

.actions a.source {
    padding-top: 0px;
    background: url(/img/book_open.png) no-repeat left;    
}

.actions a.photos {
    background: url(/img/photos.png) no-repeat left;    
}

.actions a.trailer {
    background: url(/img/film.png) no-repeat left;    
}

.actions a.torrent {
    background: url(/img/lightning.png) no-repeat left;    
}
/* actions */

/* similar on the cover */
.add_item {
    position: absolute;
    top: -10px;
    left: 0px;
}

.add_item .as_active a {
    padding-left: 15px;
    background: url(/img/plus-white.png) no-repeat left;
}
.add_item .as_inactive a {
    padding-left: 15px;
    background: url(/img/minus-white.png) no-repeat left;        
}
/* similar on the cover */

/* similarity search feature */
.get_similar {
    position: absolute;
    top: 10px;
    right: 4px;
    clear: both;    /* IE */
}

.sim_scores li a{
    background: #FEFFBF;
}

.sim_scores .first {
    padding-left: 20px;
    padding-top: 1px;
    background: url(/img/thumb-up.png) no-repeat left;    
}
/* similarity search feature */


/* debug mode */
.sim_debug, .sph_debug {
    margin-top: 5px;
    font-size: 12px;
    background: yellow;
    padding: 7px 5px;
}
/* debug mode */
