@import url(typo/stylesheet.css);

html {
  background: white;
}

body {
  font-size: 14px;
  font-family: "PTSansRegular", sans-serif;
  line-height: 150%;
  font-weight: 400;
  text-rendering: optimizelegibility;
}

body, a {
  color: #777777;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

a.inlineLink {
  color: #AE1E20;
}

p {
  margin-bottom: 15px;
}

ul li {
  list-style-image: url("../images/list-style-image.png");
}

h1 {
  font-size: 2.53846em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.66667em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.33333em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
  font-family: "PTSansNarrowBold", sans-serif;
  text-transform: uppercase;
  color: #34363d;
}

.w100 {
  width: 940px;
}


.left_column {
    float: left;
    margin-top: 10px;
    width: 220px;
}

.right_column {
  float: right;
  width: 700px;
}

.main_column {
  padding-top: 10px;
}

#page_header {
  position: relative;
  z-index: 1000;
  padding: 0px;
  height: auto;
}

#page_header .header_1 {
  background: white;
}

#page_header .header_1 .w100 {
  padding: 10px 0 6px;
}

#page_header .header_2 {
  background: #34363d;
}

#page_header .header_2 .w100 {
  padding: 38px 0 36px;
}

#page_header .header_3 {
  background: #AE1E20;
  position: relative;
  z-index: 100;
}

#page_footer .footer_1 {
  background: #f4f4f4;
}

#page_footer .footer_3 {
  background: #34363d;
}

/* ========================================================================== */
.c_Box {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.c_Box h2.icon {
  font-size: 30px;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 13px;
}

.c_Box h2.icon .showAll {
  bottom: 0;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  text-transform: none;
  display: none;
}

.c_Box.listing h2.icon {
  margin-bottom: -4px;
}

.c_Box.afterArticle2BasketPage {
  padding: 32px 0px;
  text-align: center;
}

#page_footer .c_Box {
  padding: 34px 0 19px;
  margin: 0;
}

.left_column .c_Box {
  margin-bottom: 35px;
}

.left_column .c_Box h2.icon {
  color: #AE1E20;
  font-size: 1em;
}

.c_Box.Findologic {
  padding: 10px 0;
}

/* ========================================================================== */
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 2px 6px 2px;
  color: #999999;
  border: 1px solid #dddddd;
  border-top: 2px solid #dddddd !important;
}

/*
@-moz-document url-prefix() { 
	textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
		padding-bottom: $input_padding-bottom + ($input_FF_offset);
		
	}
	select{
		//padding-bottom: $input_padding-bottom
	}
}
*/
.PlentyWebshopButton, button, a.btn, .btn, input[type="reset"], input[type="submit"], input[type="button"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-family: "PTSansNarrowBold", sans-serif;
  line-height: normal;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 0 0 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 0 0 1px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 0 0 1px inset;
  color: white;
  padding: 9px 18px 5px;
  background: #f10001;
  background: -moz-linear-gradient(top, #f10001 0%, #ae1e20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f10001), color-stop(100%, #ae1e20));
  background: -webkit-linear-gradient(top, #f10001 0%, #ae1e20 100%);
  background: -o-linear-gradient(top, #f10001 0%, #ae1e20 100%);
  background: -ms-linear-gradient(top, #f10001 0%, #ae1e20 100%);
  background: linear-gradient(to bottom, #f10001 0%, #ae1e20 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f10001', endColorstr='#ae1e20');
  border: 1px solid #AE1E20;
}
#f10001 0%, #ae1e20 100%



.PlentyWebshopButton:hover, button:hover, a.btn:hover, .btn:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background: #ae1e20;
  background: -moz-linear-gradient(top, #ae1e20 0%, #f10001 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae1e20), color-stop(100%, #f10001));
  background: -webkit-linear-gradient(top, #ae1e20 0%, #f10001 100%);
  background: -o-linear-gradient(top, #ae1e20 0%, #f10001 100%);
  background: -ms-linear-gradient(top, #ae1e20 0%, #f10001 100%);
  background: linear-gradient(to bottom, #ae1e20 0%, #f10001 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ae1e20', endColorstr='#f10001');
}

.order .PlentyWebshopButton, .order button, .order a.btn, .order .btn, .order input[type="reset"], .order input[type="submit"], .order input[type="button"] {
  padding: 2px 18px 0;
}

div.PlentyErrorMessageBox {
  color: #fff;
  background-color: #c80202;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 5px;
  background-image: none!important;
}

div.PlentyAdviceMessageBox, .plentyMessageBox, .plentyMessageBox {
  background-image: none!important;
  background-color: #AE1E20;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
}

.plentyMessageBoxTitle, span.PlentyAdviceMsg > a {
  color: #fff!important;
}

.contact_label {
  background: #AE1E20 url(../images/kontakt_label.jpg) top right no-repeat;
  height: 100px;
  width: 22px;
  position: fixed;
  left: 0;
  top: 363px;
  display: block;
  padding: 21px 0 0 27px;
}

.contact_label p {
  color: #AE1E20;
  font-size: 0px;
}

.contact_label:hover p {
  color: #fff;
  font-family: "PTSansNarrowBold",sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.contact_label:hover {
  width: 407px;
  text-indent: 0;
}

#blog {
  float: left;
  height: auto;
}

#left {
  float: left;
  height: auto;
  padding-right: 8px;
  width: 220px;
  text-align: left;
}

#content {
  float: right;
  height: auto;
  width: 680px;
  padding: 0 0 0 20px;
  text-align: left;
  border-left: #ccc 1px solid;
}

.blog_title_link a {
  font-size: 20px;
  color: #333333;
  cursor: pointer;
  text-decoration: underline;
}

.blog_author {
  font-style: italic;
}

.blog_body {
  text-align: justify;
}


.main_column .PlentySubmitFormInput.PlentyText {
  margin-bottom: 5px;
  margin-left: -15px;
}

.main_column textarea.PlentyTextarea {
  margin-left: 170px;
  margin-top: -45px;
}

.main_column .PlentySubmitFormLabel {
  display: block;
  height: auto !important;
  text-align: left;
  width: 185px;
}


.OwnCategoryNavigationContainer {
  float: left;
  width: 100%;
  height: 40px;
}

.OwnCategoryNavigationContainer ul, .OwnCategoryNavigationContainer ul li ul {
  float: left;
  margin: 0;
  padding: 0;
}

.OwnCategoryNavigationContainer li {
  float: left;
  width: 220px;
    /*width: 173px;*/
  list-style-type: none;
  height: 40px;
  list-style-image: none;
  list-style-type: none;
}

.OwnCategoryNavigationContainer ul li.disabled {
  display: none;
}

.OwnCategoryNavigationContainer ul li.seperator {
  float: left;
  width: 20px;
}

.OwnCategoryNavigationContainer .headline {
  padding-left: 50px;
  color: #ffffff;
  line-height: 40px;
  background: #34363d url("../images/selectbox.png") no-repeat;
}

.OwnCategoryNavigationContainer .headline.open {
  color: #ffffff;
  line-height: 40px;
  height: 50px;
  background: #34363d url("../images/selectbox.png") no-repeat 0 -80px;
}

.OwnCategoryNavigationContainer li.deactivated .headline {
  color: #4F4F4F;
  background: #34363d url("../images/selectbox.png") no-repeat 0 0px;
}

.OwnCategoryNavigationContainer .headline:hover {
  background: #34363d url("../images/selectbox.png") no-repeat 0 -40px;
  cursor: pointer;
}

.OwnCategoryNavigationContainer li ul {
  display: none;
}

.OwnCategoryNavigationContainer li ul li {
  background: none repeat scroll 0 0 #34363d;
  border-bottom: 1px solid #333333;
  color: #FFFFFF;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 7px 0 13px;
  width: 150px;
  list-style-image: none;
}

.OwnCategoryNavigationContainer li ul li:hover {
  background: #AE1E20;
}

.OwnCategoryNavigationContainer li ul li  a {
  color: #FFFFFF;
  display: block;
  width: 100%;
}

.OwnCategoryNavigationContainer ul li ul {
  background: none repeat scroll 0 0 #34363d;
  float: left;
  margin: 0;
  padding: 10px 0 0;
  width: 925px;
}

.OwnCategoryNavigationContainer ul li ul: {
  background: none repeat scroll 0 0 #34363d;
  float: left;
  margin: 0;
  padding: 10px 0 0;
  width: 925px;
}

.OwnCategoryNavigationContainer ul li ul.one {
  margin: 0 0 0 0px;
}

.OwnCategoryNavigationContainer ul li.level2 ul {
  margin: 0 0 0 -235px;
}

.OwnCategoryNavigationContainer ul li ul.three {
  margin: 0 0 0 -470px;
}

.OwnCategoryNavigationContainer ul li ul.for {
  margin: 0 0 0 -705px;
}

.OwnCategoryNavigationContainer #level2 > ul {
  margin-left: -240px;
  width: 940px;
}

.OwnCategoryNavigationContainer #level3 > ul {
  margin: 0 0 0 -480px;
  width: 940px;
}

.OwnCategoryNavigationContainer #level4 > ul {
  margin: 0 0 0 -721px;
  width: 941px;
}

.OwnCategoryNavigationContainer #level5 > ul {
  margin: 0 0 0 -721px;
  width: 941px;
}

/***************************************************************/

.articlePrice_saving > span {
  color: #AE1E20;
  display: block;
  font-family: "PTSansNarrowBold",sans-serif;
  font-size: 19px;
  font-weight: 400;
  margin: 10px 0;
}

.fxrt_left {
  display: block;
  float: left;
  margin-top: 20px;
  text-align: center;
}

.fxrt_left img {
  float: left;
  margin-left: 26px;
}

.c_Box.listing.ArticleListTopSell {
  margin-top: 40px;
}

.articleVat > a {
  background: url("../images/info.png") no-repeat scroll right top rgba(0, 0, 0, 0);
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 150px;
}

.modal {
  display: none;
  width: 800px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../images/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.popup_content {
  background: none repeat scroll 0 0 #fff;
  display: inline-block;
  margin-top: -10px;
  overflow: auto;
  padding: 15px;
  width: 800px;
}

.popup_content strong {
  font-weight: bold;
}

input#amount {
  background: none repeat scroll 0 0 #F4F4F4;
  border: medium none;
  box-shadow: none;
  color: #777777;
  font-family: "PTSansRegular",sans-serif;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}

.pricefilter {
  background: none repeat scroll 0 0 #F4F4F4;
  display: block;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
  margin: 0;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 27px;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 1em;
  height: 27px;
  display: block;
  border: 0;
  background: #AE1E20;
}

.ui-slider-horizontal {
  height: 19px;
  margin: 0 5px;
  width: 92%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-widget {
  font-family: Arial,sans-serif;
  font-size: .8em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dadada;
  border-radius: 3px;
}

.ui-widget-content a {
  color: #0000;
}

.ui-widget-header {
  border: 1px solid #dadada;
  border-radius: 6px 6px 6px 6px;
  background: #fff;
  background: 0;
  background: 0 to(#f2f3f1));
  color: #fff;
  font-weight: 100;
}

.ui-widget-header a {
  color: #000;
}

.ui-state-default,.ui-widget-content .ui-state-default {
  background: url(../images/slider-handle.gif);
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  color: #000;
  text-decoration: none;
  outline: 0;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus {
  outline: 0;
}

.ui-state-hover a,.ui-state-hover a:hover {
  color: #dadada;
  text-decoration: none;
  outline: 0;
}

.ui-state-active,.ui-widget-content .ui-state-active {
  border: 1px solid #dadada;
  outline: 0;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #dadada;
  outline: 0;
  text-decoration: none;
}

#question {
  background-color: #AE1E20;
  position: fixed;
  width: 830px;
  height: 175px;
  z-index: 99999999;
  top: 495px;
}

#question .arrow {
  background: url("../images/open.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  height: 20px;
  right: 15px;
  position: absolute;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition-duration: 0.3s;
  transition-property: all;
  width: 10px;
}

#question .arrow.top {
  top: 15px;
}

#question .arrow.top.open {
  top: 15px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#question #question_opener {
  color: #FFFFFF;
  cursor: pointer;
  font-family: "PTSansNarrowBold",sans-serif;
  font-size: 24px;
  height: 37px;
  line-height: 37px;
  position: absolute;
  right: -133px;
  text-align: center;
  text-transform: uppercase;
  top: 37%;
  width: 307px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

#question #question_opener span {
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #AE1E20;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  height: 25px;
  left: 80px;
line-height: 28px;
  position: absolute;
  text-shadow: none;
  top: 5px;
  width: 25px;
}

#question h2 {
  color: #FFFFFF;
  font-family: "PTSansNarrowBold",sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 15px 0 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#question #questionContent {
  color: #FFFFFF;
  float: left;
  margin-left: 0;
  margin-top: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 40%;
}

#question #questionContent b, #question_form b {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

#question .question_form {
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  margin-left: 30px;
  margin-top: 10px;
  width: 50%;
}

#question .question_form input.PlentyText, #question .question_form textarea, #question .question_form select {
  border: medium none;
  font-size: 12px;
  margin: 2px;
  padding: 0;
}

#question .question_form .code_image {
  position: relative;
}

#question .question_form .code_image {
  float: left;
  margin-right: 12px;
}

.single_image {
  border: 0px solid #ddd;
  background: none repeat scroll 0 0 #FFF;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  width: 450px;
}

.single_image .hinweiss {
  display: none;
  position: absolute;
  font-size: 11px;
  color: #999;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.single_image .hinweiss.activ {
  display: block;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.single_one_image {
  border: 1px solid #ddd;
  display: table-cell;
  height: 420px;
  text-align: center;
  vertical-align: middle;
  width: 420px;
  overflow: hidden;
  padding: 10px;
}

.zoomWindow {
  position: absolute;
  top: 40px;
  z-index: 110;
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  box-shadow: 0 1px 17px #999;
  height: auto;
}

.single_bottom {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 25px;
}

.single_image a>img {
  max-height: 350px;
}

#ZOOMIMAGE {
  display: table-cell;
  height: 375px;
  line-height: 250%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  width: 450px;
}

.more_images {
  clear: both;
  float: left;
  margin-top: 0;
  width: 100%;
}

.PlentyDynamicPreviewImagesContainerAttributeContainer {
  clear: both;
  float: left;
  padding-bottom: 15px;
  padding-top: 0;
  text-align: left;
  width: 100%;
}

.PlentyDynamicPreviewImagesContainerAttributeContainer>a {
  display: block;
  float: left;
  height: 105px;
  line-height: 250%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 105px;
  margin: 0 5px;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 1;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: .8;
  opacity: .8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #FFF;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 49px;
  padding: 8px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: .6;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  border: 1px solid #ddd;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWrapper {
  position: relative;
  border: 0;
  z-index: 0;
}

.zoomWrapperTitle {
  background: #000;
  color: #FFF;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  -moz-opacity: .6;
  opacity: .6;
  filter: alpha(opacity=60);
  display: none;
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
  float: left;
}

.zoomWrapperImage img {
  border: 0;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: .80;
  opacity: .80;
  position: absolute;
  display: block;
}

#PREVIEW a {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  display: block;
  float: left;
  font-size: 0;
  height: 208px;
  line-height: 208px;
  margin: 0 10px 10px 0;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 208px;
}

#PlentyDynamicPreviewImagesContainer {
  display: none;
}

#PlentyDynamicPreviewImagesContainer_2 {
  float: left;
  margin-top: 10px;
  width: 480px;
}

.previewimages {
  background: none repeat scroll 0 0 #fff;
  height: 75px;
  overflow: hidden;
  padding: 10px;
}

.previewimage.active {
  border-bottom: 1px solid;
}

#PlentyDynamicPreviewImagesContainer_1 {
  background: none repeat scroll 0 0 #fff;
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ddd;
}

.thumpcontainer {
  float: left;
}


.left_column .PlentyCatItemLevel_1 {
    display: none;
}

.left_column .PlentyCatItemLevel_1.Active{
    display: block;
}
.left_column .PlentyCatItemLevel_1.Active>a {
    display: block;
	background: none repeat scroll 0 0 #181818;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "PTSansNarrowBold",sans-serif;
    font-size: 18px;
    line-height: normal;
    padding: 8px 5px 5px 40px;
    position: relative;
    text-transform: uppercase;
}

.left_column ul ul li.PlentyCatMenuLevel_2,
.left_column ul ul li.PlentyCatMenuLevel_3,
.left_column ul ul li.PlentyCatMenuLevel_4 {
    list-style-image: none;   
}

.left_column .PlentyCatItemLink_2 {
    background: url("../images/list-style-image.png") no-repeat scroll 10px 15px #f4f4f4;
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 10px 0 10px 25px;
}


.left_column ul li ul li.HasSubCat ul {
    display: none;
}



.left_column ul li ul li.Active.HasSubCat ul {
    background: none repeat scroll 0 0 #f5f5f5;
    display: block;
}

.left_column ul ul li {
    list-style-image: none;
}


.left_column .PlentyCatItemLink_3 {
    background: none repeat scroll 0 0 #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0 5px 35px;
}

.left_column .PlentyCatItemLink_4 {
    background: none repeat scroll 0 0 #cacaca;
    border-bottom: 1px solid #ddd;
    color: #000;
    display: block;
    margin-bottom: 0;
    padding: 5px 0 5px 55px;
}
.left_column .PlentyCatItemLink_2:hover,
.left_column .PlentyCatItemLink_3:hover, 
.left_column .PlentyCatItemLink_4:hover,
.left_column .PlentyCatItemLink_2.Active,
.left_column .PlentyCatItemLink_3.Active,
.left_column .PlentyCatItemLink_4.Active {

background: #ae1e20;
color: #fff
}







