﻿
/*----- ADDRESS BOOK -----*/
.customerDetails
{
	height: 214px;
	border: solid 1px #dedede;	 
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 10px 10px;
	width: 170px;
	background: #efefef;
	padding-left: 20px;
}
	.addressStatus
	{
		height: 40px;
	}

		* html .addressStatus
		{
			height: 45px;
		}


/* ----- CUSTOMER MENU - left hand panel ----- */
#customerMenu
{
	margin: 0; border: 0; padding: 0;
	clear: both;
	margin-top: 13px;
	margin-left: 50px;
}
	#customerMenu #customerMenuHeader
	{
		text-transform: uppercase;
		color: #ff3399;
		font-weight: bold;
		padding: 4px 0px;
		font-size: 95%;
	}
	
	.customerMenuImage
	{
		float: left;
		padding-right: 5px;
	}
	.customerMenuText
	{
		float: left;
	}
	#customerMenu p
	{
		padding: 0; border: 0; margin: 0;
		clear: both;
		padding-bottom: 6px;
	}
	
			#customerMenu a:link, #customerMenu a:visited, 
			#customerMenu a:hover, #customerMenu a:active
			{
				color: #666666;
				text-decoration: none;
			}
			#customerMenu a:hover, #customerMenu a:active
			{
				color: #ff3399;
			}

/*----- CUSTOMER ACCOUNT HOME -----*/
#accountHomeMenu {
	clear: both;
	padding: 0px 10px;
}
	.accountHomeMenuImage {
		float: left;
		padding-right: 15px;
	}
	.accountHomeMenuText {
		float: left;
	}
	
	#accountHomeMenu p {
		clear: both;
		padding-bottom: 6px;
	}

/*----- ORDER SUMMARY PAGE ----- */
#orderSummary {
	border: solid 1px #ccc;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

	#orderSummaryHeader {
		border-right: solid 1px #ccc;
		background: #efefef;
		padding: 4px 4px;
		width: 240px;
	}
	
		#orderSummaryHeader label {
			float: left;
			font-weight: bold;
			width: 90px;
		}
		
	#orderSummaryDetail {
		padding-left: 4px;
		width: 350px;
	}
		#orderSummaryDetail span { padding-top: 4px; }
		
		#orderSummaryDetail ul {
			list-style: none;	
			padding-left: 10px;
			padding-top: 4px;
		}
		
	#orderSummaryTotal {
		padding: 4px 4px;
		vertical-align: bottom;
	}
	#orderSummaryFooter {
		padding: 4px 4px;
		text-align: right;
		vertical-align: bottom;
	}
			
#fsRegister label {
	float: left;
	width: 220px;
}

	#fsRegister label.checkit {
		font-size: .8em;
		margin: 0 7px 10px 0;
		width: 345px; 
	}

	#fsRegister label.smallprint {
		font-size: 80%;
		padding-top: 6px;
		width: 330px;
	}
	
	#fsRegister select { width: 65px; }

.button.edit_update { margin-left: 170px; width: 110px; }

.button.edit_cancel { margin-left: 10px; width: 65px; }

h2.customer_area {
	margin-bottom: 20px;
}

#accountHomeMenu {
	margin: 10px 0 20px 0;
}

	#accountHomeMenu dt {
		line-height: 2.5;
		padding: 0 0 10px 22px;
	}
		
	#accountHomeMenu dt a {
		color: #007e3a;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 5px;
		text-decoration: none;
	}
		
	#accountHomeMenu dd { 
		margin: -20px 0 10px;
		padding-left: 0;
	}

#my_details { background: url(../images/customer/user.png) no-repeat 0 10px; }

#my_address_book { background: url(../images/customer/book_addresses.png) no-repeat 0 10px; }

#my_order_history { background: url(../images/customer/history.png) no-repeat 0 10px; }

#customer_details { border: none; }

	#customer_details label { width: 190px; }
	
	.IE7 #customer_details input { margin-top: -2px; }

/* NEW STUFF BY JON */
#contentProductGroupBottom {
	position: relative;
}

#addressUsage {
	position: absolute;
	top: 90px;
	left: 420px;
}

	#addressUsage p { line-height: 1.5; }

	#addressUsage legend { border-width: 0; }
	
	#addressUsage .checkbox label {
		font-weight: normal;
		width: 150px;
		float: left;
	}
	
		.IE6 #addressUsage .checkbox label, 
		.IE7 #addressUsage .checkbox label { margin-top: -3px; }