/* $Id: local.css,v 1.1 2010/07/12 23:05:43 aross Exp $ */

/**
* @file
* For users to customize theme
*
* This file will be loaded after the other theme stylesheets so use it to make
* your own customizations and it will override other settings.
*
* IMPORTANT - when upgrading the theme, save a copy of this file and then
* paste back into the new local.css after the upgrade to keep your customizations
*
*/

tr.ttl
{
    background: #dae3e8;
}

tr.row_last td
{
    padding-bottom: 4px;
}

div.field-field-sideways
{
    padding-left: 70%;
}

div.field-field-sideways a.selected
{
    background: #DAE3E8;
}

#order-form-form div.form-checkboxes div
{
    width: 40%;
    float: left;
}

#order-form-form fieldset
{
    clear: both;
    width: 98%;
}

#order-form-form fieldset.container_type div div
{
    width: 40%;
    float: left;
}

div.meta
{
    display: none;
}

div.node-links
{
    display: none;
}

div.content img
{
    border: 7px solid transparent;
}