/* -----------------------------------------------------------------------------------------------
		A-AFFILIATES.COM TEMPLATE 100000 CSS
   ----------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------- */
/* Price table, product list */

table.pricetable {
	padding: 10px 0;
	border-bottom: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b
}
table.pricetable tr { vertical-align: middle }
table.pricetable td {
	padding: 0; margin: 0;
	display: table-cell;
	vertical-align: middle;
	/*height: 29px;*/
	padding: 3px 0;
	background: url(i/blue/price_dots_x.gif) repeat-x left bottom;
}
table.pricetable tr.last td { background-image: none }
table.pricetable td.qty { padding-left: 20px }
table.pricetable td.price { width: 20%; color: #ff6b02; font-weight: bolder; text-align: center }
table.pricetable td.euro {
	width: 20%;
	color: #DC143C;
	font-weight: bolder;
	text-align: center;
}
table.pricetable td.ppp { width: 25% }
table.pricetable td.order { width: 20%; padding-right: 20px }



.clear { clear: both }
