
/*---------------------------------------------------------------- 
  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 #5B5B21;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:.5em 0;
		text-align:left;
		font-size:1em;
		cursor: pointer;
		position:relative;
		cursor: pointer;
		background: url(../images/iceaccordion_arrow.png) no-repeat right top}
	
		.iceaccordion h4.open {
			background-position: right bottom;}
	
		.iceaccordion h4.toggler span {
			color:#fff;
			filter:alpha(opacity=65);
			-moz-opacity:0.65;
			-khtml-opacity: 0.65;
			opacity: 0.65;}
			
	.iceaccordion div.accordion_content{
		position: relative;
		overflow: hidden;}
		
		.iceaccordion div.accordion_content .padding {
			margin-top:5px;}
		
		.iceaccordion div.accordion_content img {
			padding:9px; 
			background:#161609; 
			border:1px solid #3A3A17}

