﻿.wizard .SideBarButtonStyle, .wizard .SideBarButtonStyle.disabledWizardStep:hover
{
    color:#333;
}

.wizard .SideBarButtonStyle
{
    display:block;
    color:#333;
    font-weight:normal;
    width:140px;
    padding:0 10px;
    height:30px;
    line-height:30px;
    text-decoration:none;
    border-right:solid 1px #AAA;
    padding-left:30px;
}

.wizard .SideBarButtonStyle.disabledWizardStep
{
    cursor:default;
}

.wizard .SideBarButtonStyle.activeWizardStep
{
    font-weight:bold;
    border-color: #FFF;
}
.wizard .SideBarButtonStyle.activeWizardStep,
.wizard .SideBarButtonStyle.activeWizardStep:hover
{    
    background:#FFF;
}

.wizard .SideBarButtonStyle:hover
{
    color:#0054a6;
	background-color: #EEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}

.wizard .SideBarStyle
{
    vertical-align:top;
}

.wizard .SideBarStyle table
{
    position:relative; 
    left:1px;
}
.wizard .SideBarButtonStyle.inactiveWizardStep:hover,
.wizard .SideBarStyle table td
{
	background-color: #d0d0d2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #f2f2f2,  #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d0d0d2');
    
}


.wizard .SideBarButtonStyle.passedWizardStep,
.wizard .SideBarButtonStyle.passedWizardStep:hover
{    
    background-image:url(../../images/icons.png);
    background-repeat:no-repeat;
    background-position: 0 -896px;
}

.wizard .SideBarStyle table td
{
    padding:0;
    border-bottom:solid 1px #AAA;
    
}

.wizard .StepStyle
{
    border-left:solid 1px #AAA;
    height:400px;
    padding:20px;
}
.wizard .NavigationStyle
{
    border-left:solid 1px #AAA;
}

.wizard td
{
    vertical-align:top;
}

.wizard .paymentType
{
    /*margin:0 0 20px 0;
    width:250px;
    background:url(../../images/icon-plan.png) 50% 0 no-repeat;
    text-align:center;*/
    width:250px;
    background:url(../../images/icon-plan.png) 50% 0 no-repeat;
    text-align:center;
    float :left;
    height : 300px;
    overflow : hidden;
    border : solid 0px red;
}

.wizard .paymentTypeContainer
{
    position: relative;
    height: auto;
    width: 176px;    
    text-align: center;
    margin-right: 7px;
    float: left;
}

.wizard .paymentTypeContainer div
{
    width: 176px;
    padding: 5px 0;
}

.wizard .planMonth
{
    font-size: 12px;
    line-height: 13px;
}

.wizard .paymentType .typeName
{
    margin-top:40px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 15px;
    font-size:25px;
    width:180px;
    height:140px;
    font-family:Arial Black, Arial, Sans-Serif;
    text-transform:uppercase;
    text-shadow: 0px 3px 5px #888;
    -moz-text-shadow: 0px 3px 5px #888;
    -webkit-text-shadow: 0px 3px 5px #888;
    text-align:center;
    color:#FFF;    
}

.wizard .paymentType .typeAmount,
.wizard .paymentType .typeDescription
{
    color:#8d9097;
    font-size:24px;
    margin: 20px 25px;
}
.wizard .paymentType .typeDescription
{    
    font-size:16px;
}

.wizard .paymentType:hover
{
    cursor:hand;
    cursor:pointer;
    border-color:#AAA;
}

.wizard .paymentType .title
{
    margin:0 0 10px 0;
    font-size:16px;
    font-weight:bold;
    color:#636363;
}

.wizard .paymentType .description
{
    margin:0 10px 10px 0;
}

.wizard .activePaymentPlan,
.wizard .activePaymentPlan:hover
{
    background:url(../../images/icon-plan-selected.png) 50% 0 no-repeat;
}
