

/************ START myaccount.css ********************/

#myaccount
{
width						: 782px;
}

#content #myaccount h3
{
background-image			: url(../images/generic/box_header_blue_basket.gif);
background-repeat			: no-repeat;
font-size					: 100%;
font-weight					: bold;
color						: #FFF;
margin						: 3px 0px 0px 0px;
padding						: 10px 0px 8px 15px;
line-height					: 16px;
background-color			: #002138;
}

#myaccount table 
{
background-color			: #CBCEDD;
font-size					: 70%;
}

#myaccount table p
{
margin						: 0px;
}

#myaccount table thead th
{
background-color			: #E5F7FD;
text-align					: left;
padding						: 5px 0px 5px 20px;
}

#myaccount table tr td
{
background-color			: #FFF;
padding						: 10px 0px 10px 20px;
vertical-align				: top;
}

#myaccount table tr td.lastrow
{
background-color			: #E5F7FD;
font-weight					: bold;
text-align					: right;
padding-right				: 10px;
}

#myaccount table tr td.lastrowlinks
{
background-color			: #E5F7FD;
font-weight					: bold;
text-align					: right;
padding						: 5px 20px 2px 0px;
border-top					: 2px solid #FFF;
}

#myaccount table tr td.lastrowlinks_nowhiteborder
{
background-color			: #E5F7FD;
font-weight					: bold;
text-align					: right;
padding						: 5px 20px 2px 0px;
border-top					: 0px solid #FFF;
}

#myaccount table tr td.lastrow span
{
float						: left;
color						: #FF0000;
}


#myaccount table tr td.item
{
font-size					: 100%;
padding						: 10px 10px 10px 20px;
}

#myaccount table tr td.item img
{
border						: 1px solid #E5F7FD;
float						: left;
margin-right				: 10px;
}

#myaccount table tr td.add img
{
margin						: 10px 0px 0px 0px;
}

#myaccount table tr td.remove img
{
margin						: 33px 0px 0px 0px;
}

#myaccount table tr td.remove img.nospace
{
margin						: 0px 0px 0px 0px;
}

#myaccount table tr td input
{
font-size					: 100%;
font-family					: arial;
border						: 1px solid 666;
padding						: 2px;
width						: 50px;
display						: block;
}

#myaccount table td.item {width : 432px;} /* inc 10ps padding on left */
#myaccount table td.qty {width : 70px;}
#myaccount table td.price {width : 70px;}
#myaccount table td.add {width : 100px;}
#myaccount table td.remove {width : 100px;}
#myaccount table td.date {width : 200px;}
#myaccount table td.ship {width : 240px;}
#myaccount table td.bill {width : 500px;}

#myaccount img.bottom
{
display						: block;
float						: left;
}