.paging{
  font-family: Arial, Helvetica, sans-serif;
  color:#999999;
  text-align:right;
  font-size:11px;
  font-weight:normal;
  padding:4px;
  background-color:#EEEEEE;
  margin-bottom:7px;
}

.paging a {
  text-decoration:none;
  color:#666666;
  font-weight:bold;
}
.paging a:hover {
  color:#FF0000;
}

.itemblock_prod
{
	line-height: 18px;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	width:720px;
	float:left;
	padding-bottom: 10px;
}

.itemblock_prod_heading
{
  font-size: 34px;
  color:#FFFFFF;
  font-weight:bolder;
  text-align:center;
  padding:10px;
  overflow: hidden;
  width:720px;
  background-color:#ED4035;
}

.itemblock_prod_sub_heading
{
	font-size: 11px;
	color: #333333;
	font-weight:bolder;
	text-align:center;
	padding:3px;
}

.itemheading 
{
  font-size: 18px;
  font-weight: bold;
  color: #fcd900;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #008c99;
}

.imagesblock 
{
  float: left;
  margin-right: 5px;
  width: auto;
}




.product_onspecial {
  font-size:12px;
  color:#FF0000;
}

.productcode {
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
  clear:left;
}

.productprice 
{
  font-weight:bold;
}

.productspec
{
	
  margin-top:10px;
  margin-bottom:10px;
 }

.productspec a 
{
  text-decoration: underline;
  color: #008c99;
  clear: both;
  font-weight: bold;
}

.productspec a:hover 
{
  color: #000000;
}

.enquiry
{
	background-color: #fcd900;
  	padding: 5px;
  	border: 1px solid white;
  	width: 15em;
	margin-top: 10px;
 }

.enquiry a 
{
  font-weight: bold;
  text-decoration: none;
  color: #008c99;
  clear: both;
}

.enquiry a:hover 
{
  color: #000000;
}

/* - WARNING
don't change - the following 2 classes force the min-width of all-the-text to 420px and fixes the bug in ie6,
so that it will always be minimum width of 420, even in ie6
*/

.all-the-text 
{
  padding: 0px;
  color: #666666;
  float: left;
  width: 420px;
}

html>body .all-the-text
{
	width: auto;
	height: auto;
	min-width: 420px;
} 

/*
END OF IE6 MIN-WIDTH FIX
*/


/* ========== FEATURED ITEMS ===============*/




.featured 
{
  font-size:24px;
  color:#014983;
  font-family:Arial, Helvetica, sans-serif;
}

.featured_block 
{
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  width: 150px;
  float: left;
  margin: 0px 5px 5px 0px;
  height: auto;
}

.featured_block a 
{
  text-decoration:none;
}

.featured_heading 
{
  	height: 100%;
	min-height: 35px;
  	padding: 3px;
	background-color: #000000;
	color: #3399ff;
	text-align: center;
}

.product_thumbnail {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 180px;
	height: 140px;
	margin: 5px auto;
	padding: 0px;
	cursor: pointer;
}