/* CSS Document */

.AccordionPanelLabel h3 {
  cursor:default;
  }

#content, #sidebar {
	display:none;
}

#products_acc a:link {
  color:#fff;
  }

#products_acc a:visited {
  color:#B2B2B2;
  }

#content_acc, #sidebar_acc {
	float: left;
	text-align: left;
}
#content_acc {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}
#sidebar_acc {
	width: 240px;
	margin-top: 0;
}

#products_acc { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products_acc 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_acc th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products_acc th.infocus { background-color: #E6E6E6; }
#products_acc th.selected {	color: #EAEAEA; }

#products_acc td, #products_acc th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products_acc tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products_acc tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products_acc tr.notinfocus { background-color:#fff; }
#products_acc tr.selected { color:#fc0; }
#products_acc tbody { margin-top: 0; }