@charset "utf-8";
/* CSS Document */
.list-type5{
width:600px;
margin:0 auto;
}
.list-type5 ol {
	list-style-type: none;



list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 1em;
	padding: 0;
	counter-reset: li-counter;
	color: #666666;
}
.list-type5 ol li{
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #666666;
	padding-left: 58px;
}
.list-type5 a{
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
}
.list-type5 li:hover{
	box-shadow: inset -1em 0 #6CD6CC;
	-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
	transition: box-shadow 0.5s;
	color: #CCCCCC;
}

.list-type5 ol li:before {
position: absolute;
top: -0.3em;
left: -0.5em;
width: 1.8em;
height: 1.2em;
font-size: 2em;
line-height: 1.2;
font-weight: bold;
text-align: center;
color: white;
background-color: #9CF;
transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
z-index: 99;
overflow: hidden;
content: counter(li-counter);
counter-increment: li-counter;
}
#terms {
	font-size:15px;
	line-height:1.5;
	text-align:justify;
}
