﻿.moviesBodyPage
{
    width:750px;        
}

.movieItens
{
    width:750px;    
}

.movieItemNew
{
    width:650px;    
    padding-top:10px;   
    padding-left:50px;
    padding-bottom:15px;   
    padding-right:50px;
    float:left;       
}

.movieSampleContainer
{
    width:315px; 
    height:208px;    
    position:relative;
    top:5px;
    float:left;  
    overflow:hidden;       
}

.movieSampleFrame
{
    width:315px;
    height:209px;
    position:relative;
    z-index:2;
    cursor:pointer;
}

* html .movieSampleFrame
{    
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/movies/MovieFrame.png');
}

.movieSampleFrame[class]
{
    background:url('../images/movies/MovieFrame.png');
}

.movieSample
{
    width:313px;
    height:208px;    
    position:relative;
    top:-209px;
    left:1px;    
    z-index:1; 
}

.movieItemDetails
{
    width:315px;
    height:36px;
    float:right; 
}

* html .movieItemDetails
{    
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/movies/InfoBox.png');
}

.movieItemDetails[class]
{
    background:url('../images/movies/InfoBox.png');
}

.movieTitle
{
    width:253px;
    padding-top:14px;
    padding-left:5px;
    float:left;    
}

.watchMovieContainer
{
    width:57px; 
    position:relative;
    right:-5px;
    float:right;             
}

.watchMovie
{
    width:57px;
    height:40px;       
}

.movieDescription
{
    width:315px;
    padding-top:10px;
    float:right;
}

* html .movieDescription
{
    height:85px;
}

.movieDescription[class]
{
    height:87px;
}

.movieThumbsContainer
{
    width:320px;
    padding-top:10px;
    float:right;
}

.templateSeparator
{    
    width:660px;
    height:1px;    
    margin-left:40px;    
    background:url('../images/main/ItemBar.gif') no-repeat;
    overflow:hidden;
}

.linked
{
    cursor:pointer;
}
