/* When customizing the theme without Sass you should edit this file */
/* Remember to rename it to custom.css */
.product-view .product-options .option:first-of-type {
    margin-top: 0;
}
.truncated_full_value{
	display:none;
}

/* Florian Saiter - 09.05.2014 */
/* Quick fix for not displaying pricing matrix */
#print_options_block7 {
    display: none;
}
#options_grid .product-name {
  display: none;
}
.attribute_tab div{
	color: #3e4d5c;
	border: 1px solid transparent;
	border-right: 1px solid #ddd;
	background-color: #fff !important;
}
.attribute_tab div.active{
	color: #e00034;
	border: 1px solid;
	border-color: #ddd transparent #ddd #ddd;
}
.product-view .product-options .option {
	background: #f9f9f9;
	border: 1px solid #e4e4e4 !important;
	margin-right: 0.5em;
	text-align: center;
}
.my-account .cart-list a.cartItemPreview { display: inline-block;position: absolute; right: 80%;top: 40px;}
.my-account .cart-list a.pdfDownload {  position: absolute; top: 80px; right: 60%;}
.my-account .cart-list .prev {
	display: inline-block;
	position: absolute;
	padding-top: 20px;
	left: 158px;
	max-height: 160px;
}
.my-account .cart-list dl.item-options { margin-top: 123px; }