/* new styles for base
the following styles are NOT ascension left overs but made for this app */

/* common my account styles*/

.myaccount_page
{
    width: 764px;
    margin:0;
    float:left;
    padding: 0 0 50px 0;
}

.my_account_content
{
    clear:both;
    color:#333333;
}

.my_account_header
{
    float: left;
    margin:0px 0 20px 0;
    padding:0 0 0 0;
    display: inline;
    width: 760px;
}

.sendbutton_personal
{
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
	
}

.my_account_header .title
{
    float:left;
    height:30px;
    margin:20px 0 0 0;
    width:650px;
}

.my_account_header .log_out
{
    float:right;
    height:24px;
    margin:20px 0 0 0;
    text-align:right;
    vertical-align:middle;
    width:100px;
}

.my_account_logout
{
    vertical-align: middle;
    text-align: right;
    float: right;
    width: 100px;
    margin: 20px 0 0 0;
    height: 24px;
}

.divMenu.my_account_nav
{
    margin: 70px 0 0 24px;
}

.title.account
{
    background:transparent url(/Images/MyAccount/head_details.jpg) no-repeat scroll 0 0;
}

.title.details
{
    background:transparent url(/Images/MyAccount/head_details.jpg) no-repeat scroll 0 0;
}

.title.addresses
{
    background:transparent url(/Images/MyAccount/head_addresses.jpg) no-repeat scroll 0 0;
}

.title.history
{
    background:transparent url(/Images/MyAccount/head_history.jpg) no-repeat scroll 0 0;
}

.title.referrals
{
    background:transparent url(/Images/MyAccount/h_myinvitations.jpg) no-repeat scroll 0 0;
}

.title.invite
{
    background:transparent url(/Images/MyAccount/head_invite.jpg) no-repeat scroll 0 0;
}

.title.emails
{
    background:transparent url(/Images/MyAccount/head_email.jpg) no-repeat scroll 0 0;
}

/* menu overrides */


.menu_item
{
    line-height: 3em;
    border-bottom: 1px solid #ccc;
}

/* register page */

.block
{
    float: left;
    margin: 0;
    display: inline;
}

.centered_block
{
    margin: 30px 0 0 154px;
    padding:10px 20px 20px 20px ;
    float: left;
    width:600px;
}

.centered_block .button_wrapper
{
    width: 600px;
    margin: 10px auto 0 auto;
    float: left;
    
}

.centered_block .form_field_wrapper
{
    display:inline;
    float:left;
    margin:3px 0 0;
    width: 600px;
}

.centered_block.main_login
{
	float:left;
	width:488px;
    margin:0 0 0 455px;
    padding: 0;
}

.centered_block .login_header
{
    float: left;
    margin: 10px 0 40px 0;
    width: 607px;
    height: 30px;
    background: url(/Images/MyAccount/head_ordering.jpg) no-repeat;
}

.centered_block .main_login_register
{
	float:left;
	width:460px;
    margin:0 0 0 460px;
    padding: 0 0 18px 0;
    height: 457px;
}

/*.centered_block .heading
{
    margin: 20px 0 10px 0;
    float: left;
    width: 100%;
    font-size: 1.8em;
}*/

.centered_block .heading
{
	font-family: Trajan Pro,Georgia,Arial;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding:0;
}

.centered_block .heading_password
{
	font-family: Trajan Pro,Georgia,Arial;
	font-size: 1.3em;
	font-weight: normal;
	margin: 50px 0 0 0;
	padding:0;
}

.centered_block .section_wrapper
{
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 600px;
}

.centered_block .section_wrapper input:text
{
    background: #faa;
    width: 800px;
}

.centered_block  .form_label
{
    float: left;
    margin: 0;
    width: 200px;
}

.centered_block .radio_wrapper
{
    float: left;
    margin: 0;
    width: 50px;
}

.centered_block .password_input
{
    float: left;
    margin: 0;
    width: 160px;
}

.centered_block .forgot_password
{
    float: left;
    margin: 0;
    width: 150px;
}

.centered_block .button_wrapper
{
    margin: 20px 0 0 0;
    float: left;
    width: 600px;
}


/* default my account page */

.my_acct_header_text
{
    margin-bottom: 30px;
}

.my_acct_section_image
{
    float:left;
    height:100px;
    margin:0 45px 20px 0;
    padding:0;
    width:310px;
}

.my_acct_section_image a
{
    margin:67px 0 0 88px;
    text-decoration:underline;
    width: 300px;
    float: left;
}


.my_acct_section_image.details
{   
    background:transparent url(/Images/MyAccount/my_account_personal.jpg) no-repeat scroll 0 0;
}

.my_acct_section_image.addresses
{
    background:transparent url(/Images/MyAccount/my_account_address.jpg) no-repeat scroll 0 0;
}

.my_acct_section_image.history
{
    background:transparent url(/Images/MyAccount/my_account_order.jpg) no-repeat scroll 0 0;
}

.my_acct_section_image.subscriptions
{
    background:transparent url(/Images/MyAccount/my_account_email.jpg) no-repeat scroll 0 0;
}


/* order history page */

.my_account_history_items
{
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    width: 755px;
    min-height:26px;
}

.order_table
{
}

.order_table tr td
{
    padding: 3px;
}

.order_table td.orderid
{
    width: 80px;
}

.order_table td.orderdate
{
    width: 90px;
}

.order_table td.ordercount
{
    width: 50px;
    text-align: center;
}

.order_table td.orderprice
{
    width: 60px;
}

.order_table td.status
{
    width: 80px;
    text-align: center;
}

.order_table td.orderview
{
    text-align:center;
    width: 80px;
}

.order_table td.vouchercode
{
    width: 90px;  
}

.order_table td.voucherprice
{
    width: 110px; 
}

/* addresses */

.my_account_address_book_header
{
    float: left;
    margin: 0 0 20px 0;
    padding:0 0 0 0;
    display: inline;
    background: url(/Images/MyAccount/head_address_book.gif) no-repeat;
    width: 743px;
    background-position: left center;
}

.myaccount_contact_title
{
    float: left;
    margin: 0 0 0 0;
    width: 280px;
}

.billing_checkbox
{
    float: left;
    margin: 0 0 0 15px;
    width: 90px;
    text-align: center;
}

.shipping_checkbox
{
    float: left;
    margin: 0 0 0 65px;
    width: 95px;
    text-align: center;
}

.address_buttons
{
    float: left;
    margin: 20px 0 0 0;
    width: 600px;
}

.address_heading
{
    float: left;
    width: 200px;
    margin: 0 0 0 0;
}

.address_billing
{
    float: left;
    width: 100px;
    margin: 0 0 0 100px;
}

.address_delivery
{
    float: left;
    width: 100px;
    margin: 0 0 0 50px;
}

#contact_detal
{
    margin: 20px 0 0 0;
    float: left;
    margin: 0 auto;
    width: 750px;
}

.loginblock
{
    margin: 8px 0px 0px 16px;
}

.loginbox
{
    background-color:Black;
    width:234px;
    height:290px;
    float:left;
    display:inline;
    margin: 5px;
}

.formbox
{
    height:200px;
    margin-top:20px;
}

.loginboxheadings
{
    font-family:Trajan Pro,Georgia,Arial;
    font-size:1.3em;
    margin: 0px 0px 0px 16px;
}

.centered_block .logincontrolheading
{
    margin: 15px 0px 0px 16px;
    font-size:1.1em;
}

.loginblock input
{
    width:190px;
}

.forgottentext
{
    margin: 5px 0px 0px 16px;
    width:200px;
}

.loginbutton
{
    margin: 10px 0px 0px 16px;
}

.membertext
{
    margin: 25px 0px 0px 16px;
    width:200px; 
}