@font-face {
    font-family: "vag";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/vag.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vag.ttf") format("truetype"),
    url("../fonts/vag.woff") format("woff"),
    url("../fonts/vag.svg#vag") format("svg");
}

div.body div.content ul, div.body div.content ol {
    margin-bottom: 1em;
    margin-left: 1.5em;
}

div.content ul.shop_navi {
    background-image: url("../images/shop_navi_bg.png");
    background-position: 0 45%;
    background-repeat: repeat-x;
    list-style-type: none;
    margin-bottom: 1em;
    overflow: hidden;
    padding-bottom: 25px;
}
div.content ul.shop_navi li {
    float: left;
    text-align: center;
    width: 16.6%;
}
div.content ul.shop_navi li {
    font-weight: normal;
}
div.content ul.shop_navi li a {
    color: black;
    font-weight: bold;
}
div.content ul.shop_navi li .caption {
    display: block;
    font-size: 12px;
    height: 2em;
    white-space: nowrap;
}
div.content ul.shop_navi li.active .caption {
    color: #141414;
    font-size: 12px;
    white-space: nowrap;
}
div.content ul.shop_navi li span.step-id {
    display: none;
}
div.content ul.shop_navi li {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding-top: 15px;
}
div.content ul.shop_navi li.step-1 {
    background-image: url("../images/step-1.png");
}
div.content ul.shop_navi li.step-2 {
    background-image: url("../images/step-2.png");
}
div.content ul.shop_navi li.step-3 {
    background-image: url("../images/step-3.png");
}
div.content ul.shop_navi li.step-4 {
    background-image: url("../images/step-4.png");
}
div.content ul.shop_navi li.step-5 {
    background-image: url("../images/step-5.png");
}
div.content ul.shop_navi li.step-6 {
    background-image: url("../images/step-6.png");
}
div.content ul.shop_navi li.step-1-active {
    background-image: url("../images/step-1_active.png") !important;
}
div.content ul.shop_navi li.step-2-active {
    background-image: url("../images/step-2_active.png") !important;
}
div.content ul.shop_navi li.step-3-active {
    background-image: url("../images/step-3_active.png") !important;
}
div.content ul.shop_navi li.step-4-active {
    background-image: url("../images/step-4_active.png") !important;
}
div.content ul.shop_navi li.step-5-active {
    background-image: url("../images/step-5_active.png") !important;
}
div.content ul.shop_navi li.step-6-active {
    background-image: url("../images/step-6_active.png") !important;
}

div.progress-bar ul.shop_navi li .caption {
    padding-top: 40px;
}

div.progress-bar {
    padding: 0;
    display: block;
}

#shop-process-overlay
{
    z-index:10000000000;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:#000;
    opacity:0.45;
    -moz-opacity:0.45;
    filter:alpha(opacity=45);
}

#shop-process-overlay div#shop-process-overlay-center
{
    width: 100%;
    position: relative;
    top: 235px;
    text-align: center;
    left: -90px;
    color: white;
}

#shop-process-overlay div#shop-process-overlay-center h1
{
    color: white;
}

.icon-delete::before {
    content: "x";
}

/*reverse double buttons*/
.cell.button{
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}

h4.error {
    background-image: url("../images/attention.png");
    background-repeat: no-repeat;
    clear: both;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 25px;
}
.error {
    color: #e60000;
}

ul.error-list {
    list-style-type: none;
    padding-left: 1em;
}

ul.error-list label, tr.error td label, tr.error th label, tr td.error label, tr th.error label, div.error label, p.error label, p.disabled-reason, p.account_unconfirmed_warning {
    color: #f00000;
}

ul.error-list label{
    display: inline;
}

.dedicated-clear
{
    clear:both;
    line-height:0px;
    height:0;
    overflow:hidden;
}

.actual-content{
    line-height: 1.5em;
}