/*
######################################################################################
######                                                                        #######
######     STANDARD/MARKUP STYLES                                            #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/***** MARKUP STYLES ***********************************************************/
/******************************************************************************/

body {
	margin: 0;
	padding: 0;
	font: normal 75% Arial, Verdana, Helvetica, sans-serif;
	color: #737373;
	background-color: black;
	}

img {
	border: 0;
	}
a {
	text-decoration: none;
	color: #A5A5A5;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	outline: none;
	}
a:focus {
	-moz-outline-style: none;
	}
p {
	margin: 0 0 10px 0;
	}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
hr {
	display: none;
	}

small {
	font-size: 0.9em;
	}


/********************************************************************************/
/***** HEADER STYLES ***********************************************************/
/******************************************************************************/

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font: normal 1.8em Arial, Helvetica, sans-serif;	
	}
h2 {
	margin: 0 0 13px 0;
	padding: 0;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	}
h4 {
	margin: 0 0 4px 0;
	padding: 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	}
h5 {
	margin: 0;
	padding: 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}
h6 {
	margin: 0;
	padding: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
	font-style: italic;
	}


/********************************************************************************/
/***** MEDIA STYLES ************************************************************/
/******************************************************************************/

.notforscreen {
	display: none;
	}
.notforprint {
	}
.notforhandheld {
	}

.screenonly {
	}
.printonly {
	display: none;
	}
.handheldonly {
	display: none;
	}


/********************************************************************************/
/***** MISC STYLES *************************************************************/
/******************************************************************************/

/***** ERROR MESSAGE *****/

.error_message { 
	display: block;
	padding: 3px 4px 4px 4px;
	border: 1px solid #D9D9D9;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
	}
	.error_message em{ 
		font-style: normal;
		}
	.error_message p {
		margin-bottom: 6px !important;
		}
	.error_message ul {
		margin: 0 0 0 20px;
		padding: 0;
		}
		.error_message ul li {
			padding: 0;
			margin: 0;
			}


/***** CLEAR *****/

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	}
.clear_l { clear: left; }
.clear_r { clear: right; }
.clear_n { clear: none; }

/***** FLOAT *****/

.float_l { float: left; }
	img.float_l { margin-right: 10px; margin-bottom: 10px; }
.float_r { float: right; }
	img.float_r { margin-right: 10px; margin-bottom: 10px; }
.float_n { float: none; }


/***** TEXT ALIGN *****/

.align_l { text-align: left; }
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_j { text-align: justify; }


/***** DISPLAY *****/

.display_n { display: none; }
.display_b { display: block; }
.display_i { display: inline; }


/********************************************************************************/
/***** LINK STYLES *************************************************************/
/******************************************************************************/

a.tooltip {
	position: relative;
	text-decoration: none !important;
	}
	a.tooltip span { display:none; }	
	a.tooltip:hover { background-color: transparent !important; }
	a.tooltip:hover span {
		display: block;
		position: absolute;
		width: 150px !important;
		bottom: 10px;
		left: 12px;
		z-index: 10;
		background-color: #F9F8F6;
		border: 1px solid #AEA897;
		padding: 4px 6px;
		}


/********************************************************************************/
/***** LINE STYLES *************************************************************/
/******************************************************************************/

.dots_horizontal {
	clear: both;
	background-image: url('../images/dots_horizontal.gif');
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
	font-size: 0.2em;
	line-height: 0.2em;
	margin-bottom: 10px;
	}
.line_horizontal {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0.2em;
	line-height: 0.2em;
	margin-bottom: 10px;
	background-color: #D9D9D9;
	}
.line_horizontal.auto {
	margin: auto;
	}


/********************************************************************************/
/***** COLOR STYLES ************************************************************/
/******************************************************************************/

/** Colour **/

.blue {
	color: blue;
	}
.red {
	color: red;
	}
.green {
	color: green;
	}

/** Background colour **/

.bg_beige {
	background-color: #F9F8F6;
	}


/*
######################################################################################
######                                                                        #######
######     WEB TEMPLATE STYLES                                               #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/***** WRAPPER STYLES **********************************************************/
/******************************************************************************/

#wrapper {
	position: relative;
	font-size: 0.9em;
	width: 902px;
	min-height: 476px;
	_height: 476px;	
	margin: auto;
	background-color: white;
	}


/********************************************************************************/
/***** TOP STYLES **************************************************************/
/******************************************************************************/

#top_header {
	display: block;
	width: 181px;
	height: 26px;
	background-image: url(../images/header_anya-hindmarch-london.gif);
	background-repeat: no-repeat;
	margin: 21px auto 18px auto;
	text-indent: -6767px;
	overflow: hidden;
	}

/***** TOP *****/

#top {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 902px;
	height: 79px;
	}
	#top .logo {
		position: absolute;
		left: 20px;
		top: 17px;
		width: 44px;
		height: 34px;
		margin: 0;
		padding: 0;
		background-image: url('../images/logo_website_screen.gif');
		background-repeat: no-repeat;
		}
		#top .logo a {
			display: block;
			width: 44px;
			height: 34px;
			}
		#top .logo img {
			display: none;
			}

		
/***** TOP NAV *****/

#top_nav {
	position: relative;
	top: 18px;
	right: 20px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #707070;
	}
	#top_nav em {
		position: relative;
		top: -4px;
		left: 1px;
		float: left;
		font-style: normal;
		}
	#top_nav span {
		float: left;
		height: 6px;
		width: 12px;
		background-image: url('../images/topnav_seperator.gif');
		background-repeat: no-repeat;
		background-position: center top;
		text-indent: -6767px;
		overflow: hidden;
		}
	#top_nav a {
		float: left;
		height: 6px;
		text-indent: -6767px;
		overflow: hidden;
		background-position: 0 0;
		}
	#top_nav a:hover {
		background-position: 0 -6px;
		text-decoration: none;
		}
	#top_nav a.active {
		background-position: 0 -12px;
		}

/** Links **/

	#top_nav a#topnav_home {
		background-image: url('../images/topnav/topnav_home.gif');
		width: 24px;
		}
	#top_nav a#topnav_change-currency {
		background-image: url('../images/topnav/topnav_change-currency.gif');
		width: 79px;
		}
	#top_nav a#topnav_my-account {
		background-image: url('../images/topnav/topnav_my-account.gif');
		width: 54px;
		}
	#top_nav a#topnav_vip-boutique {
		background-image: url('../images/topnav/topnav_vip-boutique.gif');
		width: 51px;
		}
	#top_nav a#topnav_shopping-bag {
		background-image: url('../images/topnav/topnav_shopping-bag.gif');
		width: 58px;
		}
	#top_nav a#topnav_logout {
		background-image: url('../images/topnav/topnav_logout.gif');
		width: 33px;
		margin-right: 48px;
		}
		
/** text **/

#top_nav #topnav_welcome {
	background: transparent url('../images/topnav/topnav_welcome.gif') 0 0 no-repeat;
	width: 44px;
	}
#top_nav #topnav_username {
	position: relative;
	top: -4px;
	background: none;
	text-indent: 0;
	width: auto;
	overflow: visible;
	}


/***** TOP SEARCH *****/

#frm_search {
	float: left;
	}
	#frm_search fieldset {
		float: left;
		}
	#frm_search .frm_text {
		position: relative;
		top: -3px;
		float: left;
		width: 97px;
		background-color: #909090;
		color: white;
		border: 0;
		padding: 0;
		margin-right: 8px;
		}
	#frm_search .frm_submit,
	#frm_search .frm_submit-active {
		float: left;
		border: 0;
		width: 30px;
		height: 6px;
		padding: 0;
		background-image: url('../images/topnav/topnav_search.gif');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: transparent;
		}
	#frm_search .frm_submit:focus,
	#frm_search .frm_submit-active {
		background-position: 0 -6px;
		}


/********************************************************************************/
/***** HEADER STYLES ***********************************************************/
/******************************************************************************/

#header {
	clear: both;
	}
	#header img {
		display: block;
		}


/********************************************************************************/
/***** MIDDLE STYLES ***********************************************************/
/******************************************************************************/

#middle {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 902px;
	}


/********************************************************************************/
/***** CONTENT LEFT ************************************************************/
/******************************************************************************/

#content_left {
	float: left;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	width: 206px;
	}
	
	/** Nav **/
	
	#content_left .nav {
		margin: 0 0 0 7px;
		padding: 0;
		width: 133px;
		}
		#content_left .nav li {
			margin: 0 0 14px 0;
			padding: 0;
			list-style: none;
			width: 133px;
			height: 18px;
			}
			#content_left .nav li a {
				display: block;
				width: 133px;
				height: 18px;
				background-repeat: no-repeat;
				background-position: 13px 0px;
				text-indent: -6767px;
				overflow: hidden;
				}
			#content_left .nav li a:hover,
			#content_left .nav li a.active {
				background-position: 13px -18px;
				text-decoration: none;
				background-color: #E9E5DB;
				}
		
		/* links */
		
			#content_left .nav li.leftnav_must-haves a { 		background-image: url('../images/leftnav/leftnav_must-haves.gif'); }
			#content_left .nav li.leftnav_evening-bags a { 		background-image: url('../images/leftnav/leftnav_evening-bags.gif'); }
			#content_left .nav li.leftnav_day-bags a { 			background-image: url('../images/leftnav/leftnav_day-bags.gif'); }
			#content_left .nav li.leftnav_shoes-and-clothing a {background-image: url('../images/leftnav/leftnav_shoes-and-clothing.gif'); }
			#content_left .nav li.leftnav_accessories a { 		background-image: url('../images/leftnav/leftnav_accessories.gif'); }
			#content_left .nav li.leftnav_bespoke-ebury a { 	background-image: url('../images/leftnav/leftnav_bespoke-ebury.gif'); }
			#content_left .nav li.leftnav_be-a-bag a { 			background-image: url('../images/leftnav/leftnav_be-a-bag.gif'); }
			#content_left .nav li.leftnav_gift-assistance a { 	background-image: url('../images/leftnav/leftnav_gift-assistance.gif'); }
			#content_left .nav li.leftnav_news-gossip a { 		background-image: url('../images/leftnav/leftnav_news-gossip.gif'); }
			#content_left .nav li.leftnav_about-us a { 			background-image: url('../images/leftnav/leftnav_about-us.gif'); }
	
	/** Sign up newsletter **/
	
	#content_left .sign-up-newsletter {
		width: 128px;
		margin: 120px 0 0 20px;
		_margin-left: 10px;
		float: left;
		}	
		#content_left .sign-up-newsletter .title {
			background-image: url(../images/leftnav/ttl_sign-up-newsletter.gif);
			background-repeat: no-repeat;
			width: 109px;
			height: 24px;
			text-indent: -6767px;
			overflow: hidden;
			}
		#content_left .sign-up-newsletter .frm_text {
			width: 115px;
			float: left;
			color: #7A7A7A;
			border: 0;
			border-bottom: 1px solid #E1E1E1;
			background-color: transparent;
			font-size: .9em;
			}
		#content_left .sign-up-newsletter .frm_submit:hover,
		#content_left .sign-up-newsletter .frm_submit:focus,
		#content_left .sign-up-newsletter .frm_submit-active,
		#content_left .sign-up-newsletter .frm_submit {
			float: left;
			width: 8px;
			height: 17px;
			background-color: transparent;
			background-image: url(../images/arrow_sml_grey_right.gif);
			background-repeat: no-repeat;
			background-position: 0 5px;
			}
	
	/** Ads **/
	
	#content_left .ads {
		margin: 74px 0 0 12px;
		width: 133px;
		}



/********************************************************************************/
/***** CONTENT RIGHT ***********************************************************/
/******************************************************************************/

#content_right {
	float: left;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	width: 150px;
	width/**/:/**/ 130px;
	padding: 10px;
	}


/********************************************************************************/
/***** CONTENT CENTER **********************************************************/
/******************************************************************************/

#content_center {
	float: left;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	width: 470px;
	width/**/:/**/ 450px;
	padding: 10px;
	background-color: #BFBFBF;
	}
	

/********************************************************************************/
/***** CONTENT LARGE ***********************************************************/
/******************************************************************************/

#content_large {
	float: left;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	width: 683px;
	}


/********************************************************************************/
/***** CONTENT FULL ************************************************************/
/******************************************************************************/

#content_full {
	position: relative;
	left: 20px;
	clear: both;
	width: 862px;
	}


/********************************************************************************/
/***** FOOTER STYLES ***********************************************************/
/******************************************************************************/

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 17px;
	width: 902px;
	height: 28px;
	}
	#footer .left {
		position: relative;
		left: 20px;
		float: left;
		margin: 0;
		padding: 0;
		width: 103px;
		height: 6px;
		background-image: url('../images/logo_copyright.gif');
		background-repeat: no-repeat;
		text-indent: -6767px;
		overflow: hidden;
		}
	
	#footer .right {
		position: relative;
		right: 20px;
		float: right;
		margin: 0;
		padding: 0;
		}
		#footer .right span {
			float: left;
			height: 6px;
			width: 12px;
			background-image: url('../images/footernav_seperator.gif');
			background-repeat: no-repeat;
			background-position: center top;
			text-indent: -6767px;
			overflow: hidden;
			}
		#footer .right a {
			float: left;
			height: 6px;
			text-indent: -6767px;
			overflow: hidden;
			background-position: 0 0;
			}
		#footer .right a:hover {
			background-position: 0 -6px;
			text-decoration: none;
			}
		#footer .right a.active {
			background-position: 0 -12px;
			}
	
	/** Links **/
	
		#footer .right a#footernav_our-company {
			background-image: url('../images/footernav/footernav_our-company.gif');
			width: 62px;
			}
		#footer .right a#footernav_credits {
			background-image: url('../images/footernav/footernav_credits.gif');
			width: 32px;
			}
		#footer .right a#footernav_help {
			background-image: url('../images/footernav/footernav_help.gif');
			width: 19px;
			}
		#footer .right a#footernav_in-the-news {
			background-image: url('../images/footernav/footernav_in-the-news.gif');
			width: 49px;
			}
		#footer .right a#footernav_contact-us {
			background-image: url('../images/footernav/footernav_contact-us.gif');
			width: 52px;
			}


/*
######################################################################################
######                                                                        #######
######     GENERIC COMPONENT STYLES                                          #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/****** PAGINATION STYLES ******************************************************/
/******************************************************************************/

.pagination {
	display: block;
	clear: both;
	width: 683px;
	margin: 25px 0;
	padding: 0;
	color: #7A7A7A;
	}
	.pagination a {
		color: #7A7A7A;
		}
	.pagination li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.pagination li.previous,
	.pagination li.next {
		width: 140px;
		}
	.pagination li.next {
		text-align: right;
		}
	.pagination a.view-all {
		margin-left: 10px;
		}
	.pagination li.pages {
		width: 403px;
		text-align: center;
		}
	
	.pagination li.previous a {
		padding-left: 21px;
		background-image: url(../images/arrow_large_grey_left.gif);
		background-repeat: no-repeat;
		background-position: left center;
		}
	.pagination li.next a {
		padding-right: 21px;
		background-image: url(../images/arrow_large_grey_right.gif);
		background-repeat: no-repeat;
		background-position: right center;
		}
	


/********************************************************************************/
/****** BREADCRUMB STYLES ******************************************************/
/******************************************************************************/

.breadcrumbs {
	float: left;
	text-transform: uppercase;
	color: #545454;
	margin-bottom: 30px;
	}
	.breadcrumbs a {
		color: #545454;
		}

/********************************************************************************/
/****** COLUMN STYLES **********************************************************/
/******************************************************************************/

.half {
	float: left;
	width: 49.9%;
	}
.third {
	float: left;
	width: 33.1%;
	}
.two_thirds {
	float: left;
	width: 66.4%;
	}
.quarter {
	float: left;
	width: 24.8%;
	}
.three_quarters {
	float: left;
	width: 74.8%;
	}


/********************************************************************************/
/****** SIFR STYLES ************************************************************/
/******************************************************************************/

/***** STANDARD STYLES (do not modify) *****/

.sIFR-flash {	visibility: visible !important; margin: 0; }
.sIFR-replaced {visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}


/***** HIDE ADBLOCK OBJECT TAG: *****/

/** the text should show up just fine, not poorly with a tab laid over it. **/
.sIFR-flash + div[adblocktab=true] { display: none !important; }


/***** DECOY STYLES *****/

.sIFR-hasFlash h1 {
	visibility: hidden;
	}
.sIFR-hasFlash h2 {
	visibility: hidden;
	}
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
	}
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
	}
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
	}
	

/***** PRINT STYLES *****/

@media print {
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}
}


/********************************************************************************/
/****** FORM STYLES ************************************************************/
/******************************************************************************/

/***** FORM ELEMENTS *****/

.frm_text,
.frm_text_sml,
.frm_dropdown,
.frm_multi,
textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	border: 1px solid silver;
	}
.frm_check,
.frm_radio {
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	}
.frm_button {
	}
.frm_submit {
	}

label {
	background-repeat: no-repeat;
	background-position: 0 2px;
	}
	label em,
	span em {
		color: red;
		}

	
/***** FIELDSET FLOAT *****/

.fld_float {
	margin-bottom: 10px;
	}
	.fld_float .auto {
		width: auto !important;
		height: auto !important;
		}
	.fld_float label,
	.fld_float span {
		margin-top: 2px;
		float: left;
		width: 113px;
		font-weight: normal;
		color: #6A6A6A;
		}
	.fld_float .frm_text,
	.fld_float .frm_dropdown,
	.fld_float .frm_multi,
	.fld_float .frm_file,
	.fld_float textarea,
	.fld_float .frm_float1 {
		float: left;
		width: 226px;
		margin-bottom: 10px;
		border: 0;
		background-color: white;
		color: white;
		padding: 0;
		border: 0;
		color: #949494;
		}
	
	.fld_float .frm_text,
	.fld_float .frm_file,
	.fld_float .frm_dropdown,
	.fld_float textarea {
		border-left: 1px solid #E5E5E5;
		border-top: 1px solid #E5E5E5;
		border-right: 1px solid #FAF9F8;
		border-bottom: 1px solid #FAF9F8;
		}
	
	.fld_float .frm_float1 {
		background-color: transparent;
		}

	.fld_float .frm_check,
	.fld_float .frm_radio {
		margin-top: 2px;
		float: left;
		margin-bottom: 10px;
		width: 13px;
		height: 13px;
		}
	
/** Fieldset float 1 **/

	.fld_float .frm_float1 .frm_check,
	.fld_float .frm_float1 .frm_radio {
		float: left;
		margin-bottom: 0;
		}
	.fld_float .frm_float1 label {
		float: left;
		font-weight: normal;
		width: 150px;
		left: 5px;
		margin: 0;
		}

/** Fieldset float 2 **/

	.fld_float .frm_float2 {
		float: left;
		width: 50px;
		}
		.fld_float .frm_float2 label {
			float: none;
			width: auto;
			display: block;
			text-align: center;
			font-weight: normal;
			font-size: 0.9em;
			padding-bottom: 7px;
			}
		.fld_float .frm_float2 .frm_check,
		.fld_float .frm_float2 .frm_radio {
			float: none;
			display: block;
			margin: auto;
			}
	
/** Fieldset float 3 **/

	.fld_float .frm_float3 {
		float: left;
		width: 168px;
		margin-bottom: 19px;
		padding: 0;
		border: 0;
		}
		.fld_float .frm_float3 label,
		.fld_float .frm_float3 .frm_check,
		.fld_float .frm_float3 .frm_radio {
			position: relative;
			top: 0;
			float: left;
			margin: 0;
			padding: 0;
			}
		.fld_float .frm_float3 .frm_check,
		.fld_float .frm_float3 .frm_radio {
			position: relative;
			}
	
/** Fieldset float 4 **/

	.fld_float .frm_float4 {
		float: left;
		width: 168px;
		margin-bottom: 0;
		padding: 0;
		border: 0;
		}
		.fld_float .frm_float4 .frm_check,
		.fld_float .frm_float4 .frm_radio {
			float: right;
			margin-left: 10px;
			}
		.fld_float .frm_float4 label {
			float: right;
			position: relative;
			top: 2px;
			width: 140px;
			font-weight: normal;
			color: #6A6A6A;
			height: auto;
			background-position: right top;
			}
		.fld_float .frm_float4 label.small {
			width: 40px;
			margin-left: 10px;
			}

/** Fieldset float 5 **/

	.fld_float .frm_float5 {
		float: left;
		width: 80px;
		padding: 0;
		border: 0;
		}
		.fld_float .frm_float5 label {
			position: relative;
			top: 0;
			float: left;
			margin: 0;
			padding: 0;
			}
		.fld_float .frm_float5 .frm_dropdown {
			width: 70px;
			margin: 0;
			}
			
/** Fieldset float 6 **/

	.fld_float .frm_float6 {
		float: left;
		width: 20px;
		padding: 0;
		border: 0;
		}		
			
/** Fieldset float 7 **/

	.fld_float .frm_float7 {
		float: right;
		width: 143px;
		padding: 0;
		border: 0;
		}
		.fld_float .frm_float7 label {
			width: 130px;
			font-size: 0.9em;
			}
			
/***** FIELDSET BLOCK *****/

.fld_block {
	margin-bottom: 10px;
	}
	.fld_block br {
		display: none;
		}

	.fld_block label,
	.fld_block span {
		font-weight: bold;
		display: block;
		clear: both;
		}
	.fld_block .lbl_neutral {
		float: left;
		width: auto;
		font-weight: normal;
		margin-bottom: 5px;
		clear: none;
		}
		.fld_block .lbl_neutral .frm_text,
		.fld_block .lbl_neutral .frm_dropdown,
		.fld_block .lbl_neutral .frm_multi,
		.fld_block .lbl_neutral .frm_file,
		.fld_block .lbl_neutral textarea {
			width: auto;
			}
		
	.fld_block .frm_text.frm_error,
	.fld_block .frm_dropdown.frm_error,
	.fld_block .frm_multi.frm_error,
	.fld_block .frm_file.frm_error,
	.fld_block textarea.frm_error {
		background-color: #FF5454;
		color: white;
		}
		
	.fld_block .frm_text,
	.fld_block .frm_dropdown,
	.fld_block .frm_multi,
	.fld_block .frm_file,
	.fld_block textarea {
		display: block;
		width: 300px;
		}
	.fld_block textarea {
		height: 80px;
		}


/***** FIELDSET CHECK RADIO *****/

/** Left flowing INPUT **/
.fld_checkradio {
	margin-bottom: 5px;
	}
	.fld_checkradio .frm_check,
	.fld_checkradio .frm_radio {
		float: left;
		width: 13px;
		margin-right: 10px;
		margin-bottom: 3px;
		}
	.fld_checkradio label {
		float: left;
		width: 268px;
		margin-bottom: 3px;
		text-indent: 0;
		height: auto !important;
		min-height: 14px;
		height: 14px;
		}

/** Right flowing INPUT **/
.fld_checkradio2 {
	margin-bottom: 5px;
	}
	.fld_checkradio2 .frm_check,
	.fld_checkradio2 .frm_radio {
		float: left;
		width: 13px;
		margin-right: 10px;
		margin-bottom: 3px;
		}
	.fld_checkradio2 label {
		float: left;
		width: 268px;
		margin-bottom: 3px;
		text-indent: 0;
		height: auto !important;
		min-height: 14px;
		height: 14px;
		}


/***** FIELDSET SUBMIT *****/

/** Submit button **/

.fld_submit {
	/*margin-bottom: 21px;*/
	margin-bottom: 10px;
	}
	.fld_submit .frm_submit,
	.fld_submit .frm_submit2,
	.fld_submit .frm_submit-active,
	.fld_submit .frm_submit2-active {
		float: right;
		}
	.fld_submit .visa-verify {
		position: absolute;
		left: -113px;
		top: 0;
		}
	.fld_submit .frm_message {
		position: relative;
		top: 4px;
		float: right;
		}
		.fld_submit .frm_message em {
			color: red;
			font-weight: bold;
			}



/********************************************************************************/
/****** BUTTON STYLES **********************************************************/
/******************************************************************************/

/** Form buttons **/

.frm_submit, .frm_submit-active,
.frm_submit2, .frm_submit2-active,
.frm_button, .frm_button-active,
.frm_button2, .frm_button2-active {
	display: block;
	height: 24px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	text-indent: -6767px;
	overflow: hidden;
	}
.frm_submit-active, .frm_submit:hover, .frm_submit:focus,
.frm_submit2-active, .frm_submit2:hover, .frm_submit2:focus,
.frm_button-active,  .frm_button:hover, .frm_button:focus,
.frm_button2-active, .frm_button2:hover, .frm_button2:focus {
	background-position: 10px -24px;
	}
	
.frm_submit, .frm_button {    			background-color: #D6D3CB; }
.frm_submit:hover, .frm_button:hover,
.frm_submit-active, .frm_button-active {background-color: #E8E5DC; }
 
.frm_submit2, .frm_button2 {   			background-color: #AEA897; }
.frm_submit2:hover, .frm_button2:hover,
.frm_submit2-active, .frm_button2-active {background-color: #CFC7B4; }


/** Link1 buttons **/

.frm_link1, .frm_link1-active {
	display: block;
	height: 9px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -6767px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 0.3em;
	background-color: transparent;
	}
.frm_link1-active, .frm_link1:hover, .frm_link1:focus {
	background-position: 0 -9px;
	}

#lnk_save-message {	background-image: url(../images/link_save-message.gif); width: 96px; }


/** Link2 buttons **/

.frm_link2, .frm_link2-active {
	display: block;
	height: 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -6767px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 0.3em;
	background-color: transparent;
	}
.frm_link2-active, .frm_link2:hover, .frm_link2:focus {
	background-position: 0 -8px;
	}

#lnk_watch-video {	background-image: url(../images/link_watch-video.gif); width: 82px; }


/** Link3 buttons **/

.frm_link3, .frm_link3-active {
	display: block;
	height: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -6767px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 0.3em;
	background-color: transparent;
	}
.frm_link3-active, .frm_link3:hover, .frm_link3:focus {
	background-position: 0 -12px;
	}

#lnk_view-product-detail {	background-image: url(../images/link_view-product-detail.gif); width: 139px; }

/** Button links **/

.btn1_link,
.btn2_link {
	display: block;
	height: 24px;
	background-position: 10px 0;
	background-repeat: no-repeat;
	text-indent: -6767px;
	overflow: hidden;
	}
.btn1_link:hover,
.btn2_link:hover {	background-position: 10px -24px; }
	
.btn1_link {		background-color: #D6D3CB; }
.btn1_link:hover {	background-color: #E8E5DC; }

.btn2_link {		background-color: #AEA897; }
.btn2_link:hover {	background-color: #CFC7B4; }

.btn3_link {		background-color: #AEA897; }
.btn3_link:hover {	background-color: #CFC7B4; }


/** Button IDs **/

/* Add 20px to the width of the image */

#btn1_more-info {			background-image: url(../images/btn1_more-info.gif); width: 97px; }

#btn2_buy {					background-image: url(../images/btn2_buy.gif); width: 44px; }
#btn2_buy-now {				background-image: url(../images/btn2_buy-now.gif); width: 90px; }
#btn2_continue,
#btn2_continue2,
#btn2_continue3,
#btn2_continue4,
#btn2_continue5 {			background-image: url(../images/btn2_continue.gif); width: 90px; }
#btn2_login,
#btn2_login2 {				background-image: url(../images/btn2_login.gif); width: 90px; background-position: 23px 0px; }
#btn2_complete-purchase {	background-image: url(../images/btn2_complete-purchase.gif); width: 169px; }
#btn2_apply-now {			background-image: url(../images/btn2_apply-now.gif); width: 102px; }
#btn2_send-application {	background-image: url(../images/btn2_send-application.gif); width: 151px; }
#btn2_send {				background-image: url(../images/btn2_send.gif); width: 52px; }
#btn2_checkout-now {		background-image: url(../images/btn2_checkout-now.gif); width: 147px; }
#btn2_find-a-bag {			background-image: url(../images/btn2_find-a-bag.gif); width: 106px; }
#btn2_update-password {		background-image: url(../images/btn2_update-password.gif); width: 153px; }
#btn2_update-my-details {	background-image: url(../images/btn2_update-my-details.gif); width: 153px; }
#btn2_save {				background-image: url(../images/btn2_save.gif); width: 57px; }
#btn2_request-password {	background-image: url(../images/btn2_request-password.gif); width: 162px; }
#btn2_find-address,
#btn2_find-address2 {		background-image: url(../images/btn2_find-address.gif); width: 120px; }

/*
######################################################################################
######                                                                        #######
######     UNIQUE PAGE STYLES                                                #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/****** HOME PAGE STYLES ***************************************************/
/******************************************************************************/

#wrapper.homepage {
	background-image: url(../images/home/wrapper_bg.jpg);
	}

#wrapper.homepage #top_nav a#topnav_home {
	background-image: url('../images/topnav/home/topnav_home.gif');
	width: 24px;
	}
#wrapper.homepage #top_nav a#topnav_change-currency {
	background-image: url('../images/topnav/home/topnav_change-currency.gif');
	width: 79px;
	}
#wrapper.homepage #top_nav a#topnav_my-account {
	background-image: url('../images/topnav/home/topnav_my-account.gif');
	width: 54px;
	}
#wrapper.homepage #top_nav a#topnav_vip-boutique {
	background-image: url('../images/topnav/home/topnav_vip-boutique.gif');
	width: 51px;
	}
#wrapper.homepage #top_nav a#topnav_shopping-bag {
	background-image: url('../images/topnav/home/topnav_shopping-bag.gif');
	width: 58px;
	}
	
#wrapper.homepage #frm_search .frm_submit,
#wrapper.homepage #frm_search .frm_submit-active {
	background-image: url('../images/topnav/home/topnav_search.gif');
	}

#wrapper.homepage #top .logo {
	background-image: url('../images/home/logo_website_screen.gif');
	}
	
#wrapper.homepage #content_right {
	float: none;
	padding: 0;
	position: absolute;
	top: -30px;
	right: 0;
	width: 360px;
	height: 400px !important;
	}

#wrapper.homepage #content_left .sign-up-newsletter {
	margin-top: 20px;
	}
	#wrapper.homepage #content_left .sign-up-newsletter .title {
		background-image: url('../images/leftnav/home/ttl_sign-up-newsletter.gif');
		}
	#wrapper.homepage #content_left .sign-up-newsletter .frm_text {
		border-bottom-color: #C0C1C4;
		}
	#wrapper.homepage #content_left .sign-up-newsletter .frm_submit:hover,
	#wrapper.homepage #content_left .sign-up-newsletter .frm_submit:focus,
	#wrapper.homepage #content_left .sign-up-newsletter .frm_submit-active,
	#wrapper.homepage #content_left .sign-up-newsletter .frm_submit {
		background-image: url(../images/leftnav/home/arrow_sml_grey_right.gif);
		}
		
/********************************************************************************/
/****** LISTINGS PAGE STYLES ***************************************************/
/******************************************************************************/

.listing {
	position: relative;
	background-image: url(../resources/images/listing/listing_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.link_filter-page-results {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	width: 114px;
	height: 8px;
	}
	.link_filter-page-results li {
		float: right;
		margin: 0;
		padding: 0;
		width: 114px;
		height: 8px;
		list-style: none;
		}
		.link_filter-page-results li a {
			float: right;
			margin: 0;
			padding: 0;
			list-style: none;
			width: 114px;
			height: 8px;
			}
			.link_filter-page-results li a {
				float: right;
				width: 114px;
				height: 8px;
				background-image: url(../images/link_filter-page-results.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
				text-indent: -6767px;
				overflow: hidden;
				}
			.link_filter-page-results li a:hover {
				background-position: 0 -8px;
				text-decoration: none;
				}

.item_filter-by {
	background-color: white;
	width: 683px;
	height: 56px;
	position: relative;
	float:left;
	z-index: 1;
	}
	.item_filter-by .title {
		float: left;
		width: 90px;
		height: 12px;
		background-image: url(../images/text_images/ttl_filter-by.gif);
		background-repeat: no-repeat;
		text-indent: -6767px;
		overflow: hidden;
		margin-top: 20px;
		padding: 0;
		}
	.item_filter-by .close {
		position: absolute;
		right: 10px;
		top: 0;
		width: 39px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		.item_filter-by .close a {
			display: block;
			width: 39px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_close.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		.item_filter-by .close a:hover {
			background-position: 0 -7px;
				}				
	.item_filter-by fieldset {
		float: left;
		margin-top: 17px;
		}
		.item_filter-by fieldset .frm_dropdown {
			float: left;
			width: 206px;
			margin-right: 15px;
			color: #7A7A7A;
			border-left: 1px solid #E5E5E5;
			border-top: 1px solid #E5E5E5;
			border-right: 1px solid #FAF9F8;
			border-bottom: 1px solid #FAF9F8;
			}
		.item_filter-by fieldset .frm_submit,
		.item_filter-by fieldset .frm_submit-active {
			float: left;
			width: 42px;
			height: 8px;
			margin-top: 6px;
			background-image: url(../images/link_filter.gif);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			background-color: transparent;
			}
		.item_filter-by fieldset .frm_submit:hover,
		.item_filter-by fieldset .frm_submit-active {
			background-position: 0px -8px;
			}
	.item_filter-by .line_horizontal {
		margin-top: 55px;
		}

#listing_wrapper {
	width: 675px;
	}
	#listing_wrapper h2 {
		font-size: 1em;
		margin-bottom: 5px;
		}
.listing_row {
	position: relative;
	width: 100%;
	}

.item_listing {
	float: left;
	width: 224px;
	min-height: 227px;
	_height: 227px;
	border-right: 1px solid #D9D9D9;
	}
.listing_col-3 .item_listing {
	border: 0;
	}
	.item_listing img {
		margin: 22px auto 0 auto;
		display: block;
		}		
	.item_listing h1 {
		text-transform: uppercase;
		margin: 0 0 5px 0;
		font-size: 1em;
		}
	/*.item_listing .category-name {
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 0 5px 0;
		}*/
	.item_listing .links {
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
		}
		.item_listing .links li {
			margin: 0;
			padding: 0;
			list-style: none;
			}
		.item_listing .links li.left {	float: left; width: 97px; }
			.item_listing .links li.left a { float: left; }
		.item_listing .links li.right {	float: right; width: 44px; }
			.item_listing .links li.right a { float: right;}

.item_content,
.item_content-js {
	padding: 42px 27px 0 27px;
	width: 224px;
	width/**/:/**/ 170px;
	height: 185px;
	background-color: #fff;
	}
	.item_content-js {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		}
	.listing_col-1 .item_content-js { left: 224px; }
	.listing_col-2 .item_content-js { left: 448px; }
	.listing_col-3 .item_content-js { left: 226px; }
	.item_content .close { display: none; }
	.item_content-js .close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		.listing_col-3 .item_content-js .close { left: 10px; right: auto; }
		.item_content-js .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		.item_content-js .close a:hover {
			background-position: 0 -7px;
			}


	/** Newsletter **/
	
	.listing_newsletter {
		height: 123px;
		width: 676px;
		overflow: hidden;
		clear: both;
		}
		.listing_newsletter fieldset {
			position: relative;
			left: 207px;
			top: 73px;
			}
			.listing_newsletter .frm_text {
				position: relative;
				top: -10px;
				float: left;
				width: 218px;
				border: 0;
				padding: 5px 5px 5px 10px;
				font-style: italic;
				color: #757575;
				background-color: transparent;
				background-image: url(../images/dots_horizontal.gif);
				background-position: left bottom;
				background-repeat: repeat-x;
				}
			.listing_newsletter .frm_submit,
			.listing_newsletter .frm_submit-active {
				float: left;
				width: 58px;
				height: 9px;
				padding: 0;
				margin: 0 0 0 14px;
				background-image: url(../images/btn_sign-up.gif);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				background-color: transparent;
				}
			.listing_newsletter .frm_submit:hover,
			.listing_newsletter .frm_submit-active {
				background-position: 0px -9px;
				}
			
/** Which Bag **/

#which_bag {
	position: absolute;
	left: 180px;
	top: 280px;
	border: 1px solid #EEEBE3;
	width: 365px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 5;
	}
	#which_bag .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#which_bag .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#which_bag .close a:hover {
			background-position: 0 -7px;
			}
	#which_bag .title {
		margin: 0 7px 0 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_which-bag.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#which_bag p {
		margin: 15px 12px 0 12px;
		font-size: .9em;
		}
	#which_bag fieldset {
		margin: 0 0 20px 12px;
		}
		#which_bag label {
			clear: left;
			text-transform: uppercase;
			margin-top: 20px;
			height: 13px;
			text-indent: -6767px;
			overflow: hidden;
			background-color: transparent;
			background-position: 0 0;
			background-repeat: no-repeat;
			font-size: 1em;
			}
		#which_bag .lbl_style {
			background-image: url(../images/text_images/ttl_style.gif);
			width: 41px;
			}
		#which_bag .lbl_occasion {
			background-image: url(../images/text_images/ttl_occasion.gif);
			width: 86px;
			}
		#which_bag .lbl_colour {
			background-image: url(../images/text_images/ttl_colour.gif);
			width: 64px;
			}
		#which_bag select {
			clear: left;
			margin: 12px 0 0 0;
			}
		#which_bag .frm_submit2:hover,
		#which_bag .frm_submit2:focus,
		#which_bag .frm_submit2-active,
		#which_bag .frm_submit2 {
			clear: left;
			float: left;
			margin: 10px 0 8px 250px;
			_margin-left:125px;
			}
		
				
/** Size Guidelines **/

#size_guidelines {
	position: absolute;
	left: 230px;
	top: 400px;
	border: 1px solid #EEEBE3;
	width: 365px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 5;
	}
	#size_guidelines .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#size_guidelines .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#size_guidelines .close a:hover {
			background-position: 0 -7px;
			}
	#size_guidelines .title {
		margin: 0 7px 0 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_size-guidelines.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#size_guidelines p {
		margin: 15px 12px;
		font-size: .9em;
		}

/*******************************************************************************/
/****** DETAILS PAGE STYLES ***************************************************/
/*****************************************************************************/

.detail #content_large { margin-bottom: 25px; }

/** Detail left **/

.detail_left {
	float: left;
	width: 265px;
	margin-bottom: 28px;
	}

/* breadcrumbs */

	/* navigation */

	.detail_left .navigation {
		clear: both;
		width: 265px;
		height: 18px;
		display: block;
		margin: 0 0 0 0;
		padding: 0;
		background-color: #E9E5DB;
		}
		.detail_left .navigation li {
			margin: 6px 0 0 0;
			padding: 0;
			float: left;
			list-style: none;
			height: 8px;
			}
			.detail_left .navigation li a {
				float: left;
				height: 8px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				text-indent: -6767px;
				overflow: hidden;
				}
			.detail_left .navigation li a:hover {
				background-position: 0 -8px;
				text-decoration: none;
				}
		
		.detail_left .navigation li.back-to-listings {
			width: 101px;
			padding-left: 10px;
			margin-right: 37px;
			}
			.detail_left .navigation li.back-to-listings a {
				background-image: url(../images/link_back-to-listings.gif);
				width: 101px;
				}
		.detail_left .navigation li.previous {
			width: 60px;
			padding-right: 8px;
			background-image: url(../images/navigation_detail-seperator.gif);
			background-repeat: no-repeat;
			background-position: right top;
			}
			.detail_left .navigation li.previous a {
				background-image: url(../images/link_previous.gif);
				width: 60px;
				}
		.detail_left .navigation li.next {
			width: 36px;
			padding-left: 6px;
			}
			.detail_left .navigation li.next a {
				background-image: url(../images/link_next.gif);
				width: 36px;
				}

	/* content */
	
	.detail_left .content {
		padding: 20px 0 0 10px;
		}
		.detail_left .content h1 {
			margin-top: 0;
			margin-bottom: 0px;
			line-height: 1em;
			}
		.detail_left .content h2 {
			font-size: 1.4em;
			margin-bottom: 22px;
			color: #909090;
			}

		/* purchasing */
		
		.detail_left .content .price {
			float: left;
			width: 160px;
			height: 24px;
			background-image: url(../images/text_images/lbl_price.gif);
			background-repeat: no-repeat;
			background-position: 0 7px;
			padding-left: 44px;
			margin-bottom: 10px;
			line-height: 24px;
			font-size: 1.2em;
			color: #494949;
			font-weight: bold;
			}
			.detail_left .content .price strong {
				display: none;
				}
				
		.detail_left .content .purchasing {
			clear: left;
			}
			.detail_left .content .purchasing .fld_float {
				float: left;
				}
			.detail_left .content .purchasing .frm_float5 {
				width: 90px;
				}
			.detail_left .content .purchasing label,
			.detail_left .content .purchasing select {
				width: 80px;
				}
			.detail_left .content .purchasing .fld_submit {
				height: 35px;
				padding-top: 10px;
				}
			.detail_left .content .purchasing .fld_submit .frm_submit2:hover,
			.detail_left .content .purchasing .fld_submit .frm_submit2:focus,
			.detail_left .content .purchasing .fld_submit .frm_submit2-active,
			.detail_left .content .purchasing .fld_submit .frm_submit2 {
				float: none;
				}
			.detail_left .content .purchasing .lnk_size-chart {
				float: left;
				margin-top: 5px;
				}
			.detail_left .content .purchasing label { width: 80px; }
		
		/* links */
		
		.detail_left .content .links {
			float: left;
			margin: 20px 0 24px 0;
			padding: 0;
			}
			.detail_left .content .links li {
				margin: 0 0 11px 0;
				padding: 0;
				list-style: none;
				float: left;
				height: 8px;
				clear: both;
				}
				.detail_left .content .links li a {
					float: left;
					height: 8px;
					background-repeat: no-repeat;
					background-position: 0 0;
					text-indent: -6767px;
					overflow: hidden;
					font-size: 0.3em;
					}
				.detail_left .content .links li a:hover {
					background-position: 0 -8px;
					text-decoration: none;
					}
				
				.detail_left .content .links li.view-video a {
					background-image: url(../images/link_view-video.gif);
					width: 71px;
					}
				.detail_left .content .links li.bag-specifications a {
					background-image: url(../images/link_bag-specifications.gif);
					width: 178px;
					}
				.detail_left .content .links li.style-notes a {
					background-image: url(../images/link_style-notes.gif);
					width: 73px;
					}
				.detail_left .content .links li.send-to-a-friend a {
					background-image: url(../images/link_send-to-a-friend.gif);
					width: 102px;
					}
				.detail_left .content .links li.ebury-info a {
					background-image: url(../images/link_bespoke-ebury-information.gif);
					width: 225px;
					}
				.detail_left .content .links li.ebury-movie a {
					background-image: url(../images/link_bespoke-ebury-movie.gif);
					width: 124px;
					}
				.detail_left .content .links li.features a {
					background-image: url(../images/link_features.gif);
					width: 58px;
					}

		/* select a colour */
		
		.detail_left .content .ttl_select-a-colour {
			margin: 0 0 10px 0;
			padding: 0;
			width: 110px;
			height: 10px;
			background-image: url(../images/text_images/ttl_select-a-colour.gif);
			background-repeat: no-repeat;
			clear: both;
			}
			.detail_left .content .ttl_select-a-colour strong {
				display: none;
				}
		
		.detail_left .content .colours {
			clear: both;
			height: 60px;
			width: 231px;
			margin: 0 0 9px 0;
			padding: 0;
			overflow: hidden;
			white-space: nowrap;
			}
			.detail_left .content .colours span {
				display: none;
				}
			.detail_left .content .colours a {
				float: left;
				margin: 0 4px 0 0;
				}
				.detail_left .content .colours a img {
					display: inline;
					}
		
		/* colour navigation */
		
		.detail_left .content .colour_navigation {
			width: 246px;
			height: 9px;
			clear: both;
			}
			.detail_left .content .colour_navigation em {
				display: none;
				}
			.detail_left .content .colour_navigation .left {
				float: left;
				width: 10px;
				height: 9px;
				}
				.detail_left .content .colour_navigation .left a {
					float: left;
					background-image: url(../images/arrow_large_grey_left.gif);
					background-repeat: no-repeat;
					text-indent: -6767px;
					overflow: hidden;
					width: 10px;
					height: 9px;
					}
			.detail_left .content .colour_navigation .right {
				float: left;
				width: 10px;
				height: 9px;
				}
				.detail_left .content .colour_navigation .right a {
					float: left;
					background-image: url(../images/arrow_large_grey_right.gif);
					background-repeat: no-repeat;
					text-indent: -6767px;
					overflow: hidden;
					width: 10px;
					height: 9px;
					}
			
			.detail_left .content .colour_navigation .middle {
				float: left;
				text-indent: -6767px;
				overflow: hidden;
				width: 203px;
				height: 9px;
				background-image: url(../images/text_images/ttl_scroll-to-view.gif);
				background-position: top center;
				background-repeat: no-repeat;
				}


/** Detail right **/

.detail_right {
	float: left;
	width: 418px;
	margin-bottom: 28px;
	}
	.detail_right img {
		display: block;
		}

/** Send to a friend **/
	
#detail_send-to-a-friend {
	position: absolute;
	left: 200px;
	top: 0;
	border: 8px solid #AEA897;
	width: 486px;
	background-color: #fff;
	padding-top: 17px;
	z-index: 1;
	}
	#detail_send-to-a-friend .close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#detail_send-to-a-friend .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#detail_send-to-a-friend .close a:hover {
			background-position: 0 -7px;
			}
	#detail_send-to-a-friend p {
		margin: 0 12px 0 12px;
		font-size: .9em;
	}
	#detail_send-to-a-friend .title {
		margin: 0 0 18px 12px;
		text-indent: -6767px;
		overflow: hidden;
		background: transparent url(../images/text_images/ttl_send-to-a-friend.gif) 0 0 no-repeat;
		font-size: 1em;
		}
		
	#detail_send-to-a-friend .fld_float {
		margin: 25px 12px 0 12px;
		}
		#detail_send-to-a-friend .fld_float label,
		#detail_send-to-a-friend .fld_float span {
			width: 128px;
			}
		#detail_send-to-a-friend .fld_float .frm_text,
		#detail_send-to-a-friend .fld_float textarea {
			width: 230px;
			}
		#detail_send-to-a-friend .fld_float textarea {
			height: 115px;
			}
	#detail_send-to-a-friend .fld_submit {
		margin-right: 10px;
		}

/** Size Chart **/

#detail_size-chart {
	position: absolute;
	left: 240px;
	top: 100px;
	border: 1px solid #EEEBE3;
	width: 365px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 1;
	}
	#detail_size-chart .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#detail_size-chart .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#detail_size-chart .close a:hover {
			background-position: 0 -7px;
			}
	#detail_size-chart table {
		margin: 0 0 6px 8px;
		}
	#detail_size-chart th {
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		}
	#detail_size-chart .tbl_size-chart caption {
		margin-left: 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_size-chart.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#detail_size-chart .tbl_shoe-size-chart caption {
		margin-left: 7px;
		height: 35px;
		text-indent: -6767px;
		overflow: hidden;
		background: transparent url(../images/text_images/ttl_shoe-size-chart.gif) 5px 16px no-repeat;
		font-size: 1em;
		}
	#detail_size-chart .tbl_size-chart tr.r1 td,
	#detail_size-chart .tbl_shoe-size-chart tr.r0 th,
	#detail_size-chart .tbl_shoe-size-chart tr.r0 td,
	#detail_size-chart .tbl_shoe-size-chart tr.r2 th,
	#detail_size-chart .tbl_shoe-size-chart tr.r2 td {
		background-color: #F0EFEB;
		}
	#detail_size-chart .tbl_size-chart th {
		text-indent: -6767px;
		overflow: hidden;
		background-color: transparent;
		background-position: 0 19px;
		background-repeat: no-repeat;
		line-height: 37px;
		}
	#detail_size-chart .tbl_size-chart th.country {	background-image: url(../images/text_images/ttl_country.gif); background-position: 4px 19px; }
	#detail_size-chart .tbl_size-chart th.size-xxs {background-image: url(../images/text_images/ttl_xxs.gif); }
	#detail_size-chart .tbl_size-chart th.size-xs {	background-image: url(../images/text_images/ttl_xs.gif); }
	#detail_size-chart .tbl_size-chart th.size-s {	background-image: url(../images/text_images/ttl_s.gif); }
	#detail_size-chart .tbl_size-chart th.size-m {	background-image: url(../images/text_images/ttl_m.gif); }
	#detail_size-chart .tbl_size-chart th.size-l {	background-image: url(../images/text_images/ttl_l.gif); }
	#detail_size-chart .tbl_size-chart th.size-xl {	background-image: url(../images/text_images/ttl_xl.gif); }
	#detail_size-chart .tbl_shoe-size-chart th.country,
	#detail_size-chart .tbl_size-chart td.country { padding-left: 5px; }
	#detail_size-chart td.country,
	#detail_size-chart th.country {
		width: 108px;
		text-transform: uppercase;
		}
	#detail_size-chart td.size-xxs,
	#detail_size-chart th.size-xxs {
		width: 45px;
		}
	#detail_size-chart td.size-xs,
	#detail_size-chart th.size-xs {
		width: 38px;
		}
	#detail_size-chart td.size-s,
	#detail_size-chart th.size-s {
		width: 39px;
		}
	#detail_size-chart td.size-m,
	#detail_size-chart th.size-m {
		width: 39px;
		}
	#detail_size-chart td.size-l,
	#detail_size-chart th.size-l {
		width: 36px;
		}
	#detail_size-chart td.size-xl,
	#detail_size-chart th.size-xl {
		width: 38px;
		}
	#detail_size-chart td { line-height: 24px; }

/** Basket **/

#basket {
	position: absolute;
	right: 10px;
	top: 35px;
	border: 1px solid #EEEBE3;
	width: 260px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 1;
	}
	#basket .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#basket .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#basket .close a:hover {
			background-position: 0 -7px;
			}
	#basket .title {
		margin: 0 7px 0 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_your-shopping-bag.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#basket .item {
		display: block;
		clear: both;
		border-bottom: 1px solid #AEA897;
		padding: 0;
		margin-left: 7px;
		width: 245px;
		font-size: 0.9em;
		}
		#basket .item .thumb {
			float: left;
			}
		#basket .item .text {
			float: left;
			width: 173px;
			padding: 13px 0;
			}
			#basket .item .text .desc {
				margin: 0 0 5px 0;
				padding: 0;
				color: #858585;
				}
				#basket .item .text .desc a {
					font-weight: bold;						
					text-transform: uppercase;
					color: #858585;
					}
				#basket .item .text .desc a:hover {
					text-decoration: underline;
					}
			
			#basket .item .text .edit {
				margin: 0;
				padding: 0;
				}
				#basket .item .text .edit a {
					color: black;
					}
				#basket .item .text .edit a:hover {
					text-decoration: underline;
					}
	#basket .tbl_totals {
		margin-top: 12px;
		font-size: .9em;
		}
		#basket .tbl_totals small {
			margin-left: 10px;
			font-size: .8em;
			}
		#basket .tbl_totals th,
		#basket .tbl_totals td {
			line-height: 22px;
			}
		#basket .tbl_totals th {
			width: 150px;
			padding-left: 7px;
			text-transform: uppercase;
			text-align: left;
			font-weight: normal;
			}
			#basket .tbl_totals th span { text-transform: none; }
			
	#basket .lnk_view-edit-basket {
		margin: 5px 0 10px 7px;
		color: black;
		font-size: .9em;
		float: left;
		}
	#basket .btn2_link {
		clear: both;
		float: right;
		margin: 0 7px 8px 0;
		}

/** Specification **/

#detail_specification {
	position: absolute;
	left: 450px;
	top: 200px;
	border: 1px solid #EEEBE3;
	width: 365px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 1;
	}
	#detail_specification .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#detail_specification .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#detail_specification .close a:hover {
			background-position: 0 -7px;
			}
	#detail_specification.bags .title {
		margin: 0 7px 0 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_bag-specifications.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#detail_specification p {
		margin: 15px 12px;
		font-size: .9em;
		}
		
/** Style Notes **/

#detail_style-notes {
	position: absolute;
	left: 350px;
	top: 180px;
	border: 1px solid #EEEBE3;
	width: 365px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 1;
	}
	#detail_style-notes .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#detail_style-notes .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#detail_style-notes .close a:hover {
			background-position: 0 -7px;
			}
	#detail_style-notes .title {
		margin: 0 7px 0 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_style-notes.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#detail_style-notes p {
		margin: 15px 12px;
		font-size: .9em;
		}

/** Recently viewed **/

.recently_viewed {
	position: relative;
	float: left;
	padding: 12px 0 12px 27px;
	border-right: 1px solid #D9D9D9;
	margin-right: -1px;
	width: 523px;
	width/**/:/**/ 509px;
	}
	.recently_viewed .title {
		background-image: url(../images/text_images/ttl_recently-viewed.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -6767px;
		overflow: hidden;
		height: 13px;
		width: 220px;
		}
	
	/* links */
	
	.recently_viewed .links {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		}
		.recently_viewed .links li {
			position: absolute;
			margin: 0;
			padding: 0;
			list-style: none;
			}
			.recently_viewed .links li a {
				display: block;
				width: 19px;
				height: 17px;
				background-repeat: no-repeat;
				text-indent: -6767px;
				overflow: hidden;
				}
			.recently_viewed .links li a:hover {
				text-decoration: none;
				}
		.recently_viewed .links li.left {
			left: 28px;
			top: 78px;
			width: 19px;
			height: 17px;
			}
			.recently_viewed .links li.left a {
				background-image: url(../images/arrow_xlarge_grey_left.gif);
				}
		.recently_viewed .links li.right {
			left: 503px;
			top: 78px;
			width: 19px;
			height: 17px;
			}
			.recently_viewed .links li.right a {
				background-image: url(../images/arrow_xlarge_grey_right.gif);
				}
	
	/* thumbs */
	
	.recently_viewed .thumbs {
		position: relative;
		left: 25px;
		height: 116px;
		width: 455px;
		overflow: hidden;
		white-space: nowrap;
		}
		.recently_viewed .thumbs span {
			display: none;
			}
		.recently_viewed .thumbs img {
			display: inline;
			}
		.recently_viewed .thumbs a {
			margin: 0 15px;
			_margin: 0 17px;
			}


/** Complete the look **/

.complete_the_look {
	position: relative;
	float: left;
	padding: 12px 0 12px 14px;
	border-left: 1px solid #D9D9D9;
	width: 325px;
	width/**/:/**/ 311px;
	}
	.complete_the_look .title {
		background-image: url(../images/text_images/ttl_complete-the-look.gif);
		text-indent: -6767px;
		overflow: hidden;
		height: 13px;
		width: 167px;
		}

	/* links */
	
	.complete_the_look .links {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		}
		.complete_the_look .links li {
			position: absolute;
			margin: 0;
			padding: 0;
			list-style: none;
			}
			.complete_the_look .links li a {
				display: block;
				width: 19px;
				height: 17px;
				background-repeat: no-repeat;
				text-indent: -6767px;
				overflow: hidden;
				}
			.complete_the_look .links li a:hover {
				text-decoration: none;
				}
		.complete_the_look .links li.left {
			left: 14px;
			top: 78px;
			width: 19px;
			height: 17px;
			}
			.complete_the_look .links li.left a {
				background-image: url(../images/arrow_xlarge_grey_left.gif);
				}
		.complete_the_look .links li.right {
			left: 287px;
			top: 78px;
			width: 19px;
			height: 17px;
			}
			.complete_the_look .links li.right a {
				background-image: url(../images/arrow_xlarge_grey_right.gif);
				}
	
	/* thumbs */
	
	.complete_the_look .thumbs {
		position: relative;
		left: 19px;
		height: 116px;
		width: 240px;
		overflow: hidden;
		white-space: nowrap;
		}
		.complete_the_look .thumbs span {
			display: none;
			}
		.complete_the_look .thumbs img {
			display: inline;
			}
		.complete_the_look .thumbs a {
			margin: 0;
			}

/** Complete the look popup **/

#complete_the_look-popup {
	float: left;
	position: absolute;
	left: 200px;
	top: 0;
	border: 1px solid #EEEBE3;
	width: 490px;
	background-color: #fff;
	padding-top: 8px;
	z-index: 1;
	}
	#complete_the_look-popup .close {
		position: absolute;
		right: 17px;
		top: 18px;
		width: 7px;
		height: 7px;
		margin: 0;
		padding: 0;
		z-index: 2;
		}
		#complete_the_look-popup .close a {
			display: block;
			width: 7px;
			height: 7px;
			text-indent: 6767px;
			overflow: hidden;
			background-image: url(../images/link_cross_white.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			font-size: 0.3em;
			}
		#complete_the_look-popup .close a:hover {
			background-position: 0 -7px;
			}
	#complete_the_look-popup .title {
		margin: 0 7px 0 7px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background: #AEA897 url(../images/text_images/ttl_complete-the-look-white.gif) 5px 6px no-repeat;
		font-size: 1em;
		}
	#complete_the_look-popup p {
		margin: 15px 12px 0 12px;
		font-size: .9em;
		}
	#complete_the_look-popup .item {
		display: block;
		clear: both;
		border-bottom: 1px solid #AEA897;
		padding: 0;
		margin: 20px 0 0 7px;
		width: 476px;
		float: left;
		}
		#complete_the_look-popup .item .thumb { float: left; }
		#complete_the_look-popup .item fieldset {
			float: left;
			width: 345px;
			padding-top: 8px;
			margin: 0 0 0 10px;
			}
		#complete_the_look-popup .item fieldset .frm_float1 { margin-bottom: 0; }
		#complete_the_look-popup .item fieldset p {
			margin: 0;
			font-size: 1em;
			}
		#complete_the_look-popup .item fieldset label { text-transform: uppercase; }
		#complete_the_look-popup .item fieldset select { width: 82px; float: left; }
		#complete_the_look-popup .item .lbl_product span { color: #000; }
		#complete_the_look-popup .item .lbl_product { margin-bottom: 13px; }
		#complete_the_look-popup .item .lbl_size {
			width: 30px;
			clear: left;
			margin: 3px 0 15px 0;
			}
		#complete_the_look-popup .item .recommended-color { clear: left; }
		#complete_the_look-popup .item .recommended-color span { color: #000; }
		#complete_the_look-popup .frm_link3 {
			clear: left;
			float: right;
			margin-bottom: 12px;
			}
		#complete_the_look-popup .frm_submit2:hover,
		#complete_the_look-popup .frm_submit2:focus,
		#complete_the_look-popup .frm_submit2-active,
		#complete_the_look-popup .frm_submit2 {
			float: right;
			margin: 10px 7px 8px 0;
			}


/*******************************************************************************/
/****** CHECKOUT PAGE STYLES **************************************************/
/*****************************************************************************/

.checkout .breadcrumbs { margin-left: 8px;}

/***** CHECKOUT PROCESS *****/

.checkout_process {
	float: left;
	width: 392px;
	margin-right: 39px;
	margin-bottom: 30px;
	}
	.checkout_process .line_horizontal {
		clear: left;
		float: left;
		width: 100%;
		margin-bottom: 20px;
		background-color: #E9E5DB;
		}
	
	/** Header **/
	
	.checkout_process .header {
		clear: left;
		text-indent: -6767px;
		overflow: hidden;
		margin: 0 0 21px 0;
		padding: 0;
		background-repeat: no-repeat;
		}
	.checkout_process .header.new-to-anya-hindmarch {
		background-image: url(../images/checkout/hdr_new-to-anya-hindmarch.gif);
		width: 145px;
		height: 33px;
		}
	.checkout_process .header.returning-to-anya-hindmarch {
		background-image: url(../images/checkout/hdr_returning-to-anya-hindmarch.gif);
		width: 145px;
		height: 34px;
		}
	
	/** Section title **/
	
	.checkout_process .section_title {
		clear: left;
		float: left;
		width: 392px;
		height: 24px;
		background-color: #E9E5DB;
		margin-bottom: 21px;
		}
		.checkout_process .section_title a {
			display: block;
			width: 378px;
			height: 24px;
			background-color: #E9E5DB;
			text-align: right;
			padding-right: 14px;
			cursor: pointer;
			}
		.checkout_process .section_title a strong {
			float: left;
			display: block;
			width: 200px;
			height: 24px;
			background-color: transparent;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -6767px;
			overflow: hidden;
			text-align: left;
			}
		.checkout_process .section_title a em {
			font-style: normal;
			text-transform: uppercase;
			line-height: 25px;
			font-size: 0.9em;
			}
		.checkout_process .section_title a:hover {
			text-decoration: none;
			background-color: #F5F1E6;
			}
		.checkout_process .section_title a:hover strong {
			background-position: 0 -24px;
			}
		.checkout_process .section_title a.active strong {
			background-position: 0 -48px;
			}
		
		#my_account_container .section_title a strong {	background-image: url(../images/checkout/title_my-details.gif); }
		#billing_container .section_title a strong {	background-image: url(../images/checkout/title_billing-address.gif); }
		#shipping_container .section_title a strong {	background-image: url(../images/checkout/title_delivery-address.gif); }
		#payment_container .section_title a strong {	background-image: url(../images/checkout/title_payment-details.gif); }
	
	#my_account,
	#billing,
	#shipping,
	#payment{clear:left;float:left;width:100%;}
	
	/** Section content **/
	
	#my_account_container .fld_submit {
		clear: left;
		float: right;
		margin: 0;
		padding-bottom: 21px;
		}
	
	.checkout_process .section_content {
		padding: 0 24px;
		}

	/** Checkout forms **/
	
	/* fieldset float */
	.checkout_process .fld_float {
		padding: 0 0 0 24px;
		margin: 0;
		clear: left;
		}
		.checkout_process .fld_float label,
		.checkout_process .fld_float span {
			width: 128px;
			margin-top: 2px;
			}
		.checkout_process .fld_float label.auto {
			margin: 0;
			}
		.checkout_process .fld_float .frm_text {
			width: 226px;
			}
		.checkout_process .fld_float .frm_float1 {
			}
			.checkout_process .fld_float .frm_float1 .frm_check,
			.checkout_process .fld_float .frm_float1 label {
				float: right;
				}
	
	/* fieldset float2 */
	
	.checkout_process .fld_float2 {
		padding: 0 0 0 24px;
		margin: 0 0 0 0;
		}
		.checkout_process .fld_float2 label {
			float: left;
			width: 260px;
			margin-bottom: 6px;
			}
		.checkout_process .fld_float2 label.auto {
			width: auto;
			height: auto;
			}
		.checkout_process .fld_float2 .frm_radio {
			float: left;
			margin: 2px 10px 6px 15px;
			}
		.checkout_process .fld_float2 span {
			float: left;
			margin-left: 4px;
			margin-right: 4px;
			color: black;
			}
		.checkout_process .fld_float2 a {
			float: left;
			color: black;
			}
		.checkout_process .fld_float2 a:hover {
			text-decoration: underline;
			}
		.checkout_process .fld_float2 p a {
			color: #737373;
			font-weight: bold;
			}
		.checkout_process .fld_float2 .fld_submit {
			padding-bottom: 0;
			}
	
	
	/* fieldset check radio */
	.checkout_process .fld_checkradio {
		padding: 10px 10px 10px 24px;
		margin-bottom: 16px;
		font-size: 0.9em;
		}
		.checkout_process .fld_checkradio .frm_check {
			margin-top: 2px;
			}
	
	/* fieldset submit */
	.checkout_process .fld_submit {
		padding: 10px 10px 0 0;
		}
		.checkout_process .fld_submit p {
			padding-top: 5px;
			}
		.checkout_process .fld_submit .message {
			float: left;
			padding: 5px 0 0 24px;
			}
	
	/* fieldset inline */
	.checkout_process .fld_inline {
		margin: 0;
		padding-left: 24px;	
		padding-right: 10px;	
		}
		.checkout_process .fld_inline span {
			float: left;
			width: 204px;
			margin-bottom: 10px;
			}
		.checkout_process .fld_inline .frm_check,
		.checkout_process .fld_inline .frm_radio {
			float: left;
			margin-left: 7px;
			margin-bottom: 10px;
			}
		.checkout_process .fld_inline label {
			float: left;
			width: 55px;
			text-align: right;
			margin-bottom: 10px;
			}
		
		.checkout_process #ddl_address-result2,
		.checkout_process #ddl_address-result { margin-left: 128px; }
		
		
		/* addresses */
		
		.checkout_process #billing .addresses,
		.checkout_process #shipping .addresses {
			clear: both;
			float: left;
			padding: 0 0 10px 18px;
			}
		.checkout_process #billing p.address,
		.checkout_process #shipping p.address {
			float: left;
			clear: left;
			margin: 0 0 4px 2px;
			width: 354px;
			padding: 4px
			}
			.checkout_process #billing p.address.active,
			.checkout_process #shipping p.address.active {
				background-color: #F9F8F6;
				}
			.checkout_process #billing p.address a,
			.checkout_process #shipping p.address a {
				float: left;
				color: #000;
				}
			.checkout_process #billing p.address span,
			.checkout_process #shipping p.address span {
				float: left;
				color: #000;
				margin: 0 4px;
				}
			.checkout_process #billing p.address .label,
			.checkout_process #shipping p.address .label {
				float: left;
				width: 295px;
				color: #737373;
				margin: 0;
				}
	
	/** Areas **/
	
	.hdr_create-an-account {
		margin: 10px 0 20px 0;
		padding: 0;
		text-indent: -6767px;
		overflow: hidden;
		background-image: url(../images/checkout/hdr_create-an-account.gif);
		width: 165px;
		height: 12px;
		}
	
	/* payment */
	
	#ddl_start-month,
	#ddl_start-year,
	#ddl_expiry-month,
	#ddl_expiry-year,
	#txt_issue-number,
	#txt_cvv {
		width: 110px;
		}
	#ddl_start-month,
	#ddl_expiry-month {
		margin-right: 9px;
		}


/***** ORDER DETAILS *****/

.order_details {
	position: relative;
	float: left;
	width: 245px;
	margin-bottom: 30px;
	}
	
	/** Header / footer **/
	
	.order_details .header {
		width: 245px;
		height: 24px;
		background-color: #AEA897;
		background-image: url(../images/checkout/hdr_your-order-summary.gif);
		background-repeat: no-repeat;
		background-position: 7px 1px;
		margin: 0;
		padding: 0;
		}
		.order_details .header strong {
			display: none;
			}
	
	.order_details .footer {
		width: 245px;
		height: 24px;
		background-color: #AEA897;
		margin: 0;
		padding: 0;
		color: white;
		}
		.order_details .footer .left {
			float: left;
			padding-left: 7px;
			width: 152px;
			width/**/:/**/ 145px;
			margin-top: 5px;
			font-weight: bold;
			text-transform: uppercase;
			}
		.order_details .footer .right {
			float: left;
			width: 93px;
			font-weight: bold;
			margin-top: 5px;
			}
	
	
	/** Items **/
	
	.order_details .item {
		display: block;
		clear: both;
		border-bottom: 1px solid #AEA897;
		padding: 0;
		width: 245px;
		font-size: 0.9em;
		}
		.order_details .item .thumb {
			float: left;
			}
		.order_details .item .text {
			float: left;
			width: 173px;
			padding: 13px 0;
			}
			.order_details .item .text .desc {
				margin: 0 0 5px 0;
				padding: 0;
				color: #858585;
				}
				.order_details .item .text .desc a {
					font-weight: bold;
					text-transform: uppercase;
					color: #858585;
					}
				.order_details .item .text .desc a:hover {
					text-decoration: underline;
					}
			
			.order_details .item .text .edit {
				margin: 0;
				padding: 0;
				}
				.order_details .item .text .edit a {
					color: black;
					}
				.order_details .item .text .edit a:hover {
					text-decoration: underline;
					}
	
	/** Form **/
	
	.order_details .fld_float {
		width: 245px;
		padding-top: 10px;
		}
		.order_details .fld_float label {
			padding-left: 7px;
			width: 152px;
			width/**/:/**/ 145px;
			padding-top: 0;
			margin-bottom: 10px;
			font-weight: bold;
			text-transform: uppercase;
			}
		.order_details .fld_float span {
			width: 93px;
			margin-bottom: 10px;
			}
		.order_details .fld_float .frm_text {
			width: 90px;
			}
		.order_details .fld_float .frm_check {
			margin-bottom: 7px;
			}
		.order_details .fld_float .frm_submit3,
		.order_details .fld_float .frm_submit3-active {
			border: 0;
			padding: 0;
			margin: 0;
			background-color: transparent;
			color: black;
			float: left;
			width: 90px;
			height: 2em;
			text-indent: 0px;
			font-size: 0.8em;
			text-align: left;
			cursor: pointer;
			}
		.order_details .fld_float .frm_submit3:hover,
		.order_details .fld_float .frm_submit3-active {
			text-decoration: underline;
			}

	/** Gift message **/
	
	.order_details .gift-message {
		height: 165px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-image: url(../images/checkout/gift-message_bg.jpg);
		float: left;
		clear: left;
		width: 100%;
		margin-top: 35px;
		}
		.order_details .gift-message .title {
			margin: 0;
			padding: 0;
			width: 114px;
			height: 33px;
			margin-top: 25px;
			margin-bottom: 18px;
			background-image: url(../images/checkout/hdr_free-gift-wrapping.gif);
			text-indent: -6767px;
			overflow: hidden;
			}

	/** Add gift message **/
	
	#add-gift-message {
		position: absolute;
		right: 0;
		bottom: 310px;
		width: 290px;
		padding: 10px;
		border: 6px solid #AEA897;
		background-color: white;
		z-index: 1;
		}
		#add-gift-message .close {
			position: absolute;
			right: 10px;
			top: 10px;
			width: 7px;
			height: 7px;
			margin: 0;
			padding: 0;
			z-index: 2;
			}
			#add-gift-message .close a {
				display: block;
				width: 7px;
				height: 7px;
				text-indent: 6767px;
				overflow: hidden;
				background-image: url(../images/link_cross.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
				font-size: 0.3em;
				}
			#add-gift-message .close a:hover {
				background-position: 0 -7px;
				}
				
		#add-gift-message .title {
			margin: 0 auto 10px auto;
			padding: 0;
			background-image: url(../images/checkout/ttl_type-your-message-here.gif);
			width: 172px;
			height: 50px;
			text-indent: -6767px;
			overflow: hidden;
			}
		#add-gift-message fieldset {
			width: 290px;
			}
		#add-gift-message textarea {
			display: block;
			width: 290px;
			height: 87px;
			background-image: url(../images/checkout/gift-message-textarea_bg.gif);
			border: 0;
			line-height: 22px;
			}
		#add-gift-message .frm_link1,
		#add-gift-message .frm_link1-active {
			float: right;
			}


/********************************************************************************/
/****** CAREERS LISTING PAGE STYLES ********************************************/
/******************************************************************************/

.careers {
	position: relative;
	background-image: url(../images/careers/careers_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	.careers .careers_listing {
		position: relative;
		width: 602px;
		height: auto !important;
		min-height: 750px;
		height: 750px;
		}
	
	.careers #content_left .sign-up-newsletter { margin-top: 50px; }
	
	/** Headers **/
	
	.careers_listing h1 {
		margin-top: 0;
		margin-bottom: 0px;
		}
	.careers_listing h2 {
		font-size: 1.4em;
		margin-bottom: 22px;
		margin-top: 0;
		color: #909090;
		}
	
	/** Pagination **/
	
	.careers_listing .pagination {
		width: 602px;
		}
		.careers_listing .pagination .pages {
			width: 322px;
			}
	
	/** Careers items **/
	
	.careers_listing .careers_title {
		background-color: #E9E5DB;
		height: 24px;
		width: 602px;
		text-transform: uppercase;
		color: black;
		}
		.careers_listing .careers_title a {
			position: relative;
			display: block;
			width: 602px;
			height: 24px;
			color: black;
			background-color: #E9E5DB;
			}
		.careers_listing .careers_title a:hover {
			background-color: #F5F1E6;
			text-decoration: none;
			}
			.careers_listing .careers_title span {
				position: relative;
				left: 10px;
				top: 5px;
				}
		
		.careers_listing .link {
			float: right;
			margin: 0;
			padding: 0;
			width: 102px;
			height: 24px;
			}
			.careers_listing .link li {
				float: right;
				margin: 0;
				padding: 0;
				width: 102px;
				height: 24px;
				list-style: none;
				}
				.careers_listing .link li a {
					float: right;
					}
		
		/* content */
		
		.careers_listing .careers_content {
			padding: 20px 10px 0 10px;
			}
			.careers_listing .careers_content .title {
				text-transform: uppercase;
				margin-bottom: 10px;
				}
			.careers_listing .careers_content .text {
				margin-bottom: 20px;
				}
			
			.careers_listing .careers_content .links {
				display: block;
				width: 602px;
				margin: 0;
				padding: 0 0 35px 0;
				}
				.careers_listing .careers_content .links li {
					margin: 0;
					padding: 0;
					list-style: none;
					}
				.careers_listing .careers_content .links li.left {
					float: left;
					width: 110px;
					}
					.careers_listing .careers_content .links li.left a {
						float: left;
						width: 110px;
						height: 8px;
						font-size: 0.3em;
						background-image: url(../images/link_view-more-details.gif);
						background-repeat: no-repeat;
						background-position: 0 0;
						text-indent: -6767px;
						overflow: hidden;
						}
					.careers_listing .careers_content .links li.left a:hover {
						background-position: 0 -8px;
						text-decoration: none;
						}
				.careers_listing .careers_content .links li.right {
					position: relative;
					float: right;
					width: 137px;
					right: 10px;
					}
					.careers_listing .careers_content .links li.right a {
						float: right;
						width: 137px;
						height: 8px;
						font-size: 0.3em;
						background-image: url(../images/link_apply-for-this-position.gif);
						background-repeat: no-repeat;
						background-position: 0 0;
						text-indent: -6767px;
						overflow: hidden;
						}
					.careers_listing .careers_content .links li.right a:hover {
						background-position: 0 -8px;
						text-decoration: none;
						}
	
	/** Application form **/
	
	.careers_application-form {
		position: absolute;
		left: 105px;
		top: 50px;
		border: 8px solid #AEA897;
		width: 376px;
		background-color: white;
		padding-top: 18px;
		z-index: 1;
		}
		.careers_application-form .close {
			position: absolute;
			right: 10px;
			top: 10px;
			width: 7px;
			height: 7px;
			margin: 0;
			padding: 0;
			z-index: 2;
			}
			.careers_application-form .close a {
				display: block;
				width: 7px;
				height: 7px;
				text-indent: 6767px;
				overflow: hidden;
				background-image: url(../images/link_cross.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
				font-size: 0.3em;
				}
			.careers_application-form .close a:hover {
				background-position: 0 -7px;
				}
		.careers_application-form .title {
			margin: 0 0 0 20px;
			background: transparent url(../images/text_images/ttl_application-form.gif) 0 0 no-repeat;
			text-indent: -6767px;
			overflow: hidden;
			}
		.careers_application-form .fld_float {
			padding: 20px;
			margin-bottom: 0;
			}
			.careers_application-form .fld_float label,
			.careers_application-form .fld_float span {
				width: 98px;
				}
			.careers_application-form .fld_float .frm_text,
			.careers_application-form .fld_float .frm_dropdown,
			.careers_application-form .fld_float textarea {
				width: 230px;
				}
			.careers_application-form .fld_float textarea {
				height: 70px;
				}
		
		.careers_application-form .fld_checkradio {
			margin: 0 10px 18px 10px;
			padding: 10px;
			font-size: 0.9em;
			}
		.careers_application-form .fld_submit {
			padding-right: 10px;
			}
			
/********************************************************************************/
/****** NEWS LISTING PAGE STYLES ********************************************/
/******************************************************************************/

.news_listing {
	position: relative;
	background-image: url(../images/news/news_listing_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.news_detail {
	position: relative;
	background-image: url(../images/news/news_detail_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	.news #content_left .sign-up-newsletter { margin-top: 50px; }
	
	.news_listing_content {
		position: relative;
		width: 602px;
		height: auto !important;
		min-height: 750px;
		height: 750px;
		}
	.news_detail_content {
		position: relative;
		width: 602px;
		height: auto !important;
		min-height: 400px;
		height: 400px;
		}
	
	/** Headers **/
	
	.news_listing h1 {
		margin-top: 0;
		margin-bottom: 0px;
		}
	.news_listing h2 {
		font-size: 1.4em;
		margin-bottom: 22px;
		margin-top: 0;
		color: #909090;
		}
	
	/** Pagination **/
	
	.news_listing .pagination {
		float: left;
		margin: 30px 0;
		width: 602px;
		}
		.news_listing .pagination .pages {
			width: 322px;
			}
	
	/** news listing **/
	
	.news_listing .news_title {
		clear: left;
		background-color: #E9E5DB;
		height: 24px;
		width: 602px;
		text-transform: uppercase;
		color: black;
		}
		.news_listing .news_title a {
			position: relative;
			display: block;
			width: 602px;
			height: 24px;
			color: black;
			background-color: #E9E5DB;
			}
		.news_listing .news_title a:hover {
			background-color: #F5F1E6;
			text-decoration: none;
			}
			.news_listing .news_title span {
				position: relative;
				left: 10px;
				top: 5px;
				}		
	.news_listing .news_content {
		float: left;
		clear: left;
		width: 560px;
		margin: 16px 0 28px 10px;
		}
		.news_listing .news_content .title {
			text-transform: uppercase;
			margin-bottom: 10px;
			}
		.news_listing .news_content img {
			float: left;
			}
		.news_listing .news_content p {
			padding-left: 242px;
			}
		.news_listing .news_content ul {
			list-style: none;
			margin: 20px 0 0 0;
			padding-left: 242px;
			}
		.news_listing .news_content ul li {
			list-style: none;
			}
		.news_listing .news_content ul li a.lnk_more {
			width: 41px;
			height: 8px;
			background-image: url(../images/link_more.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			text-indent: -6767px;
			_overflow: hidden;
			display: block;
			}
		.news_listing .news_content ul li a.lnk_more:hover {
			background-position: 0 -8px;
			}
	
	/** news detail **/
	
	.news_detail .news_title {
		background-color: #E9E5DB;
		height: 24px;
		width: 557px;
		text-transform: uppercase;
		color: black;
		}
		.news_detail .news_title a {
			position: relative;
			display: block;
			width: 557px;
			height: 24px;
			color: black;
			background-color: #E9E5DB;
			}
		.news_detail .news_title a:hover {
			background-color: #F5F1E6;
			text-decoration: none;
			}
			.news_detail .news_title span {
				position: relative;
				left: 10px;
				top: 5px;
				}	
	.news_detail .news_image {
		width: 539px;
		margin: 22px 9px 0 9px;
		}	
	.news_detail .news_content {
		width: 539px;
		margin: 15px 9px 0 9px;
		}
		.news_detail .news_content .title {
			text-transform: uppercase;
			margin-bottom: 10px;
			}
		.news_detail .news_content img {
			}
		.news_detail .news_content p {
			}
		.news_detail .news_content ul {
			list-style: none;
			}
		.news_detail .news_content ul li {
			list-style: none;
			display: inline;
			}
		.news_detail .news_navigation {
			clear: both;
			width: 539px;
			height: 20px;
			display: block;
			margin: 0 0 0 9px;
			padding: 0;
			}
			.news_detail .news_navigation li {
				margin: 0;
				padding: 0;
				float: left;
				list-style: none;
				height: 8px;
				}
				.news_detail .news_navigation li a {
					float: left;
					height: 8px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
					text-indent: -6767px;
					overflow: hidden;
					}
				.news_detail .news_navigation li a:hover {
					background-position: 0 -8px;
					text-decoration: none;
					}
		.news_detail .news_navigation li.back {
			width: 428px;
			}
			.news_detail .news_navigation li.back a {
				background-image: url(../images/link_back-to-news.gif);
				width: 88px;
				}
		.news_detail .news_navigation li.previous {
			width: 60px;
			padding-right: 8px;
			background-image: url(../images/navigation_detail-seperator.gif);
			background-repeat: no-repeat;
			background-position: right top;
			}
			.news_detail .news_navigation li.previous a {
				background-image: url(../images/link_previous.gif);
				width: 60px;
				}
		.news_detail .news_navigation li.next {
			width: 36px;
			padding-left: 6px;
			}
			.news_detail .news_navigation li.next a {
				background-image: url(../images/link_next.gif);
				width: 36px;
				}
			
/** Must haves **/

.must_haves {
	position: relative;
	padding: 12px 0 12px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin: 9px 0 40px 0;
	_margin-left: 5px;
	width: 539px;
	}
	.must_haves .title {
		background-image: url(../images/text_images/ttl_must-haves.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
		text-indent: -6767px;
		overflow: hidden;
		height: 13px;
		width: 220px;
		}
	
	/* links */
	
	.must_haves .links {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		}
		.must_haves .links li {
			position: absolute;
			margin: 0;
			padding: 0;
			list-style: none;
			}
			.must_haves .links li a {
				display: block;
				width: 19px;
				height: 17px;
				background-repeat: no-repeat;
				text-indent: -6767px;
				overflow: hidden;
				}
			.must_haves .links li a:hover {
				text-decoration: none;
				}
		.must_haves .links li.left {
			left: 0;
			top: 78px;
			width: 19px;
			height: 17px;
			}
			.must_haves .links li.left a {
				background-image: url(../images/arrow_xlarge_grey_left.gif);
				}
		.must_haves .links li.right {
			left: 521px;
			top: 78px;
			width: 19px;
			height: 17px;
			}
			.must_haves .links li.right a {
				background-image: url(../images/arrow_xlarge_grey_right.gif);
				}
	
	/* thumbs */
	
	.must_haves .thumbs {
		position: relative;
		left: 35px;
		height: 105px;
		width: 455px;
		overflow: hidden;
		white-space: nowrap;
		}
		.must_haves .thumbs span {
			display: none;
			}
		.must_haves .thumbs img {
			display: inline;
			}
		.must_haves .thumbs a {
			margin: 0 5px;
			_margin: 0 8px;
			}
			
/********************************************************************************/
/****** MY ACCOUNT PAGE STYLES *************************************************/
/******************************************************************************/

.my_account {
	position: relative;
	background-image: url(../images/my_account/my_account_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 400px;
	_height: 400px;
	}
	.my_account.my_account-details {
		background-image: url(../images/my_account/my_account_bg2.jpg);
		}
	.my_account .content {
		float: left;
		width: 378px;
		padding-bottom: 30px;
		}
	.my_account h1 {
		margin: 0 0 16px 0;
		width: 78px;
		height: 35px;
		text-indent: -6767px;
		overflow: hidden;
		background: transparent url(../images/text_images/ttl_my-account.gif) 0 0 no-repeat;
		font-size: 1em;
		}
	.my_account h2 {
		position: relative;
		left: -7px;
		margin: 0 0 20px 0;
		width: 392px;
		height: 24px;
		text-indent: -6767px;
		overflow: hidden;
		background-color: #E9E5DB;
		background-position: 5px 6px;
		background-repeat: no-repeat;
		font-size: 1em;
		}
		.my_account #welcome h2 { background-image: url(../images/text_images/ttl_welcome.gif); background-color: transparent; }
		.my_account #login_return h2 { background-image: url(../images/text_images/ttl_log-in.gif) }
		.my_account #login_new h2 { background-image: url(../images/text_images/ttl_new-to-anya-hindmarch.gif) }
		.my_account #my_details h2 { background-image: url(../images/text_images/ttl_my-details.gif) }
		.my_account #password_details h2 { background-image: url(../images/text_images/ttl_password-details.gif) }
		.my_account #additional_information h2 { background-image: url(../images/text_images/ttl_additional-information.gif) }
		.my_account #order_history h2 { background-image: url(../images/text_images/ttl_my-order-history.gif) }
		.my_account #previous_orders h2 { background-image: url(../images/text_images/ttl_previous-orders.gif) }
		.my_account #address_book h2 { background-image: url(../images/text_images/ttl_my-address-book.gif) }
		.my_account #password_reminder h2 { background-image: url(../images/text_images/ttl_password-reminder.gif) }
		
	.my_account .content p {
		margin-bottom: 16px;
		}
	.my_account .section {
		clear: left;
		float: left;
		width: 378px;
		margin-top: 30px;
		}
	.my_account #welcome.section {
		margin-top: 20px;
		}
	.my_account .section form {
		margin-top: 20px;
		width: 342px;
		}
		.my_account .section label span.asterisk {
			float: none;
			width: auto;
			margin: 0;
			}
		.my_account .section .password_reminder {
			float: left;
			font-size: 0.9em;
			}
			.my_account .section .password_reminder a {
				color: #737373;
				}
		.my_account .section .fld_checkradio {
			margin-bottom: 20px;
			float: left;
			position: relative;
			left: -7px;
			padding: 10px 20px 5px;
			width: 352px;
			font-size: 0.9em;
			}
			.my_account .section .fld_checkradio label {
				width: 300px;
				}
		.my_account .section .fld_submit {
			clear: both;
			}
			
		/* navigation */
		
		.my_account .account_navigation {
			clear: both;
			width: 378px;
			height: 9px;
			display: block;
			margin: 0;
			padding: 0;
			}
			.my_account .account_navigation li {
				margin: 0;
				padding: 0;
				float: left;
				list-style: none;
				height: 9px;
				}
				.my_account .account_navigation li a {
					float: left;
					height: 9px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
					text-indent: -6767px;
					overflow: hidden;
					}
				.my_account .account_navigation li a:hover {
					background-position: 0 -9px;
					text-decoration: none;
					}
				.my_account .account_navigation li a.active {
					background-position: 0 -9px;
					}
		.my_account .account_navigation li.details {
			width: 80px;
			margin-right: 20px;
			}
			.my_account .account_navigation li.details a {
				background-image: url(../images/link_my-details.gif);
				width: 80px;
				}
		.my_account .account_navigation li.address_book {
			width: 124px;
			margin-right: 20px;
			}
			.my_account .account_navigation li.address_book a {
				background-image: url(../images/link_my-address-book.gif);
				width: 124px;
				}
		.my_account .account_navigation li.order_history {
			width: 124px;
			}
			.my_account .account_navigation li.order_history a {
				background-image: url(../images/link_my-order-history.gif);
				width: 124px;
				}
				
		/* additional information */
		
		.my_account #additional_information select {
			width: 70px;
			}
		.my_account #additional_information #ddl_your-dob-day,
		.my_account #additional_information #ddl_your-dob-month {
			margin-right: 8px;
			}
			
		/* previous orders */
		
		.my_account #previous_orders { font-size: 0.9em; }			
		.my_account #previous_orders #previous_orders-header { _display:inline; }
		.my_account #previous_orders #previous_orders-header span {
			float: left;
			height: 20px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
			text-indent: -6767px;
			overflow: hidden;
			}
			.my_account #previous_orders #previous_orders-header span.date { width: 73px; background-image: url(../images/my_account/lbl_date.gif); }
			.my_account #previous_orders #previous_orders-header span.order_id { width: 78px; background-image: url(../images/my_account/lbl_order-id.gif); }
			.my_account #previous_orders #previous_orders-header span.order_value { width: 81px; background-image: url(../images/my_account/lbl_order-value.gif); }
			.my_account #previous_orders #previous_orders-header span.status { width: 67px; background-image: url(../images/my_account/lbl_status.gif); }
		
		.my_account #previous_orders .previous_order {
			clear: left;
			float: left;
			margin-bottom: 8px;
			/*display:inline;*/
			position: relative;
			left: -7px;
			width: 392px;
			}
		.my_account #previous_orders .previous_order span {
			float: left;
			padding: 4px 0;
			background-color: #F3F2F0;
			padding-left: 10px;
			margin-right: 1px;
			}
		.my_account #previous_orders .previous_order span.date { width: 57px; }
		.my_account #previous_orders .previous_order span.order_id { width: 67px; }
		.my_account #previous_orders .previous_order span.order_value { width: 71px; }
		.my_account #previous_orders .previous_order span.status { width: 65px; }
		.my_account #previous_orders .previous_order span.link { padding: 0; }
		.my_account #previous_orders .previous_order a {
			float: left;
			width: 86px;
			padding: 4px 0;
			background-color: #D3CCB7;
			background-repeat: no-repeat;
			text-indent: -6767px;
			overflow: hidden;
			}
			.my_account #previous_orders .previous_order a.lnk_view { background-position: 20px 5px; background-image: url(../images/my_account/link_view-arrow.gif); }
			.my_account #previous_orders .previous_order a.lnk_close { background-position: 19px 5px; background-image: url(../images/my_account/link_close-arrow.gif); }
		.my_account #previous_orders .previous_order-details {
			clear: left;
			position: relative;
			left: -7px;
			width: 392px;
			}
		.my_account #previous_orders .previous_order-details table {
			}
			.my_account #previous_orders .previous_order-details th {
				text-transform: uppercase;
				background-color: #FDFCFC;
				color: #575757;
				text-align: left;
				text-transform: uppercase;
				padding: 7px 8px;
				border-top: 1px solid #fff;
				}
			.my_account #previous_orders .previous_order-details td {
				background-color: #F3F2F0;
				padding: 10px;
				vertical-align: top;
				}
			.my_account #previous_orders .previous_order-details table .order_number,
			.my_account #previous_orders .previous_order-details table .billing_address,
			.my_account #previous_orders .previous_order-details table .payment_details {
				width: 45%;
				}
			.my_account #previous_orders .previous_order-details table .order_status,
			.my_account #previous_orders .previous_order-details table .delivery_address,
			.my_account #previous_orders .previous_order-details table .order_summary {
				width: 55%;
				}
		.my_account #previous_orders  .previous_order-details .order_total {
			float: right;
			}
		.my_account #previous_orders  .previous_order-details .previous_order-details-footer {
				background-color: #FDFCFC;
				}
	
	/* my account addresses */
	
	.my_account #address_book p.address {
		float: left;
		clear: left;
		margin-bottom: 4px;
		width: 370px;
		padding: 4px
		}
		.my_account #address_book p.address.active {
			background-color: #F9F8F6;
			}
		.my_account #address_book p.address a {
			float: left;
			color: #000;
			}
		.my_account #address_book p.address span {
			float: left;
			color: #000;
			margin: 0 4px;
			}
		.my_account #address_book p.address .label {
			float: left;
			width: 310px;
			color: #737373;
			margin: 0;
			}
	
	.my_account #address_book .fld_float2 {
		margin-bottom: 10px;
		}
		.my_account #address_book .fld_float2 label {
			float: left;
			width: 260px;
			margin-bottom: 6px;
			}
		.my_account #address_book .fld_float2 span {
			float: left;
			margin-left: 4px;
			margin-right: 4px;
			color: black;
			}
		.my_account #address_book .fld_float2 a {
			float: left;
			color: black;
			}
		.my_account #address_book .fld_float2 a:hover {
			text-decoration: underline;
			}
		.my_account #address_book .fld_float2 p a {
			color: #737373;
			font-weight: bold;
			}
		.my_account #address_book .fld_float2 .fld_submit {
			padding-bottom: 0;
			}
		.my_account #address_book .fld_submit .message {
			float: left;
			padding-top: 5px;
			}