/* CSS Document */


.small_header{
	background:url(../images/prod_header_small.png) no-repeat;
	width:157px;
	height:28px; 
	padding-top:6px;
	margin-top:-6px;
	padding-left:13px;
	margin-left:1px;
	color: white;
	font-weight: bold;
		cursor:pointer;
}

.large_header{
	background:url(../images/prod_header_large.png) no-repeat;
	width:157px;
	height:44px; 
	padding-top:6px;
	margin-top:-6px;
	padding-left:13px;
	margin-left:1px;
	color: white;
	font-weight: bold;
		cursor:pointer;
}

#options {width:157px; }
#options a {text-decoration:none;}
#options a:hover {}


h3{
	padding-top:6px;margin-bottom:-6px;
	margin-top:0px;
}

.on a{
 border: 1px solid white;
 background: white;
 color:#e39b00;
 width:157px;
}
#acc {list-style:none;margin-left:0px; padding-left:0px;}
#acc h3 {	
	background:url(../images/prod_header_small.png) no-repeat;
	width:157px;
	height:28px; /* 32px */ 
	padding-left:13px;
	font-size:13px;
	margin-left:1px;
	color: white;
	font-weight: bold;
		cursor:pointer;}
#acc h3:hover {}
#acc .acc-section {
width:157px; 
background:url(../images/prod_bg.png) repeat-y;
margin-left:1px;
overflow:hidden;
/*
margin-top:-22px;
margin-bottom:-14px;*/
 }
#acc .acc-content {

padding-top:4px;
padding-bottom:4px;
padding-left:8px;
font-size:10px;
}


