.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
{
  line-height: 18px;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  padding:10px;
  border:1px solid #999999;
  background:#FFF;
}

.itemheading 
{
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.imagesblock 
{
  float: left;
  margin-right: 5px;
  width: auto;
}
.img_main_hold {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.imgfloat 
{
  float:none;
  display: inline-block;
  width:20%;
  border: 1px solid #CCCCCC;
  padding: 3px;
  background-color: #FFFFFF;
  margin-left: 10px;
  height:100px;
}

.imgbrd {
	width:100%;
	height:100px;
}


.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: #e83423;
}

.enquiry
{
  	width: 15em;
	margin-top: 10px;
 }

.enquiry a 
{
  font-weight: bold;
  text-decoration: none;
  color: #59a6d6;
  clear: both;
}

.enquiry a:hover 
{
  color: #e83423;
}

/* - 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: 700px;
  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;
}




