#catProd_topNavigation {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}
#catProd_topNavigation table {
	width: 100%;
}
#catProd_botNavigation {
	border-top: 1px solid #dcdcdc;
	margin-top:10px;
}
#catProd_botNavigation table {
	width: 100%;
}
/* Set the style for prev, next and page numbers */
.pageNumber {
	text-align: right;
}
.pageNumber a, .pageNumber span {
	padding: 2px;
}
.pageNumber a:hover, .pageNumber span.current {
	text-decoration: none;
}
/* Set the style for viewing, view all */
.pageView {
	text-align: center;
}
.pageView a, .pageView span {
	padding: 2px;
}
.pageView a:hover, .pageView span.current {
	text-decoration: none;
}
/* Set the style for product sorting */
.pageSort {
	text-align: left;
	font-weight: bold;
}
.pageSort span {
	padding: 2px;
}
.pageSort form {
	display: inline;
}



#catProd a {
	text-decoration: none;
}
#catProd a:hover {
	text-decoration: underline;
}
#catProd table {
	width: 100%;
}
#catProd td {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px;
}
#catProd td:hover {

}
#catProd .image {
	height: 120px;
	text-align: center;
}
#catProd img {
	border: 2px solid #AA864D;
	padding: 2px;
}
#catProd .name {
	padding-top: 7px;
	text-align: left;
}
#catProd .description {
	text-align: left;
}
#catProd .price {
	text-align: left;
}
#catProd .more {
	text-align: left;
}
