.feat{
	/*background-color:#CCCCCC;*/
}
/*ITEM HEADER CLASSES*/
.feat H2{
	background-color: #D2D2D2;
	background-image:url(CUST_import-icon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CF1326;
	line-height: 20px;
	text-align:left;
	font-weight: bold;
	border-bottom:3px solid #FFFFFF;
	padding-left: 30px;
}
.feat H2 A:link {
	color: #CF1326;
	font-weight: bold;
	text-decoration: underline;
}
.feat H2  A:visited {
	color: #CF1326;
	font-weight: bold;
	text-decoration: underline;
}
.feat H2 A:hover {
	color: #CF1326;
	font-weight: bold;
	text-decoration: none;
}
.feat H2R{
	background-color:#D2D2D2;
	background-image:url(CUST_import-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CF1326;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	text-align:right;
	font-weight: bold;
	border-bottom:3px solid #FFFFFF;
}
.feat H2R A:link {
	color: #CF1326;
	font-weight: bold;
	text-decoration: underline;
}
.feat H2R  A:visited {
	color: #CF1326;
	font-weight: bold;
	text-decoration: underline;
}
.feat H2R A:hover {
	color: #CF1326;
	font-weight: bold;
	text-decoration: none;
}
/*ITEM CONTENT CLASSES*/
.feat .contentL{
	background-color:#CCCCCC;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	text-align:left;
	border-bottom:3px solid #FFFFFF;
}
.feat .contentD{
	background-color:#AAAAAA;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	text-align:left;
	border-bottom:3px solid #FFFFFF;
}
.feat .contentS{
	background-color:#CF1326;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	text-align:center;
	border-bottom:3px solid #FFFFFF;
}
.feat .contentL A:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.feat .contentL  A:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.feat .contentL A:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.feat .contentD A:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.feat .contentD  A:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.feat .contentD A:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.feat .contentS A:link {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.feat .contentS  A:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.feat .contentS A:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
/*ITEM SPECIAL CLASSES*/
.feat .input{
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:left;
	width: 130px;
	height: 12px;
	border:1pt solid #CCCCCC;
}
.feat .image{
	border:0px solid #FFFFFF;
	width:100px;
	height:100px;
}
.feat .label{
	border:0px solid #FFFFFF;
}
#footer { 
		background-color:#D2D2D2; 
		width: 750px;
		height: 20px;
/*		font-size: 3px; */
	font-size: 10px;
	color: #CF1326;
	line-height: 11px; 
	text-align: center;
	font-weight: bold;
	}

#footer A:link {
	color: #CF1326;
	font-weight: bold;
	text-decoration: underline;
}
#footer  A:visited {
	color: #CF1326;
	font-weight: bold;
	text-decoration: underline;
}
#footer A:hover {
	color: #CF1326; 
	font-weight: bold;
	text-decoration: none;
}	

/* Labels display list */
.abclist ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	padding: 0 5px 2px 3px;
	float: left;
	word-break: keep-all;
}
li.header {
	font-weight: bold;
	color: #CF1326;
	border-bottom: 1px solid silver;
	padding: 3px;
	float: none;
	clear: both;
	display: block;
}
