﻿/* File Created: March 27, 2014 */
.wizard
{
    display:none;    
}
.wizard_list
{
    margin-left: auto;
    margin-right: auto;
}
.wizard_list li
{
    list-style: none;
    display:inline;  
}
.wizard_list li a
{
    display:inline;
    width:100%;
}
.wizard_list li span
{
    display:inline;
    width:100%;
}
.wizard_list_line {
	background: url('../../images/wizard_list_line.png') no-repeat 0 50%;
	background-size: 100% 25%;	
}