﻿.picsBodyPage
{
    width:750px;    
}

.picItens
{
    width:750px;    
}

.picItemNew
{
    width:650px;    
    padding-top:10px;   
    padding-left:50px;
    padding-bottom:15px;   
    padding-right:50px;
    float:left;            
}

.picSampleContainer
{
    width:315px; 
    height:208px;    
    position:relative;
    top:5px;
    float:left;  
    overflow:hidden;       
}

.picSampleFrame
{
    width:315px;
    height:210px;
    position:relative;
    z-index:2;
    cursor:pointer;
}

* html .picSampleFrame
{    
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pictures/PictureFrame.png');
}

.picSampleFrame[class]
{
    background:url('../images/pictures/PictureFrame.png');
}

.picSample
{
    width:313px;
    height:208px;     
    position:relative;
    top:-209px;
    left:1px;    
    z-index:1;
}

.picItemDetails
{
    width:315px;
    height:36px;        
    float:right;
}

* html .picItemDetails
{    
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/pictures/InfoBox.png');
}

.picItemDetails[class]
{
    background:url('../images/pictures/InfoBox.png');
}

.picTitle
{
    width:253px;
    padding-top:14px;
    padding-left:5px;
    float:left;    
}

.viewPicContainer
{
    width:57px; 
    position:relative;
    right:-5px;
    float:right;         
}

.viewPic
{
    width:57px;
    height:36px;    
}

.picDescription
{
    width:315px;
    padding-top:10px;
    float:right;
}

* html .picDescription
{
    height:85px;
}

.picDescription[class]
{
    height:87px;
}

.picThumbsContainer
{
    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;
}
