@charset "utf-8";
/* CSS Document */


.shopCatHeader a:link, .shopCatHeader a:visited  {
	background-color:#b6ac96;
	font-size:12px;
	border-bottom:2px #fff solid;
	padding:8px;
	display:block;
	color:#000;
	text-decoration:none;
}

.shopCatHeader a:hover, .shopCatHeader a:active  {
	background-color:#5d4616;
	color:#fff;
	text-decoration:none;
}

.prodList {
	background-color:#dcdad4;
	padding:8px 2px 8px 8px;
	margin:8px 0;
	width:424px;
}

.prodList p {
	font-size:10px;
}

.prodList img {
	float:left;
	margin:2px 10px 0 0;
	background:#fff;
	border:#666 1px solid;
	}

#course_list {
}
#course_list img {
	margin-bottom:4px;
	}
	
#course_list a:link, #course_list a:visited  {
	color:#000;
	text-decoration:none;
	}

#course_list a:hover, #course_list a:active  {
	color:#FFF;
	text-decoration:underline;
	}
	

