#variantennav{
    width: 100%;
}

#variantennav ul{
    display: none;
}

div.alternativArtikel {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}

div.alternativArtikel a {
    text-decoration: underline;
}
/*
 * wofür ist das? meines achtens wird das nciht gebraucht.
 * ich schalte es ab da eine feste höhe in der mobile-ansicht
 * einen überflüssigen weissraum hinterlässt
 
.vorschaucontainer {
    height: 230px;
}
 */
figure,
.figure {
    margin: 0;
}

.thumbs figure {
    margin: 0 !important;
}

figcaption {
    display: block;
}

.thumbs {
    /*background: url('/img/scetch.png');
    background-size: 100% 100%;*/
    max-height: 300px;
}

.exklusiv_stoerer {
    float: right;
    margin-right: 10px;
}

.orderbox h2{
    margin: 0;
    border: none;
}


.orderboxvariante div {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.orderboxvariante img.produktbild {
    width: 30px;
    vertical-align: middle;
}

.orderboxvariante select {
    margin-right: 10px;
}

.orderboxvariante label {
    width: 6em;
    display: inline-block;
}


.orderbox .probeicon {
   background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
   border-color: #eee #ccc #ccc #eee;
   border-style: solid;
   border-width: 1px;
   -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
   box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
   color: #666666;
   display: block;
   font-size: 1.5em;
   margin-top: 15px;
   margin-bottom: 4px;
   padding: 0.3em 0.8em;
   text-align: center;
   -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
   -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
   text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
   text-decoration: none;
}

.orderbox .probeicon:hover {
    background: #fff;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.orderbox .probeiconspan {
    clear: left;
    float: left;
    margin-right:5px;
    margin-top: 0.3em;
    vertical-align: bottom; 
}

.orderbox .probeiconlabel {
  
    
}




.pprice {
    font-size: 1.1em;
    display: inline-block;
    color: #000;
    width: 6em
}

.pprice .altpreis,
.pprice strike {
    font-size: 0.8em;
    color: #000;
    margin-left: 0px;
    display: block;
}

.currency {
    font-size: 0.8em;
}

.grundbetrag {
    font-size: smaller;
    display: block;
}

#artikelinfos dt,
#artikelinfos dd {
    
}


.featurescontainer {
    
}

.featurescontainer .feature {
    
}


.featurescontainer .feature .fname {
    display: inline-block;
    width: 150px;
}


.featurescontainer .feature .finhalt {
    
}


.add_to_shoppingcart {
    font-family:"Open sans",Helvetica,Neue,Verdana,Arial;
    color: #fff;
    background: url(/img/add_to_wk.png) 15px 5px no-repeat #7F3B43;
    height: 50px;
    width: 100%;
    max-width: 300px;
    padding-left: 55px;
    margin-top: 5px;
    border: none;
    text-align: left;
    font-weight: bold;
    font-size: 1.3em;
    
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.add_to_shoppingcart:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.varianten-infos dl {
    min-width: 100px;
    margin: 0 14px 14px 0;
    float: left;
}

.varianten-infos dt {
    font-weight: bold;
    margin-bottom: 4px;
}

.varianten-infos dl dd {
    margin-left: 0;
    min-height: 32px;
    overflow: hidden;
    text-overflow: clip;
}


/** Verfügbarkeitsfarben */
.avail_1, .einheit_avail {
	color: #649718;
}

.avail_2, .few_avail  {
    color: #f28e00;
}

.avail_3, .not_avail {
    color: #900;
}

.avail_4 {
	color: #b2b2b2;
}


#availabilityStatus {
}

#contentcontainer {
	position: relative;
	height: 600px;
	width: 800px;
	background-color: #fff;
	margin: 5px auto 0 auto;
    overflow: hidden;
}

#navcon {
    position: absolute;
    bottom: 4px;
    left: 2px;
    width: 90px;
    height: 20px;
}

#navcon img {
    display: inline;
    padding: 0 2px;
}

#navcon img:hover {
    cursor: pointer;
}

#vorcon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    overflow: hidden;
    border-top: 1px solid #B70022;
    border-left: 1px solid #B70022;
}

#vorschau-lupe {
    position: absolute;
    background: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 30);
    opacity: 0.3;
    cursor: move;
}


.thumb_wrapper {
    overflow: hidden;
    height: auto;
    width: 2000px;
    font-size:0.8em;
}

.thumb_content {
    display:inline-block;
}

.durchschnittbewertung div {
    margin: 5px 0;
}

#visitkauf .percentage {
    font-weight: bold;
} 


.limitordervalue {
    font-weight: bold;
    color: red;
    font-size: 1.1em;
}


@media only screen and (min-width: 1320px) {
    
    
    #variantennav {
        display: block;
        float: left;
        margin: 0 10px 0 0;
        width: 281px;
    }
    
    #variantennav ul{
        display: block;
        list-style-type: none;
        margin: 0 20px 0 0;
        padding: 28px 0 0 0;
        background: url(/img/nav_top_bg.png) right top no-repeat;
    }
    
    #variantennav ul li{
        padding: 0px 0;
        margin: 0;
    }
   
    #variantennav ul li a{
        text-decoration: none;
        display: block;
        color: #333;
        line-height: 2em;
        padding: 10px  30px 10px 1em;
        background: url(/img/var_nav_bg_neu.png) right repeat-y;
        border-bottom: 1px solid #c6c6c6;
    }
    
    #variantennav ul li a:hover{
        background: #333;
        color: #fff;
    }

    #variantennav ul li.selected{
    }

    #variantennav li.selected a,
    #variantennav li.selected a:hover {
        background: url(/img/var_nav_selected_bg_neu.png) right center no-repeat;
        color: #fff;
    }
    
    #variantennav li.selected a:hover {
        text-decoration: underline;
    }
    
    .article {
        float: left;
    }
}