﻿/******************* Epicor 9 Accordion ******************/

		.description {
	font-size: 12px;
	line-height: 18px;
	color: #ffffbe;
	padding: 0px;
}

#container {
	margin: 0px;
	width: 248px;
}

	#top_container {
		width: 248px;
		height: 61px;
		margin: 0px;
	}
	
	#bottom_container {
		clear: both;
		width: 248px;
	}
		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 61px;
			width: 248px;
			padding: 0px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		}
		#industries-drop {
			background: url(/Style%20Library/images/industries-drop.jpg) no-repeat top right #ffffff;
		}
		#solutions-drop {
			background: url(/Style%20Library/images/solutions-drop.jpg) no-repeat top right #ffffff;
		}
		#products-drop {
			background: url(/Style%20Library/images/products-drop.jpg) no-repeat top right #ffffff;
	}
		
		.accordion_toggle_active {
			color: #ffffff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			width:248px;

		}
			
			.accordion_content h2 {
				margin: 0px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 0px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 78px;
			width: 248px;
			padding: 0px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			cursor: pointer;
			margin: 0px;
		}

		.vertical_accordion_toggle_active {
			color: #ffffff;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #666666;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 0px;
				color: #666666;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 0px;
			}
  					
    /* Container styling*/
    #horizontal_container {
      margin: 0px;
      width: 248px;   
      height: 78px;    
    }
    
    #vertical_nested_container {
      margin: 0px;
      width: 248px;
    }
