

/* panel */
.panel, .panelcollapsed 
{
	/*background: #d8331f;*/
	margin-bottom: 5px;
	padding: 0;
	width: 295px;
	/*border: 1px solid #d8331f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

/* panel heading */
.panel h2, .panelcollapsed h2 
{
	font-family:arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	background: #d8331f url(images/collapse.png) no-repeat 275px;
	/*border-bottom: 1px solid #d8331f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #d8331f;
	border-right: 1px solid #d8331f;
	border-left: 1px solid #d8331f;
	*/
}




.paneltop h2, .panelcollapsedtop h2 
{
	font-family:arial;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	background: url(images/collapse.png) no-repeat 275px;
	/*border-bottom: 1px solid #d8331f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #d8331f;
	border-right: 1px solid #d8331f;
	border-left: 1px solid #d8331f;
	*/
}





/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover { background-color: #e53620; }

/* heading of a collapsed panel */
.panelcollapsed h2 
{
	background: #d8331f url(images/expand.png) no-repeat 275px;
	border-color: #d8331f;
}

/* panel content - do not set borders or paddings */
.panelcontent 
{ 
	background: #fff url(content_bg.png) /*repeat:repeat-x*/ no-repeat;
	overflow: hidden;
	padding:5px;
	width:100%;
	font-size:12px;
	
	/*font: 12px Tahoma, Geneva, sans-serif;*/
}

/* collapsed panel content */
.panelcollapsed .panelcontent { display: none; }
