﻿
/*PRODUCTS THAT HAVE BEEN ADDED AUTOMATICALLY */
.dependentProduct {
	background-color: #fbfba6;
	
}







/* WIZARD STEPS */
.wizard-steps
{
    position: relative;
    clear: both;
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 20px 10px 0;
    padding: 0;
}
div.wizard-steps 
{
    padding-top: 10px;
    padding-bottom: 20px;
   
}
.wizard-steps div
{
    position: relative;
}

.wizard-steps span
{
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
    width: 15px;
    line-height: 15px;
    color: #ccc;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 2px 5px 0 0;
}

.wizard-steps a
{
    position: relative;
    display: block;
    width: auto;
    height: 24px;
    margin-right: 18px;
    float: left;
    font-size: 11px;
    line-height: 24px;
    color: #666;
    background: #F0EEE3;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    padding: 0 10px 0 3px;
}

.wizard-steps a:before
{
    width: 0;
    height: 0;
    border-top: 12px solid #F0EEE3;
    border-bottom: 12px solid #F0EEE3;
    border-left: 12px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: -12px;
}

.wizard-steps a:after
{
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #F0EEE3;
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
}

.wizard-steps .completed-step a
{
    color: #163038;
    background: #A3C1C9;
}

.wizard-steps .completed-step a:before
{
    border-top: 12px solid #A3C1C9;
    border-bottom: 12px solid #A3C1C9;
}

.wizard-steps .completed-step a:after
{
    border-left: 12px solid #A3C1C9;
}

.wizard-steps .completed-step span
{
    border: 2px solid #163038;
    color: #163038;
    text-shadow: none;
}

.wizard-steps .active-step a
{
    color: #A3C1C9;
    background: #163038;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.wizard-steps .active-step a:before
{
    border-top: 12px solid #163038;
    border-bottom: 12px solid #163038;
}

.wizard-steps .active-step a:after
{
    border-left: 12px solid #163038;
}

.wizard-steps .active-step span
{
    color: #163038;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
    box-shadow: 0 0 2px rgba(0,0,0,0.8);
    text-shadow: none;
    border: 2px solid #A3C1C9;
}

.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a
{
    color: #fff;
    background: #8F061E;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span
{
    color: #8F061E;
}

.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before
{
    border-top: 12px solid #8F061E;
    border-bottom: 12px solid #8F061E;
}

.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after
{
    border-left: 12px solid #8F061E;
}
