#seeAlso {
	height					: 200px;
	width					: 650px;
	border					: solid 1px #DCDCDC;
	overflow				: auto; 			
}


.categoriesList {
	text-align				: left;
}

.categoriesList h4 {
	padding-bottom			: 10px;
}

.categoriesList ul {
	height					: 275px;
	overflow				: auto;
	width					: 217px;
	border-right			: 1px dashed #DCDCDC;
}

.categoriesList ul li {
	
}

.categoriesList ul li a {
	display					: block;
	padding					: 5px;
	width					: 190px;
	text-decoration			: none;
	color					: #452334;
}

.categoriesList ul li a:hover {
	display					: block;
	padding					: 5px;
	width					: 190px;
	background-color		: #DCAB63;
	color					: #FFFFFF;
}

.seeAlsoDeleteButton {
	background-image		: url("../Images/delete.gif");
	background-repeat		: no-repeat;
	background-position		: center center;
	width					: 50px;
	height					: 20px;
	display					: block;
	float					: left;
	cursor					: pointer; 
}

.seeAlsoTitle {
	width					: 600px;
	display					: block;
	float					: left;
	height					: 20px;
}
