
	@import '/includes/_style.learn_more_rental.css';


	/* Step List
	--------------------------------------------------------*/
	#download_steps {
		list-style-type: none;
		width: 540px;
		height: 200px;
		background: url(/images/main/learn_more.download.jpg);
	}
	#download_steps * {
		display: none;
	}

	/* Points
	--------------------------------------------------------*/
	#points {
		/*height: 80px;*/
	}
	#points li {
		background: #EEF7DE;
	}
	#points li span {
	    display: block;
	    clear: both;
	    font: 14px/20px 'Trebuchet MS', sans-serif;
	    padding-left: 20px;
	    margin-bottom: 10px;
	    font-weight: normal;

	}