.shoplist h1, .sidecart h1, .shopdisplay .title h1 
{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.shoplist .image
{
	float: left;
	width: 110px;
}

.shoplist .title
{
	float: right;
	width: 280px;
	font-size: 1.1em;
	font-weight: bold;
}

.shoplist .title a,a
{
	color: #DBD8D8;
}

.shoplist .title a:hover,a:hover
{
	color: #fff;
}

.shoplist .title .price
{
	padding-top: 5px;
	font-size: 1em;
	font-weight: bold;
}

.shoplist .qty
{
	clear: both;
}

.shoplist .description
{
	padding-top: 8px;
	clear: both;
	padding-bottom: 5px;
}

.shoplist .spacer, .shopdisplay .spacer
{
	background-image: url(../_template/hr.gif);
	background-repeat: repeat-x;
	height: 2px;
	border: none;
	margin: 13px 0px -5px 0px;
	clear: both;
	padding-bottom: 13px;
}

.personalised
{
	padding:10px 0px;
}

.personalised .text{
padding-right:5px;
}

