/**
 * Custom stylesheet for the Component item_list category view.
 *
 * @url         $URL: https://svn.siliconmechanics.com/web/branches/stable/shared_code/templates_item_list/Component/style.css $
 * @date        $Date: 2008-07-23 15:35:20 -0700 (Wed, 23 Jul 2008) $
 * @version     $Revision: 7208 $
 * @author      $Author: ccapps $
 * @copyright   Silicon Mechanics
 *
 * @package     SiMech
 * @subpackage  Shared
 *
/**/
.category_grid {
    border-collapse: collapse;
}

.category_item {
    padding: 4px;
    vertical-align: top;
}

.category_item.content {
    border: 1px solid #CCCCCC;
    border-bottom: none;
    padding: 10px;
    background-color: white;
}

.category_item.buy_info {
    border: 1px solid #CCCCCC;
    border-top: none;
    text-align: right;
    padding: 10px;
    vertical-align: baseline;
    background-color: white;
}

.component_image_container {
    position: relative;
}

.component_main_image_container {
    width: 175px;
    height: 175px;
    display: inline;
    float: left;
    top: 0px;
    left: 0px;
}

.component_vendor_image_container {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.component_price_info {
    font-weight: bold;
    float: left;
    text-align: left;
}

.left_aligned {
    left: 0px;
}

.component_is_new {
    position: absolute;
    left: -175px;
}

