/*
 * ************************************************************* *
 * Name        : Power Wizard                                    *
 * Theme URI   :                                                 *
 * Description : Power wizard stylesheet.                        *
 * Version     : Version 1                                       *
 * Author      : CreativeMilk                                    *
 * Author URI  : www.creativemilk.net                            *
 * Updated     : 2013-10-14 01:05:27 UTC+02:00                   *
 * Copyright   : (c) 2012 CreativeMilk                           *
 * ************************************************************* *
 */
 
.powerwizard{
	position   : relative;
	float      : left;
	height     : 30px;
	width      : 100%;
	margin     : 0;
	padding    : 0;
	list-style : none;
}
.powerwizard.big-title{
	height : 60px;
}
.powerwizard li{
	position    : relative;
	float       : left;
	height      : 28px;
	width       : 25%;
	padding     : 0 0 0 20px;
	line-height : 28px;
}
.powerwizard.big-title li{
	height      : 58px;
	padding     : 0 0 0 40px;
	line-height : 58px;
}
.powerwizard li:first-child{
	padding : 0 0 0 10px;
}
.powerwizard.big-title li:first-child{
	padding : 0 0 0 20px;
}
.powerwizard li:after{
	content       : "";
	position      : absolute;
	float         : right;
	top           : -1px;
	right         : -10px;
	z-index       : 1;
	border-top    : 15px solid transparent;
	border-right  : 0px;
	border-bottom : 15px solid transparent;
}
.powerwizard.big-title li:after{
	content       : "";
	right         : -19px;
	border-top    : 30px solid transparent;
	border-bottom : 30px solid transparent;
}
.powerwizard li:before{
	content       : "";
	position      : absolute;
	float         : right;
	top           : -1px;
	right         : -11px;
	z-index       : 1;
	border-top    : 15px solid transparent;
	border-right  : 0;
	border-bottom : 15px solid transparent;
}
.powerwizard.big-title li:before{
	content       : "";
	top           : -1px;
	right         : -20px;
	border-top    : 30px solid transparent;
	border-right  : 0;
	border-bottom : 30px solid transparent;
}
.powerwizard li.end:before,
.powerwizard li.end:after{
	border : none;
}
.powerwizard li:first-child{
	border-left : none;
}
.powerwizard-clickable li:hover,
.powerwizard .pw-active{
	cursor : pointer;
}
.powerwizard-clickable li:hover h4,
.powerwizard .pw-active h4{
}
.powerwizard-clickable li:hover:after,
.powerwizard .pw-active:after{
}
.powerwizard-clickable.big-title li:hover:after,
.powerwizard.big-title .pw-active:after{
}
.pw-active a{
	z-index : 2;
}
.powerwizard-title{
	float  : left;
	height : 48px;
}
.powerwizard li h3{
	margin      : 13px 0 3px 0;
	font-size   : 13px;
	font-weight : bold
}
.powerwizard li h4{
	font-size   : 13px;
	font-weight : normal;
}
.powerwizard-content{
	float      : left;
	width      : 100%;
	border-top : none!important;
}
.powerwizard-step{
	display : none;
}
.powerwizard-step:first-child{
	display : block;
}
.btn.pw-next,
.btn.pw-prev{
	margin-bottom : 0;
}
.pw-nav{
	margin : 0;
}
.pw-disable,
.pw-disable *{
	cursor  : not-allowed;
	opacity : 0.6;
}