@charset "UTF-8";


/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

#codesample #wrap {
	width: auto;
}

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}

#LeftColumn {
	margin: 0 10px 0 0;
	padding: 0;
	width: 200px;
	float: left;
}

#LeftColumn, #articles {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
}

#articles {
	margin-bottom: 10px;
}

#RightColumn {
	margin: 0;
	padding: 0;
	height: 600px;
	float: left;
	width: 250px;
}

#product_content, #product_sidebar {
	float: left;
	text-align: left;
}

#product_content {
float:right;
	width: 337px;
	margin-right: 0px;
	padding-top: 5px;
}

#product_sidebar {
	width: 200px;
	margin-top: 0;
}

.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: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}

#products th {
	background: url('/spry/spry_images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	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 #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: #0070B2;
}

#products tbody {
	margin-top: 0;
}

.even {
	background-color: #bbb;
}

.odd {
	background-color: #ddd;
}

.rowHover {
	color: #000;
	background-color: #D4E3EC;
	cursor: pointer;
}

.rowSelected {
	font-weight: bold;
	color: red;
}

.productinfo {
	width: 400px;
	margin-left: 50px;
}

.category {
	float: right;
	margin-top: 18px;
}

.boximage {
	float: left;
	background-color: white;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	margin: 0;
	float: right;
	width: 335px;
	height: 240px;
	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;
}

.highlightedcode {
	background-color: #ff9;
}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	width: 208px;
	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;
	background: #4B4B4B url('/spry/spry_images/bg_grad_gray1.gif') repeat-x;
}

.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('/spry/spry_images/blt_panel_exp.gif') no-repeat left 50%;
}

.AccordionPanelContent {
	overflow: auto;
	height: 312px;
	font-size: 100%;
	line-height: 140%;
}

.AccordionPanelContent ul {
	margin: 0;
	padding: 1.375em;
}

.AccordionPanelTabHover {
	color: #fff;
}

.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url('/spry/spry_images/blt_panel_clps.gif') no-repeat left 50%;
}

.AccordionPanelContent div {
	margin: 5px 8px;
}

