/*************************************************************************************************/
/* (c) 2008, Summerleaze Computer Services                                                                                              */
/*************************************************************************************************/

.box-left {
	float: left;
	width: 280px;
}
.box-left h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

.category_image {
	float: right;
	width: 200px;
}

table.products {
	margin: 0;
	margin-bottom: 1em;
	width: 100%;
}
table.products td {
	padding: 0.1em 0;
	background: #73A3BF;
	text-align: center;
}
table.products thead {
	font-weight: bold;
}

