﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#products
{
	overflow: hidden;
	width: 592px;
	padding: 8px 0 0 10px;
}

h1
{
	margin: 0 0 30px 0;
}

.seperator
{
	clear: both;
	margin: 10px 0 10px 0;
	height: 1px;
	width: 100%;
	background-color: #E0E0E0;
}

.productlist 
{
	margin: 0 0 120px 0;
}

.productlistitem
{	
	width: 150px;
	padding: 10px 0 10px 0;
}

.status
{
	margin: 30px 0 170px 0;
}

a span
{
	text-decoration: underline;
}

.paging
{
	float: right;
	margin: 20px 0 10px 0;
}

.paginglink
{
	color: #C2313E;
}

.sale
{
	font-weight: bold;
}

.sale,
.strikeprice
{	
	color: #990000;
}

.strikeprice
{
	text-decoration: line-through;
}

.price
{
	font-weight: bold;	
}

.outofstock
{	
	font-weight: bold;
}
