/***
Filename:		catalogue.css
Author:			Andrei Vais
Date:			28/05/2008
Description:	Styling for product catalogue for Ryalux

***/
#PrimaryNav {margin-bottom: 0;}

#MainContent p#CartSummary {margin-top: 48px;}

ul#CatalogueLayout
{
	float: right;
	width: 100%;
}

#CatalogueLayout li
{
	background: #FFFFFF;
	display: inline;
	float: left;
	height: 227px;
	margin-top: 15px;
}

#CatalogueLayout li.ProductTypeListBreak {clear: left; background: orange;}

#CatalogueLayout li a.img
{
	background: url('../Images/imageloading.gif') no-repeat center center;
	float: left;
	overflow: hidden;
	height: 166px;
	margin-bottom: 7px;
	width: 100%;
}

#CatalogueLayout li a.img img
{
	float: left;
	width: 100%;
}

#CatalogueLayout li h2
{
	float: left;
	padding-top: 7px;
	margin-bottom: 0;
	width: 97%;
}

#CatalogueLayout li p
{
	float: left;
	font-size: 85%;
	line-height: 130%;
	padding-top: 4px;
	padding-left: 4.5%;
	width: 92%;
}

#CatalogueLayout li p img.carpetsymbol
{
	display: inline;
	float: left;
	margin: 5px 10px 0 0;
}

#CatalogueLayout li h2 a
{
	color: #717275;
	display: block;
	font-size: 70%;
	font-weight: bold;
	height: 33px;
	line-height: 130%;
	margin-left: 4.2%;
	text-decoration: none;
	width: 94%;
}

#CatalogueLayout li h2 a:hover {text-decoration: underline;}

#CatalogueLayout li h2 a span.DisplayNameWithLogo, #CatalogueLayout li h2 a img.carpetsymbol
{
	display: inline;
	float: left;
	margin-right: 10px;
}

#PageContent ul.SingleColumnLayout li
{
	background: none;
	height: auto;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

#PageContent ul.TwoColumnLayout li
{
	margin-left: 2%;
	width: 47.9%;
}

#PageContent ul.ImageWithOptionsLayout
{
	margin-top: 15px;
	background-image: url('../../Static/Images/newhomepage/contemporarylounge.jpg');
	background-repeat: no-repeat;
	height: 341px;
	overflow: hidden;
	
}

#PageContent ul.ImageWithOptionsLayout li.list5up,
#PageContent ul.ImageWithOptionsLayout li.list4up
{
	width: 250px;
	margin-top: 0px;
	float: right;
	clear: both;
	border-bottom: 1px dotted #717275;
}

#PageContent ul.ImageWithOptionsLayout li.list4up {height: 84px;}

#PageContent ul.ImageWithOptionsLayout li.list5up {height: 67px;}

#PageContent ul.ImageWithOptionsLayout li:hover {background-color: #E0E0E0;}

#PageContent ul.ImageWithOptionsLayout li h2 {padding: 0px;}

#PageContent ul.ImageWithOptionsLayout li.list5up h2 a,
#PageContent ul.ImageWithOptionsLayout li.list4up h2 a
{
	font-size: 70%;
	margin: 0;
}

#PageContent ul.ImageWithOptionsLayout li.list4up h2 a
{
	padding: 35px 0 0 10px;
	height: 70px;
}

#PageContent ul.ImageWithOptionsLayout li.list5up h2 a
{
	padding: 25px 0 0 10px;
	height: 60px;
	text-transform: lowercase;
}

#PageContent ul.ImageWithOptionsLayout li h2 a:hover {color: #9C1E3D;}

#PageContent ul.FourColumnLayout li
{
	margin-left: 2.1%;
	height: 227px;
	width: 22.9%;
}

#PageContent ul.FiveColumnLayout li
{
	margin-left: 1.4%;
	height: 227px;
	width: 18.6%;
}

#PageContent ul.AdditionalInfo li {height: 468px;}

#PageContent ul.AdditionalInfo2 li {height: 380px;}

#PageContent ul li.ColourCategoryWithSubColours
{
	background: none;
	height: 268px;
	margin-left: 0;
	width: 100%;
}

#PageContent ul li.ColourCategoryWithSubColours h2
{
	display: inline;
	margin-left: 3.1%;
	width: 95%;
}

#PageContent ul li.ColourCategoryWithSubColours ul li h2 a
{
	display: inline;
	margin-left: 1%;
}

#CatalogueLayout li p {min-height: 91px;}

#CatalogueLayout li ul.productsinrange
{
	background: none;
	clear: none;
	display: inline;
	float: left;
	margin: 6px 0 12px 0;
	padding-left: 4.5%;
	width: 92%;
}

#CatalogueLayout li ul.productsinrange li
{
	background: none;
	display: list-item;					/*	This fixes display bullet points in Firefox	*/
	float: none;						/*	This fixes display bullet points in IE	*/
	font-size: 85%;
	height: auto;
	line-height: 125%;
	margin: 6px 0 0 0;
	width: 100%;
}

#CatalogueLayout li ul.productsinrange li a {color: #717275;}

#CatalogueLayout li ul.productsinrange li a:hover {color: #9C1E3D;}

#CatalogueLayout li a.carpetsymbollogo
{
	float: left;
	text-align: center;
	width: 100%;
}

#ParentCollection
{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#ParentCollectionImage
{
	display: inline;
	float: left;
	height: 356px;
	margin-left: 2%;
	width: 48%;
}

#ParentCollectionImage img {float: left;}

#ParentCollectionDescription
{
	background: #FFFFFF;
	float: right;
	min-height: 356px;
	width: 48%;
}

#ParentCollection #ParentCollectionDescription h2
{
	background: #9C1E3D url('../images/ryaluxlogo_forproducttitle.gif') no-repeat -3% 50%;
	color: #FFFFFF;
	float: left;
	font-size: 115%;
	font-weight: normal;
	padding: 21px 0;
	margin-bottom: 0;
	text-indent: 115px;
	text-transform: uppercase;
	width: 100%;
}

#ParentCollection #ParentCollectionDescription h2 span.UltimateLiving {color: #D1D1D1;}

#ParentCollection #ParentCollectionDescription p
{
	float: left;
	margin-bottom: 0;
	width: 92%;
}

#ParentCollection #ProductsInParentCollection
{
	float: left;
	width: 100%;
}

#ParentCollection #ProductsInParentCollection li
{
	background: #FFFFFF;
	float: left;
	/* 2.1 % left left ones */
	margin-left: 2.1%;
	height: 230px;
	width: 22.6%;
	border: 1px solid #717274;
}

#ParentCollection #ProductsInParentCollection li img
{
	width: 160px;
	height: 160px;
	margin: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #727274;
}

#PageContent #BespokeCarpetImageMontage
{
	float: left;
	list-style: none;
	margin: -11px 0 16px 0;
	padding: 0;
	width: 100%;
}

#PageContent #BespokeCarpetImageMontage li
{
	border: 2px solid #FFFFFF;
	border-width: 1px 0 1px 2px;
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
}

#PageContent #BespokeCarpetImageMontage li p
{
	display: inline;
	float: left;
	margin: 18px 0 0 7%;
	width: 86%;
}

#PageContent #BespokeCarpetImageMontage li img
{
	float: left;
	width: auto;
}

#PageContent #BespokeCarpetImageMontage li.logowithtext
{
	background: #999999;
	color: #FFFFFF;
	height: 240px;
}

#PageContent #BespokeCarpetImageMontage li.logowithtext img {margin: 21px 0 10px 0;}

#PageContent #BespokeCarpetImageMontage li.logowithtext h2,
#PageContent #BespokeCarpetImageMontage li.logowithtext h2 a
{
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
	float: left;
	letter-spacing: -1px;
	line-height: 240%;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#PageContent #BespokeCarpetImageMontage li.logowithtext h2 a:hover {text-decoration: underline;}