
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-page
{
position:relative;
top:0px;
-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;
}

.account-page .page-title
{
color:#48ABB7;
font-family: arial, verdana, helvetica, sans-serif;
font-size:22px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.account-Page .body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER INFO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomerInfoBox
{
}

.CustomerInfoBox .SectionTitle
{
position:relative;
color:#48ABB7;
margin-bottom:5px;
font-family: arial, verdana, helvetica, sans-serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px solid #fff;
}

.CustomerInfoBox .SectionBody
{
text-align:left;
display:block;
padding:3px 10px 0 0;
vertical-align:middle;
white-space:nowrap;
}

.CustomerInfoBox .Button
{
    cursor:pointer; 
}

.CustomerAddresses
{
}

.CustomerAddresses .SectionTitle
{
position:relative;
color:#48ABB7;
margin-bottom:5px;
font-family: arial, verdana, helvetica, sans-serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px dashed #fff;
}

.CustomerAddresses .AdressList
{
}

.CustomerAddresses .AdressList .AddressItem
{
}

.CustomerAddresses .AddButton
{
    cursor:pointer;
}

.CustomerOrders
{
}

.CustomerOrders .OrderList
{
}

.CustomerOrders .OrderList .OrderItem
{
}

.CustomerPassRecovery
{
}

.CustomerInfoBox .SectionBody
{
}

.blockBordered
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.login-page
{
}

.login-page .page-title h1 
{
color:#48ABB7;
font-family: arial, verdana, helvetica, sans-serif;
font-size:22px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.login-page .htmlcontent
{
}

.login-page .wrapper
{
}

.login-page .wrapper .new-wrapper
{
    top:0px;
    position:relative;
    float:left;
    width:47%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.login-page .wrapper .new-wrapper .register-title
{
position:relative;
color: Yellow; /*#48ABB7;*/
margin-bottom:5px;
font-family: arial, verdana, helvetica, sans-serif;
}

.login-page .wrapper .new-wrapper .register-block
{
}

.login-page .wrapper .returning-wrapper
{
    height:auto;
    top:0px;
    border:1px solid #fff;
    position:relative;
    float:left;
    width:47%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.Login-page .wrapper .returning-wrapper .login-title
{
position:relative;
color:yellow;/*#48ABB7;*/
margin-bottom:5px;
font-family: arial, verdana, helvetica, sans-serif;
}

.login-page .wrapper .returning-wrapper .login-block
{
}

.login-table-container
{

}

.login-table-container .row *
{
    padding-right: 5px;
    margin-right: 5px;
}

.login-table-container .row .item-name
{
     color:Yellow;     
}

.login-table-container .row .item-name input
{
    position:relative;
    float:left;
}

.login-table-container .row .item-value input
{
    position:relative;
    float:left;
}

.login-page .forgot-password
{
    padding-top:10px;
    padding-bottom:10px;
}

.login-page .forgot-password a:link
{
    color:Red;
    text-decoration: none; 
}

.login-page .forgot-password a:visited
{
    color:Aqua;
    text-decoration: underline;  
}

.login-page .forgot-password a:hover
{
    color:yellow;
    text-decoration: none;         
}

.login-page .login-button
{
    cursor:pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REGISTRATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.registration-page
{
}

.registration-page .title
{
color:#48ABB7;
font-family: arial, verdana, helvetica, sans-serif;
font-size:22px;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.registration-page .body
{
}

.registration-page .section-title
{
position:relative;
color:#48ABB7;
margin-bottom:5px;
font-family: arial, verdana, helvetica, sans-serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px solid #fff;
}

.registration-page .section-body
{
}

.registration-page .button
{
    cursor:pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PASSWORD RECOVERY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Password-recovery-page
{
}

.Password-recovery-page .title
{
}

.Password-recovery-page .body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACCOUNT ACTIVATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-activation-page
{
}

.account-activation-page .title
{
}

.account-activation-page .body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESS EDIT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.address-edit-page
{
}

.address-edit-page .title
{
}

.address-edit-page .body
{
}

