@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding: 0px;
	margin: 0px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 12px;
	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: 750px;
}
#content, #sidebar {
	
	
}
#content {
	float: left;
	text-align: left;
	
}
#sidebar {
	width: 520px;
	margin-top: 10px;
	margin-left: 15px;
	background: #eee;
	float: left;
	text-align: left;
	border: 1px solid #CCCCCC;
}

#sidebar img {
	padding: 6px;
}

#sidebar h3 {
	margin-top: 6px;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */


/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	margin: 0;
	border: 1px solid #CCCCCC;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #D05C00;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: #D05C00;
	padding: 6px 0.25em;
	color: #EEEEEE;	
	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 0.375em 0.45em 0.375em;
	text-align: left;
	background: dddddd;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#eeeeee;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#ddd; }
#products tr.selected { color:#fc0;  }
#products tbody { margin-top: 0; }
.even { background-color: #FFFFFF; border-bottom: 1px #EEE solid;}

.rowHover {
	color: #333;
	background-color: #ddd;
	cursor: pointer;
}

.rowSelected { color: #D05C00; background: #FEEBC5; }

.productinfo {
	
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
}

.moreinfo {
	background-color: white;
}

.boximage {
	float: left;
	background-color: white;
}

#productListing {
	
}
/* Gallery and Playback Controls
----------------------------------------------- */


/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #eee;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('images/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h6 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('images/blt_panel_exp.gif') no-repeat left 50%;
	color: #EEEEEE;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h6 { background: url('images/blt_panel_clps.gif') no-repeat left 50%; color: #EEEEEE; }
.AccordionPanelContent div { margin: 5px 8px; }
