@charset "UTF-8";

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0;}

/* Table Rules
----------------------------------------------- */
#products { 
	border-collapse:collapse;
	empty-cells:show;
	width: 600px;
	margin: 0 10px;  font-weight:bold; color:#666;
}
#products caption {
	color: #fff;
	text-align: left;
	font-weight: bold;
	background-color: #8A0917;
	padding: 0.375em;
	border-top: solid 1px #E5EDEE;
	border-bottom: solid 1px #E5EDEE;
}
#products th {
	/*background: url('images/bg_grad_gray2.gif') repeat-x;*/
	background-color:#F0F0F0;
	padding: 6px 3px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #E5EDEE;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#8A0917;}
#products tbody { margin-top: 0; }

.productinfo {
	width: 300px;
	margin-left: 250px;
}