.rec_wrapper {
    position:relative;
    height:265px;
}
.rec_const_picker {
    height:265px;
    width:231px;
    position:absolute;
}
.rec_overviews {
    position:absolute;
    left:260px;
    width:360px;
    height:265px;
}
.rec_overview {
    position:absolute;
    width:360px;
    height:265px;
}
.rec_actions {
    position:absolute;
    top:200px;
}
.rec_actions div {
    margin:3px 0;
}
.rec_actions .btn {
    padding:0px;
    width:126px !important;
    display:block;
    text-align:center;
}
.rec_actions .btn.half_size {
    width:59px !important;
    display:inline-block;
}
.rec_actions .rec_next {
    float:right;
}
.rec_actions .medium.btn {
    font-size:14px;
    padding-top:4px;
    height:22px;
}
.rec_actions .small.btn {
    font-size:12px;
    padding-top:6px;
    padding-bottom:0;
    height:20px;
}
.p13nsims .btn.half_size {
    width:126px !important;
}
.p13nsims .rec_not_interested.btn.half_size {
    display:none;
}
.p13nsims .rec-reasons {
    margin:0px;
    display:none;
}
.rec_not_interested span{
    background: url(block_button.png) no-repeat center center;
    display:inline-block;
    width:16px;
    height:16px;
}
.rec_spinner{
    position:absolute;
    left:260px;
    width:360px;
    height:265px;
    background:#fff url(spinning-progress-large.gif) no-repeat center center;
    opacity:0.5;
    filter: alpha(opacity = 50);
    z-index:4;
    display:none;
}
.rec_loading.rec_spinner{
    display:block;
}
.rec_poster{
    top:3px;
    width: 128px;
    height:190px;
    position:absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

}
.rec_poster .name{
    position:absolute;
}
.rec_details{
    left: 145px;
    width:215px;
    height:265px;
    position:absolute;
    overflow:hidden;
}
.rec_details a:visited, .rec_details a{
    text-decoration:none;
}
.rec_details a:hover{
    text-decoration:underline;
}
.rec_details .rec-info {
    font-size: 11px;
    line-height: 14px;
}
.rec_details .rec-outline {
    display:block;
}
.rec_details .rec-jaw-upper > div {
    padding-top: 5px;
}
.rec_details .rec-jaw-upper > div.rec-title {
    padding-top:0px;
}
.rec_details .rec-jaw-lower > div.rec-jaw-teeth{
    display:block;
    width:215px;
    height:18px;
    margin-top: -18px;
    padding-top: 0px;
    background: transparent;
    background: -webkit-gradient(
        linear, 
        left top, 
        left bottom , 
        color-stop(0, rgba(255,255,255,0)), 
        color-stop(1, rgba(255,255,255,1))
    );
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), white);
    background:    -moz-linear-gradient(top, rgba(255,255,255,0), white);
    background:      -o-linear-gradient(top, rgba(255,255,255,0), white);
    background:         linear-gradient(top, rgba(255,255,255,0), white);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#00FFFFFF, 
        endColorstr=#FFFFFFFF
    );
}
.rec_details .rec-jaw-upper{
    position:absolute;
    top:0px;
    background:#fff;
    width:215px;
}
.rec_details .rec-jaw-lower{
    position:absolute;
    bottom:0px;
    background:#fff;
    width:215px;
}
.rec_details .rec-info hr {
    margin: 7px 0 0 0 ;
}
.rec_details .rec-title{
    color: #999;
    font-size: 13px;
    line-height: 13px;
}
.rec_details .rec-cert-genre {
    color: #999;
    font-size: 10px;
}
.rec_details .rec-reasons{
    padding-top:5px;
    margin-top:8px;
    border-top:1px dotted #bbb;
}
.rec_details .rec-director, .rec_details .rec-actor{
    height:16px;
    line-height:11px;
}

@-moz-document url-prefix() {
.rec_details .rec-ellipsis:before{
    float:right;
    position:relative;
    content: url(fade.png.1); 
}
}
.rec_details .rec-ellipsis {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.rec_details .rec-rating {
    padding-top: 10px;
}
.rec_details .rec-actor{
    padding-top: 0px;
}
