﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AccountPage
{
	/*background-color: Lime;*/
	
	/*
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	*/
}

.AccountPage .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.AccountPage .body
{
	color: #555;
	font-size: 11px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER INFO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomerInfoBox
{
	/*background-color: Fuchsia;*/
	
	color: #555;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
}

.CustomerInfoBox .SectionTitle
{
	clear: both;
	/*font-size: 12px;*/
	font-weight: bold;
	padding: 10px 10px 5px 0px;
}

.CustomerInfoBox .SectionBody
{
	height: auto;
	padding: 10px;
	text-align: left;
}

.CustomerInfoBox .Button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.CustomerAddresses
{
	/*background-color: Teal;*/
	
	color: #555;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
}

.CustomerAddresses .SectionTitle
{
	clear: both;
	font-weight: bold;
	padding: 10px 10px 5px 0px;
	
	/*font-size: 12px;*/
}

.CustomerAddresses .AddressList
{
}

.CustomerAddresses .AddressList .AddressItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CustomerAddresses .AddButton
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
}

.CustomerOrders
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.CustomerOrders .OrderList
{
}

.CustomerOrders .OrderList .OrderItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CustomerPassRecovery
{
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.CustomerInfoBox .SectionBody
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.blockBordered
{
	border: 1px solid rgb(232, 230, 210);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.LoginPage
{
	/*
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
*/
	
	width: 100%;
}

.LoginPage .ForgotPassword
{
	font-weight: bold;
}

.LoginPage .Title
{
	clear: both;
	font-weight: bold;
	padding: 10px 10px 5px 0px;
	text-transform: uppercase;
}

.LoginPage .LoginButton
{
	clear: both;
	float: right;
	margin-top: 5px;
	text-align: center;
}

.LoginPage .Wrapper
{
	color: #555;
	font-size: 11px;
	margin-top: 10px;
	width: 100%;
}

.LoginPage .Wrapper .LoginTitle
{
	font-weight: bold;
	text-align: center;
}

.LoginPage .Wrapper .LoginBlock
{
	/*background-color: Blue;*/
	
	border: solid 1px #d3d3d3;
	margin-top: 5px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.LoginPage .Wrapper .NewWrapper
{
	float: left;
	margin-top: 15px;
}

.LoginPage .Wrapper .ReturningWrapper
{
	clear: right;
	float: left;
}

.LoginTableContainer
{
	/*vertical-align: middle;*/
}

.LoginTableContainer .Row .ItemName
{
	font-weight: bold;
	padding: 10px 10px 10px 0px;
	padding-right: 10px;
	vertical-align: middle;
	white-space: nowrap;
}

.LoginTableContainer .Row .ItemValue
{
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REGISTRATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RegistrationPage
{
	/*background-color: Fuchsia;*/

	width: 100%;
}

.RegistrationPage .title
{
	clear: both;
	font-weight: bold;
	padding: 10px 10px 5px 0px;
	text-transform: uppercase;
}

.RegistrationPage .body
{
	/*background-color: Blue;*/
	/*background-color: inherit;*/
	
	color: #555;
	font-size: 11px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;

	width: 100%;
}

.RegistrationPage .SectionTitle
{
	/*background-color: Maroon;*/
	
	clear: both;
	/*font-size: 12px;*/
	font-weight: bold;
	padding: 10px 10px 5px 0px;
}

.RegistrationPage .SectionBody
{
	/*background-color: Blue;*/
	
	border: 1px solid #d7d7d7;
	height: auto;
	padding: 10px;
	text-align: left;
	
	/*width: 100% - 20px;*/
}

.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 .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.PasswordRecoveryPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AVATAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomerAvatar
{
	padding: 10px;	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACCOUNT ACTIVATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AccountActivationPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.AccountActivationPage .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.AccountActivationPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESS EDIT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AddressEditPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.AddressEditPage .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.AddressEditPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

