﻿div.product {
	height:140px;
}

div.category_panel {
	float:left;
	width:185px;
	height:99px;
	background:white url('../prod/noimage.jpg') no-repeat 4px 5px;
	position:relative; 
}

a.category_link {
	display:block;
	width:187px;
	height:89px;
	color:#0164a7;
	text-decoration:none;
	font-size:8pt;
}

a.category_link span.title {
	position:absolute;
	left:85px;
	top:14px;
	width:84px;
	text-align:center;
	text-transform:uppercase;
}

a.category_link:hover {
	color:black;
}

div.product_panel {
	float:left;
	width:350px;
	height:89px;
	padding-top:0px;
	position:relative;
	margin-left:20px;
}

div.product_panel h2 {
	padding:0;
	margin:0;
	font-size:9pt;
	font-weight:bold;
}

p.brief {
	width:230px;
	height:50px;
	overflow:hidden;
	padding:0;
	margin:0;
	font-size:8pt;
}

p.price {
	position:absolute;
	left:235px;
	top:45px;
	width:115px;
	text-align:right;
	color:red;
	font-size:12pt;
	font-style:italic;
}

form.basket_add {
	position:absolute;
	top:14px;
	left:235px;
	width:115px;
	text-align:right;
}

a.search_term {
	display:block;
	float:left;
	height:16px;
	width:auto;
	white-space:nowrap;
	background:transparent url('../images/icon_remove.gif') no-repeat 2px center;
	padding:2px 2px 2px 20px;
	background-color:white;
	border:1px #adabac solid;
	margin:0 1px 1px 0;
	text-decoration:none;
	color:black;
}

span.section {
	display:block;
	clear:both;
	padding:2px 0;
}

