﻿#right 
{
   padding: 20px 10px 0 10px; 
   width:202px; 
}
#body_container
{
   border:none;  
   width:960px;
   background-color:transparent;
}

#billing_address
{
   border:1px dotted grey;
   padding: 5px 5px 0 5px; 
   margin-bottom:10px;
}
#left 
{
   float:left;
   padding:0 0 0 10px;
   margin-top:10px;
   width:725px;
}
#billing_address p
{
   margin: 4px;  
}
#orderSearch 
{
   margin:10px 0 0 10px;
   width:75px;
}

.order_list { width:722px;}
.order_list .one { width:20%}
.order_list .three { width:20%}
.order_list .four { width:20%}
.order_list .five{ width:15%}
.order_list .six { width:10%}

#order_history dl {float:left }
#order_history dt { font-weight:bold; margin:0 5px 5px 0;}
#order_history dt, #order_history dd {  }
#order_history dd { margin: 0 10px 5px 0; }

#customer_account dl { clear:both; width:500px; margin-bottom:5px; }
#customer_account dt { font-weight:bold; margin:0 5px 5px 0; clear:both; width:150px; }
#customer_account dt, #customer_account dd { float:left; }
#customer_account dd { margin: 0 10px 5px 0; }
#customer_account .account_info_column {float:left; margin-right:10px; width:340px;}
#customer_account dd input {width:170px;}

input[type="submit"] { font-size:12px; width:150px; padding:5px 5px; border-width:1px; border-style:solid; border-color:#666; text-align:center; margin:0 0 10px 0; background-color:#EDECEC; background-image:url(/core/images/pop_admin/buttonfade.png); background-repeat:repeat-x; /*float:right;*/ }
input[type="submit"]:hover { border-color:#FF0000; background-image:url(/core/images/pop_admin/buttonfade-over.png); background-repeat:repeat-x;  }
input[type="submit"] a { font-weight:bold; color:#000; }
input[type="submit"] a:hover { text-decoration:none; }

.required { font-weight:bold; }
.required span.indicator { color:#ee0000; }
.right { float:right; margin:40px 100px 0 0 !important;}
