/* description: Primary module stylesheet for HTML/Text Editor module. */

/* Custom styles may be declared here for this module, however, most custom
   CSS should be added to the main portal stylesheet if you plan on copying
   this module later.
*/

.left_section {
	padding-bottom: 15px;
}

.left_section_title {
	font: bold 12px helvetica, tahoma, verdana, san-serif;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 7px;
}

a.left_category {
	display: block;
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #333333;
	padding-bottom: 6px;
	text-decoration: none;
}

a.left_category:hover {
	display: block;
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #552d7e;
	padding-bottom: 6px;
	text-decoration: underline;
}

a.left_category_selected {
	display: block;
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #552d7e;
	padding-bottom: 7px;
	text-decoration: underline;
}
