/*
		Плагин "Узнать больше"
*/


.isp-learn-more {
	padding: 0px;
	margin: 0px 0px 5px 0px;		
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 12px;
	color: #201F1F;
}

	.isp-learn-more h3 {
		background: #FFF url(learnmore-bg.png) repeat-x;
		cursor: pointer;
		margin: 1px 0px 0px 0px;
		padding: 0px;
		font: 18px Century Gothic, Arial, sans-serif;
		color: #535353;
		text-shadow: #FFF 1px 1px 0px;
		border: 1px solid #E7E7E7;
		/*border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;*/
	}
	.isp-learn-more h3.open {
		border-bottom: none;
		/*border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;	*/	
	}

			.isp-learn-more h3 span {
				display: block;
				background: url(closed.png) no-repeat 99% center;
				padding: 10px 30px 10px 18px;	
				border: 1px solid #FFF;
				/*border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;*/
			}
			.isp-learn-more h3 span.open {
				background: url('opened.png') no-repeat 99% center;
				border-bottom: none;
				/*border-radius: 10px 10px 0px 0px;
				-moz-border-radius: 10px 10px 0px 0px;
				-webkit-border-radius: 10px 10px 0px 0px;	*/
			}
	
	.isp-learn-more .isp-learn-more-content {
		display: none; 
		background: #f8f8f8;
		padding: 5px 10px 10px 10px;
		border: 1px solid #E7E7E7;
		border-top: none;
		/*border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;	*/	
	}
	
	.isp-learn-more .open {
		display: block;
	}
