table#relation_products {
	width:					100%;
	background-color:		#ffffff;
	color:					#333333;
	border-spacing:			1px;
	border-collapse:		collapse;
	emtpy-cells:			show;
	table-layout:			fixed;
}

table#relation_products tr td {
	
	border-bottom:			1px solid #333333; 
}

table#relation_products img {
	border:					1px dotted #aaaaaa;
}

table#relation_products td.img {
	width:					8%;
	padding:				10px 0px 10px 10px;
}

table#relation_products td.name {
	width:					52%;
}

table#relation_products td.stock {
	width:					20%;
}

table#relation_products td.price {
	width:					10%;
}

table#relation_products td.buy {
	width:					10%;
	text-align:				right;
	padding:				0px 10px 0px 0px;
}

table#relation_products a {
	color:					#333333;
	font-weight:			bold;
	text-decoration:		none;
}