
/*---------------------------------------------------------------- 
  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 #ccc;
		height:25px;
		line-height:20px;
		padding:0;
		text-align:left;
		font-size:1em;
		cursor: pointer;
		font-family:Georgia, "Times New Roman", Times, serif;
		position:relative;
		cursor: pointer;
		background: url(iceaccor.png) no-repeat right 20% !important;}
	
		.iceaccordion h4.open {
			background-image: url(iceaccos.png)!important;}
	
	.iceaccordion div.accordion_content{
		position: relative;
		overflow: hidden;}
		
		.iceaccordion div.accordion_content img { 
			border:1px solid #ddd; 
			padding:4px;
			margin-bottom:10px;
			background-color:#EBEBEB; }

