table.productlist {
	padding: 0 px;
	margin: 0px;
	}
	
td.productlist{
	font-size: 11px;
	font-weight: bold;
	}

td.divide{
	baheight: 5px;
	background-image : url(/images/list_divide.gif);
	background-repeat : repeat-x;
}

a.pagelink{
	margin: 0px 3px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.pagelink{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	}

a.activepagelink{
	margin: 0px 3px;
	color: #E196B2;
	font-weight: bold;
	border-top: 1px solid #E196B2;
	border-bottom: 1px solid #E196B2;
	text-decoration: none;
	padding-bottom: 1px;
	}

a.categoryurl{
	text-decoration: underline;
	}
	
div.noproducts{
	border-top: 1px dashed #E196B2;
	border-bottom: 1px dashed #E196B2;
	text-align: center;
	font-weight: bold;
	padding: 30px 0px;
	}

.productlistpadtop{
	margin-top: 5px;
	}
	
.bold{
	font-weight: bold;
	}

td.normal, .normal{
	font-weight: normal;
	}

.center{
	text-align: center;
	}

tr.productlisttitles{
	font-size: 11px;
	font-weight: bold;
	background: #E8CEDB;
	height: 25px;
	}

td.productlisttitles{
	padding: 0px 5px;
	border-bottom: 1px solid #E196B2;
	border-top: 1px solid #E196B2;
	}

td.price{
	text-align: right;
	}

input.prodinput{
	width: 35px;
}

.left{
	text-align: left;
	}

.right{
	text-align: right;
	}

#subline{
	padding-top: 5px;
	vertical-align: bottom;
	font-weight: normal;
	}
	
span.smlgrey{
	color: #666;
	font-size: 9px;
	}

.prodhoveron{
	background: #F9F0F5;
	}

.prodhoveroff{
	background: #fff;
	}

a.productlisturl{
	text-decoration: none;
	color: #000;
	}

a:hover.productlisturl{
	text-decoration: none;
	color: #E196B2;
	}
