.productlist
{
	line-height: 30px;
}

.productlist caption
{
	padding: 10px;
	background: #f0f8ff;	
}

.productlist th:nth-child(1) 
{
	width: 35% !important;
	background: #6495ed;
	color: #fff;
}

.productlist th:nth-child(2) 
{
	width: 65% !important;
	background: #6495ed;
	color: #fff;
}

.productlist tr:nth-child(even) 
{
    background: #f5f5f5 !important;
}

.productlist tr:nth-child(odd) {
    background: #e6e6e6 !important;    
}

.productmenubox
{
	opacity: 0.3 !important;
}

.productmenubox:hover
{
	opacity:unset !important;
}