/*Product Card - pc*/
#breadcrumbs
{
    margin-bottom:8px;
}
#breadcrumbs h1
{
    display:inline;font-size:10pt;
}
.pc
{
    font-size:13pt;
    margin-top:8px;
}
/*Product properties*/
.pc_table
{
    border:0;
    width:100%;
}
.pc_table tr td
{
    vertical-align:top;
}
.pc_left
{
    width:100%;
}
.pc_right
{
    width:50%;
}
.pc_cost
{
    font-size:1.2em;
    font-weight:bold;
}
.pc_prop_tab
{
    width:95%;
    margin:0;
    padding:0;
    border-collapse:collapse;
}
.pc_prop_tab tr td
{
    padding-top:5px;
    
}
.pc_prop
{
    border-bottom: 1 solid #C2C2C2;
}
.right
{
    text-align:right;
}
.pc_cart
{
    border-collapse:collapse;
    border:0;
}
.pc_back
{
    text-align:right;
}
.pc_back img
{
    border:0;
    width:71px;
    height:22px;
}
.pc_desc
{
    border-collapse:collapse;
    width:100%;
}
.pc_desc tr td
{
    background-color:#f6f6f6;
    padding:6px;
}
.gt_h1
{
    display:inline;
    font-size:10pt;
}
.gt_h2
{
    margin:8px 0;padding:0;
}
