@charset "utf-8";
/* CSS Document */


#accordion-header	{
	background:url(../images/accordion/accordion-header.gif) no-repeat;
	width:600px;
	height:30px;
}

.collapse-head	{
	
/*	background-image: linear-gradient(bottom, #174D6E 25%, #0F3B59 63%);
background-image: -o-linear-gradient(bottom, #174D6E 25%, #0F3B59 63%);
background-image: -moz-linear-gradient(bottom, #174D6E 25%, #0F3B59 63%);
background-image: -webkit-linear-gradient(bottom, #174D6E 25%, #0F3B59 63%);
background-image: -ms-linear-gradient(bottom, #174D6E 25%, #0F3B59 63%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, #174D6E),
	color-stop(0.63, #0F3B59)
);
	padding:10px; 
	width:230px;*/
	height:30px;
}

.collapse-head a	{
	text-decoration:none;
	font-family:Helvetica, sans-serif; 
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

.expand	{
	width: 600px; 
	color: #797979;
	background: #f6f3f5;
	font-size:14px; 
}

.expand p	{
	margin:0px;
	padding:5px 10px;
}