/****************************************/
/* The Worx Group 2008 Site */
/* Copyright (c) The Worx Group - 2008 */
/* accordion.css */
/****************************************/

.acc_head { font-weight:bold; font-size:10px; cursor:pointer; }
	a.acc_head { width:255px; height:17px; padding:3px 5px 0px 5px; font-size:11px; color:#333333; font-weight:bold; display:block; text-decoration:none; background:url("../images/acc_body_off.gif") top left no-repeat; }
	a.acc_head:hover { background:url("../images/acc_body_on.gif") top left no-repeat; cursor:pointer; }
	a.acc_head.selected { background:url("../images/acc_body_on.gif") top left no-repeat; }
	.acc_body { border:solid #cccccc; border-width:0 1px 1px 1px; overflow:hidden; font-size:11px; height:310px; padding:0 10px; }
		.acc_body h1 { margin-top:10px; font-size:11px; color:#666666; font-weight:bold; text-transform:uppercase; }
		.acc_body a { color:#000; text-decoration:underline; font-weight:bold; }
		.acc_body a:hover { color:#ff6600; text-decoration:underline; }
