 
DIV.productResults {
}
DIV.productResultsCenter {
}
DIV.productResultsContent {
}
DIV.productCategoryHeading H1 {
}
DIV.productCategoryDesc {
}
HR.productCategoryDescHr {
}

TABLE.productListTable {
	width: 100%;
}
TR.productDivider DIV {
	height: 30px;
	background: url(pics/dotted.gif) repeat-x 20px;
}
TR.productDivider HR {
	display: none;
}
TABLE.productListTable TD {
	vertical-align: top;
}




/* pagination
===============*/

.prevNext {
	padding: 10px 0;
	text-align: right;
}
.prevNext A {
	color: #000;
}
.prevNextButton {
	display: inline-block;
	width: 31px;
	height: 32px;
	overflow: hidden;
}
.prevNextButton SPAN {
	display: none;
}
.prevButton {
	background: url(pics/prev.gif) no-repeat center center;
}
.nextButton {
	background: url(pics/next.gif) no-repeat center center;
}
.disabledPrevNextButton {
	display: none;
}
.prevNextPages {
	float: left;
	line-height: 32px;
	font-weight: bold;
	font-size: .9em;
}
.prevNextPages .open {
	text-decoration: underline;
}

/* item container
====================*/
.productItem {
}
.productItemCenter {
}
.productItemContent {
}

/* item
====================*/
.productItem DIV {
	
}

DIV.productItem DIV.productPic {
	padding: 10px 0 0 0;
	width: 182px;
	float: left;
}
.productPic IMG {
	border: 1px solid #dadada !important;
}
.productName {
	width: 370px;
	float: right;
}
.productName H2 {
	font-size: 1em;
	font-weight: bold;
}
.productCode {
	width: 370px;
	float: right;
}
.productPrice {
	width: 370px;
	float: right;
}
.productDescShort {
	width: 370px;
	float: right;
}
.productDescLong {
	width: 370px;
	float: right;
}
.productLink {
	padding: 15px 0 0 0;
	width: 370px;
	float: right;
}
.productLink A {
	background: url(pics/readMoreLeft.jpg) no-repeat left top;
	padding: 0 0 0 12px;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	color: #000;
}
.productLink A SPAN {
	background: url(pics/readMoreRight.jpg) no-repeat right top;
	display: inline-block;
	height: 24px;
	padding: 0 30px 0 0;
	cursor: pointer; /* ie6 */
}
.productLink A:hover {
	text-decoration: none;
}
.productLink A:hover SPAN {
	text-decoration: underline;
}
