@charset "UTF-8";

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 698px;
	margin-top : 30px;
}

#leftbar, #sidebar {
	float: left;
	text-align: left;
}
#leftbar {
	width: 450px;
	margin-right: 15px;
}
#sidebar {
	width: 210px;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0px;
}
#products caption {
	color: #ffffff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #666666;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	font-family: arial, sans-serif;
}
#products th {
	padding: 6px 0.25em;
	color: #ffffcc;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	font-family: arial, sans-serif;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	font-family: arial, sans-serif;
	color : #000000;
	font-weight:bold;
}
#products td {
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
	font-family: arial, sans-serif;
}
#products tr {
	border-bottom: solid 1px #ffffcc;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#ffffcc;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#ffffcc; }
#products tr.selected { font-weight:bold; }
#products tbody { margin-top: 0; }
.even { background-color: #CCCC99; }

.rowHover {
	color: #ffffff;
	background-color: #666666;
	cursor: pointer;
}

.rowSelected { color: #666666; }



/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#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;
}

code { color: #000; }
pre { font-size: small; color: #000; }


/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 85%;
	font-family: arial, sans-serif;
	background-color: #666666;
	color:#ffffff;
	text-align:left;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 250px;
	font-size: 90%;
	line-height: 140%;
	font-family: arial, sans-serif;
}
.AccordionPanelContentFeatures {
	overflow: auto;
	height: 50px;
	font-size: 90%;
	line-height: 140%;
	font-family: arial, sans-serif;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { font-family:arial,sans-serif; }
.AccordionPanelContent div { margin: 5px 8px; }
