* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

body {
    font-family: Trebuchet MS, sans-serif;
    font-weight: normal;
    color: #ab8028;
    background: #191716;
    font-size: 72%;
    line-height: 1.5em;
    letter-spacing: .1em;
    //letter-spacing: 0px; // switch off line-spacing for ie
    margin-bottom: 5em;
}

a {
    color: #f5b93f;
    text-decoration: none;      
}
a.active {
    color: #fff;
}
a:hover {
    color: #fff;
}
.link {
    cursor: pointer;
}

span.active {
    color: #fff;
}

#page {
    margin: 5em;
}

.sep {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9em;
}

#logo {
    margin-left: -4px;
    margin-bottom: 2.5em;
}

#menu a {
    text-transform: lowercase;
}
#menu .active {
    text-transform: lowercase;
}
#menu {
    font-weight: bold;
    margin-bottom: 5em;
}

h1 {
    font-size: 1em;
    color: #fff;
    text-transform: lowercase;
    display: inline;
}

#content {
    width: 660px;
    max-width: 660px;
}
#content li {
    margin-left: 17px;
    list-style: square;
}


#foot {
    margin-top: 4em;
    margin-bottom: 5em;
}

.product_overview {
    max-width: 1000px;
    margin-top: 2em;
}
.product_overview li {
    list-style: none;
    display: inline;
    float: left;
    width: 15em;
    height: 22em;
    text-transform: lowercase;
}

.product_overview li .image {
    width: 10em;
    height: 15em;
    margin-bottom: .7em;
    overflow: hidden;
}

.product_overview li .image img {
    width: 10em;
}




.product_teaser {
    max-width: 1000px;
    margin-top: 2em;
}
.product_teaser li {
    list-style: none;
    display: inline;
    float: left;
    margin-right: 1.3em;
    width: 8.5em;
}

.product_teaser li .image {
    width: 8.5em;
    height: 12em;
    overflow: hidden;
}

.product_teaser li .image img {
    width: 8.5em;
}






.product_list {
    width: 100%;
}
.product_list td {
    vertical-align: top;
}
.product_list .tag {
    width: 120px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}
.product_list .image {
    padding-bottom: 20px;
}
.product_list .image img {
}


#order_list {
    border: 2px solid #333;
    color: #191716;
    padding: 5px;
    background: #fff;
    width: 750px;
}
#order_list a {
    color: #ab8028;
}
#order_list a:hover {
    color: #f5b93f;
}

#order_list th, #order_list td {    
    padding: 2px 10px;
    font-weight: normal;
    border-bottom: 1px dashed #aaa;
    border-right: 1px dashed #aaa;
    text-align: left;
    vertical-align: top;
    padding-top: 1em;
    padding-bottom: .5em;
}
#order_list .product_name {
    text-align: right;
}
#order_list .versand_tag {
    text-align: right;
}
#order_list .right {
    border-right: 0px;
}
#order_list .versand_preis {
    text-align: right;
}
#order_list .total {
    text-align: right;
}
#order_list .price {
    text-align: right;
}
#order_list .last_row td {
    text-align: right;
    border-bottom: 0px;
}


#send_order .text_input {
    width: 317px;
}
#send_order #cancel,
#send_order #submit {
    width: auto;
}
#send_order #order_zip {
    width: 70px;
}
#send_order #order_city {
    width: 238px;
}

#send_order .tag {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}


#error_msg {
    color: #ff0000;
}

