﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AccountPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.AccountPage .title
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.AccountPage .body
{
	margin: 0px 0 0 0;
	padding: 0px;
	font-size: 11px;
	color: #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER INFO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomerInfoBox
{
	margin: 0px 0 0 0;
	padding: 10px;
	font-size: 11px;
	color: #000;
	border:0px solid #000;
	
}

.CustomerInfoBox .SectionTitle
{
    text-align:left;
    margin-left:20px;
	margin-top: 20px;
    margin-bottom: 10px;	
	clear: both;
	font-family:verdana, arial;
	font-size: 16px;
	font-weight:bold;
	color: #00b4c6;
	border-bottom: dotted 0px #e50085;
}

.CustomerInfoBox .SectionBody
{
	text-align: left;
	padding: 10px;
	height: auto;
	border:0px solid #000;	
	
}

.CustomerInfoBox .Button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.CustomerAddresses
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #000;
	background-color: inherit;
}

.CustomerAddresses .SectionTitle
{
    text-align:left;
    margin-left:20px;
	margin-top: 20px;
    margin-bottom: 10px;	
	clear: both;
	font-family:verdana, arial;
	font-weight:bold;
	font-size: 16px;
	color: #00b4c6;
	border-bottom: dotted 0px #e50085;
}

.CustomerAddresses .AdressList
{
color:#000;
}

.CustomerAddresses .AdressList .AddressItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	border-style:solid;
	height: auto;
	line-height:20px;
}

.CustomerAddresses .AddButton
{
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}

.CustomerOrders
{
	margin: 0px 0 0 0;
	padding: 10px;
	font-size: 11px;
	color: #000;
	background-color: inherit;
}

.CustomerOrders .OrderList
{
}

.CustomerOrders .OrderList .OrderItem
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 0px solid #d7d7d7;
	background-color: #ffffff;		
	height: auto;
}

.CustomerPassRecovery
{
	font-size: 11px;
	text-align: left;
	padding: 20px;
	height: auto;
}

.CustomerInfoBox .SectionBody
{
	text-align: left;
	padding: 10px;
	border: 1px solid #ced0d2;
	background-color: #FFF;	
	height: auto;
}

.blockBordered
{
	border: 0px solid rgb(232, 230, 210);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.LoginPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.LoginPage .title
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.LoginPage .wrapper
{
	width: 640px;
	margin-top: 10px;
	font-size: 11px;
	color: #000;
}

.LoginPage .wrapper .new-wrapper
{
	float: left;
	text-align:left;
	width: 50%;
	
}

.LoginPage .wrapper .new-wrapper .RegisterTitle
{
	font-family:verdana, arial;
	font-size: 1.4em;
	font-weight:bold;
	text-align: left;
	margin-left: 10px;
	color:#00b4c6;
	
}

.LoginPage .wrapper .new-wrapper .RegisterBlock
{
	text-align: justify;
	margin:0px;
	padding: 10px;
	border-right: dotted 0px #e50085;
	height: 240px;
	line-height:18px;
	vertical-align: top;
}

.LoginPage .wrapper .returning-wrapper
{
	float: right;
	text-align:left;	
	width: 50%;
}

.LoginPage .wrapper .returning-wrapper .LoginTitle
{
	font-family:verdana, arial;
	font-size: 1.4em;
	text-align: left;
	margin-left: 25px;
	font-weight:bold;
	color:#00b3c6;
}

.LoginPage .wrapper .returning-wrapper .LoginBlock
{
	text-align: left;
	margin:0px;
	padding-left: 20px;
	border:0px;
	height: 240px;
	line-height:18px;
	vertical-align: top;
}

.LoginTableContainer
{
	vertical-align: middle;
}

.LoginTableContainer .Row
{
}

.LoginTableContainer .Row .ItemName
{


	vertical-align: middle;
}

.LoginTableContainer .Row .ItemValue
{
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
}

.LoginPage .ForgotPassword
{

	text-align: center;

}

.LoginPage .LoginButton
{
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REGISTRATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RegistrationPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RegistrationPage .title
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.RegistrationPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #000;
	background-color: inherit;
}

.RegistrationPage .SectionTitle
{
   text-align:left;
	margin:10px;
	clear: both;
	font-family:verdana, arial;
	font-size: 16px;
	font-weight:bold;
	color: #00b4c6;
	border-bottom: dotted 0px #e50085;
}

.RegistrationPage .SectionBody
{
	text-align: left;
	padding: 10px;
	border: 1px solid #ced0d2;
	background-color: #FFF;	
	height: auto;

}

.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
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #000000;
	border-bottom: dotted 1px #e50085;
}

.PasswordRecoveryPage .body
{
	padding: 10px;
	font-size: 11px;
	color: #000;
	background-color: inherit;
	text-align:left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AVATAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomerAvatar
{
	padding: 10px;	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACCOUNT ACTIVATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AccountActivationPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.AccountActivationPage .title
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #000000;
	border-bottom: dotted 1px #e50085;
}

.AccountActivationPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #000;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESS EDIT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AddressEditPage
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.AddressEditPage .title
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #000000;
	border-bottom: dotted 0px #e50085;
}

.AddressEditPage .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #000;
	background-color: inherit;
}


