#colors-container {width: 100%;
	margin-left: -40px;
 }

.colorchar-text {font-size: 24px;
color: black;}




/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/*- -*/
/*- GENERIC BODY STYLES -*/

a { text-decoration: underline; }
a:hover { text-decoration: none; }

/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 100%;
	height: 52px;
	margin: 0px;
}
ul#filterOptions li { height: 52px; 
	margin-right: 2px; 
	margin-bottom: 2px; 
	display: inline-block; 
	float:left ; }


ul#filterOptions li a {
	height: 50px;
	padding: 0px 10px;
	border: 1px solid #999;
	background: #AEAEAE;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
ul#filterOptions li a:hover { background: #999; }
ul#filterOptions li.active a { background: #BE1E2C; }
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 100%;
	height: auto;
	overflow: hidden;
}
ul.ourHolder li.item {
	
	height: auto;
	margin-top:10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	overflow: hidden;
}
ul.ourHolder li.item h3 { margin-top: 0px; font-size: 12px; line-height: 0; }
/*- -*/



