/* CSS Document */
div#Products{
	background-image:url(../images/products/bg_products_1.jpg);
	background-repeat:repeat-x;
	float:left;
}
div#Products div.intro{
	position:relative;
	left:249px;
	width:170px;
	margin-top:47px;
}
div#Products div.contents{
	margin:0 auto auto auto;
	width:190px;
}
div#eMat{
	float:left;
	width:326px;
	position:relative;
	background-image:url(../images/products/bg_productsMat.jpg);
	background-repeat:no-repeat;
	padding: 240px 0 30px 0;
	height:100%;
}
div#eStat{
	float:left;
	width:301px;
	border-left:1px dotted #B9B9B9;
	border-right:1px dotted #B9B9B9;
	position:relative;
	background-image:url(../images/products/bg_productsStat.jpg);
	background-repeat:no-repeat;
	padding: 240px 0 30px 0;
	height:100%;
}
div#eCable{
	float:left;
	width:341px;
	position:relative;
	background-image:url(../images/products/bg_productsCable.jpg);
	background-repeat:no-repeat;
	padding: 240px 0 30px 0;
	height:100%;
}
div#Products p{
	font-size:0.75em;
}
div#Products span.from,
div#Products span.price,
div#Products span.shipping{
	font-family:Arial, Helvetica, sans-serif;
}
div#Products span.from,
div#Products span.shipping{
	font-size:0.8em;
}
div#Products span.price{
	font-weight:bold;
	font-size:1.4em;
}
