#image-products table {
	border-collapse: collapse;
	}
#image-products tr {
	background: #FFC;
	padding: 0px;
	}
#image-products td {
border-right: 3px solid #FF9;
border-left: 2px solid #FF9; }

#image-products tr.minor {
	background: #FF9;
}

#image-products tr.clear {
	background: #FFF;
}

#image-products td.minor {
border-right: 0px solid #aaa;
border-left: 0px solid #aaa; }

#minor-left {
	float:left;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}
#minor-left-para{
	float:left;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	}
#noimage-products table {
	border-collapse: collapse;
	}
#noimage-products tr {
	background: #FFC;
	padding: 0px;
	}
#noimage-products td {
border-right: 3px solid #FF9;
border-left: 2px solid #FF9; }

#noimage-products tr.minor {
	background: #FFFC99;
}

#noimage-products td.minor {
border-right: 0px solid #aaa;
border-left: 0px solid #aaa; }


#eq-flat-list ul{
            margin-left: 0;
            padding-left: 0;
            white-space: nowrap;
}
#eq-flat-list li{
            display: inline;
            list-style-type: none;
}
#eq-flat-list li a{
           color: #6495ED;
           text-decoration: none;
}
#eq-flat-list li a:hover{
           color: #DC143C;
           text-decoration: none;
}
