@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

a img
{
    border:none;
}

#container
{
    background:url('http://dein-sportauspuff.de/ebay/deinsportauspuff/images/de/bg.png') repeat;
    padding: 1em 0;

    font-size:14px;
    line-height:1.4em;

    text-align: left;
}

#wrapper
{
    width: 960px;
    margin: 0 auto;

    background-color: #fff;

    -webkit-box-shadow: 0 1px 4px #acacad;
    -moz-box-shadow: 0 1px 4px #acacad;
    box-shadow: 0 1px 4px #acacad;
    border: 1px solid #e5e5e5;
}

#tpl
{
    border-collapse:collapse;
}
    #tpl td
    {
        padding: 0;
    }

#tpl, #footer
{
    width: 960px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.5em;
    color:#444;
    /*border-collapse:collapse;*/
}

.prodAtt
{
    padding:0 1em !important;
}

.col-1
{
    width:200px;
    vertical-align:top;
    position: relative !important;
    padding-right:1em !important;
    *padding-left: 0.95em !important;
}

.col-2
{
    width:1em;
}

.col-3
{
    padding-left:1em !important;
    vertical-align:top;
}

h1, .h1
{
    color:#262626;

    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top:0.5em;
}

.h1
{
    font-size:14px;
    padding-top:10px;
}

#wrapper a,
#wrapper a:link,
#wrapper a:visited,
#wrapper a:focus,
#wrapper a:hover,
#wrapper a:active
{
    color:#3aaaff;

    text-decoration: none;
    border-bottom: 1px solid transparent;

    transition:all 0.5s ease;
}

#wrapper a:hover
{
    border-color: #3aaaff;

    text-decoration:none;
    *text-decoration:underline;
    *border-bottom: none;
}

#wrapper p a,
#wrapper p a:link,
#wrapper p a:visited,
#wrapper p a:focus,
#wrapper p a:hover,
#wrapper p a:active
{
    color:#444;
    text-decoration: none;
    cursor: text;
}

#wrapper a.nrml,
#wrapper a.nrml:link,
#wrapper a.nrml:visited,
#wrapper a.nrml:focus,
#wrapper a.nrml:hover,
#wrapper a.nrml:active
{
    text-decoration: underline;
    color: #454545;
}

#header{

}


#infoBar
{
    background-color:#272727;

    padding:0.7em 0.5em;
    *padding-bottom: 0.3em;

    margin:0;
}

#infoBar .floatLeft {
    padding-top: 0.25em;
}

#infoBar a,
#infoBar a:link,
#infoBar a:visited,
#infoBar a:focus,
#infoBar a:hover,
#infoBar a:active
{
    color: #fff;
    text-shadow: 1px 1px #000;
    text-decoration:none;
    text-transform:uppercase;
    vertical-align: middle;
}

#infoBar a:hover
{
    color: #fff;
    text-decoration:none;
    border-color: #3aaaff;
    *text-decoration:underline;
    *border-bottom: none;
}

#search_input
{
    width: 9em;
    padding: 0 0.5em;

    transition: width 0.2s linear;
}
#search_input:hover
{
    width: 14em;
}



.widget
{
    margin: 0.5em 0 1em 0;
}

.widgetTitle
{
    font-family: 'Open Sans', sans-serif;
    color:#262626;
    text-transform:uppercase;
    font-size:18px;
    font-weight:normal;
    line-height:1.5em;
    text-align: left;

    border-bottom:1px solid #e5e5e5;
    padding:0.3em 0 0.1em 0.3em;
}
.widgetContent
{
    padding: 0.5em;
}

#cats
{
    list-style-type:none;
    list-style-position:inside;
    margin:0 0 0.5em 0;
    padding:0;
}
#cats li
{
    margin:0;
    padding:0.3em 0;
    border-bottom: 1px dashed #e5e5e5;
    padding-left:1em;
}

#cats a
{
    padding-left:0em;
}
#cats span
{
    color:#3aaaff;
}

.prodImgWrapper
{
    -webkit-box-shadow: 0 1px 4px #acacad;
       -moz-box-shadow: 0 1px 4px #acacad;
            box-shadow: 0 1px 4px #acacad;

    position: relative;
}

#prodImg
{
    /*margin:auto;*/
    display:block;

    max-height: 324px;
    max-width: 435px;
    /*abs ver + hor centering; parent el need rel position; height must be declared*/
    /*width: 50%;
    height: 50%;*/
    overflow: auto;
    margin: auto;
    position: absolute;
    *position: static;
    top: 0; left: 0; bottom: 0; right: 0;
}

#prodInfo
{
    float:left;
    margin: 0 0 0 1.4em;
}

#prodPrice
{
    color:#3aaaff;

    font-size:30px;
    line-height:1.5em;
    margin:0;
}
.prodInfoWidget
{
    width: 250px;
    padding:0.5em;
}
#prodInfo p
{
    width:459px;
    padding:0.5em 0.25em;
    margin:0;
}
#prodInfo p:nth-child(even)
{
    background-color:#eee;
}
.prodRow
{
    background-color:#eee;
}

#prodInfo p span.pLabel
{
    vertical-align:top;
    display:inline-block;
    width:113px;
    text-decoration:none;
    font-weight:bold;
}
#prodInfo p span.pValue
{
    display:inline-block;
    width:340px;
}


#buyNow
{
    display:block;
    background-color: #00509d;
    background: -webkit-gradient(linear,left top,left bottom,from(#0079bc),to(#00509d));
    background: -moz-linear-gradient(top,#0079bc,#00509d);
    padding:.5em 3em;

    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.04);

    vertical-align: baseline;
    text-align: center;

    width: 128px;
    margin-top: 1em;
}
* html #buyNow
{
    width: 204px;
    background-color: #00509d !important;
}
#buyNow:hover
{
    background-color: #00509d;
    background: -webkit-gradient(linear,left top,left bottom,from(#00509d),to(#00509d));
    background: -moz-linear-gradient(top,#00509d,#00509d);
}
* html #buyNow:hover
{
    background-color: #00509d !important;
}

#buyNow a,
#buyNow a:link,
#buyNow a:visited,
#buyNow a:focus,
#buyNow a:hover,
#buyNow a:active
{
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    font-family:Arial, sans-serif;
    text-shadow: 1px 1px #000;
}

#thumbWrapper
{
    border-left:none;
    border-right:none;
    border:none;
    margin: 1em 0 0 0;
}

.thumbCont
{
    width:50px;
    height:37px;

    display:inline-block;
    *display:inline;

    border-bottom:3px solid transparent;

    margin-bottom:1em;
    margin-right:0.5em;

    position: relative;
}
.thumb
{
    max-height: 37px;
    max-width:  50px;
    /*abs ver + hor centering; parent el need rel position; height must be declared*/
    /*width: 50%;
    height: 50%;*/
    overflow: auto;
    margin: auto;
    position: absolute;
    *position: static;
    top: 0; left: 0; bottom: 0; right: 0;
}

.notActive
{
    border-bottom:3px solid #eee;
}

.active
{
    border-bottom:3px solid #3aaaff;
}



.tabWrapper
{
    display:block;
    padding:0;
    margin:1em 0 0 0;
}
.tab
{
    display:inline;
    list-style-type:none;
    border:1px solid #e5e5e5;

    padding:0.5em 1em;
    *margin-right: 0.25em;
    position:relative;
    z-index:1;
}
.tabActive
{
    cursor:pointer;
    border-bottom:1px solid #fff;
    background-color: #fff;
    position:relative;
    z-index:20;
}

.tab span,
.tab a,
.tab a:link,
.tab a:visited,
.tab a:focus,
.tab a:hover,
.tab a:active
{
    color:#3aaaff;

    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    *font-weight: 600;
}
.tab a:hover
{
    text-decoration:none !important;
}

.tabActive span,
.tabActive a,
.tabActive a:link,
.tabActive a:visited,
.tabActive a:focus,
.tabActive a:hover,
.tabActive a:active
{
    color: #262626 !important;
    text-decoration:none;
}

.tabbedContent
{
    background-color: #fff;
    border:1px solid #e5e5e5;
    padding:0 0.5em;
    margin-top:4px;
    position:relative;
    z-index:10;
    min-height: 392px;
}
.tabContent
{
    display:none;
    padding-bottom: 0.5em;
    width: 660px;

    /*fade in effect on the change of the tabContent-display*/
    display: block;
    *display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0s, opacity 0.5s ease-in-out;
       -moz-transition: height 0s, opacity 0.5s ease-in-out;
        -ms-transition: height 0s, opacity 0.5s ease-in-out;
         -o-transition: height 0s, opacity 0.5s ease-in-out;
            transition: height 0s, opacity 0.5s ease-in-out;
}
.tabContent ul
{
    margin-top: 0;
    padding-top: 6px;
}

.tabContentActive
{
    display:block;

    /*fade in effect on the change of the tabContent-display*/
    opacity: 1;
    height: auto;
}

.buttonWrapper
{
    display:inline-block;
    margin-top:0.5em;
}
* html .buttonWrapper
{
    display:inline;
    overflow:hidden;
}
.buttonWrapper a
{
    display:block;
    padding:0.7em 2.5em 0.5em 0.5em;
    overflow:hidden;
    text-decoration:none;
}

.buttonS1
{
    background:url(http://dein-sportauspuff.de/ebay/deinsportauspuff/images/de/buttonBgInfo.png) #3aaaff no-repeat right center;

    border-bottom:1px solid #318ed4;
    border-right:1px solid #318ed4;
    text-shadow:1px 1px #318ed4;
}
.buttonS1:hover
{
    background-color: #318ed4;
}

.buttonS2
{
    background-color:#ececec;
    background:url(http://dein-sportauspuff.de/ebay/deinsportauspuff/images/de/buttonBgStar.png) #ececec no-repeat 98% center;
    border-bottom:1px solid #bbb;
    border-right:1px solid #bbb;
}

.buttonS1 a,
.buttonS1 a:link,
.buttonS1 a:visited,
.buttonS1 a:focus,
.buttonS1 a:hover,
.buttonS1 a:active
{
    color:#ffffff !important;
}
.buttonS1 a:hover {
    border-color: #fff !important;
}


.buttonS2 a,
.buttonS2 a:link,
.buttonS2 a:visited,
.buttonS2 a:focus,
.buttonS2 a:hover,
.buttonS2 a:active
{
    color:#262626 !important;
}


.compGroup
{
    list-style:none inside;
    padding:0.5em 0;
    margin:1.5em 0;
    border-bottom: 1px solid transparent;
}
.compGroup:hover {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
.comp
{
    margin:0;
    padding: 0.5em 0;
    border-bottom: 1px solid transparent !important;
}
.comp:hover {
    border-bottom: 1px solid #eee !important;
    background-color: #fefefe;
}

.comp .compThumb
{
    display:inline-block;
    width:50px;
    height:37px;
    border:1px solid #e5e5e5;
    vertical-align:top;

    padding:0.25em;
    margin:0 1em;
    *margin-left:0;

    zoom: 1;
    *display: inline;

    position: relative;
}

.compThumb img
{
    max-height: 37px;
    max-width: 50px;

    /*abs ver + hor centering; parent el need rel position; height must be declared*/
    /*                width: 100%;
                    height: 100%;*/
    overflow: auto;
    margin: auto;
    position: absolute;
    *position: static;
    top: 0; left: 0; bottom: 0; right: 0;
}


.compDescr
{
    display:inline-block;
    width:85%;

    zoom: 1;
    *display: inline;
}

.compHover
{
    margin:0;
    margin-top:-0.5em;
    *margin-top:0em;
    padding: 1em;
    background-color: #fff;
    border:1px solid #e5e5e5;

    position: absolute;
    left:7em;

    display: none;

    height: 233px;
    width:  313px;
}
.compHover img
{
    max-height: 233px;
    max-width:  313px;
    /*abs ver + hor centering; parent el need rel position; height must be declared*/
    /*width: 50%;
    height: 50%;*/
    overflow: auto;
    margin: auto;
    position: absolute;
    *position: static;
    top: 0; left: 0; bottom: 0; right: 0;
}

#footer
{
    width: 938px;
    margin:1em auto;
    margin-bottom:0;
    overflow:hidden;
    padding: 0 9px;
}



/* LAYOUT START */
.ym-grid {
    display:table;
    width:100%;
    table-layout:fixed;
    list-style-type: none;
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

.ym-gl {
    float:left;
    margin: 0;
}

.ym-gr {
    float:right;
    margin: 0 0 0 -0.5em;
}

.ym-g33 {width:33%;}

.ym-gbox {padding: 0 0.5em;}
.ym-gbox-left {padding: 0 0.5em 0 0;}
.ym-gbox-right {padding: 0 0 0 0.5em;}

.ym-equalize {overflow:hidden;}

.ym-equalize > [class*="ym-g"] {
    display:table-cell;
    float:none;
    margin:0;
    vertical-align:top;
}

.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}
/* LAYOUT END */

/*Akrapovic Advantages Start*/
.advBox {
    color: #272727;
    cursor: pointer;
}

.advBox:hover,
.bgHover div.ym-gl:hover
{
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(left, #f1f1f1, #fafafa);
    background-image: -moz-linear-gradient(left, #f1f1f1, #fafafa);
    background-image: -ms-linear-gradient(left, #f1f1f1, #fafafa);
    background-image: -o-linear-gradient(left, #f1f1f1, #fafafa);
    background-image: linear-gradient(left, #f1f1f1, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#fafafa', GradientType='1');
}

.advBox h2 {
    font-family: 'Open Sans', sans-serif;
    color:#262626;
    text-transform:uppercase;
    font-size:14px;
    font-weight:normal;
    line-height:1.5em;

    border-bottom:1px solid #e5e5e5;
    margin-top: 2em;
    padding:0.3em 0 0.1em 0.3em;
}

.advBox p span
{
    font-family: 'Open Sans', sans-serif;
    font-size: 3em !important;

    transition: color 0.3s;
}

.advBox:hover span {
    color: #3aaaff;
}

/*Akrapovic Advantages End*/



/*------------UNI--------------*/

.textSmall
{
    font-size:0.9em;
}

.borderGrey
{
    border: 1px solid #e5e5e5 !important;
    background-color:#fff;
}

.bold
{
    font-weight:bold;
}
.underline
{
    border-bottom: 1px solid #e5e5e5;
}
.underlineBlue
{
    border-bottom: 1px solid #3aaaff;
}
.underlineText
{
    text-decoration:underline;
}

.dark
{
    /*background-color: #c5c5c5;*/
    background-color: #f1f1f1;
}

    .dark p,
    .dark a,
    .dark .widgetTitle
    {
        /*color: #d6d6d6;*/
        /*text-shadow: 1px 1px #000;*/
    }


.color2
{
    background-color: #fff7ea;
}

.floatLeft
{
    float:left;
}
.floatRight
{
    float:right;
}

.clearBoth
{
    clear:both !important;
    margin:0;
    padding:0;
}

.vhCenter
{
    /*  absolute ver + hor centering; parent el should have rel positioning
        http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/
        Height must be declared
    */
    /*abs ver + hor centering; parent el need rel position; height must be declared*/
    /*width: 50%;
    height: 50%;*/
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.tAlignR {text-align: right;}
.tAlignL {text-align: left;}
.tAlignJ {text-align: justify;}
.tAlignC {text-align: center !important;}
