
/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */


.iceaccordion { 
	position:relative; 
	overflow:hidden;
	margin:5px 0 0;} 

	.iceaccordion h4.toggler {
	border-bottom:1px dotted #ccc;
	height:30px;
	line-height:22px;
	padding:0;
	text-align:left;
	font-size:12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	cursor: pointer;
	background: url(../images/iceaccordion_closed.png) no-repeat right 20% !important;
	color: #333;
	vertical-align: middle;
	font-weight: bold;
}
	
		.iceaccordion h4.open {
	background-image: url(../images/iceaccordion_open.png)!important;
	text-align: left;
}
	
	.iceaccordion div.accordion_content{
	position: relative;
	overflow: hidden;
}
		
		.iceaccordion div.accordion_content img { 
			border:0px solid #ddd; 
			padding:4px;
			background-color:#FFFFFF; }


