@charset "utf-8";
/* CSS Document for Aussie SE Collection pages. */
/* Inherits much from products.css */

div#containerProducts 
{
	position: relative;
	width: 880px;
	margin: 44px 0 120px 15px;
	padding: 0 20px;
	background: #fff;
 
}

	a#linkSelectCollection
	{
		position: absolute;
		top: 14px;
		right: 20px;
		padding: 1px 13px 0 0;
		font-size: 0.6em;
		color: #970bb3;
		line-height: 1em;
		text-transform: uppercase;
		text-decoration: none;
		background: url(../images/icon-plus.gif) right no-repeat;
		z-index: 99;
	}
	
	div#containerSelectCollection
	{
		position: absolute;
		top: 35px;
		left: 500px;
		width: 374px;
		height: 0px;
		padding: 10px;
		color: #666;
		background: #fff;
		border: 3px solid #e2e2e2;
		display: none;
		z-index: 98;
	}
	
		div#contentSelectCollection
		{
			width: 374px;
		}
		
			div#contentSelectCollection h1
			{
				margin: 0 0 12px 0;
				font: bold 1.3em "Times New Roman", Times, serif;
				color: #970bb3;
				text-transform: uppercase;
			}
			
			div#contentSelectCollection h2
			{
				margin: 0 0 7px 0;
				font-size: 0.6em;
				font-weight: normal;
				line-height: 1em;
				color: #000;
				text-transform: uppercase;
			}
			
			div#contentSelectCollection p
			{
				margin: 0 0 12px 0;
				font-size: 0.7em;
			}
			
			div#contentSelectCollection ul
			{
				font-size: 0.6em;
				list-style-type: none;
				text-transform: uppercase;
			}
			
			div#contentSelectCollection ul li
			{
				margin: 0 0 6px 0;
				line-height: 1em;
			}
			
			div#contentSelectCollection ul li a
			{
				color: #970bb3;
				text-decoration: none;
			}
			
			div#containerMyHairType
			{
				float: left;
				width: 147px;
				margin: 0 40px 0 0;
			}
			
			div#containerCollectionName
			{
				float: left;
				width: 147px;
			}

	div#collectionsMinHeight
	{
		float: left;
		width: 1px;
		height: 400px;
	}
	
		ul#containerPackshots
		{
			position: relative;
			float: left;
			width: 439px;
			height: 400px;
			margin: 0 43px 0 0;
			list-style-type: none;
			z-index: 1;
		}
		
		ul.containerPackshotsSixProd {width:482px !important; margin: 0 30px 0 0 !important;}
		
		.sixProd { width:482px !important; margin: 0 30px 0 0 !important;}
		
			ul#containerPackshots li
			{
				position: relative;
				float: right;
				margin: 0 0 0 5px;
			}
			
				ul#containerPackshots li a
				{
					cursor: default;
				}
				
				ul#containerPackshots li a.prodInfo img
				{
					position: relative;
					display: block;
				}
				
				div.blur
				{
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 380px;
					background: #fff;
					display: none;
					z-index: 2;
				}
				
				ul#containerPackshots li div.info
				{
					position: absolute;
					top: 227px;
					left: -5px;
					width: 209px;
					padding: 10px;
					color: #666;
					background: #fff;
					border: 3px solid #e2e2e2;
					display: none;
					z-index: 99;
				}
				
					ul#containerPackshots li div.info h3
					{
						margin: 0 0 8px 0;
						font-size: 0.7em;
						font-weight: normal;
						text-transform: uppercase;
					}
					
					ul#containerPackshots li div.info p
					{
						margin: 0 0 12px 0;
						font-size: 0.7em;
					}
				
					ul#containerPackshots li div.info a
					{
						width: 87px;
						padding: 0 11px 0 0;
						font-size: 0.6em;
						color: #970bb3;
						text-transform: uppercase;
						text-decoration: none;
						background: url(../images/img-right-arrow.gif) right no-repeat;
						cursor: pointer;
						display: block;
						float:left;
					}
					
					ul#containerPackshots li div.info a.buyNow {
						width:auto;
						float:right;
						background:none;
						padding:0;
						margin-top:-3px;
					}
				
		div#calloutsProducts
		{
			position: relative;
			float: left;
			width: 317px;
			height: auto;
			margin: 80px 0 0 0;
			padding: 0;
			overflow: visible;
			z-index: 0;
		}
		
		div.calloutsProductsSixProd {width:287px !important;}
		
			div#calloutsProducts h1
			{
				margin: 0 0 12px 0;
				font: bold 2.2em "Times New Roman", Times, serif;
				color: #003592;
				line-height: 1em;
				text-transform: uppercase;
			}
            
            div#calloutsProducts h1#collectionsColour { margin:0;}
			
			div#calloutsProducts h2
			{
				width: 249px;
				margin: 0 0 3px 0;
				font-size: 0.9em;
				color: #00a7e5;
			}
			
			div#calloutsProducts p
			{
				width: 249px;
				margin: 0 0 8px 0;
				font-size: 0.7em;
				color: #666;
			}
			
			div#linkSendFriend
			{
				width: 211px;
				border-bottom: none;
			}
			
			div#calloutFrizzForecast2
			{
				position: absolute;
				bottom: -160px;
				left: -15px;
				width: 250px;
				height: 150px;
				padding: 10px 15px;
				background: url(../images/bg-callout-frizz-forecast2.jpg) top no-repeat #0047a3;
			}
			
				div#calloutFrizzForecast2 a
				{
					width: 234px;
					padding: 8px;
					font: bold 1.7em Arial, sans-serif;
					color: #fff;
					line-height: 0.9em;
					text-decoration: none;
					border-top: 1px solid #fff;
					border-bottom: 1px solid #fff;
					display: block;
				}
				
					div#calloutFrizzForecast2 a span
					{
						font-size: 0.6em;
					}
					
				div#calloutFrizzForecast2 img
				{
					position: absolute;
					bottom: -32px;
					right: -18px;
					width: 246px;
					height: 80px;
				}

