﻿
/*CUSTOMER ACCOUNT*/
.AccountPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.AccountPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

/*CUSTOMER INFO*/

.CustomerInfoBox
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	margin: 10px;
}
.CustomerInfoBox .SectionBody
{
    text-align: left;
    padding: 10px;
    height: auto;
}
.CustomerInfoBox .Button
{
    background-color: inherit;
    margin-bottom: 10px;
}
.CustomerAddresses
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	background-color: inherit;
}

.CustomerAddresses .AdressList .AddressItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	height: auto;
}

.CustomerAddresses .AddButton
{
    padding: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    text-align: right;
}

.CustomerOrders
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;

	background-color: inherit;
}


.CustomerOrders .OrderList .OrderItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;

	height: auto;
}

.CustomerPassRecovery
{
    padding: 20px;
    background-color: inherit;
    margin-bottom: 10px;
}

.CustomerPassRecovery .ChangeButton
{
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    text-align: right;
}
.CustomerInfoBox .SectionBody
{
	text-align: left;
	padding: 10px;
	height: auto;
}

.blockBordered
{
	border: 1px solid rgb(232, 230, 210);
}

/*LOGIN*/

.LoginPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.LoginPage .title
{
}

.LoginPage .wrapper
{
	width: 600px;
	margin-top: 10px;
	padding-left: 5px;
}

.LoginPage .wrapper .new-wrapper
{
	float: left;
	width: 50%;
}

.LoginPage .wrapper .new-wrapper .RegisterTitle
{
	text-align: center;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

.LoginPage .wrapper .new-wrapper .RegisterBlock
{
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	height: 260px;
	vertical-align: top;
}

.LoginPage .wrapper .returning-wrapper
{
	float: right;
	width: 50%;
}

.LoginPage .wrapper .returning-wrapper .LoginTitle
{
	text-align: center;
	margin: 0px 10px 0px 10px;
	font-weight: bold;
}

.LoginPage .wrapper .returning-wrapper .LoginBlock
{
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	height:260px;
}

.LoginTableContainer
{
	vertical-align: middle;
}

.LoginTableContainer .Row .ItemName
{
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
}

.LoginTableContainer .Row .ItemValue
{
	vertical-align: middle;
}

.LoginPage .ForgotPassword
{
	font-weight: bold;
}

.LoginPage .LoginButton
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

/*REGISTRATION*/

.RegistrationPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
.RegistrationPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.RegistrationPage .SectionTitle
{
	padding: 10px 10px 5px 0px;
	clear: both;
}

.RegistrationPage .SectionBody
{
	text-align: left;
	padding: 10px;
	height: auto;
}

.RegistrationPage .SectionBody .ItemName
{
    width: 200px;
}

.RegistrationPage .Button
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

/*PASSWORD RECOVERY*/

.PasswordRecoveryPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.PasswordRecoveryPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
}

/*ADDRESS EDIT PAGE*/

.AddressEditPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.AddressEditPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

