/******************************************************************************
 * Erics' Removals CSS definitions
 *
 * Copyright (C) 2006 Fairfax eCommerce Pty Ltd.
 *****************************************************************************/

table.zwp-tabbed-tabs
{
    margin: auto;
    padding: 0;
}

.zwp-tabbed-tabs td
{
    padding: 0;
    margin: 0;
    width: 100px;
    text-align: center;
    position: relative;
}

.zwp-tabbed-tabs tr
{
    padding: 0;
    margin: 0;
}

.zwp-tabbed-panels
{
    position: relative;
    border: 1px solid black;
    margin: 0;
    margin-top: -1px;
    padding: 10px;
    z-index: 1;
}

.zwp-tabbed-tabs p
{
    color: black;
    position: relative;
    background-color: #ffcccc;
    border: 1px solid black;
    border-bottom: none;
    margin: 0 2px;
    padding: 0 5px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.zwp-tabbed-tabs p.zwp-tabbed-current
{
    background-color: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

/*
 * Quote Table
 */

.quote-outer-table td { vertical-align: top; }

.quote-table td
{
    vertical-align: middle;
    padding: 2px;
}
    
tr.even
{
    background-color: #eeeeee;
}

tr.odd
{
    background-color: #f8f8f8;
}

.long input
{
    width: 19em;
}

.short input
{
    width: 3em;
}

#misc_o
{
    width: 100%;
}

.none-ordered
{
    text-decoration: line-through;
    color: #aaa;
}

.phone
{
    text-align: right;
}