﻿/***
Filename:		printcatalogue.css
Author:			Andrei Vais
Date:			18/06/2009
Description:	Print styling for product catalogue pages for Pownall site
***/

#contentpage .left
{
	display: inline;	
}

#contentpage .left h3,
#contentpage .left ul,
#contentpage .left ul li
{
	float: left;
}

#contentpage .left h3.AvailableWidth,
#contentpage .left ul.AvailableWidth
{
	float: none;
}

#contentpage .left ul, #contentpage .left ul li
{
	width: auto;
}

#contentpage .left ul.AreasOfUse li img
{
	margin-right: 10px;
}

#contentpage .left ul li span.AttributeLabel
{
	width: 70px;
}

#contentpage .left ul li span.AttributeValue
{
	width: 500px;
}

#contentpage .left li span.Large
{
	min-height: 0;
}

#contentpage .right .ranges .headbar,
#contentpage .right .ranges .bottombar
{
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

#contentpage .right .ranges .headbar ul,
#contentpage .right .ranges .bottombar ul
{
	width: 200px;
}

#contentpage .right .ranges ul li,
#contentpage .right .swatches ul li.sample
{
	margin: 0 3% 0 0;
}
