﻿/* Specify Category Styles here */
/*
#main 
{
    background-color: #cdcdcd;
    background-image: url(../Images/Layout_Category_BG_0.gif);
    background-repeat:no-repeat;
    background-position:top;
}
*/

#List 
{
    background-color:White;
    margin-bottom:5px;
    padding: 5px 5px 5px 5px;
    /*padding: 5px 5px 5px 5px;*/
    width:610px;
    min-height:400px;
}

#List #Title, .ListTitle
{
    font-size:1.25em;
    font-weight:bold;
    padding:5px 8px 5px 8px;
    width:590px;
}

#List #Title #ListImage 
{
    float:left;
    clear:none;
    padding-left:30px; 
    padding-right:10px;
    width:230px;
}

#List #Description 
{
    padding-right:8px;
    padding-left:8px;
    padding-bottom:30px;
    /*width:250px;*/
    height:100%;
    /*min-height: inherit;*/
    font-size:90%;
}

#List #Items
{
    /*clear:none;
    float:left;    */
    /* overide styles */
    
    /*width:330px;*/
}
