/* HTML RESET
--------------------------------*/
/** * Eric Meyer's Reset CSS v2.0 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; 
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: arial, sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 18px; }
#info-navi ol, ul {
  list-style: none; }

ol, ul {
	margin-top: 0;
  /*list-style: none;*/ }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* COLORS
--------------------------------*/
/* BORDER-RADIUS
--------------------------------*/
/* GRADIENTS
--------------------------------*/
/* BOX SHADOW INSET
--------------------------------*/
/* FONT SHADOW
--------------------------------*/
/* STYLE
--------------------------------*/
h1, h2, h3, p {
  color: #4b4b4b; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 16px;
margin-top:5px;
font-weight:bold;  }

p {
  font-size: 12px; }

a {
  text-decoration: none; }

#shs_wrapper {
  width: 1020px;
  margin: 0 auto;
  padding: 20px 0 20px 0; }
  #shs_wrapper #header {
    width: inherit;
    float: left;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    #shs_wrapper #header #header-image {
      position: relative;
      width: 790px;
      height: 220px;
      float: left; }
      #shs_wrapper #header #header-image img {
        position: absolute;
        left: 0;
        top: 0; }
    #shs_wrapper #header #contact {
      position: absolute;
      right: 0;
      top: 0;
      width: 246px;
      height: 220px;
      background: url("../img/contact-bg.png") no-repeat 0 0;
      -webkit-border-radius: 0 10px 0 0;
      -moz-border-radius: 0 10px 0 0;
      -ms-border-radius: 0 10px 0 0;
      border-radius: 0 10px 0 0; }
      #shs_wrapper #header #contact ul {
        font-size: 14px;
        font-weight: bold;
        margin: 25px 0 0 35px;
        color: #ffffff;
		padding-left:0px;}
        #shs_wrapper #header #contact ul li {
          text-shadow: 1px 1px 1px #000000;
          margin: 0 0 22px 0; }
          #shs_wrapper #header #contact ul li a {
            color: #ffffff; }
          #shs_wrapper #header #contact ul li:last-child {
            margin-bottom: 20px; }
      #shs_wrapper #header #contact form {
        margin-left: 24px; }
        #shs_wrapper #header #contact form input {
          color: #b6b6b6;
          padding: 8px 40px 8px 8px;
          width: 160px;
          border: 0;
          -webkit-border-radius: 5px 5px 5px 5px;
          -moz-border-radius: 5px 5px 5px 5px;
          -ms-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
          -webkit-box-shadow: inset 0px 0px 2px 0px #005000;
          /* WebKit */
          -moz-box-shadow: inset 0px 0px 2px 0px #003d00;
          /* Firefox */
          box-shadow: inset 0px 0px 2px 0px #003d00;
          /* Standard */
          margin-bottom: 10px;
          background: white url("../img/lupe.png") no-repeat 175px 4px; }
        #shs_wrapper #header #contact form input[type="submit"] {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          cursor: pointer;
          padding: 0;
          width: 210px;
          height: 30px;
          font-size: 14px;
          font-weight: bold;
          color: #4b4b4b;
          background: #e6e6e6;
          /* Old browsers */
          background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(0%, #e6e6e6), color-stop(50%, #d6d6d6), color-stop(50%, #cecece), color-stop(100%, #cecece));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cecece', GradientType=0);
          /* IE6-9 */ }
          #shs_wrapper #header #contact form input[type="submit"]:active {
            background: #cecece; }
    #shs_wrapper #header #navi {
      clear: left;
      width: 1020px;
      height: 40px;
      background-color: #cc0000;
      background: #f29e9e;
      /* Old browsers */
      background: -moz-linear-gradient(top, #f29e9e 1%, #e26a6a 50%, #cc0000 50%, #cc0000 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f29e9e), color-stop(50%, #e26a6a), color-stop(50%, #cc0000), color-stop(100%, #cc0000));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f29e9e 1%, #e26a6a 50%, #cc0000 50%, #cc0000 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #f29e9e 1%, #e26a6a 50%, #cc0000 50%, #cc0000 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #f29e9e 1%, #e26a6a 50%, #cc0000 50%, #cc0000 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #f29e9e 1%, #e26a6a 50%, #cc0000 50%, #cc0000 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29e9e', endColorstr='#cc0000', GradientType=0);
      /* IE6-9 */ }
      #shs_wrapper #header #navi ul {
        float: left; }
        #shs_wrapper #header #navi ul li {
          float: left;
          padding: 10px 10px 14px 10px; }
          #shs_wrapper #header #navi ul li a {
            text-shadow: 1px 1px 1px #000000;
            font-size: 14px;
            color: #ffffff; }
            #shs_wrapper #header #navi ul li a:hover {
              text-shadow: none; }
          #shs_wrapper #header #navi ul li:first-child {
            border-right: 1px solid #d82b2b; }
  #shs_wrapper #main {
    margin-bottom: 20px;
    width: 1020px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden; }
    #shs_wrapper #main #product-title {
      background: #e6e6e6;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(0%, #e6e6e6), color-stop(50%, #d6d6d6), color-stop(50%, #cecece), color-stop(100%, #cecece));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cecece', GradientType=0);
      /* IE6-9 */
      height: 50px; }
      #shs_wrapper #main #product-title span {
        padding: 14px 0 0 10px;
        font-weight: bold;
        font-size: 20px;
        display: block;
        color: #4b4b4b; }
    #shs_wrapper #main #product {
      position: relative;
      border-right: 1px solid #cecece;
      border-left: 1px solid #cecece;
      border-bottom: 1px solid #cecece;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      height: 600px;
      overflow: hidden; }
      #shs_wrapper #main #product ul {
        float: left;
        position: absolute;
        right: 10px;
        top: 20px;
        width: 225px; }
        #shs_wrapper #main #product ul li {
          cursor: pointer;
          padding: 0;
          margin-bottom: 10px;
          border: 1px solid #cecece;
          float: left;
		  width: 100px; height:72px; }
		  #shs_wrapper #main #product ul li:hover {
          cursor: pointer;
          opacity:0.7 }
          #shs_wrapper #main #product ul li:first-child {
            width: 214px;
            height: 80px;
            margin-bottom: 20px;
            border: 0; }
            #shs_wrapper #main #product ul li:first-child:first-child:hover {
              border: 0; }
          #shs_wrapper #main #product ul li img {
            display: block; }
          #shs_wrapper #main #product ul li:nth-child(even) {
            margin-right: 10px; }
          #shs_wrapper #main #product ul li.active {
            border: 1px solid #cc0000; }
          #shs_wrapper #main #product ul li:hover {
            border: 1px solid #cc0000; }
  #shs_wrapper #footer {
    float: left;
    width: inherit; }
    #shs_wrapper #footer #infos {
      float: left;
      width: 790px;
      margin-bottom: 20px; }
      #shs_wrapper #footer #infos #info-navi {
        background: #e6e6e6;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(0%, #e6e6e6), color-stop(50%, #d6d6d6), color-stop(50%, #cecece), color-stop(100%, #cecece));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 0%, #d6d6d6 50%, #cecece 50%, #cecece 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cecece', GradientType=0);
        /* IE6-9 */
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        width: inherit;
        overflow: hidden;
        height: 40px; }
        #shs_wrapper #footer #infos #info-navi ul {
          padding: 0;
          font-size: 12px;
          float: left;
          color: #4b4b4b; }
          #shs_wrapper #footer #infos #info-navi ul li {
            border-right: 1px solid #c1c1c1;
            padding: 14px 10px 14px 10px;
            float: left;
            cursor: pointer; }
            #shs_wrapper #footer #infos #info-navi ul li:last-child {
              border: 0; }
            #shs_wrapper #footer #infos #info-navi ul li.active {
              color: #ffffff;
              background: #b50000;
              /* Old browsers */
              background: -moz-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(100%, #ea0000));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* IE10+ */
              background: linear-gradient(to bottom, #b50000 0%, #ea0000 100%);
              /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#ea0000', GradientType=0);
              /* IE6-9 */
              -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 61, 0, 0.8);
              /* WebKit */
              -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 61, 0, 0.8);
              /* Firefox */
              box-shadow: inset 0px 0px 6px 0px rgba(0, 61, 0, 0.8);
              /* Standard */ }
            #shs_wrapper #footer #infos #info-navi ul li:hover {
              color: #ffffff;
              background: #b50000;
              /* Old browsers */
              background: -moz-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(100%, #ea0000));
              /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* Opera 11.10+ */
              background: -ms-linear-gradient(top, #b50000 0%, #ea0000 100%);
              /* IE10+ */
              background: linear-gradient(to bottom, #b50000 0%, #ea0000 100%);
              /* W3C */
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#ea0000', GradientType=0);
              /* IE6-9 */
              -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 61, 0, 0.8);
              /* WebKit */
              -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 61, 0, 0.8);
              /* Firefox */
              box-shadow: inset 0px 0px 6px 0px rgba(0, 61, 0, 0.8);
              /* Standard */ }
      #shs_wrapper #footer #infos #box-1, #shs_wrapper #footer #infos #box-2, #shs_wrapper #footer #infos #box-3, #shs_wrapper #footer #infos #box-4 {
        display: none;
        border-right: 1px solid #cecece;
        border-left: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        padding: 10px;
        width: 768px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px; }
      #shs_wrapper #footer #infos #box-1 {
        display: block; }
	#box-1,#box-2,#box-3,#box-4
	{
	min-height:235px;
	}
    #shs_wrapper #footer #info-icons {
      margin: 40px 0 0 10px;
      float: left;
      width: 220px; }
      #shs_wrapper #footer #info-icons p {
        font-weight: bold; }
      #shs_wrapper #footer #info-icons ul {
        margin: 10px 0 10px 0;
        float: left;
		padding-left: 10px;}
        #shs_wrapper #footer #info-icons ul li {
          margin-right: 10px;
          float: left; }
    #shs_wrapper #footer #company-logos {
      float: left;
      width: 1018px;
      background-color: #ffffff;
      border: 1px solid #cecece;
      -webkit-border-radius: 10px 10px 10px 10px;
      -moz-border-radius: 10px 10px 10px 10px;
      -ms-border-radius: 10px 10px 10px 10px;
      border-radius: 10px 10px 10px 10px;
      overflow: hidden; }
      #shs_wrapper #footer #company-logos ul {
        overflow: hidden;
        float: left;
        width: 1020px; }
        #shs_wrapper #footer #company-logos ul li {
          width: 203px;
          border-right: 1px solid #cecece;
          float: left; }
          #shs_wrapper #footer #company-logos ul li img {
            display: block; }
	.service_headline
	{
		margin-top:10px;
	}
	.ebay_mainimage
	{
		width:800px;
		height: 520px;
		text-align:center;
	}
	
	.ebay_mainimage img
	{
		max-width:800px;
		max-height: 500px;
	}
	
	.p_ul
{
list-style-type: none;
padding-left: 0px;
font-size:1em;
}
.p_li
{
	margin: 4px 0px 2px 0px;
	}
.p_ul li{
	list-style-type: none;
}
.p_Key
{
font-size:0.95em;
font-weight:bold;
color: #464646;
margin-right: 5px;
float: left;
width: 135px;
}
.p_Value
{
font-size:0.95em;
color: #464646;
}
.ProdShortDesc_container
{
margin-top: 20px;
margin-bottom: 20px;
clear:left;
padding:10px 15px 5px 10px;
font-size:0.95em;
text-align: justify;
}
.p_artNr
{
margin-top: 20px;
margin-bottom: 20px;
clear:left;
font-size:0.9em;
color: #464646;
background-image: url(/WebRoot/StoreTypes/6.16.3/Store/img_Design2012/icons/infoIconProductDetail.jpg);
background-repeat:no-repeat;
padding-left:0px;
padding-left: 25px;
}
#slider2
{
	width:1020px;
	height: 200px;
	border: 1px solid #d2d2d2;
	float: left;
	overflow:hidden; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;	
}

#logoSlide ul
{
	height: 70px;
}
#logoSlide img
{
	margin: 20px 5px 5px 0px;
	width:150px;
	max-height:90px;
}

#logoSlide ul li
{
	width: 254px;
	height: 100px;
	float: left;
	text-align:center;
	border-left: 0px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#logoSlide ul, #logoSlide li
{
	margin: 0;
	padding:0;
	list-style:none;
}
#logoSlide
{
	height: 210px;
	margin-top: 65px;
	clear: left;
}
#nextBt2
{
	width: 5px;
	height: 210px;
	float:left;
	border-right:1px solid #D2D2D2;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 0px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 0px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 0px;
}

#prevBt2a
{
	width: 5px;
	height: 210px;
	float:left;
	border-left:1px solid #D2D2D2;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	/*background-image: url(/WebRoot/StoreTypes/6.16.3/Store/img_Design2012/bt_prevLogo_bg.png);*/
	border-top-left-radius: 5px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 5px;
}
.shs_InfoboxBottom {
	float:left;
	
	background-repeat: no-repeat;
	border:0px solid #ccc;
	/*width:335px;*/
	font-size:0.8em;
	padding:10px 10px 15px 20px;
	margin:0px 10px 10px 0px;
	font-family:Arial, Helvetica, Sans-Serif;
}
.shs_InfoboxBottom  b{
	margin: 0px 0px 0px 0px;
	color: #4b4b4b;
	font-weight:bold;
}

.shs_InfoboxBottom p
{
	margin-top:15px;
}
.shs_InfoboxBottom ul{
	margin-top:15px;
	padding-left:25px;
} 
.shs_InfoboxBottom ul li{
list-style-type:none;
color:#4b4b4b;
}

#box-2 ul li,#box-3 ul li,#box-4 ul li{
list-style-type:disc;
color:#4b4b4b;
}/* CSS GALLERY */ 

.newgallery {
    width:100%;
    position: relative;
    margin:0 auto;
    margin-top: 5px;
    overflow-x:hidden;
}
.newgallery .galContainer label {
    margin: 18px 0 10px 15px;
    border: 1px solid #ccc;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.8;
    margin-top:475px;
    width: 20%;
    max-width: 150px;
}
.newgallery .galContainer label:hover {
    opacity:1;
    border: 1px solid #777;
}
.newgallery .galContainer input[name='gallery_image_switch'] {display:none;} 
.newgallery .galContainer .galContainer2 label img {display:block;width:100%;} 
.newgallery .galContainer .galContainer2 > img {
    position: absolute;
    left: 10%;
    top: 0;
    transition: all 0.5s;
    width:700px;
    
}
.newgallery .galContainer input[name='gallery_image_switch'] ~ img {
    opacity: 0;
    transform: scale(1);
    margin-left:0%;
}
.newgallery .galContainer .galContainer2 input[name='gallery_image_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
    margin-left:0%;
}

@media (max-width: 550px) {
    .newgallery label {
        max-width:110px;
        margin: 18px 0 10px 5px;
    } 
}
.tabBar {
    width:100%;
    position: relative;
    margin:0 auto;
    margin-top: 25px;
}
.labeltab {
    position:absolute;
    top:0;
    cursor:pointer;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    width: 20%;
    height: 50px;
    background-color: #EBEBEB;
    text-align: center;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
    color: #666666;
    line-height: 50px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
}
.label1 {left: 0;} .label2 {left:21%;} .label3 {left:42%;} .label4 {left:63%;} .tabdisplay {display:none;top:90px;position:relative;opacity:0;transition:all .5s;} .tabdisplay>div {opacity:0; transition:all .5s;} 
input[name='tab_switch'] {display:none;} input[name='tab_switch']:checked+label+div.tabdisplay { display:block;opacity:1;top:50px;} input[name='tab_switch']:checked+label+div.tabdisplay>div { opacity:1;} 
input[name='tab_switch']:checked+label {
    background-color: #cc0000;
    color: rgb(255, 255, 255);
}
.tabContent {
    max-width: 1300px;
    margin: 0;
    padding: 25px 50px 55px 50px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-family: 'open sans', sans-serif;
    line-height: 1.5;
}
.contentBorder {
    border: 1px solid #D6D6D6;
}

.shs_product_logo
{
	position:absolute;
	top:15px;
	right:15px;
}

.p_gpsr{
	margin: 20px 0px;
}
.p_gpsr_headline{
	font-weight: bold;
}