@charset "UTF-8";
/* CSS Document */

@import url("/css/page.css");
@import url("/css/productMenu.css");

#categoryDescriptions {
	width: 942px;
	margin: 0px auto 20px;
	padding-left: 18px;
	overflow: hidden;
}

.categoryDescription {
	position: relative;
	width: 240px;
	wid\th: 205px;
	height: 200px;
	float: left;
	padding: 0 17px 0 10px;
}

a.browseButton, a.browseButton:visited {
	position: absolute;
	bottom: 0px;
	right: 20px;
	text-decoration: none;
	color: #666666;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/assets/arrow_link.gif);
	height: 15px;
	padding-right: 20px;
	line-height: normal;
	font-size:  0.9em;
	
	
}
/* ---- Accapi red - #e21b22 ----- */

a.browseButton:hover {
	text-decoration: none;
	color: #000000;
	background-position: right bottom;
}
