@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

----------------------------------------------- */
a img { border-style: none; }

.SpryHiddenRegion {
   visibility: hidden;
}

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

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}

#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #000000;
	padding: 0.375em;
	border: 1px solid #282825;
	background-image:url(../assets/images/page/buttons_black.gif);
	background-repeat: repeat-x;
}

#products th {
	/* color: #cccccc;	*/
	font-weight: bold;
	cursor: pointer;
	background-image:url(../assets/images/page/buttons_black.gif);
	background-repeat: repeat-x;
}

#products th.infocus {
	/* background-color: #E6E6E6;
	color: #E60000; */
}

#products th.selected {
	color: #E60000;
	background-image: none;
	
}

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-left: 1px solid #282825;
	border-right: 1px solid #282825;
	border-bottom: 1px solid #282825;
	-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 {
	background-color: #c00;
}

#products tbody {
	margin-top: 0;
}

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

.rowSelected {
	background-color: #c00;
}

.productinfo {
	/* margin-left: 250px; */
}

.category {
	float:right;
	/* position: relative; */
	margin-top: 0.8em;
}

.boximage {
	/* margin: 3.5em 1em 1em 1em; */
	/* float: right; */
	background-color: white;
}

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #ccccbb;
	border-bottom: solid 1px #282825;
	border-left: solid 1px #ccccbb;
	border-right: solid 1px #282825;
	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; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #ccccbb;
	border-right: solid 1px #282825;
	border-bottom: solid 1px #282825;
	background-color: #eeeedd;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #ccccbb;
	/* border-bottom: solid 1px #282825; */
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #eeeedd;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 0.4em;
	font-size: 110%;
	background-image: url(../assets/images/page/buttons_white.gif);
	background-repeat: repeat-x;
	background-color: #bbbbaa;
	color: #383820;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 20em;
	font-size: 90%;
	line-height: 140%;
	color: #000000;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background-image: none; }
.AccordionPanelContent div { margin: 5px 8px; }
