@charset "UTF-8";
/* CSS Document */

/*
 * Slider general
 */
 
#store .slider .next {
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/background/bkg-slider-next.png) no-repeat left top;
	z-index: 10;
	overflow: hidden;
	top: 50%;
	margin-top: -18px;
	right: -11px;
}
#store .slider .prev {
	left: -11px;
	top: 50%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/background/bkg-slider-prev.png) no-repeat left top;
}
#store .slider .next a,
#store .slider .prev a {
	padding-left: 36px;
	display: block;
	height: 36px;
}
#store .slider-container div {
}
#store .slider-container img {
	float: left;
}

#store .prev, 
#store .next,
#store .item {
	display:none;
}

#store .item .image.vz-no-image {
	background: #fff url(../images/background/no-image.gif) no-repeat center center !important;
}

/*
 * Article Slider
 */

#store .article-slider .slider-container {
	height: 267px;
}
#store .article-slider {
	margin: auto;
	position: relative;
}
#store .article-slider .next,
#store .article-slider .prev {
	display: none;
}
#store .article-slider .next {
	right: -5px;
}
#store .article-slider .prev {
	left: -5px;
}
#store .article-slider .item {
	width: 228px;
	height: 267px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}

#store  .detail .article-slider .item {
	margin: 0;
}

#store  .vz-itemlist .item {
	margin-left: 8px;
}

#store .article-slider .inner {
	width: 222px;
	height: 261px;
	margin: 3px 0 0 3px;
	background: #dfdfdf;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .15);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .15);
}
#store .article-slider .inner a {
	display: block;
	padding: 8px;
	height: 245px;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
	position: relative;
}
#store .article-slider .inner .image {
	background: #ffffff;
	display: table-cell;
	width: 202px;
	height: 156px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background: #fff url(../images/background/ajax-loader.gif) no-repeat center center;
}
#store .article-slider .inner .image img {
	float: none;
	
}

#store .article-slider .inner .title {
	padding: 8px 5px;
	display: block;
	height: 3em;
	overflow: hidden;
}

#store .article-slider .inner .bo {
	padding-left: 5px;
}

#store .article-slider .inner .eek {
    position: absolute;
    right: 9px;
    top: 7px;
    background: #dedede;
    padding: 2px 6px;
    border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    color: #444;
}


#store .article-slider .inner .price,
#Body #store .article-slider .inner .price * {
font-family: TradeGothicBoldCondTwenty, Arial, Helvetica, sans-serif;
}
#store .article-slider .inner .price {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 18px;
	width: 202px;
	text-align: right;
	vertical-align: bottom;
}

#store .article-slider a:hover {
	text-decoration: none;
}
#store .article-slider a:hover .title {
	text-decoration: underline;
}

#store .article-slider .inner .price .value {
	color: #a32924;
	font-size: 20px;
}
#store .article-slider .inner .price .stp {
	float: left;
	color: #62696b;
	font-size: 14px;
	line-height: 16px;
}
#store .article-slider .inner .price .stp .value {
	color: #62696b;
	font-size: 16px;
	text-decoration: line-through;
	-moz-text-decoration-color: #a32924;
	-webkit-text-decoration-color: #a32924;
	-ms-text-decoration-color: #a32924;
	-o-text-decoration-color: #a32924;
	text-decoration-color: #a32924;
}
#store .article-slider .inner .vz-newitem {
	display: block;
	width: 66px;
	height: 66px;
	position: absolute;
	right: 11px;
	bottom: 96px;
	background: url(../images/neu.png) no-repeat right bottom;
}

#store .article-slider .inner .vz-newitem span {
	visibility: hidden;
}

#store .detail .article-slider .next,
#store .detail .article-slider .prev {
	margin-top: 10px;
}

#store .detail .article-slider .next {
	right: -15px;
}
#store .detail .article-slider .prev {
	left: -15px;
}