@charset "utf-8";

/***
**
**  CSS Standarts document
**  www.emodus.lt edition
***/
 
#ShowcaseServices .accordion_toggle {
	color:#808080;
	cursor:pointer;
	display:block;
	font-size:20px;
	font-weight:300;
	height:30px;
	line-height:30px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:11px 0 0 20px;
	text-decoration:none;
	width:350px;
	background:url(../images/showcase-bottom-shadows.jpg) top left no-repeat;
	}
#ShowcaseServices .first {
	background:url(../images/showcase-top.jpg) no-repeat top left;
	padding-top:8px;
}
#ShowcaseServices .bottom {
	background: url(../images/showcase-last-bottom.jpg) no-repeat bottom left;
	height:13px;
}
		
		#ShowcaseServices .accordion_toggle_active {			
			color: #000000;
		}
		
		#ShowcaseServices .accordion_content {
			color: #606060;
			overflow: hidden;
			padding:0px 30px 5px 20px;
			margin:0;
		}
		#ShowcaseServices p {
			margin:0;
			line-height: 125%;
			padding:0;
			
		}
		#ShowcaseServices a {
			color:#353535;
			text-transform:uppercase;
			white-space:nowrap;
		}
