@charset "UTF-8";


/* 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 {
/*	padding-top: 20px;
	margin: 0 20px;*/
}
/*
#codesample #wrap { width: auto; }


#content, .col3 #sidebar {
	float: left;
	text-align: left;
}
*/
#dwcontent {
	width: 425px;
	margin:0 auto;
	padding: 0 7px 0 7px;
	text-align:left;
}
/*#dwcontent .caption {
	color:#625c70;
	text-transform:uppercase;
	font: bold 10pt/12pt "lucida grande" trebuchet, sans-serif;
	letter-spacing: 0.05em;
	padding: 3px 5px 5px 0px;
}*/
#content .tabwrap {
	/*height:50px;overflow:auto;*/text-align:center;margin:0 auto;padding:0 0 10px 0;
}

.SpryHiddenRegion {
   visibility: hidden;
}



/* Table Rules
----------------------------------------------- */
.col1 table { 	font:normal 9pt/12pt arial,helvetica, sans-serif;
 }
td.rank { }

#products { 
border:1px solid #000;
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}

#products th {
	background: url('assets/bg_grad_gray2.gif') repeat-x;
	color: #e6ecea;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
/*
#products tr th.infocus { background-color: #E6E6E6;color:salmon; }
#products th.selected {	color: salmon; }*/

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: dotted 1px #202020;
	/*background:#ccc;*/
	-moz-user-select: none;
	-khtml-user-select: none;
}

#products tr.notinfocus { background-color:#fff; }
.selected { color:#ff00;background-color:#555;  }
#products tbody { margin-top: 0; }
.even { background-color: #eaeaea; }
.odd { background-color: #cacbcd; }
.rowHover {
	color: #fff;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #000;background:yellow; }

.productinfo {
	/*width: 492px;
	margin-left: 250px;*/
}

.category {
	float:right;
	margin-top:18px;
}
.caption { font:700 10pt/12pt arial,sans-serif;color:#000;margin:0; height:24px; padding:10px 0 0 4px;	
  background: url('images/tritab-right.gif') repeat-x;/*bg_grad_gray2*/
}

.boximage {
	float: left;
	background-color: white;
}


/* Accordion Classes
----------------------------------------------- */
/*
.col3 #sidebar {border:0; padding:0 0 0 10px; }

.Accordion {
	border-left: dotted 1px #777;
	border-right: dotted 1px #777;
	border-bottom: dotted 1px #777;
	margin:0;width:100%;
}
.AccordionPanelTab {
	color: #ccc;
	cursor: pointer;height:25px;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('assets/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 26px;
	font-size: 90%;
	background: url('assets/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('assets/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 7px 20px 5px; }

*/