/* 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#eMat90{
	float:left;
	width:484px;
	border-right:1px dotted #B9B9B9;
	position:relative;
	background-image:url(../images/products/bg_emat_1.jpg);
	background-repeat:no-repeat;
}
div#eMat160{
	float:left;
	width:485px;
	position:relative;
	background-image:url(../images/products/bg_emat_2.jpg);
	background-repeat:no-repeat;
}
div#eMatInfo{
	position:relative;
	height: 303px;
	background-image:url(../images/products/bg_emat_1.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
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;
}

/*
	Tabs
*/
div#Products div.tabs{
	float:left;
	width:100%;
	background-image:url(../images/products/bg_baseline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div#Products div.tabs ul{
	padding:0;
	margin:0;
	float:left;
	margin-left:10px;
}
div#Products div.tabs ul li{
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.7em;
	float:left;
	margin-right:1px;
}
div#Products div.tabs ul li a{
	color:#555555;
	float:left;
	padding:8px 12px 8px 12px;
	background-color:#E4E4E4;
}
div#Products div.tabs ul li a.selected{
	color:#B70000;
	float:left;
	border:1px solid #CDCDCD;
	border-bottom:0;
	background-color:#FFFFFF;
}
div#Products div.contents div.interior{
	padding:30px;
	font-size:0.95em;
	padding-bottom:5px;
	float:left;
}

/*
	Models and Specs
*/
div#Products table.models{
	width:100%;
	float:left;
	clear:both;
}
div#Products table.models tr.everyOther{
	background-color:#F1F1F1;
}
div#Products table.models td,
div#Products table.models th{
	padding:1px 15px 1px 15px;
	font-size:0.7em;
}
div#Products table.models td{
	padding:7px 15px 7px 15px;
}
div#Products table.models th{
	text-align:left;
	border-bottom:1px solid #AF0B0B;
	color:#555555;
}
div#Products table.models input.text,
div#Products table.models input.textFocus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border:1px solid #CDCDCD;
	width:20px;
	font-size:0.9em;
	height:18px;
	line-height:18px;
	text-align:right;
	padding-right:10px;
}
div#Products table.models input.textFocus{
	border:1px solid #DB3333;
	background-color:#FFE8E8;
}

div#Products table.models input {
	vertical-align: middle;
}