table {
	line-height: 30px;
	font-family: arial;
	font-size: 11px;
	width: 100%;
	margin: 10px 0px 5px 0px;
	padding: 0;
	text-align: left;
	border-collapse: collapse;
}

table.product {
	width: 395px;
}

		table thead th.rounded-head-left {
			width: 12px;
			background: url('../images/web/table_top_left.gif') top left no-repeat;
		}

		table thead th.rounded-head-right {	
			width: 12px;
			background: url('../images/web/table_top_right.gif') top right no-repeat;
		}

	table th {	
		margin: 0;
		padding: 0px 0px 0px 0px;
		font-weight: normal;
		font-size: 12px;
                height: 40px;
		color: #56aa46;
		background: url('../images/web/table_top.gif') top center repeat-x;
	}

	table td.border-right {
		background: url('../images/web/table_border_right.gif') top right no-repeat;
		width: 9px;
	}
	
	table td.border-left {
		background: url('../images/web/table_border_left.gif') top left no-repeat;
		width: 9px;
	}

		table tbody td {
			border-bottom: 1px solid #d7d7d7;
			line-height: 25px;
			padding: 5px 8px 5px 0px;
			font-size: 12px;
			background: #f3f3f3 url('../images/web/table_back.gif') top center repeat-x;
		}
		
		table tbody td.desc {
			font-size: 11px;
		}
		
		table tfoot td {
			line-height: 18px;
		}
		
	table td {
		color: #0a5394;
	}