/*
	Yeltuor CSS
	CSS by David Nash
	http://davidnash.com.au
	November 2009
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li,
dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

html {
	font: small Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-style: normal;
}

body {
	background: #fff;
	font-size: 130%;
}

a img { border: 0; }

a { 
	color: #f95e59;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {	border-collapse: collapse; }

select, input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

.clear { clear: both; }

.hidden { display: none; }

.strike {
	text-decoration: line-through;
	color: #ccc;
}

.error {
	color: #e33;
}

	.error a {
		text-decoration: underline;
	}

#Wrap {
	width: 1000px;
	margin: 0 auto 20px auto;
	padding: 0 0 28px 0;
	background-color: #60dfe5;
}

#Head {
	color: #fff;
	position: relative;
	height: 92px;
}

	#Head h1 a {
		display: block;
		width: 211px;
		height: 28px;
		background: url(../images/logo.gif) no-repeat;
		position: absolute;
		left: 40px;
		top: 20px;

	}

	#Head a {
		color: #fff;
		text-decoration: none;
	}

	#Head a:hover { text-decoration: underline; }

	#Head ul#Nav {
		list-style: none;
		overflow: hidden;
		position: absolute;
		bottom: 7px;
		left: 41px;
	}

		#Nav li {
			float: left;
		}

		#Nav li a {
			padding: 10px 28px 0 0;
			float: left;
			text-transform: uppercase;
			font-size: 14px;
		}
		
		#Nav li a.current {
			font-weight: bold;
		}

		#Nav li a:hover {
			text-decoration: none;
			font-weight: bold;
		}

	#Head #UserTools {
		position: absolute;
		top: 17px;
		right: 41px;
		text-align: right;
		font-size: 11px;
	}

		#Head #UserTools #ShoppingBagSummary {
			padding-top: 2px;
		}

		#Head #UserTools #SearchBox {
			position: relative;
		}

			#Head #UserTools #SearchBox #Search {
				width: 101px;
				height: 19px;
				border: 0;
				background: url(../images/bg-search-field.gif) no-repeat;
				padding: 7px 0 0 4px;
				font-family: Arial, sans-serif;
				font-size: 11px;
				color: #333;
				position: absolute;
				right: 76px;
				top: 13px;
			}
			
			#Head #UserTools #SearchBox #SearchButton {
				width: 74px;
				height: 24px;
				font-size: 11px;
				color: #fff;
				border: 0;
				background: url(../images/button-search.gif) no-repeat;
				position: absolute;
				right: -1px;
				top: 13px;
				padding-bottom: 1px;
			}

/* Main holds Content, Sidebar, Footer */
#Main {
	width: 960px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	min-height: 623px;
	background: #fff;
}


#Sidebar {
	width: 178px;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 15px;
	background: #fff url(../images/bg-sidebar-sides.gif) repeat-y;
	position: relative;
	top: -3px;
}

	#SidebarTop {
		width: 178px;
		height: 7px;
		background: url(../images/bg-sidebar-top.gif) no-repeat;
	}

	#SidebarInner {
		/*padding: 15px 0 15px 12px;*/
		padding: 15px 5px 15px 12px;
		min-height: 576px;
	}

	#SidebarEnd {
		width: 178px;
		height: 10px;
		background: url(../images/bg-sidebar-bottom.gif) no-repeat;
	}


	
	#Sidebar a {
		color: #6f6f6f;
		text-decoration: none;
	}

	#Sidebar a:hover {
		color: #f95e59;
	}

	#Sidebar a.active {
		text-decoration: underline;
	}

	#Sidebar ul {
		list-style: none;
	}

	#Sidebar li {
		padding: 2px 0 4px 0;			
	}

		#Sidebar li ul {
			padding: 2px 0 0 0;
		}
	
		#Sidebar li li {
			padding-left: 2.5em;
			font-size: 13px;
			text-transform: none;
		}

	#Sidebar #ShopByBrandCat {
		padding-top: 1em;
	}

#Content {
	float: right;
	width: 782px;
	padding-bottom: 7px;
	color: #6f6f6f;
}	

	#Content h2 {
		text-transform: uppercase;
		font-size: 15px;
		color: #6f6f6f;
		padding: 15px 0 0 3px;
		height: 26px;
		font-weight: normal;
	}

	#Content ul {
		padding: 0.5em 0 0.5em 2em;
	}

	#Content p {
		padding-left: 3px;
	}

.textcontent p {
	width: 60%;
	line-height: 1.5;
	padding-bottom: 1em;
}

#Foot {
	clear: both;
	color: #999;
	line-height: 1.2;
	font-size: 90%;
}

	#Foot div {
		width: 935px;
		position: relative;
		left: 14px;
		border-top: 1px solid #636466;
		padding: 6px 0 20px 0;
		background: url(../images/card_logos.gif) no-repeat right;
	}

	#Foot a {
		color: #999;
		text-decoration: none;
	}

	#Foot a:hover {
		color: #f95e59;
	}

/*
	Welcome page
*/
#HeroHolder {
	width: 766px;
	float: right;
	padding-right: 12px;
}

#FeaturesAndWeeklyFix {
	clear: both;
	border-top: 5px solid #eaeaea;
	padding: 5px 0 0 0;
	width: 766px;
	float: right;
	position: relative;
	right: 12px;
}

	#Features {
		width: 582px;
		float: left;
	}

		#Features a {
			width: 282px;
			float: left;
			display: block;
			height: 107px;
			overflow: hidden;
			margin: 0 9px 9px 0;
		}

	#WeeklyFix {
		width: 183px;
		float: right;
	}

		#WeeklyFix h2 {
			text-transform: uppercase;
			font-size: 15px;
			color: #6f6f6f;
			text-align: center;
			padding-top: 10px;
			height: 26px;
			background: #eaeaea;
		}

		#WeeklyFix a {
			border: solid #d1d1d1;
			border-width: 0 1px 1px 1px;
			display: block;
			width: 181px;
			height: 187px;
			text-align: center;
			overflow: hidden;
		}

/*	
	#WeeklyFix {
		width: 183px;
		float: right;
	}

		#WeeklyFix h2 {
			text-transform: uppercase;
			font-size: 15px;
			color: #6f6f6f;
			text-align: center;
			padding-top: 10px;
			height: 26px;
			background: #eaeaea;
		}

		#WeeklyFix a {
			border: solid #d1d1d1;
			border-width: 0 1px 1px 1px;
			display: block;
			padding: 9px 0 5px 0;
			width: 181px;
			height: 172px;
			text-align: center;
		}
*/
#ExternalLinks {
	height: 28px;
	width: 766px;
	background: #eaeaea url(../images/bg-welcome_links.gif) 280px 11px no-repeat;
	font-size: 13px;
	text-transform: uppercase;
	clear: both;
	position: relative;
	right: 12px;
	float: right;
}

	#ExternalLinks a {
		color: #6f6f6f;
		text-decoration: none;
		position: absolute;
		top: 6px;
	}

	#ExternalLinks a:hover {
		text-decoration: underline;
	}

		#ExternalLinks .left {
			left: 15px;
		}

		#ExternalLinks .mid {
			left: 320px;
		}

		#ExternalLinks .right {
			right: 12px;
		}

/*
	Catalogue pages
*/
#Catalogue {
	padding-top: 4px;
	height: 560px;
	overflow: auto;
	position: relative;
}
	
	#Catalogue .item, #Specials .item {
		width: 171px;
		height: 148px;
		height: 316px;
		background: url(../images/frame-cat2.gif) no-repeat;
		padding: 10px;
		text-transform: uppercase;
		float: left;
		position: relative;
	}

	#Catalogue .brand {
		text-align: center;
		padding: 0;
		width: 191px;
		height: 168px;
	}

		#Catalogue .brand a {
			color: #333;
			display: block;
		}

		#Catalogue .item img, #Specials .item img {
			display: block;
			margin: 0 auto;
		}

		#Catalogue h3, #Specials .item h3 {
			font-size: 13px;
			font-weight: normal;
			color: #6f6f6f;
			padding-top: 7px;
			text-align: center;
		}
			
			#Catalogue h3 a, #Specials .item h3 a {
				color: #6f6f6f;
				text-decoration: none;
			}

			#Catalogue h3 a:hover, #Specials .item h3 a:hover {
				color: #f95e59;
			}

		#Catalogue .item .info, #Specials .item .info {
			position: absolute;
			bottom: 10px;
			width: 180px;
			height: 65px;
			margin: 0 auto;
			line-height: 1.2;
		}

		#Catalogue .designer, #Specials .designer {
			font-size: 12px;
			color: #6f6f6f;
			font-weight: bold;
			text-align: center;
		}

		#Catalogue .price, #Specials .price {
			color: #60dfe5;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
		}
		
		
		#Catalogue .price .now, #Specials .price .now {
			color: #f95e59;
		}

/*
	Product Details
*/
#Product{}

	#Product #Details {
		width: 432px;
		float: right;
	}

		#Product #Details h2 {
			padding: 0 0 7px 0;
			font-weight: bold;
			height: auto;
		}

		#Product #TextFrameTop {
			width: 420px;
			height: 5px;
			background: url(../images/prod-text-top.gif) no-repeat;			
			position: relative;
			top: -4px;
			left: -5px;
		}

		#Product #TextFrameBottom {
			width: 420px;
			height: 5px;
			background: url(../images/prod-text-bottom.gif) no-repeat;			
			position: relative;
			top: -4px;
			left: -5px;
		}
		
		#Product #TextFrame {
			position: relative;
			left: -5px;
			top: -4px;
			padding: 5px 10px;
			width: 400px;
			background: url(../images/prod-text-sides.gif) repeat-y;
		}

		#Product .left {
			width: 280px;
			width: 248px;
			float: left;
			padding-bottom: 20px;
			overflow: hidden;
		}

		#Product .right {
			float: right;
			width: 152px;
			text-align: center;
		}
		
		#Product #Details #Price {
			font-size: 16px;
			padding-bottom: 7px;
			padding-left: 0;
		}

		#Product #Details #ProductCode {
			padding-left: 0;
			padding-bottom: 7px;
		}

		#Product #Details #Description {
			font-size: 11px;
		}

		#Product #Details #AddToWishList {
			text-transform: uppercase;
			color: #f95e59;
			font-size: 13px;
			padding: 9px 0 0 0;
			display: block;
		}

		#Product #Details h3 {
			text-transform: uppercase;
			color: #6f6f6f;
			font-size: 13px; 
			font-weight: normal;
		}

		#Product #Buy {
			width: 428px;
			height: 96px;
			background: url(../images/bg-buy.gif) no-repeat;
			position: relative;
			top: 2px;
			left: -9px;
		}

			#Product #OutOfStock {
				position: absolute;
				top: 10px;
				left: 10px;
			}

			#Product #Buy #Size {
				display: block;
				width: 134px;
				position: absolute;
				top: 7px;
				left: 10px;
			}

			#Product #Buy #Colour {
				display: block;
				width: 131px;
				position: absolute;
				top: 7px;
				left: 149px;
			}

			#Product #Buy #AddToShoppingBag {
				position: absolute;
				top: 7px;
				left: 288px;
				font-size: 11px;
				width: 131px;
			}

			#Product #Buy #ShoppingTools {
				position: absolute;
				top: 45px;
				left: 7px;
				width: 190px;
			}

				#Product #Buy #ShoppingTools #ShoppingToolsTitle {
					float: left;
					text-transform: uppercase;
					color: #f95e59;
					font-size: 11px;
				}

				#Product #Buy #ShoppingTools #ShoppingToolsLinks {
					float: right;
					width: 80px;
					font-size: 11px;
				}
					
					#Product #Buy #ShoppingTools #ShoppingToolsLinks a {
						color: #6f6f6f;
					}

					#Product #Buy #ShoppingTools #ShoppingToolsLinks a:hover {
						color: #f95e59;
					}

			#Product #Buy #BuyNowButton {
				display: block;
				border: none;
				width: 235px;
				height: 51px;
				background: url(../images/button-buy-now.gif) no-repeat;
				position: absolute;
				left: 206px;
				top: 37px;
			}


		#Product #Details #WearItWith {
			padding-top: 34px;
		}

			#Product #WearItWith h4 {
				text-transform: uppercase;
				color: #6f6f6f;
				font-size: 12px; 
				font-weight: normal;
			}

			#Product #WearItWith .wiw_item {
				width: 132px;
				height: 136px;
				background: url(../images/frame-wiw.gif) no-repeat;
				overflow: hidden;
				padding: 5px;
				position: relative;
				left: -9px;
				float: left;
			}

				#Product #WearItWith .wiw_item a {
					display: block;
					text-align: center;
					text-transform: uppercase;
					color: #6f6f6f;
					font-size: 10px;
					text-decoration: none;
				}

				#Product #WearItWith .wiw_item a:hover {
					color: #f95e59;
				}


	#Product #ImageFrame {
		width: 342px;
		height: 439px;
		position: relative;
		top: -4px;
		overflow: hidden;
		float: left;
	}

		#Product #ImageFrame img#FrameBorder {
			position: absolute;
			top: 0;
			left: 0;
			/*z-index: 1;*/
		}

	#Product ul#Gallery {
		position: relative;
		top: 4px;
		left: 4px;
		width: 355px;
		height: 431px;
		overflow: hidden;
		list-style: none;
	}

		#Product #Gallery li {
			display: block;
			width: 355px;
			height: 431px;
			background-color: #fff;
			text-align: center;
			position: absolute;
			left: 0;
			top: 0;
		}


/*
		#Product ul#Gallery {
			position: absolute;
			top: 4px;
		}

		#Product .image {
			text-align: center;
			float: left;
			width: 334px;
			height: 431px;
			position: relative;
			left: 4px;
		}
*/

		#Product #Controls {
			width: 100%;
			position: absolute;
			bottom: 0;
			text-align: center;
			z-index: 3;
		}

			#Product #Controls a {
				margin-right: 1px;
			}


/*
simplemodal
*/
#simplemodal-overlay {
	background-color:#555;
}

#simplemodal-container {
	background-color:#fff;
	padding: 20px;
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}


/*
	Shopping Bag, Wish List, Buy Outfit
*/
#ShoppingBag {}
	
	#ShoppingBag .col1 { float: left; width: 400px; height: 20px; }
	#ShoppingBag .WishListCol1 { float: left; width: 640px; height: 20px; }
	
	#ShoppingBag .col2 { float: left; width: 60px; }
	#ShoppingBag .outfitCol2 { float: left; width: 140px; text-transform: none;}

	#ShoppingBag .col3 { float: left; width: 80px; }
	#ShoppingBag .outfitCol3 { float: left; width: 140px;; text-transform: none; }
	
	#ShoppingBag .col4 { float: left; width: 60px; }
	#ShoppingBag .col5 { float: left; width: 80px; }
	#ShoppingBag .col6 { float: left; width: 90px; }

	#ShoppingBag #BagHead {
		text-transform: uppercase;
		color: #6f6f6f;
		font-size: 13px; 
		font-weight: normal;
		height: 20px;
		font-weight: bold;
	}

		#ShoppingBag #BagHead div {
			text-align: center;
		}

	#ShoppingBag .BagRow {
		clear: both;
		width: 774px;
		height: 115px;
		background: url(../images/frame-bagitem.gif) no-repeat;
		position: relative;
		text-transform: uppercase;
		font-size: 13px;
	}

		#ShoppingBag .BagRow .col1 img {
			position: absolute;
			top: 15px;
			left: 15px;
		}

		#ShoppingBag .BagRow .col1 a.productname {
			position: absolute;
			left: 120px;
			top: 45px;
			color: #6f6f6f;
		}

			#ShoppingBag .BagRow .col1 a:hover.productname {
				color: #f95e59;
				text-decoration: none;
			}
			

		#ShoppingBag .BagRow div {
			padding-top: 45px;
			text-align: center;
		}

			#ShoppingBag .BagRow #OutOfStock {
				padding-top: 0;
			}

		#ShoppingBag .BagRow .qty {
			position: relative;
			top: -3px;
			font: 13px Arial, sans-serif;
		}
	
	#ShoppingBag #BagFoot {
		width: 770px;
		height: 36px;
		background: url(../images/bg-bag-foot.gif) no-repeat;
		position: relative;
		left: 2px;
		font-size: 14px;
	}

		#BagFoot #Total {
			display: block;
			width: 166px;
			height: 13px;
			position: absolute;
			top: 7px;
			left: 7px;
			background: url(../images/bg-bag-total.gif) no-repeat;
			font-size: 13px;
			padding: 4px 6px;
		}

			#BagFoot #Total .left {
				float: left;
			}

			#BagFoot #Total .right {
				float: right;
				width: 120px;
				text-align: right;
			}

		#BagFoot .button {
			position: absolute;
			top: 7px;
			border: none;
			font: 13px Arial, sans-serif;
			color: #6f6f6f;

		}

		#BagFoot .button#EmptyBag, #BagFoot .button#UpdateQtys {
			display: block;
			width: 171px;
			height: 21px;
			background: url(../images/button-bag.gif);
		}

		#BagFoot .button#EmptyBag {
			left: 225px;
		}

		#BagFoot .button#UpdateQtys {
			left: 400px;
		}

		#BagFoot .button#CheckOut {
			right: 7px;
			background: url(../images/button-bag-checkout.gif) no-repeat;
			display: block;
			width: 186px;
			height: 21px;
			color: #fff;
			text-transform: uppercase;
		}

#FirstClub {
	position: relative;
}

	#FirstClub h3 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 13px;
		padding: 0 0 4px 4px;
	}

	#FirstClub #FCImage {
		position: absolute;
		top: 0;
		right: 20px;
	}

	#FirstClub label {
		display: block;
		float: left;
		width: 120px;
	}

	#FirstClub input {
		float: left;
	}

		input.text {
			width: 225px;
			height: 20px;
			display: block;
			border: none;
			background: url(../images/bg-text-input.gif) no-repeat;
			padding: 4px 0 0 2px;
			font: 13px Arial, sans-serif;
		}

	#FirstClub button {
		border: none;
		font: 13px Arial, sans-serif;
		color: #fff;
		display: block;
		background: url(../images/button-continue.gif) no-repeat;
		width: 99px;
		height: 21px;
		font-weight: bold;
		padding-bottom: 2px;
	}

	#FirstClub form, #FirstClub .holder, .boxContents {
		padding: 10px 14px;
		width: 748px;
		background: url(../images/form-sides.gif) repeat-y;
		position: relative;
		overflow: hidden;
	}

		#FirstClub .holder .row {
			clear: both;
			padding: 2px 0;
		}

	#FirstClub .formTop, .boxTop {
		width: 776px;
		height: 5px;
		background: url(../images/form-top.gif) no-repeat 0 100%;
		margin: 0 !important;
		padding-top: 5px;
	}

	#FirstClub .formEnd, .boxEnd {
		width: 776px;
		height: 5px;
		background: url(../images/form-bottom.gif) no-repeat;
		margin: 0 !important;
	}

	#FirstClub #SignIn {
		margin-bottom: 2em;
	}

		#FirstClub #SignIn .formTop {
			width: 420px;
			height: 5px;
			background: url(../images/prod-text-top.gif) no-repeat;			
			margin-bottom: 0;
			padding-top: 0;
		}

		#FirstClub #SignIn .formEnd {
			width: 420px;
			height: 5px;
			background: url(../images/prod-text-bottom.gif) no-repeat;			
			margin-bottom: 0;
			padding-top: 0;
		}
		
		#FirstClub #SignIn form {
			background: url(../images/prod-text-sides.gif) repeat-y;			
		}



	#FirstClub #SignIn div, 
	#FirstClub #CreateNewAccount div,
	#FirstClub #Activate div,
	#FirstClub #RegisterMembershipCard div {
		clear: both;
		margin-bottom: 5px;
		overflow: hidden;
	}

	#FirstClub p {
		line-height: 1.5;
		padding: 0 0 1em 4px;
	}

	#FirstClub .reverse {
		padding-top: 10px;
		margin-bottom: 0;
	}
				
		#FirstClub .reverse input {
			position: relative;
			top: -3px;
			margin-right: 1em;
		}

		#FirstClub .reverse label {
			width: auto;
			position: relative;
			left: 90px;
		}

			#FirstClub .reverse label.error {
				display: block;
				left: 25px;
				clear: both;
			}
	
	#FirstClub label.error {
		width: auto !important;
		padding: 4px 5px;
		background: #fee;
	}

	#FirstClub #UpdateDetailsButton {
		display: block;
		width: 93px;
		height: 18px;
		padding: 3px 0 0 6px;
		background: url(../images/button-continue.gif) no-repeat;
		color: #fff;
	}

	#FirstClub #PayMyAccountBuutton {
		display: block;
		width: 191px;
		height: 42px;
		background: url(../images/button-pay-my-account.gif) no-repeat;
		position: relative;
		top: 10px;
		left: 4px;
	}

	#FirstClub small {
		padding-left: 1em;
	}

#Specials {}

	/* see also #Catalogue */

	#Specials .specialRow {
		clear: both;
		margin-bottom: 40px;
		position: relative;
		overflow: hidden;
	}

	#Specials h3 {
		font-size: 13px;
		font-weight: bold;
		color: #6f6f6f;
		text-transform: uppercase;
		clear: both;
		padding-left: 4px;
	}
	
	#Specials a.moreSpecials {
		position: absolute;
		top: 0;
		right: 20px;
	}

#Stylist {}

	#Stylist p {
		padding-left: 4px;
	}

	#Stylist .outfit {
		width: 255px;
		height: 367px;
		float: left;
		background: url(../images/frame-outfit.gif) no-repeat;
		padding: 0 0 0 2px;
		margin-bottom: 15px;

	}
		
		#Stylist .outfit h3 {
			/*padding: 15px 0 15px 0;*/
			height: 27px;
			padding-top: 12px;
			text-align: center;
		}

		#Stylist .outfit h3 a {
			font-size: 13px;
			font-weight: normal;
			color: #6f6f6f;
			text-transform: uppercase;
		}

		#Stylist .outfit a.image {
		}


#CheckOut {}

	#CheckOut p {
		padding-left: 4px;
	}

	#CheckOut .row {
		padding: 5px 0;
		clear: both;
		overflow: hidden;
	}

	#CheckOut label {
		width: 120px;
		display: block;
		float: left;
	}

	#CheckOut #ExpiryMonth, #CheckOut #ExpiryYear {
		float: left;
		padding-right: 20px;
	}

	#CheckOut #ExpiryMonth label, #CheckOut #ExpiryYear label {
		width: auto;
		display: inline;
		float: none;
	}

	#CheckOut input.text {
		float: left;
	}

	#CheckOut input.button {
		border: none;
		font: 13px Arial, sans-serif;
		color: #fff;
		display: block;
		background: url(../images/button-continue.gif) no-repeat;
		width: 99px;
		height: 21px;
		font-weight: bold;
		padding-bottom: 2px;
	}

	#CheckOut label.error {
		width: auto !important;
		padding: 4px 0 0 5px;
	}

	#CheckOut h3 {
		text-transform: uppercase;
		color: #6f6f6f;
		font-size: 13px; 
		font-weight: normal;
		padding-bottom: 10px;
	}

#Contact {}

	#Contact .row {
		clear: both;
		float: left;
		overflow: hidden;
		width: 90%;
		padding: 5px 0;

	}

	#Contact label {
		width: 120px;
		float: left;
	}

	#Contact input.text, #Contact textarea {
		float: left;
	}

	#Contact label.error {
		width: auto !important;
		padding: 4px 0 0 5px;
	}

	#Contact #Send {
		border: none;
		font: 13px Arial, sans-serif;
		color: #fff;
		display: block;
		background: url(../images/button-continue.gif) no-repeat;
		width: 99px;
		height: 21px;
		font-weight: bold;
		padding-bottom: 2px;
	}

table#OrderSummary {
	margin-left: 5px;
}

table#OrderSummary td, table#OrderSummary th {
	padding: 5px;
	border: 1px solid #999;
}
