
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AccountPage
{
position:relative;
top:60px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}

.AccountPage .title
{
color:#ffffdd;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.AccountPage .body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER INFO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomerInfoBox
{
}

.CustomerInfoBox .SectionTitle
{
position:relative;
color:#ffffdd;
margin-bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px dashed #fff;
}

.CustomerInfoBox .SectionBody
{
text-align:left;
display:block;
padding:3px 10px 0 0;
vertical-align:middle;
white-space:nowrap;
}

.CustomerInfoBox .Button
{
}

.CustomerAddresses
{
}

.CustomerAddresses .SectionTitle
{
position:relative;
color:#ffffdd;
margin-bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px dashed #fff;
}

.CustomerAddresses .AdressList
{
}

.CustomerAddresses .AdressList .AddressItem
{
}

.CustomerAddresses .AddButton
{
}

.CustomerOrders
{
}

.CustomerOrders .OrderList
{
}

.CustomerOrders .OrderList .OrderItem
{
}

.CustomerPassRecovery
{
}

.CustomerInfoBox .SectionBody
{
}

.blockBordered
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.LoginPage
{
}

.LoginPage .title
{
color:#ffffdd;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.LoginPage .htmlcontent
{
}

.LoginPage .wrapper
{
}

.LoginPage .wrapper .new-wrapper
{
    top:0px;
    position:relative;
    float:left;
    width:47%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.LoginPage .wrapper .new-wrapper .RegisterTitle
{
position:relative;
color:#ffffdd;
margin-bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
}

.LoginPage .wrapper .new-wrapper .RegisterBlock
{
}

.LoginPage .wrapper .returning-wrapper
{
    height:auto;
    top:0px;
    border:1px dashed #fff;
    position:relative;
    float:left;
    width:47%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.LoginPage .wrapper .returning-wrapper .LoginTitle
{
position:relative;
color:#ffffdd;
margin-bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
}

.LoginPage .wrapper .returning-wrapper .LoginBlock
{
}

.LoginTableContainer
{
}

.LoginTableContainer .Row *
{
    padding-right: 5px;
    margin-right: 5px;
}

.LoginTableContainer .Row .ItemName input
{
    position:relative;
    float:left;
}

.LoginTableContainer .Row .ItemValue input
{
    position:relative;
    float:left;
}

.LoginPage .ForgotPassword
{
padding-top:10px;
padding-bottom:10px;
}

.LoginPage .LoginButton
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REGISTRATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RegistrationPage
{
}

.RegistrationPage .title
{
color:#ffffdd;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.RegistrationPage .body
{
}

.RegistrationPage .SectionTitle
{
position:relative;
color:#ffffdd;
margin-bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px dashed #fff;
}

.RegistrationPage .SectionBody
{
}

.RegistrationPage .Button
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PASSWORD RECOVERY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.PasswordRecoveryPage
{
}

.PasswordRecoveryPage .title
{
}

.PasswordRecoveryPage .body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACCOUNT ACTIVATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AccountActivationPage
{
}

.AccountActivationPage .title
{
}

.AccountActivationPage .body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESS EDIT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.AddressEditPage
{
}

.AddressEditPage .title
{
}

.AddressEditPage .body
{
}


