@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 {
	width: 377px;
	margin-right: 0px;
	padding-top: 5px;
}

#product_sidebar {
	float: right;
	width: 300px;
	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: #cae3f1;
}

.odd {
	background-color: #E1E5F1;
}

.rowHover {
	color: #000;
	background-color: #A7DFD7;
	cursor: pointer;
}

.rowSelected {
	font-weight: bold;
	color: #005AB6;
}

.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 {
background-color:#FFFFFF;
border-color:#999999 rgb(58, 58, 58) rgb(58, 58, 58);
border-style:solid;
border-width:1px;
height:281px;
margin:0pt;
text-align:center;
width:375px;
}

.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 {
background:#FFFFFF none repeat scroll 0%;
border-bottom:1px solid #404040;
border-left:1px solid #404040;
border-right:1px solid #404040;
margin:0pt;
overflow:hidden;
width:290px;
}

.AccordionPanelTab {
	color: #ffffff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: url('/templates/bulletproof/img/h3_back.jpg') repeat-x left 50%;
}



.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%;
}

#content .AccordionPanelTab h3 {
	color: #ffffff;
}

.AccordionPanelContent {
	overflow: auto;
	height: 312px;
	font-size: 90%;
	line-height: 120%;
}

.AccordionPanelContent ul {
	margin: 0;
	padding: 1.0em;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.AccordionPanelContent ul li {
	padding: 0 0 10px 0;
}

.AccordionPanelTabHover {
	color: #fff;
}

.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url('/spry/spry_images/blt_panel_clps.gif') no-repeat left 50%;
}

.AccordionPanelContent div {
	margin: 5px 8px;
}


