/**********************************************************
Name:			whatsnew.css
Description:	CSS definitions for Sirdar 2nd level pages - what's new display definitions.
Date:			23/05/2007
Author:			Andrei Vais
**********************************************************/

#contentpage h2
{
	color: #9999CC; 
}

#contentpage p
{
	font-size: 110%;
}

.FirstParagraph
{
	margin-bottom: 30px;
}

.NewProduct
{
	/*border: 1px solid red;*/
	float: left;
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	width: 100%;
}

.ProductShot
{
	/*border: 1px solid red;*/
	float: left;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 31.2%;
}

.Yarn
{
	width: 17.6%;
}

.ProductShot img
{
	border: 0 solid #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
}

.LinkToYarnPage
{
	float: left;
	margin-top: 44px;
	text-align: center;
	width: 100%;
}

.PromotionalSalesText, .PromotionalSalesTextNoProductShotImage
{
	/*border: 1px solid red;*/
	float: left;
	font-size: 90%;
	margin: 0 0 0 2%;
	padding: 0;
	width: 56%;
}

.PromotionalSalesText
{
	margin-right: 2%;
	width: 46%;
}

.PromotionalSalesText h3, .PromotionalSalesTextNoProductShotImage h3
{
	font-size: 150%;
	margin-top: -5px;
}

#contentpage .PromotionalSalesText p, #contentpage .PromotionalSalesTextNoProductShotImage p
{
	float: left;
	line-height: 160%;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#contentpage .PromotionalSalesText p.LinkToProduct
{
	margin: 15px 0 -15px 0;
}

#contentpage .PromotionalSalesText p a
{
	font-size: 95%;
	text-transform: uppercase;
}

.PromotionalSalesText p.RelatedDesignsLink
{
	margin: 29px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	width: auto;
}

#contentpage ul.products_categories_gridlayout
{
	width: 100%;
}

