.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.class { 
	color: #0b468c; 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 20px; 
	}
	
.class1 { 
	color: #0b468c; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 17px; 
	}
	
.product img {
	width:250px;
	border: 1px solid #0a51a1;
	/*float: left;*/
}

.product {
	float: left;
	text-align: center;
	width: 250px;
	margin-right: 10px;
}

.box {
	color: #0b468c; 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 20px;
	width:250px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	/*height: 200px;*/
}

.heightfix
{
	margin-top: -80px;
}

.container
{
	/*border: 1px solid yellow;*/
	display: block;
}

.products li
{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	text-align: center;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.box img {
	border: 1px solid #0A51A1;
}

a    {

    text-decoration:none;
    color:#0B468C;
    font-weight:bold;"
}

a:hover {
	color:#0a51a1;
}
