/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */


.iceaccordion { 
	position:relative; 
	overflow:visible;
	margin:18px 0 0;} 

	.iceaccordion h4.toggler {
		border-bottom:1px dotted #000000;
		height:24px;
		line-height:21px;
		padding:0;
		text-align:left;
		font-size:1.25em;
		cursor: pointer;
		font-family:Georgia, "Times New Roman", Times, serif;
		position:relative;
		cursor: pointer;
		background: url(../images/iceaccordion_closed.png) no-repeat right 20% !important;}
	
		.iceaccordion h4.open {
			font-weight:bold;
			background-image: url(../images/iceaccordion_open.png)!important;}
	
	.iceaccordion div.accordion_content{
		position: relative;
		overflow: hidden;}
		
		.iceaccordion div.accordion_content img { 
			margin-bottom:10px; }

