/* hide prices */
.price-box,.tax-details,.top-subtotal,.top-cart-contain .price {
	display:none;
}
/* end hide prices */
.product-view .product-shop .product-name h1{
	font-weight:bold;
}
.product-view .product-shop .availability{
	display:none;
}
.product-view .product-options .wrapper{
	margin:0;
	padding:10px 0;
	background:#F1F1F1;
}
.product-view .product-options .wrapper h2{
	margin-left:15px;
}
.catalog-category-view .ma-main-container{
	padding:0;
}
.catalog-category-view .ma-main-container .main{
	margin-top:0!important;
	padding:0;
}
.products-list .product-name a{
	font-weight:bold;
}
.products-list .product-image{
	border:0;
}
.products-list li.item{
	border-bottom:1px solid #E1E4EB;
}
.products-list li.item:last-child{
	border:0;
}
.row-fluid .span3{
	width:260px;
	margin-top:10px;
}
.logo{
	width:260px!important;
}
.cms-datenschutz h3{
	font-weight:bold;
}
.footer-static .block-subscribe input.input-text{
	width:200px;
}
.box-footer div a{
	height: 30px;
	width: 30px;
	display: block;
	position: relative;
}
.ma-footer-static-container .gplus{
	background: url("../images/gplus.png") no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin:0 0 0 10px;
}
.ma-footer-static-container .gplus:hover{
	background: url("../images/gplus.png") no-repeat 0 100%;
	cursor: pointer;
}
.ma-footer-static-container .youtube{
	background: url("../images/youtube.png") no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin:0 0 0 10px;
}
.ma-footer-static-container .youtube:hover{
	background: url("../images/youtube.png") no-repeat 0 100%;
	cursor: pointer;
}
.ma-footer-static-container .twiter{
	background: url("../images/twitter.png");
}
.ma-footer-static-container .twiter:hover{
	background: url("../images/twitter.png") no-repeat 0 100%;
	cursor: pointer;
}
.ma-footer-static-container .facebook{
	background: url("../images/facebook.png");
}
.ma-footer-static-container .facebook:hover{
	background: url("../images/facebook.png") no-repeat 0 100%;
	cursor: pointer;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName,
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1, .pt_custommenu .itemSubMenu h4.level2, .pt_custommenu .itemSubMenu a.level2, .pt_custommenu .itemSubMenu h4.level3, .pt_custommenu .itemSubMenu a.level3, .pt_custommenu .itemMenu a.level1.nochild{
	color:#fff!important;
}
.pt_custommenu .itemMenu .itemMenuName:hover span{
	color:#e3093b!important;
}
.product-view .product-img-box .product-image,
.product-view .product-img-box .more-views li a{
	border:0;
}
.bilder{
	display: block;
	height: 138px;
	overflow: hidden;
	margin-bottom: 20px;
}
.homebild{
	float:left;
	width:33.333333333%;
}
.product-shop .product-options-bottom .tax-details{
	padding-left: 5px;
	top: 5px;
	position: relative;
}
.product-view .short-description .std,
.product-view .product-shop .product-name h1,
body, a, h1, h2, h3, h4, .label,
.product-options dt label,
.product-options-bottom .add-to-cart label,
.product-view .button.btn-cart span,
.product-tabs a,
.products-list .product-name a,
.products-list .desc,
.products-list .button.btn-cart span span,
.pager .limiter label,
.pager .limiter,
.pager .sort-by label{
	/*color:#818dab;*/
	color:#3f4e71;
}

.data-table tbody th, .data-table tbody td{
	border:0;
	text-shadow:none;
	font-size:14px;
	line-height:21px;
}
.product-tabs-content .std{
	font-size:14px;
}
.box-attachments h2{
	margin-top:20px;
}
.pt_custommenu .itemMenu a.level1.nochild{
	font-size:17px;
}

/* Cropper */
.imgCrop_wrap .imgCrop_text {background-color:#FFF;font-size:12px;line-height:1;position:absolute;}
.imgCrop_wrap .imgCrop_textWidth {left:50%;margin-left:-20px;top:5px;}
.imgCrop_wrap .imgCrop_textHeight {margin-top:-5px;right:5px;top:50%;}

#printable-area-image {
	/* height:auto; */
	/* max-height:600px; */
	/* max-width:600px; */
	/* width:auto; */
}
#printable-area-image.dimension {
	height:auto;
	max-height:600px;
	max-width:600px;
	width:auto;
}

.checkout-cart-index .product-name a {color:#3f4e71;}

.truncated_full_value .aitcg_image_div {transform:scale(0.75);}

.quality-meter {display:block;}
.quality-meter span {}
.quality-meter .quality-bar {
	background: rgba(255,0,0,1);
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,255,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(100%, rgba(0,255,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,255,0,1) 100%);
	background: -o-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,255,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,255,0,1) 100%);
	background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,255,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff00', GradientType=1 );
	border:1px solid #333;
	height:10px;
	left:25%;
	position:absolute;
	top:15px;
	width:50%;
}
.quality-meter .quality-bar .handle {
	background-color:#000;
	height:20px;
	left:0%;
	position:absolute;
	top:-5px;
	width:2px;
}
.quality-meter .quality-bar .info {
	color:#000;
	font-size:0.9em;
	padding-top:15px;
}

/*.header-top .form-search {
	background:url("../images/tab_search.png") no-repeat scroll 50% 50% ;
}*/
.header-top .form-search input.input-text {color:#3f4e71;}

.cms-weihnachtsgeschenke {}
.cms-weihnachtsgeschenke .std {}
.cms-weihnachtsgeschenke .std table {margin:0 auto;}
.cms-weihnachtsgeschenke .std table td {padding:0 20px;}
.cms-weihnachtsgeschenke .std table td:first-child {padding:0}

.checkout-onepage-success .main a {color:#e3093b;}
.checkout-onepage-success .main a:hover {text-decoration:underline;}

.cart-empty a { color: #e3093b; }
