
/* this is needed to make IE center the product catalog table */
body 
{
    text-align:center;
}

#wrapper
{
    background: #fff;
}

#content
{ 
    padding: 20px 30px 0px 30px;
}

#no_products_message
{
    padding-top: 20px;
    padding-bottom: 40px;
}

#catalog_controls 
{
    margin-bottom: 20px;
    margin-right: 40px;
}

.product_catalog_image
{ 
    width: 210px;
    height: 280px;
}

.product_catalog_item
{ 
    text-align:center;
    width: 210px;
    float:left;
    margin: 0 24px 40px 24px;
}

.product_catalog_item_info
{
    margin-top: 15px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding:5px;
}

.selected_product_catalog_item
{
    background: #fafd12;
}
