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


.iceaccordion { 
	clear:both;
	margin:0;} 

	.iceaccordion h4.toggler {
		border-bottom:1px dotted #EFEDE8;
		height:26px;
		line-height:21px;
		padding:0;
		text-align:left;
		font-size:1em;
		cursor: pointer;
		position:relative;
		cursor: pointer;
		background: url(../images/iceaccordion_closed.png) no-repeat right 20% !important;}
	
		.iceaccordion h4.open {
			background-image: url(../images/iceaccordion_open.png)!important;}
	
	.iceaccordion div.accordion_content{
		position: relative;
		overflow: hidden;}
		
		.iceaccordion div.accordion_content img { 
			margin-bottom:5px;
			background:#eee;
			padding:4px;
			border:1px dotted #ccc;}

