@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }

	
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	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: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: auto;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar {
	width: 350px;
	
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}


/* Table Rules
----------------------------------------------- */
td.rank { }

#products {
	border-collapse:collapse;
	empty-cells:show;
	width:300px;
	margin: 0;
}

#products th {
	font:11px Tahoma, "Lucida Sans", "Trebuchet MS", Arial;
	color:#d1aa25;
	margin:10px 10px 10px 10px;
	line-height:15px;
	font-weight: bold;
	cursor: pointer;
}

#products td {
	margin: 0;
	font:11px Tahoma, "Lucida Sans", "Trebuchet MS", Arial;
	color:#CCC;
	margin:10px 0px 0px 10px;
	padding:10px 10px 10px 10px;
	line-height:15px;
	height: 20px;
	text-align: left;
}


#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#d1aa25;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #151515; }

.rowHover {
	font:11px Tahoma, "Lucida Sans", "Trebuchet MS", Arial;
	color: #d1aa25;
	background-color: #000000;
	cursor: pointer;
}

.rowSelected { color: #fc0; }


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	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 {
	overflow: hidden;
	margin-left: 10px;
	height: 417px;
}
.AccordionPanelTab {
	color: #ccc;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../ps_images/f_menu.jpg') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 3px 0px 3px 36px;
	background: url('../ps_images/blt_panel_exp.gif') no-repeat left 50%;
	list-style-type:none;
	font:10px "Trebuchet MS", Arial, "Lucida Sans", Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	height:18px;
	display:block;
	text-decoration:none;
}
 
.AccordionPanelContent {
	font:11px Tahoma, "Lucida Sans", "Trebuchet MS", Arial;
	color:#CCC;
	margin:10px 0px 0px 10px;
	padding:0;
	line-height:15px;
	height:225px;
	}
	
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../ps_images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }



