
@media all {

	/* title */
	h6.fo-vlist-footer {
		/*width:90%;*/
		padding:3px 0px 3px 12%; /* LTR */
		margin:0;
		color:#fff;
	}
	
	.fo-vlist-footer {
		width:100%;
		/*overflow:hidden;*/
		margin: 2.5em 0 1.0em 0;
		list-style-type:none;
	}

	.fo-vlist-footer ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}

	.fo-vlist-footer li {
		float:left; /* LTR */
		width:100%;
		margin:0;
		padding:0;
		line-height: 1.3em;
	}

	.fo-vlist-footer a,
	.fo-vlist-footer strong,
	.fo-vlist-footer span {
		display:block;
		margin:0;
		padding:0;
		text-decoration:none;
	}

	.fo-vlist-footer a,
	.fo-vlist-footer a:visited {
		padding:3px 0px 3px 12%;
		background: url(../../img/bullet-arrow.png) no-repeat scroll 9% 7px;
		color:#fff;
	}

	.fo-vlist-footer a:hover,
	.fo-vlist-footer a:focus {
		color: #5263e1;
	}

	.fo-vlist-footer li span {
		display:block;
	}

	/* active list element */
	.fo-vlist-footer li.act {
		color:#1B8F4C;
	}
	.fo-vlist-footer li.act strong {
		font-weight:bold;
	}
	.fo-vlist-footer li.cur {
		color:#1B8F4C;
	}


	/* Level 1 */
	.fo-vlist-footer li a,
	.fo-vlist-footer li strong,
	.fo-vlist-footer li span { width:91%; padding-left:9%; } /* LTR */

	.fo-vlist-footer li a:active { color:#1B8F4C; outline: 0 none; }

}
