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

@import url(/lib/FWS/css/fws.css);

/******************************************************************************
 * general rules
 *****************************************************************************/

ul, ol { list-style-position: outside; }

a { color: #e10000; }
a:hover   { text-decoration: underline;}


.right div
{
    min-height: 400px;
}

.left { width: 630px; padding: 15px; }

.right
{
    width: 140px;
   	background-color:#f5f5f5;
   	
   	margin: 0px;
   	text-align: right;
}


.rightlogo
{
    text-align: center;
    vertical-align: bottom;
    background-color:#f5f5f5;
   	margin: 0px;
   	padding: 10px;
}

#fws-main-menu
{ 
    list-style-type: none;
    background-color: transparent;
}

#fws-main-menu ul
{
    list-style-type: none;
    padding: 0;
}

#fws-main-menu a { display: block; padding: 5px; color: black; }
#fws-main-menu a:hover   { color: #fff; background-color: #e10000; text-decoration: none; }

#fws-main-menu li.zwp-menu-current a:hover
{
    color: white;
}
	
#fws-main-menu li
{
    display: block;
    background-color: transparent;
    border-bottom: 2px solid white;
    padding: 0;
}

.ee td { padding: 10px; }


/******************************************************************************
 * forms
 *****************************************************************************/

.fws-form-table td
{
    padding: 5px 0;
}

.fws-form-label
{
    width: 40%;
}

.fws-std-form td
{
    vertical-align: middle;
}

/******************************************************************************
 * Header
 *****************************************************************************/

.header h1
{
    text-align: right;
}

.erm-instructions
{
    text-align: left;
    padding: 20px;
}

/******************************************************************************
 * Footer
 *****************************************************************************/

.fws-footer
{
    margin-top: 0;
}

.fws-footer a:hover
{
    text-decoration: none;
}
