/* News section styles */

#contentx table {
	width: 100%;
	background-image: url(../design_images/dotted_border_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 35px;
	background-color: #F8F8F8;	
}
#contentx table td {
	padding-bottom: 10px;
}
.cat_title {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.cat_dscr, .cat_pix {
	background-color: #EDF6FF;
	vertical-align: middle;
}
.cat_pix img {
	border: 1px solid #999999;
}
.cat_pix, .cat_order {
	width: 120px;
	text-align: center;
	background-image: url(../design_images/dotted_border_y.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.cat_price {
	font-size: 14px;
	text-align: right;
}
.cat_no {
	background-color: #FFFFFF;
	text-align: center;
}
.pageselector {
	padding-bottom: 8px;
}


