﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.account-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.account-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER INFO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.customer-info-box
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
}

.customer-info-box .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;

        height: 22px;
        width: 984px;
        background: url('images/box984_top.gif') no-repeat 0 100%;
}

.customer-info-box .section-body
{
	text-align: left;
	padding: 10px 0px 10px 10px; /*10px;*/
	border: 0px; /*1px solid #d7d7d7;*/
        height: auto;

        background: url('images/box984_bottom.gif') no-repeat 0 100%; 
        width: 984px;
}


.customer-info-box .button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.customer-addresses
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-addresses .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}

.customer-addresses .address-list
{
}

.customer-addresses .address-list .address-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-addresses .add-button
{
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}

.customer-orders
{
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-orders .order-list
{
}


.customer-orders .order-list .order-item-title /*ADDED BY MAXO*/
{
    height: 22px;
    width: 984px;
    background: url('images/box984_top.gif') no-repeat 0 100%;
}


.customer-orders .order-list .order-item
{
	text-align: left;
	margin-bottom: 10px;
	border: 0px; /*1px solid #d7d7d7;*/
	height: auto;

        background: url('images/box984_bottom.gif') no-repeat 0 100%; 
        width: 984px;
}

.customer-pass-recovery
{
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}


.block-bordered
{
	border: 1px solid rgb(232, 230, 210);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.login-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.login-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.login-page .wrapper
{
	width: 630px; /*alt 600 */
	margin-top: 10px;
	padding-left: 0px; /*5*/
	font-size: 11px;
	color: #555;
}

.login-page .wrapper .new-wrapper
{
	float: left;
	width: 50%;
}

.login-page .wrapper .new-wrapper .register-title
{
	text-align: left; /*alt center */
	margin: 0px 0px 0px 0px; /* 0px 10px 0px 10px; */
	font-weight: bold;
        height: 25px;
        width: 300px;
        background: url('images/box300_top.gif') no-repeat 0 100%;
}

.login-page .wrapper .new-wrapper .register-block
{
	text-align: center;
	margin: 0px 0px 10px 0px; /*10px 10px 10px 10px;*/
	padding: 15px 0px 5px 0px; /*15px 5px 5px 5px;*/
	border: 0px; /*solid 1px #d3d3d3; */
	height: 210px;
	vertical-align: top;
        background: url('images/box300_bottom.gif') no-repeat 0 100%; 
        width: 300px;
}

.login-page .wrapper .returning-wrapper
{
	float: right;
	width: 50%;
}

.login-page .wrapper .returning-wrapper .login-title
{
	text-align: left; /*alt center */
	margin: 0px 0px 0px 0px; /* 0px 10px 0px 10px; */
	font-weight: bold;
        height: 25px;
        width: 300px;
        background: url('images/box300_top.gif') no-repeat 0 100%;
}

.login-page .wrapper .returning-wrapper .login-block
{
	text-align: left;
	margin: 0px 0px 10px 0px; /*10px 10px 10px 10px;*/
	padding: 15px 0px 5px 10px; /*15px 5px 5px 5px;*/
	border: 0px; /*solid 1px #d3d3d3;*/
	height: 210px;
        background: url('images/box300_bottom.gif') no-repeat 0 100%; 
        width: 300px;
}

.login-table-container
{
	vertical-align: middle;
}

.login-table-container .row
{
}

.login-table-container .row .item-name
{
	padding: 10px 10px 10px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
}

.login-table-container .row .item-value
{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

.login-page .forgot-password
{
	font-weight: bold;
}

.login-page .login-button
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REGISTRATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.registration-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.registration-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.registration-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.registration-page .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
        height: 22px;
        width: 610px;
        background: url('images/box610_top.gif') no-repeat 0 100%;
}

.registration-page .section-body
{
	text-align: left;
	padding: 10px;
	border: 0px; /*1px solid #d7d7d7;*/
	height: auto;
        background: url('images/box610_bottom.gif') no-repeat 0 100%; 
        width: 610px;
}

.registration-page .info-text
{
	height: 20px;
}

.registration-page .button
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PASSWORD RECOVERY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.password-recovery-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.password-recovery-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.password-recovery-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACCOUNT ACTIVATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.account-activation-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.account-activation-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.account-activation-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESS EDIT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.address-edit-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.address-edit-page .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.address-edit-page .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}


