/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 100%; text-align: left; color: #fff; }
p { margin:0.375em 0; }
/* Layout Rules
----------------------------------------------- */
#wrap {
    font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
    position: absolute;
	top: 90px;
	margin-left: 0;
	border: 0px double black;	
	padding-left: 10%;
	width: 100%;	
}

/*PRODUCT CONTENT------------------------------*/
#content {	
    float: left;
	text-align: left; 
	margin-right: 15px;
	border: 1px;
	padding-top: 5px;
	padding: 0;
	width: 370px;
}
#directory {
	position: absolute;
	top: 120px;
	left: 15%;
	margin: 0px;
	padding: 0;
	border: 8px double blue;
	width: 70%;
}
#sidebar {
    float: left;
	text-align: left; color: #5d5d5d;
	margin: 0px;
	border: 0px solid;
	padding-left: 5%;
	width: 40%;	
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
	text-align: left;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: url('../images/bgndY.jpg') repeat-x;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../images/bgndY.jpg') repeat-x;
	padding: 6px 0.25em;
	color: #ccc;	
	font-weight: bold;
	margin: 1;
	cursor: pointer;
}
#products th.infocus { background-color: #ccc;}
#products th.selected {color: #ff0000;}

#products td, #products th {
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	font-size: 75%;
}
#products tr {
	border-bottom: solid 1px #202020;
	-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: #ff0000;}
#products tbody { margin-top: 0; }
.odd {color: #000; background: url('../images/bgndY.jpg')  }
.even {color: #5d5d5d;}
.rowHover {
	color: #000;
	background-color: #ccc;
	cursor: pointer;
}
.rowSelected {font-weight: bold; font-style: italic; color: #ff0000; }
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelLabel {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../images/bgndY.jpg') repeat-x;
}
.AccordionPanelLabel h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../images/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	color: #4A4A4A;
	height: 180px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelLabelHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelLabel h3 { background: url('../images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }