﻿/* shop */
div.eventUser
{
    background: url('/image/box.eventperson.top.png');
    color: #fff;
    display: none;
    min-height: 109px;
    position: absolute;
    padding: 20px 35px 0;
    top: 40%;
    width: 414px;
    z-index: 100;
}

div.eventUser div.eventbottom
{
    background: url('/image/box.eventperson.bottom.png');
    height: 16px;
    margin: 0 0 -16px -35px;
    width: 484px;
}

div.eventUser h2
{
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 15px;
}

div.eventUser div.txt
{
    float: left;
    width: 200px;
}

div.eventUser div.txt input
{
    width: 180px !important;
}

div.eventUser div.txt p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

/* shop persons in event */
div.shopPersonsInEvent div.content li
{
    padding-bottom: 5px;
}

div.shopPersonsInEvent div.content li p
{
    display: inline;
}

div.shopPersonsInEvent div.content li p.city
{
    color: #ccc;
    padding-left: 5px;
}

/* product list */
div.productList ul
{
    margin: 10px 0;
}

div.productList ul li
{
    border-bottom: 1px solid #333;
    height: 100px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

div.productList ul li:last-child
{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div.productList ul li div.image
{
    float: left;
    height: 100px;
    overflow: hidden;
    width: 73px;
}

div.productList ul li div.image img
{
    height: 100px;
}

div.productList ul li div.text
{
    float: left;
    height: 100px;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
    width: 400px;
}

div.productList ul li div.headline
{
    margin-bottom: 5px;
}

div.productList ul li div.headline a
{
    color: #fff;
    line-height: 19px;
    text-decoration: none;
}

div.productList ul li div.date
{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

div.productList ul li div.info
{
    margin: 5px 0 0;
    width: 400px;
}

div.productList ul li a.buy
{
    bottom: 0;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

/* product view */
div.productView div.text
{
    float: left;
    overflow: hidden;
    width: 280px;
}

div.productView div.text h1
{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

div.productView div.text div.info2
{
    font-size: 12px;
    height: 183px;
    margin: 10px 0;
    overflow: hidden;
}

div.productView div.text div.date span
{
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
}

div.productView div.text div.buy
{
    margin-top: 12px;
}

div.productView div.text div.buy p
{
    display: block;
    font-size: 12px;
    line-height: 22px;
}

div.productView div.text div.buy span,
div.productView div.text div.buy input.btn
{
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

div.productView div.text div.buy span:hover,
div.productView div.text div.buy input.btn:hover
{
    text-decoration: underline;
}

div.productView div.text div.buy select
{
    margin-right: 5px;
}

div.productView div.text div.buy select.productItems
{
    margin-right: 0px;
    width: 158px;
}

div.productView div.image
{
    float: right;
    margin-bottom: 6px;
    .margin-bottom: 0px;
    overflow: hidden;
    width: 200px;
}

div.productView div.image p.floatRight
{
    padding: 6px 0 0;
}

div.productView div.info
{
    border-top: 1px solid #333;
    clear: both;
    padding-top: 10px;
}

/* merchandise view */
div.merchandiseView div.text
{
    width: 230px;
}

div.merchandiseView div.text div.info2
{
    height: 133px;
}

div.merchandiseView div.image,
div.merchandiseView div.image img
{
    width: 250px;
}

div.merchandiseView div.image img:hover
{
    cursor: pointer;
    opacity: 0.85;
}

div.merchandiseView div.buy table
{
    width: 220px;
}

div.merchandiseView div.info
{
    display: none;
}

/* basket */
div.basket div.content div.item
{
    border-bottom: 1px solid #333;
    height: 53px;
    margin-bottom: 10px;
    position: relative;
}

div.basket div.content div.item h2
{
    font-size: 16px;
    margin-bottom: 4px;
}

div.basket div.content div.item h3
{
    font-size: 11px;
    margin-bottom: 3px;
}

div.basket div.content div.item span.person
{
    color: #ccc;
}

div.basket div.content div.item span.price
{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 8px;
}

div.basket div.content div.item span.price input
{
    margin: 0 0 -2px 5px;
}

div.basket div.content div.total
{
    font-size: 14px;
    margin: 8px 0;
}

div.basket div.content div.total span
{
    font-weight: bold;
    text-decoration: underline;
}

div.basket div.content div.total td
{
    padding: 0 5px 8px 0;
}

div.basket div.content div.total .vat small
{
    font-size: 10px;
}

div.basket div.content div.shipping
{
    margin-bottom: 10px;
}

div.basket div.content div.shipping div
{
    margin-bottom: 5px;
}

div.basket div.content div.shipping input
{
    margin-right: 3px;
}

div.basket div.content div.next
{
    margin: 5px 0;
}

div.basket div.content div.next a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div.orderStep h2
{
    padding-left: 20px;
}

div.orderStep h2.active
{
    padding-left: 6px;
}

div.customer div.content div.txt
{
    margin-bottom: 5px;
}

div.customer div.content div.txt p
{
    font-size: 12px;
}

div.customer div.content div.txt input
{
    width: 200px;
}

div.customer div.content div.chb input
{
    width: auto;
}

div.customer div.content div.zipcode
{
    float: left;
    margin-right: 5px;
    width: 67px;
}

div.customer div.content div.zipcode input
{
    width: 50px;
}

div.customer div.content div.city input
{
    width: 128px;
}

div.customer div.content div.country
{
    clear: both;
}

div.customer div.content div.country select
{
    width: 206px;
}

div.customer div.content div.delivery div.dTop
{
    background: #333;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    padding: 0 10px;
}

div.customer div.content div.delivery div.dInfo
{
    display: none;
}

div.shipment div.content p
{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

div.checkout div.content div.overview
{
    margin: 10px 0 15px;
}

div.checkout div.content div.overview textarea
{
    height: 200px;
    width: 480px;
}

div.checkout div.content .txt
{
    margin-bottom: 5px;
}

div.checkout div.content span,
div.checkout div.content p
{
    font-size: 12px;
}

div.checkout div.content div.cards
{
    margin: 10px 0;
}

div.checkout div.content div.cards img
{
    border: 1px solid #333;
    padding: 2px;
}

div.checkout div.content div.accept
{
    margin: 0 0 10px;
}

div.checkout div.content div.accept p
{
    color: red;
    display: none;
}

div.miniBasket div.item
{
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

div.miniBasket div.item h3
{
    margin-bottom: 3px;
}

div.miniBasket div.item span.person
{
    color: #ccc;
    line-height: 14px;
}

div.miniBasket div.item span.price
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

div.miniBasket div.total
{
    font-size: 14px;
}

div.miniBasket div.total span
{
    font-weight: bold;
}

/* merchandise list */
div.merchandiseList div.content li
{
    border: 1px solid #333;
    float: left;
    height: 215px;
    margin: 0 0 12px 12px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    width: 150px;
}

div.merchandiseList div.content li:hover
{
    border: 1px solid #fff;
}
    
div.merchandiseList div.content li .image
{
    /*background: url('/image/gallery.album.cover.jpg') bottom;*/
    height: 150px;
    overflow: hidden;
    text-align: center;
    width: 150px;
}

div.merchandiseList div.content li .headline
{
    margin: 4px 0;
}

div.merchandiseList div.content li h1 a
{
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
}

div.merchandiseList div.content li a.buy
{
    bottom: 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    right: 6px;
    position: absolute;
}

div.merchandiseList div.content li div.info
{
    bottom: 5px;
    left: 6px;
    position: absolute;
}
