/*
-----------------------------------------------
Spry CSS Rules
Version: Oct. 9, 2006
----------------------------------------------- */

/* 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: #000;
	font-family: Arial, Helvetica, sans-serif;
}
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 610px;
	padding-top: 20px;
	margin: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#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;
}
#producttable, #sidebar {
	float: left;
	text-align: left;
}
#producttable{
	width: 334px;
	font-size: small;
}
#sidebar {
	width: 240px;
	margin-top: 0;
	float: right;
	font-size: small;
}

#sidebar #details {
	color: #000000;
	padding: 0px;
	line-height: 1em;
	margin: 0px;
	background-color: #666666;
}
#sidebar #details p {
	line-height: 1.5em;
	margin: 0px;
	padding: 2px 2px 4px 2px;
	color: #FFFFFF;
	background: none;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bold;
}


.SpryHiddenRegion {
   visibility: hidden;
}

#tabledesc{
	height:130px;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:334px;
	text-align: left;
	border:1px solid #000;
	margin: 0;
}
#products caption {
	color: #FFFFFF;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	/*background: #25559F;*/
	background: #25559F url(../images/bg_rule_caption.gif) repeat-x;
}
#products th {
	/* background: #25559F;*/
	background: #25559F url(../images/bg_rule_caption.gif) repeat-x;
	padding: 6px 0.25em;
	color: #FFF;	
	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 {
	/* background-color: #DEDEDE; */
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	/* background-color:#DEDEDE; */
	cursor: pointer;
}

#products tbody { margin-top: 0; }
.even { background-color: #CCC; }	
.odd {background-color: #DEDEDE; }
.rowHover {
	color: #000;
	background-color:#FFCC33;
	cursor: pointer;
}
.rowSelected { 
background-color:#666666;
color:#FFF; 
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #FFFFFF;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
#content p #boxshot {
	padding:0;
}
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	color: #FFF;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #25559F url(../images/bg_rule_caption.gif) repeat-x;
	margin: 0px;
	padding: 2px;
}

.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../images/blt_panel_exp.gif') no-repeat left 50%;
} 

.AccordionPanelContent {
	background-color: #DEDEDE;
	overflow: auto;
	height: 200px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
.AccordionPanelContent p a, .AccordionPanelContent p a:visited {
	padding-left: 30px;
	color:#3366FF;
}

.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { 
	color: #000;
	background: url(../images/bg_rule_caption_hilite.gif) repeat-x;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: background: #25559F url(../images/bg_rule_caption.gif) repeat-x;;
}
.AccordionPanelOpen {
	color: #000;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}

.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }

p a.morelink {
	background:url(../images/blt_view_details.gif) no-repeat left 50%;
	text-decoration: none;
	font-weight: bold;
}
p a.morelink:hover, p a.morelink:active {
	background:url(../images/blt_view_details_hover.gif) no-repeat left 50%;
	text-decoration: none;
	font-weight: bold;
}

.AccordionPanel .AccordionPanelContent li {
	width: 90%;
}
#content #pagecontent #sidebar #details a {
	color: #FFCC33;
}
#content #pagecontent #sidebar #details a:hover {
	background-color:#666666;
	text-decoration:underline;
}

#content #pagecontent #sidebar .AccordionPanel .AccordionPanelContent #specs {
	border: 1px solid #666666;
	margin: 0;
	font-size: 90%;
	width: 220px;
}
#content #pagecontent #sidebar .AccordionPanel .AccordionPanelContent #specs tr {
	border-bottom: 1px solid #666666;
}
#content #pagecontent #sidebar .AccordionPanel .AccordionPanelContent #specs td {
	border-bottom: 1px solid #666666;
	padding: 2px 2px 2px 4px;
}
.speccat {
	background-color:#99CCFF;
}
.specitem {
	background-color:#FFE2BB;
}
