#accordion h3{
	background: url(../images/specs_header.png) no-repeat top left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	height:28px;
	padding:17px 0 3px 30px;
	margin-top:5px;
	width: 584px;
}


#accordion h3:hover{
	cursor: pointer;
}
#accordion h3 a{
	color: #fff;
	text-decoration: none;	
}
#accordion h3 a:hover{
	color: #fff;
}
#accordion{
	padding-top: 23px;
	width: 584px;
	clear:right;
	
}
#accordion div{
	border:1px solid #B7B8B6;
	font-size:11px;
	padding:10px 20px 10px 30px;	
}

#accordion h3.ui-state-active{
	background-position: 0 -48px;
}

#accordion li {
list-style-image:url("../images/bullet.gif");
margin-left:20px;
}

/***********************
Industries page
***********************/

.ind_accor_head{
	border:1px solid #ccc;
	
	background:#f6f6f6 url("../images/ind_shadow.png") repeat-x;
	margin-top:21px;
	
	padding:12px;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
		position:relative;
}


#ind_accordion .ind_accor_head:hover{
	border:1px solid #bdbdbd;
	background:#fbfbfb url("../images/ind_shadow.png") repeat-x;
	
}


#ind_accordion .ui-state-active:hover{
	border:1px solid #ccc;
	background:#f6f6f6 url("../images/ind_shadow.png") repeat-x;
	cursor:default;
}

.ind_accor_head:focus{
	outline:0;
	background:#f6f6f6 url("../images/ind_shadow.png") repeat-x;
}
#content_sub #thenarrows .ind_accor_head h3{
	margin-top:-2px;
	margin-bottom:-1px;
}
.ind_accor_content{
	border:1px solid #ccc;
	border-top:0px;
	
	background:#f6f6f6;
	margin-top:-1px;
	padding:12px;
	padding-top:1px;
		position:relative;
}

.plus_min{
	height:16px;
	width:16px;
	float:right;
	_float:none;
	_position:absolute;
	_margin-left:514px;
	background:url("../images/plus_min.png");
}
.ui-state-active .plus_min{
	background-position:0 -16px;
}

img.sporcat{
	float:right;
	padding-left:6px;
}
