/* -- CSS to be exposed to CMS users via the Styles dropdown -- */

/*
NOTES:

These are for extreme exceptions which the user may need to input themselves. Whenever
possible the page's stylesheet will style most things for them automatically. The fewer
of these the better.

*/

/* Tables are selectable */
table.figures {
	border:3px red solid !important;
}

/* Images are selectable */
img.product {
	border:1px black solid !important;
	padding:3px !important;
}

/* Links are selectable */
a.more:link,
a.more:visited,
a.more:hover,
a.more:active {
	font-weight:bold !important;
	color:#00ff00 !important;
}

/* For any text selection - embeds a FONT tag :-( */
.green {
	color:#339966;
}

.blue {
	color:#336699;
	font-weight:bold;
}

.red {
	color:#993366;
}
.sub_header 
{
    font-family:Trebuchet MS, Sans-Serif;
    font-size:14px;
    color:Orange;
    font-weight:bold;
    line-height:1.2em;
}

.highlighted {
	color:#000000;
	background-color:#ffff00;
}