﻿/* Specify Category Styles here */
/*
#main 
{
    background-color: #cdcdcd;
    background-image: url(../Images/Layout_Category_BG_0.gif);
    background-repeat:no-repeat;
    background-position:top;
}
*/

#Title, #Search
{
    background-color:White;
    margin-bottom:5px;
    padding: 5px 5px 5px 5px;
    width:610px;
}

#Title
{  
}

#Category 
{
    background-color:Transparent; 
    padding: 0px;
    /*
    width:610px;
    margin-bottom:5px;
    padding: 5px 5px 5px 5px;
    */    
}

#Title H1 /* TODO: H1 causes problems in IE */
{
    margin-right:8px;
    font-size:1.25em;
    font-weight:bold;
    display:inline;
}

#Category #Items
{
    width:367px;
    background-color:white;
    padding: 10px 5px 10px 5px;
}

#Category #Lists
{
    float:left;
    clear:none;
    width:218px;/*250px;*/ 
    padding: 10px;
    background-color:white;

}




#Items TD.Image
{
    background-image:url(../Images/Item_Frame.jpg);
    background-repeat:no-repeat;
    background-position:top;
    text-align:center;
    vertical-align:top;
    padding:4px;
    height:133px;
    width:129px;
}

#Items TD.Details
{
    padding: 5px;
    vertical-align:top;
}

#Items TD.Details DIV.Title 
{
    font-weight:bold;
    margin-bottom:5px;
}



#Items TD.Details .Description
{
 font-size:90%;
}

/* For CategoryAll Items */
#Items TD.Details .TitleAll
{
    margin-bottom:5px;
}

#AllItemsLink 
{
    padding: 10px 10px 20px 10px;
}
