/**
 * @file
 * Core module styles for user (myAccount pages).
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.7 $
 * @version $Name: DEPAULREIG_2008-12-15_1 $
 * @version $Id: user.css,v 1.7 2008/03/27 22:08:06 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
#continueToCheckout
{
   border-bottom: 1px solid #eee;
   margin-bottom: 10px;
   padding-bottom: 10px;
   text-align: center;
}

#loginLeft
{
   float: left;
   padding-right: 20px;
   width: 45%;
}

#loginMain .commandError
{
   width: 250px;
}

#loginRight
{
   border-left: 1px #ccc solid;
   float: left;
   _height: 200px; /* ie hack */
   min-height: 200px;
   padding-left: 20px;
   width: 45%;
}

#myAccountLeftNav
{
   float: left;
   font-size: 12px;
   font-weight: bold;
   line-height: 2.5em;
   margin-right: 10px;
   padding-top: 10px;
   width: 170px;
}

#myAccountLeftNav ul
{  
   margin: 0px;
   padding: 0px;
   vertical-align: middle;
}

#myAccountLeftNav li
{  
   font-weight: normal;
   list-style: none;
   list-style-position: outside;
   margin-left: 15px;
   padding: 0px;
}

#myAccountLeftNav li:hover
{
   list-style-image: url(/images/en/core/pointer.gif);
   list-style-position: outside;
}

#myAccountMain
{
   border-left: 1px solid #ddd;
   float: left;
   _height: 300px;
   margin-top: 15px;
   min-height: 300px;
   padding-left: 10px;
   width: 500px;
}

#myAccountMain #addresses h2
{
   margin-bottom: 1px;
}

#myAccountMain #addresses #billing,
#myAccountMain #addresses #shipping
{
   float: left;
   width: 45%;
}

#myAccountMain #addresses .address
{
   margin-bottom: 15px;
   margin-top: 10px;
   padding-left: 15px;
}

#myAccountMain #addresses #additional
{
   margin-top: 10px;
}

#myAccountMain #addresses #additional table
{
   width: 90%;
}

#myAccountMain #addresses #additional td
{
   border-bottom: 1px solid #ddd;
   padding-bottom: 10px;
   padding-top: 10px;
}

#myAccountMain #addresses #billing .actions,
#myAccountMain #addresses #shipping .actions
{
   margin-top: 5px;
   padding: 0px;
   text-align: left;
   vertical-align: top;
}

#myAccountMain .membershipWarning
{
   border: 2px solid #900;
   font-weight: bold;
   margin: 0px 40px 20px 40px;
   padding: 10px;
   text-align: center;
}
