/* --- Standardwerte --- */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

fieldset,img {
    border: 0 solid;
}

@media screen {
    body {
        background: #EEE;
        color: #000;
        font-size: 100.01%;
        text-align: left;
        line-height: 1.2;
        font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    }
}

option {
    padding-left: 0.4em;
}

ul,ol {
    margin: 0 0 1em 1.5em;
}

li {
    margin-left: 1.5em;
    line-height: 1.5em;
}

dt {
    font-weight: bold;
}

blockquote,cite {
    margin: 0 0 1em 1.5em;
}

p {
    margin: 1em 0;
}

h1 {
    font-size: 1.3em;
    margin: 0.5em 0;
}

h2 {
    font-size: 1.2em;
    margin: 0.5em 0;
}

h3 {
    font-size: 1.05em;
    margin: 0.5em 0;
}

TEXTAREA,INPUT[type=text],INPUT[type=password] {
    border: thin solid #CCC;
    padding: 0.2em;
}

TEXTAREA:hover,INPUT[type=text]:hover,INPUT[type=password]:hover {
    background: #FAFAFA;
}

a {
    color: #222;
}

a:hover {
    color: #555;
}

.td2,.th2 {
    font-size: 80%;
}

/* Individuelle Einstellungen */
.div {
    border: thin solid red;
}

.center {
    text-align: center;
}

.errorBox {
    margin: 0 auto;
    margin-top: 0.3em;
    width: 60em;
    padding: 0.5em;
    background: #FCC;
    display: none;
}

#error {
    border: 2px solid red;
    background: #FDD;
    padding: 0.3em 0.5em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}

#main {
    position: relative;
    width: 75em;
    padding: 0.5em;
    background: #AAA;
    font-size: 80%;
    float: left;
    left: 50%;
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: -38.0em;
    border: thin solid #CCC;
    -moz-border-radius: 0.7em;
    -khtml-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.5em;
}

#inner {
    background: #FFF;
    border: thin solid #CCC;
    padding: 0.2em;
    position: relative;
    float: left;
    width: 74.5em;
    -moz-border-radius: 0.2em;
    -khtml-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    height: 8.2em;
    width: 74.5em;
}

header span {
    position: absolute;
    left: 120px;
    top: 7px;
    font-size: 2.5em;
    color: #444;
}

header ul.contactus {
    position: absolute;
    left: 122px;
    top: 45px;
    font-size: 1em;
    font-weight: bold;
    color: #444;
    margin: 0;
}

header ul.contactus li {
    list-style: none;
    margin: 0;
}

header ul.contactus li a{
    color: #444;
}

#header_title {

}

#header_title img {
    padding: 0.4em;
}

#header_navi {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
}

#header_navi ul {
    margin: 0;
}

#header_navi li {
    margin: 0;
    list-style: none;
    display: inline;
}

#header_navi li+li:before {
    content: "|";
    padding-right: 0.4em;
}

header #box_cart {
    position: absolute;
    top: 2em;
    right: 0.3em;
    border: thin solid #CCC;
    padding: 0.25em 0.5em;
    text-align: center;
}

header #box_cart h3 {
    background: transparent;
    text-shadow: 0 0 0 #000;
}

#currencies {
    position: absolute;
    top: 6.7em;
    right: 0.3em;
}

@media screen {
    #left {
        width: 20%;
        clear: left;
        float: left;
        padding-left: 0.2em;
        float: left;
        margin-top: 8.5em;
    }
    #content {
        float: right;
        width: 78%;
        margin-top: 8.5em;
        padding: 0 0.5em;
    }
}

@media print {
    #left {
        width: 0em;
        clear: left;
        float: left;
        padding-left: 0.0em;
        float: left;
        display: none;
    }
    #content {
        float: right;
        width: 99%;
        margin-top: 10.5em;
    }
    #main {
        width: 60em;
        font-size: 100%;
        left: 0;
        margin-left: 0;
        border: 0px;
        background: white;
    }
    #header,#inner {
        width: 69.5em;
        border: 0 none;
    }
    #currencies {
        display: none;
    }
}

#navtrail,#navigator {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

#navigator {
    text-align: center;
}

@media print {
    #navigator {
        display: none;
    }
}

/* --- BOXES --- */
#languages {
    position: absolute;
    right: 0.3em;
    bottom: 0.3em;
    text-align: right;
}

#languages ul {
    margin: 0;
}

#languages ul li {
    list-style: none;
    margin: 0;
    display: inline;
}

aside ul li, #left > ul li {
    list-style: none;
}

.box {
    border: thin solid #CCC;
    padding: 2px;
    margin: 0 0 0.5em 0;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0.1em 0.1em 0.3em #999;
    -moz-box-shadow: 0.1em 0.1em 0.3em #999;
    box-shadow: 0.1em 0.1em 0.3em #999;
}

@media print {
    .box,#languages,#header_navi {
        display: none;
    }
}

.box h3 {
    color: white;
    background: #6AAB2F;
    margin-top: 0;
    margin-bottom: 0.3em;
    padding: 0.2em;
    padding-left: 0.4em;
    -webkit-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    -khtml-border-top-left-radius: 0.3em;
    -khtml-border-top-right-radius: 0.3em;
    -moz-border-radius-topleft: 0.3em;
    -moz-border-radius-topright: 0.3em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    background-image: -moz-linear-gradient(left top -90deg, #CFE782 0%, #9BCB2A 2%, #5DA331 99%, #659635 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CFE782), color-stop(2%, #9BCB2A), color-stop(99%, #5DA331), to(#659635));
    text-shadow: 0.5px 1px 0.5px #555;
    line-height: 1.4em;
}

.box ul,.box li {
    margin: 0;
    padding: 0;
}

.box ul li {
    list-style: none;
}

#box_categories ul {
    margin: 0 0 0 0.5em;
}

#box_categories ul li a {
    text-decoration: none;
    color: #777;
}

#box_categories ul li.active_cat a {
    color: black;
}

#box_categories ul li.active_cat>a {
    color: black;
    font-weight: bold;
}

#box_login dd+dt {
    margin-top: 0.2em;
}

#left #box_cart h3 a {
    text-decoration: none;
    color: white;
}

#left #box_cart h3 a:after {
    content: ' >';
}

#left #box_cart span {
    text-align: right;
}

.box_cart2 {
    border: thin solid #CCC;
    background: white;
    color: black;
    width: 20em;
    height: 12em;
    padding: 0.5em;
    position: absolute;
    float: left;
    margin-left: -9em;
    display: none;
    text-align: left;
}

.box_cart2 h3 {
    color: #000;
    text-shadow: 0;
}

.box_cart2>img {
    clear: right;
    float: right;
    margin: 0 0.5em 0.5em 0;
}

.box_cart2 .close_button {
    float: right;
}

.box_cart2 .price {

}

.box_cart2 .added {
    text-align: center;
    font-weight: bold;
}

#box_admin a.button {
    line-height: 2em;
}

#box_bestseller ol {
    margin-left: 2em;
}

#box_bestseller strong {
    text-align: center;
    font-size: 0.85em;
    display: block;
}

#box_bestseller dd.vpe {
    text-align: center;
    font-size: 0.75em;
}

#box_reviews #write_image {
    width: 33%;
    float: left;
    padding-right: 0.3em;
}

#box_reviews dt {
    text-align: center;
}

#search_input {
    background: url(img/search.png) no-repeat 0.1em 0.1em;
    padding-left: 2em;
    width: 53%;
}

#cg_image {
    line-height: 32px;
}

#cg_image img {
    vertical-align: middle;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

/* --- DIVERSE --- */
.clear {
    clear: both;
}

.right {
    text-align: right;
}

.caution {
    color: red;
    font-weight: bold;
}

.button {
    background: #DDD;
    border: thin solid #AAA;
    margin: 0.15em;
    padding: 0.2em;
    font-size: 0.9em;
    color: black;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 0.25em;
    -khtml-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    background-image: -moz-linear-gradient(19% 75% 90deg, #aaa, #ccc, #ddd 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), color-stop(75%, #ccc), to(#aaa));
    white-space: nowrap;
}

.button:hover {
    background: #DDD;
    background-image: -moz-linear-gradient(19% 75% 90deg,#bbb, #ddd, #eee 100%);
}

a.button {
    padding: 0.3em 0.4em 0.4em;
    line-height: 1.2;
    display: inline-block;
}

@media print {
    .button {
        display: none;
    }
}

.button_add_cart, .checkout_confirm, .vote_ts {
    background: #6AAB2F;
    background-image: -moz-linear-gradient(left top -90deg, #CFE782 0%, #9BCB2A 2%, #5DA331 99%, #659635 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CFE782), color-stop(2%, #9BCB2A), color-stop(99%, #5DA331), to(#659635));
    border-color: #659635;
    text-shadow: 0.5px 1px 0.5px #555;
    box-shadow: 0.1em 0.1em 0.3em #aaa;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
}

.button_add_cart {
    margin-bottom: 1em;
}

.button_add_cart:hover, .checkout_confirm:hover, .vote_ts:hover {
    background: #8EC32B;
    background-image: -moz-linear-gradient(left top -90deg, #EFF7A2 0%, #BBEB4A 2%, #7DC351 99%, #85B655 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EFF7A2), color-stop(2%, #BBEB4A), color-stop(99%, #7DC351), to(#85B655));
    text-shadow: 0.5px 1px 0.5px #777;
    color: #FFF;
}

.button_right {
    text-align: right;
    padding: 0.5em 0.5em 0 0;
}

.fleft,.button_fleft,.button_fleft a.button {
    float: left;
}

.fright,.button_fright,.button_fright a.button {
    float: right;
}

#new_search {
    background: #EEE;
    border: thin solid #666;
    padding: 0.25em;
    text-align: center;
    margin-bottom: 0.5em;
}

/* --- Logoff --- */
#logoff {
    margin: 1em 0;
    text-align: center;
}

/* --- Prices --- */
.productOldPrice {
    color: red;
    text-decoration: line-through;
}

/* --- Copyright --- */
@media screen {
    .parseTime {
        color: white;
        clear: both;
        text-align: center;
    }
}

@media print {
    .parseTime {
        display: none;
    }
}

/* --- MessageBox --- */
ul#messages {
    margin: 0;
}

li.error,li.success,li.warning {
    margin: 0.5em 0;
    padding: 0.25em;
    list-style: none;
}

li.error, .infoError {
    background: #FCC url(img/error.png) no-repeat 0.25em 0.25em;
    border: thin solid red;
    padding-left: 2em;
    line-height: 1.5em;
}

li.success {
    background: #CFC url(img/success.png) no-repeat 0.25em 0.25em;
    border: thin solid green;
    padding-left: 2em;
}

li.warning, .infoWarning {
    background: #FFC url(img/warning.png) no-repeat 0.25em 0.25em;
    border: thin solid yellow;
    padding-left: 2em;
    line-height: 1.5em;
    overflow: hidden;
}

.debug {
    color: white;
}

.inputRequirement {
    color: red;
}

.tpt_table {
    border-collapse: collapse;
}

.tpt_table td {
    border: 1px solid #CCC;
    padding: 0.4em;
}

.tpt_list_1 {
    background: white;
}

.tpt_list_2 {
    background: lightblue;
}

#select_model select {
    max-width: 98%;
}

.contains_button {
    line-height: 2;
}

div.startseite_produkt {
    display: block;
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 1em;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    text-decoration: none;
    cursor: pointer;
}

div.last_sp {
    margin-right: 0;
}

h4.startseite_preis {
    font-size: 2em;
    color: darkred;
}

.newsletter_opt_out {
    font-size: 90%;
}

.lagernd {
    color: #99CC00;
    font-weight: bold;
}

.bestellt {
    color: #EACA00;
    font-weight: bold;
}

.bestellen {
    color: #ff3333;
    font-weight: bold;
}

#trustedshops {
    position: absolute;
    left: 415px;
    top: 21px;
    float: left;
    width: 380px;
}

#trustedshops a {
    float: right;
    width: 175px;
}

#trustedshops ul {
    float: right;
    width: 310px;
    margin: 0;
}

#trustedshops li {
    overflow: hidden;
    list-style: none;
    color: #444;
    font-weight: bold;
}

#trustedshops li a {
    float: none;
    width: 100%;
    color: #444;
}

#trustedshops fieldset {
    width: 70px;
    float: left;
}

.special_info {
    color: black; font-size: 0.6em; font-weight: normal;
}

.xmas {
    color: red;
    font-weight: bold;
    font-size: 1.35em;
}

#vorteile {
    float: left;
}

#vorteile ul {
    float: left;
}

#vorteile li {
    list-style-image: url(img/checkmark.png);
}

#vorteile img {
    margin-left: 10px;
}

#wr_germany, #wr_austria, #wr_swiss {
    border: 1px solid #ccc;
    padding: 0.3em;
    margin-bottom: 1em;
}

#wr_germany h3, #wr_austria h3, #wr_swiss h3 {
    padding-left: 37px;
    line-height: 36px;
    margin-top: 0;
}

#wr_germany h3 {background: url(img/de.png) no-repeat 2px 2px #EEE;}
#wr_austria h3 {background: url(img/at.png) no-repeat 2px 2px #EEE;}
#wr_swiss h3 {background: url(img/ch.png) no-repeat 2px 2px #EEE;}

#xmas_2011 {
    background: #F44;
    color: white;
    text-align: center;
    line-height: 1.45;
}

#footer {
    clear: both;
    background: #DDD;
    background-image: -moz-linear-gradient(left top -90deg, #DDD 0%, #BBB 100%);
    float: left;
    width: 100%;
}

#footer_content {
    position: relative;
    width: 75em;
    padding: 0.5em 0;
    float: left;
    left: 50%;
    margin-left: -37.5em;
    font-size: 80%;
}

.box2 {
    float: left;
    width: 23%;
    padding: 1%;
    border: 0px none;
}

#ts_widget {
    float:left;
    padding: 0 1%;
}

.box2 ul {
    list-style: none;
    margin: 0;
}

.box2 a {
}

#cart_quantity, #cart_qty {
    float: left;
    width: 100%;
}

#footer_links {
    clear: both;
    text-align: center;
    border-top: 1px dashed black;
}

.banner {
    margin-bottom: 1em;
    text-align: center;
}

#box_ifixit h3 {
    background-image: -moz-linear-gradient(left top -90deg, #CFE782 0%, #84A7CA 2%, #336DA8 99%, #659635 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CFE782), color-stop(2%, #84A7CA), color-stop(99%, #336DA8), to(#659635));
    font-size: 103%;
}

#box_ifixit h3 span {
    color: #FD7017;
}

#box_ifixit {
    position: relative;
}

#box_owc h3 {
    background-image: -moz-linear-gradient(left top -90deg, #CFE782 0%, #008cff 2%, #015eab 99%, #659635 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CFE782), color-stop(2%, #008cff), color-stop(99%, #015eab), to(#659635));
    font-size: 103%;
}

#good_idea {
    position: absolute;
    right: 10px;
    top: 76px;
}

#ts_widget2 {
    margin: 0.5em 0;
}

.red {
    color: red;
}

#table_vk {
    border-collapse: collapse;
}
#table_vk td {
    text-align: center;
    padding: 3px;
    border: 1px solid black;
}
#table_vk caption {
    font-weight: bold;
    font-size: 120%;
}
#table_vk thead td {
    font-weight: bold;
}
#table_vk tfoot td {
    text-align: left;
}

.germany, .swiss {
    background:rgba(255,255,136,0.5);
}
.mem_0, .mem_50, .mem_100 {
    background:rgba(200,255,136,0.5);
}

.orange_boxed {
    border: 2px solid #FFA500;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    clear: both;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0.5em;
    position: relative;
    width: 97.5%;
}
