﻿/*#region COMONS*/
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #696a6b;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight:normal;
    line-height: 20px;
    background-image: url(images/bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #fff;
}

body.wait, body.wait *{
    cursor: wait !important;   
}

form {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 1.8em;
}

.shade {
    display: none;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

    .shade span {
        position: absolute;
        color: white;
        font-size: 20px;
    }

    .shade img {
        position: absolute;
    }

header, footer, nav, section {
    display: block;
}

a, img {
    border: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4 {
    font-family: arial, sans-serif;
}

h2 {
    color: #df0022;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-right: 8px;
}

textarea {
    
}
input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="submit"]:focus{
    outline-color: #df0022;
}
select:focus{
    outline-color: #df0022;
}
.page {
    margin: 0 auto;
    width: 960px;
    height: 100%;
}

#MainSectionContent {
    width: 960px;
    /*min-height: 100%;*/
    overflow: hidden !important;
    position: relative;
    background: #fff;
}
.main-content {
    width:100%;
    height:100%;
}
#UserPanel {
    width:960px;
    height:22px;
    padding:0px;
    margin:0px;
    border-bottom: 1px solid #ccc;
}

.left-panel {
    float:left;
    width: 235px;
    height: 100%;
    overflow: hidden !important;
    background-color: #e8e8e8;
}

.right-panel {
    float: right;
    margin: 30px 16px 50px 20px;
    width: 685px;
    height: auto;
}

.button {
    width: 100px;
    height: 22px;
    line-height:22px;
    text-align:center;
    color: #ffffff;
    font-size: 12px;
    font-family: MyriadPro, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    display: block;
    background-color: #df0022;
    border: 0px solid;
    border-color: #662420;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 6px #543;
    outline: 0;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    text-decoration:none;
    border-radius: 0px;
}
.button:hover {
    background-color: #C10020;
}
.bold {
    font-weight: bold;
}
.red {
    color:#df0022 !important;
}

.left {
    float: left;
}
.right {
    float:right;
}
.clear {
    clear: both;
}
fieldset{
    border:none;
}
.about-panel
{
    float:left;
    width:927px;
    background: #F0F0F0;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #B6BFC9;
    padding: 5px 5px 15px 15px;
    margin:0px 5px 0px 5px;
    color:#262626;
    font-size:15px;
    line-height:18px;
}
.access-panel {
    margin-top:10px;
}
.access-title {
    color:#df0022;
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
/*#endregion COMONS*/

/*#region HEADER */
#headerDiv {
    width: 960px;
    height: 84px;
    margin: 0 auto;
    background-color: transparent;
}

.header-content {
    float: right;
    height:82px;
}

.header-logo {
    margin: 20px 0px 0px 10px;
}

.header-title {
    color: transparent;
    font-size: 10px;
    margin: 0px 0px 0px 0px;
}
/*#endregion HEADER */

/*#region MAIN-MENU */
.main-menu-list {
    float: left;
    width: 670px;
    height: 70px;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    list-style: none;
    overflow:hidden;
}

    .main-menu-list li {
        display:inline-block;
        position: relative;
        height:70px;
        background-image:url(Images/nav.png);
        background-position:bottom right;
        background-repeat:no-repeat;
        margin-left:-52px;
        font-size: 14px;
        padding:0px 0px 0px 0px;
    }

        .main-menu-list li a {
            float: left;
            margin:0px 30px 0px 30px;
        }
        .main-menu-list li:hover {
            background-image:url(Images/nav_hover.png);
        }

.main-menu-item, .main-menu-item-selected {
    float: left;
    padding: 28px 0px 9px 0px;
    height: 34px;
    width: 155px;
    line-height: 34px;
    font-weight: bold;
    text-shadow: 1px 0px 2px #666;
    text-align: center;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    zoom: 1;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.main-menu-list .selected {
    background-image:url(Images/nav_hover.png);
}
/*#endregion MAIN-MENU */

/*#region SEARCH-BOX*/
.search-box {
    width:225px;
    background:#df0022;
    padding:5px 5px 15px 5px;
}
.search-box h2 {
    color:white;
    text-align:center;
    margin:5px 0px 5px 0px;
}
.search-box img {
    float:left;
    height:22px;
    margin-left:2px;
}
.search-box input {
    width:140px;
    margin:0px 5px 0px 5px;
}
.search-box input:focus{
    outline-color:#e8e8e8;
}
.search-box a {
    color:#fff;
    cursor:pointer;
    text-decoration:underline;
}
.search-box a:hover {
    text-decoration:none;
}
/*#endregion SEARCH-BOX*/

/*#region NONLOGGED-USER*/
.non-logged-content {
    float:left;
    width:900px;
    padding:0px 5px 0px 15px;
}

.login-btn {
    display:inline;
    margin-top:-2px;
}
/*#endregion NONLOGGED-USER*/

/*#region LOGGED-USER*/
.logged-content {
    float:left;
    width:215px;
    padding:0px 5px 0px 15px;
    background-color: #e8e8e8;
}
.logged-user-name {
    font-size:13px;
    line-height:22px;
}
.logout-btn {
    float:right;
    color: #696a6b;
    font-size: 11px;
    line-height: 22px;
    padding:0px 10px 0px 10px;
    text-decoration:none;
    border-left:1px solid #ccc;
}
    .logout-btn:hover {
        text-decoration:underline;
    }
/*#endregion LOGGED-USER*/

/*#region SHOPCART-PREVIEW*/
.shopcart-preview-link {
    color:#696a6b;
}
#shopcart_preview_placeholder{
    float:right;
    width:150px;
    height:22px;
}
#shopcart_preview_placeholder fieldset {
    float:right;
    padding:0px 10px 0px 10px;
}
#shopcart_preview_placeholder legend, .shop-cart-small-quantity {
    float:left;
    line-height:22px;
}
/*#endregion SHOPCART-PREVIEW*/

/*#region SHOP-CART*/
#shopcart_items_placeholder {
    float:left;
    width:675px;
    padding:5px;
}

.shopcart-summary {
    float:left;
    width:690px;
    padding:0px;
}
.shopcart-summary  legend{    
    color: #df0022;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px 5px 3px;
    font-weight:bold;
}

.shopcart {
    margin:0;
    padding:0;
}

.empty-shopcart h2 {
    padding:0px;
    margin:0px 0px 5px 0px;
    width:100%;
    line-height:11px;
    background-color:#e8e8e8;
}
.empty-shopcart h2 span {
    background-color:#FFFFFF;
    color:#505152;
    font-size: 14px;
    padding:0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight:bold;
}
.empty-shopcart-image {
    float:left;
    margin:0px 15px 0px 5px;
}
.empty-shopcart p {
    margin-top:30px;
}

.shopcart-item a {
    text-decoration:none;
}

.shopcart #shopcart_footer {
    float:left;
    border-left: 5px solid #df0022;
    background-color:#e8e8e8;
    width:680px;
    height:22px;
    margin:20px 0px 50px 0px;
}
.shopcart-summary .navigation-buttons {
    float:left;
    background-color:#e8e8e8;
    width:685px;
    height:22px;
    margin:20px 0px 50px 0px;
}
.shopcart-summary .display_item {
    float:left;
    width:330px;
    margin:10px 0px 0px 0px;
}
.shopcart-summary .display_item .editor-label {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: 330px;
    line-height: 11px;
    background-color: #e8e8e8;
    text-decoration: none;
}
.shopcart-summary .display_item label{
    background-color: #FFFFFF;
    color: #505152;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}
.shopcart-summary .display_item .editor-field {
    margin:12px 0px 0px 5px;
}
    .shopcart-summary .display_item .editor-field select{
        width:250px;
    }
.summary-quantity {
    float:left;
    line-height:22px;
    font-size:12px;
    width:150px;
    margin:0px 10px 0px 10px;
}
.summary-total-price
{
    float:left;
    line-height:22px;
    font-size:12px;
    width:320px;
    text-align:center;
    color:#df0022;
    font-weight:bold;
    margin:0px 80px 0px 0px;
}
.btn-next, .link-next {
    text-decoration: none;
    float:right;
    width:95px;
    height:22px;
    font-size:12px;
    margin:0;
    text-align:left;
    border:none;
    background-color:transparent;
    background-image:url(Images/arrow-right.png);
    background-position:top right;
    background-repeat:no-repeat;
    color:#383838;
    cursor:pointer;
}
.btn-next:hover, .link-next:hover {
    background-image:url(Images/arrow-right_h.png);
    background-position:top right;
    background-repeat:no-repeat;
    color:#929292;
}
.link-prev, .btn-prev {
    text-decoration: none;
    float:left;
    width:95px;
    height:22px;
    font-size:12px;
    margin:0;
    text-align:right;
    border:none;
    background-color:transparent;
    background-image:url(Images/arrow-left.png);
    background-position:top left;
    background-repeat:no-repeat;
    color:#383838;
    cursor:pointer;
}
.link-prev:hover, .btn-prev:hover {
    background-image:url(Images/arrow-left_h.png);
    background-position:top left;
    background-repeat:no-repeat;
    color:#929292;
}
.shopcart-item .display-edit-panel {
    float:right;
    width:140px;
    margin-top:20px;
}
.display-edit-panel .editor-label {
    float:left;
    margin:2px 5px 0px 0px;
}
.display-edit-panel .editor-field input {
    width:60px;
}
.display-edit-panel p {
    margin:0px;
}
.remove-from-cart {
    margin:10px 0px 5px 0px;
    width:115px;
}
.delivery-left {
    float:left;
    width:330px;
    margin:10px 0px 0px 0px;
}
.delivery-header {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    width: 330px;
    line-height: 11px;
    background-color: #e8e8e8;
    text-decoration: none;
}
.delivery-header span{
    background-color: #FFFFFF;
    color: #505152;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}
.delivery-left input[type=text],
.delivery-left input[type=number],
.delivery-left select,
.delivery-left textarea {
    width: 200px;
}
.display-summary
{
    float:left;
    width:600px;
    margin-left:10px;
}
.display-summary .display-label {
    float:left;
    margin-right:5px;
}
.editor-field-agree, .editor-label-agree {
    float:left;
}
.summary-small-left {
    margin-right:24px !important;
}
.shopcart-order-summary {
    float:left;
}
.summary-item-fieldset {
    float:left;
}
.info-shopcart {
    margin:10px 0px 0px 0px;
}
/*#endregion SHOP-CART*/

/*#region Registration*/
.registration-box {
width: 690px;
padding: 0px;
}
.registration-box-left, adress-edit-box {
    float:left;
    width:330px;
    margin:10px 0 0 0;
}
.registration-box-left:nth-child(even) {
    margin-right: 24px !important;
}

.registration-box  legend{    
    color: #df0022;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 5px 3px;
    font-weight:bold;
}
.registration-box-header {
padding: 0px;
margin: 0px 0px 5px 0px;
line-height: 11px;
background-color: #e8e8e8;
text-decoration: none;
}
.registration-box-header span{
    background-color: #FFFFFF;
    color: #505152;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}

.registration-box-left input[type=text],
.registration-box-left input[type=number],
.registration-box-left select,
.registration-box-left textarea {
    width: 200px;
}
.registration-box .navigation-buttons {
    float:left;
    background-color:#e8e8e8;
    width:685px;
    height:22px;
    margin:20px 0px 10px 0px;
}

.registration-box .navigation-buttons input[type="submit"],
.registration-box .navigation-buttons input[type="button"] {
    float:right;
    width:95px;
    height:22px;
    font-size:12px;
    margin:0;
    text-align:left;
    border:none;
    background-color:transparent;
    color:#383838;
    cursor:pointer;    
}

.registration-box .navigation-buttons input[type="submit"]:hover,
.registration-box .navigation-buttons input[type="button"]:hover {
    color:#929292;
}

/*Adresy*/
.registration-box .link-add-address {
    text-decoration: none;
    float:right;
    width:95px;
    height:22px;
    font-size:12px;
    margin:0;
    text-align:left;
    border:none;
    background-color:transparent;
    background-position:top right;
    background-repeat:no-repeat;
    color:#383838;
    cursor:pointer;
}

.registration-box .delete-text {
    width: 100%;
    display: inline-block;
    color: #df0022;
    font-weight: bold;
    text-align: center;
}
.registration-address-box {
    float:left;
    width:330px;
    margin:10px 0 0 0;
    height: 330px;
    position: relative;
}
.registration-address-box:nth-child(even) {
    margin-right: 24px !important;
}
.registration-address-box-header {
padding: 0px;
margin: 0px 0px 5px 0px;
line-height: 11px;
background-color: #e8e8e8;
text-decoration: none;
}
.registration-address-box-header span{
    background-color: #FFFFFF;
    color: #505152;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}
.registration-address-box .address-display .display-field {
    display: block;
    height: 22px;
    font-size: 14px;
    text-indent: 5px;
    margin-bottom: 5px;
}
/*#endregion Registration*/

/*#region PRODUCT-TREE*/
.product-category-main-panel {
    float:left;
    width:235px;
    margin-top:10px;
}

.ProductDirectory_HeaderText {
    float:left;
    color: #df0022;
    font-size: 14px;
    font-weight:bold;
    width:235px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align:center;
}

.product-category-main-panel ul {
    list-style:none;
    width:200px;
    margin:0px 0px 20px 4px;
}

.product-category-main-panel ul li a{
    color:#696a6b !important;
    padding-left:18px;
    font-size:12px;
    line-height:22px;
}

    .product-category-main-panel ul li .bold {
        color: #df0022 !important;
        -moz-text-decoration-color: #df0022;
        text-decoration-color: #df0022;
    }

    .product-category-main-panel ul .parent a {
        background-image:url(Images/tree_minus.png);
        background-position: top left;
        background-repeat:no-repeat;        
    }

.product-category-main-panel ul li:hover a{
    text-decoration:none;
    color:#df0022 !important;
}

    .product-category-main-panel ul li ul {
        float: left;
        margin:0px 0px 8px 5px;
        font-size:11px;
    }

    .product-category-main-panel ul .parent ul li a{
        padding-left: 18px;
        float: left;
        background: none;
        width: 202px;
        color: #696a6b !important;
        text-decoration: underline;
        font-size:11px;
    }

    .product-category-main-panel ul .parent:hover ul li a{
        font-weight:normal;
        background: none;
        font-size:11px;
    }
        .product-category-main-panel ul li:hover ul li:hover a {
            text-decoration:none;
            color:#df0022 !important;
            font-weight:normal;
        }

        .product-category-main-panel ul li ul li .bold {
            font-weight:normal;
        }

    .product-category-main-panel ul .selected ul {
        display:block;
    }
    .product-category-main-panel ul .selected a {
        background-image:url(Images/tree_minus.png);
        background-position: top left;
        background-repeat:no-repeat;           
    }
    .product-category-main-panel ul .no-parent a {
        background:none;           
    }
/*#endregion PRODUCT-TREE*/

/*#region PRODUCTS*/
.product-list {
    float:left;
    width:675px;
    padding:5px;
    margin-bottom:50px;
}

.product-list-item fieldset {
    float:left;
    width:320px;
    padding: 0px 13px 15px 0px;
}
.product-list-item .product-detail {
    width:675px;
}
.product-list-item fieldset a {
    text-decoration:none;
    color:#505152;
}
.display-field-title{
    padding:0px;
    margin:0px 0px 5px 0px;
    /*width:675px;*/
    line-height:14px;
    background-color:#e8e8e8;
    text-decoration:none;
}
.display-field-title span{
    background-color:#FFFFFF;
    color:#505152;
    font-size: 14px;
    padding:0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight:bold;
    text-decoration:none !important;
}
.display-image {
    float:left;
    margin:5px 10px 10px 5px;
    width:100px;
}
.product-detail .display-image {
    width:128px;
    margin:5px 15px 5px 5px;
}
.display-image img {
    max-width:100px;
    max-height:100px;
    margin:0 auto;
}
.product-detail .display-image img {
    max-width:128px;
    max-height:128px;
}
.display-info-panel {
    float:left;
    width: 205px;
    margin:5px 0px 5px 0px;
}
.display-info-panel .display-label{
    float:left;
    margin-right:5px;
}
.display-field-price {
    font-weight:bold;
}
.product-list-item .fieldset-add-to-cart {
    float:right;
    width:140px;
    margin-top:20px;
}
.fieldset-add-to-cart .editor-label {
    float:left;
    margin:2px 5px 0px 0px;
}
.fieldset-add-to-cart .text-box {
    width:60px;
}
.fieldset-add-to-cart p {
    margin:0px;
}
.add-product-to-cart {
    margin:5px 0px 5px 0px;
    width:115px;
}
.go-to-order {
    margin:0px 0px 0px 0px;
    width:115px;
    color:#FFFFFF !important;
}
/*#endregion PRODUCTS*/

/*#region PRODUCT DETAIL*/
.display-detail, .display-detail-prices {
    float:left;
    width: 350px;
    margin-top:10px;
}
.shopcart-item-detail .display-detail{
    float:right;
    width:175px;
}
.display-detail .display-label{
    float:left;
    width:80px;
    text-align:right;
    margin-right:5px;
}
.display-detail-prices .display-label{
    float:left;
    width:140px;
    text-align:right;
    margin-right:5px;
}
.shopcart-item-detail-header
{
    padding:0px;
    margin:10px 0px 5px 0px;
    width:675px;
    line-height:11px;
    background-color:#e8e8e8;
    text-decoration:none;
}
.shopcart-item-detail-header span{
    background-color:#FFFFFF;
    color:#505152;
    font-size: 14px;
    padding:0px 5px 0px 0px;
    text-transform: uppercase;
    font-weight:bold;
    text-decoration:none !important;
}
.shop-cart-detail-back {
    float:left;
    margin:10px 10px 0px 10px;
    width:115px;
}
.detail-note {
    float:left;
    width:530px;
}
.product-templates-panel {    
    float:left;
    width:675px;
    padding:5px;
    margin-bottom:50px;
}
.product-template {  
    position: relative;
    margin:5px 20px 10px 0px;
}
.product-template .template-image{ 
    float: left;
    margin:5px 0px 0px 0px;   
    width:128px;
}
.product-template .template-image img{    
    width:128px;
}
.product-template span{   
    color: #505152; 
    display: block;
    font-size: larger;
    font-weight: bold;
}

    .product-template .go-to-editor {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }
/*#endregion PRODUCT DETAIL*/

/*#region HISTORY*/
.order_overview_list {
    margin-top:10px;
}
.overview-item {
    float:left;
}
.overview-item .display-label {
    float:left;
    margin-right:5px;
}
.finish-field {
    float:left;
    color:green;
    background-image:url(images/ok_16.png);
    background-position:right top;
    background-repeat:no-repeat;
    padding-right:20px;
    width:auto !important;
}
.cancel-field{
    float:left;
    color:red;
    background-image:url(images/cancel_16.png);
    background-position:right top;
    background-repeat:no-repeat;
    padding-right:20px;
    width:auto !important;
}
/*#endregion HISTORY*/

/*#region OVERVIEW ITEM*/
.overview-item .order-item {
    float:left;
    width: 675px;
    margin-top:10px;
}
.overview-item .display-item-label {
    float:left;
    margin-right:5px;
}
.overview-item .fieldset-add-to-cart {
    margin-top:0px;
}
.overview-item a .display-field-title {
    width:675px;
}
.overview-load-button {
    width:115px;
    margin-right:35px;
}

.order-attachment-list-item{
    float:left;
    width:725px;
    margin:0px 0px 10px 20px;
}
.order-attachment-item{
    float:left;
    width:720px;
    margin:0px 0px 0px 0px;
}
.order-attachment-item .display-label {
    float:left;
    width:70px;
    text-align:right;
    margin:0px 5px 0px 0px;
}
.order-attachment-item .display-field {
    float:left;
}
.order-attachment-item .display-field a {
    margin:0px 0px 0px 15px;
    text-decoration:underline;
}
    .order-attachment-item .display-field a:hover {
        text-decoration:none;
    }
.history-button {
    width:115px;
    margin:0px 10px 5px 10px;
}
.history-link {
    color:#696a6b;
    font-size:11px;
    line-height:22px;
    float:left;
    margin:0px 0px 0px 10px;
}
.finished {
    margin-right:0px;
}
.button-add-to-cart, .button-back-to-editor, .button-back-download-preview
{
    min-width: 100px;
    line-height: 22px;
    text-align: center;
    color: #ffffff !important;
    font-size: 12px;
    font-family: MyriadPro, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    background-color: #df0022;
    border: 0px solid;
    border-color: #662420;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 6px #543;
    outline: 0;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0px;
    margin-left: 8px;
    margin-top: 8px;
}

.button-add-to-cart:hover, .button-back-to-editor:hover ,.button-back-download-preview:hover
{
     background-color: #df0022 !important;
}

.button-generate-final-preview
{
    width: 180px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #ffffff !important;
    font-size: 12px;
    font-family: MyriadPro, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    display: block;
    background-color: #df0022;
    border: 0px solid;
    border-color: #662420;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 6px #543;
    outline: 0;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0px;
    margin: 0 auto;
}

/*#endregion OVERVIEW ITEM*/

/*#region FOOTER*/
footer {
    position: fixed;
    bottom: 0;
    background-image: url(images/footer.png) ;
    background-repeat:repeat-x;
    background-color:#000;
    /*height: 47px;*/
    width: 100%;
    padding: 0;
    z-index: 99999999;
}
.footer-content
{
    margin:0 auto;
    width:960px; height:36px;
    line-height:36px;
    color:#FFFFFF; 
}
.footer-description {
    margin: 5px 0px 0px 20px;
}
/*#endregion FOOTER*/

.attachment .display-field{
        clear: left;
}

.attachment .display-field img{
    cursor: pointer;
}

.overview-item .contract-header {
    float: left;
    width: 300px;
}

.overview-item  .contract-items{
    float: right;
}

.overview-item  .contract-items table{
    width: 300px;
}

.overview-item  .contract-items table .number{width: 80px; text-align:left;}
.overview-item  .contract-items table .name{width: 170px; text-align:left;}
.overview-item  .contract-items table .quantity{width: 50px; text-align: center;}

.custom-email {width: 500px;}