/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
body {background:  url(../images/bg_verlauf.jpg) repeat-x; background-color: #efefef}
.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0; border:1px solid #ededed; background-color: #fff;}
.round_box {background-color: #fbfbfc; border: 1px solid #eeeeee; padding:5px; width: auto;}
.nonfloat {float: none!important;}
a:link, a:visited {color: #868889;}
a:hover {text-decoration: none;}
/* Base Columns */ 
.col-left { float:left; width:200px;  padding:5px 5px 0; min-height:400px; height:auto !important; height:150px;}
.col-main { float:left; width:766px;  padding:8px; }
.col-right { float:right; width:200px;  padding:5px 5px 0;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; margin-bottom: 20px;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:560px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

.hide {display: none;}
/* Global Styles ========================================================================= */
/* Button Style */

button { 
	margin-top: 1px;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.default { 
	position: relative;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 0; 
	margin-right:5px; 
	text-align: center; 
	background: transparent url(../images/btn-gray-sprite.png) no-repeat right -105px; 
}
	
button.default span {
	padding: 5px 0 0 15px; 
	height:25px; 
	background: transparent url(../images/btn-gray-sprite.png) no-repeat left top; 
	color: #636465;
}
button.addcart, .button.checkout, #review-buttons-container button { 
	background: transparent url(../images/btn-green-sprite.png) no-repeat right -105px; 
}
	
button.addcart span, button.checkout span, #review-buttons-container button span {
	background: transparent url(../images/btn-green-sprite.png) no-repeat left top; 
	color: #fff;
}
	
button.default:hover, button.defaultBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -140px; 
}
	
button.default:hover span, button.defaultBtnHover span {
	background-position: 0 -35px;
}


button.default:focus, button.defaultBtnFocus { /* the redundant class is used to apply the hover state with a script */
	background-position: right -175px; 
}
	
button.default:focus span, button.defaultBtnFocus span {
	background-position: 0 -70px;
}


button.tmb {
	float: left;
	margin-left: 2px;
	margin-top: 15px;
}

button.addcart {
	position: relative;
	top:-7px;
	left: 15px;
}
#send2 { float: right;}
.button.nonfloat {
	float: none;
	clear: both;
}
.button.blist {
	margin-top: 5px;
	float: none;
}
.button.blist span {

}
.button.row {
	margin-right: 5px;
	float: left;
}

.button.default.small span {
	padding-right: 10px;
}
.button.default.dropdown span {
	text-align:left;
}
.button.default.dropdown {
	margin-top: 5px;
}
.button.default.dropdown span a {
	background-image: none!important;
	color: #fff!important;
	height: auto!important;
	text-transform: none!important;
	padding: 2px!important;
	width: auto!important;
}
.button.default.dropdown span a:hover {
	background-color: transparent!important;
}

/*

.button {
	cursor:pointer;
}
.button.default {
	background:url(../images/btn-small-gray-left.png) no-repeat 0 0px;
	background-color: transparent;
	cursor:pointer;
	display:block;
	font-weight:bold;
	height:29px;
	width:auto;
	float: right;
	text-align:left;
	padding-left: 15px;	
}
.button.search {
	background:transparent url(../images/btn-small-ls-gray-left.png) no-repeat 0 0px;
}

.button.default span {
	display:block; cursor:pointer; position:relative; white-space:nowrap;
	padding-top: 5px;
	padding-right: 20px;
	height:31px;
	color:#636465;
	background:url(../images/btn-small-gray-right.png) no-repeat right 0px;
	background-color: transparent;	
	display:block;
}


.button.default:hover span {
	background-position:right -34px;
}
.button.default:active span, div.button:focus span {
	background-position:right -68px;
}
.button.default:hover {
	background-position:0 -34px;
}
.button.default:active, div.button:focus {
	background-position:0 -68px;
}
.button.default.small {
	padding-left: 10px;	
}
.button.default.small span {
	padding-right: 10px;
}
.button.default.dropdown span {
	text-align:center;
}
.button.default.dropdown span a {
	background-image: none!important;
	color: #636465!important;
	height: auto!important;
	text-transform: none!important;
	padding: 2px!important;
	width: auto!important;
}
.button.default.dropdown span a:hover {
	background-color: transparent!important;
}
.button.white {
	height:30px;	
	background:transparent url(../images/btn-small-white-left.png) no-repeat 0 0px;
	float: left;
	padding-left: 24px;		
}

.button.white span {
	padding-top: 8px;	
	background:transparent url(../images/btn-small-white-right.png) no-repeat right 0px;
}
.button.white span a, .button.white span a:visited {color: #e2001a; text-decoration: none;}

.button.checkout {
	background:transparent url(../images/btn-small-green-left.png) no-repeat left 0px;
}
.button.checkout span {
	background:transparent url(../images/btn-small-green-right.png) no-repeat right 0px;
	color: #fff;
}

.button.addcart {
	position: relative;
	top:-9px;
	left: 18px;
	padding-left: 30px;		
	height: 35px;
	background:transparent url(../images/btn-cart-left.png) no-repeat 0 0px;
}
.button.addcart span {
	color: #fff;
	background:transparent url(../images/btn-cart-right.png) no-repeat right 0px;
	padding-top: 7px;	
	padding-right: 25px;
}	
.button.addcart:hover span {
	background-position:right -40px;
}
.button.addcart:hover {
	background-position:0 -40px;
}
.button.addcart:active span, div.button:focus span {
	background-position:right -80px;
}
.button.addcart:active, div.button:focus {
	background-position:0 -80px;
}
*/
/* Featured Products Home */
.featured-products {
    position:relative; 
    overflow:hidden; 
    width: 910px; 
    height:250px; 
    float: left;
}
.featured-products-content {
    width:20000em; 
    position:absolute; 
}

a.featured-products-next, a.featured-products-prev {
    height:250px; 
	width: 28px;
	cursor: pointer;
	background-color: #fbfbfc;
	display: block;	
}
a.featured-products-next{
	background: url(../images/slider-next.gif) no-repeat 0px 0px;
	background-position: left top;
}
a.featured-products-prev {
	background: url(../images/slider-prev.gif) no-repeat 0px 0px;
	float: left;
	margin-right: 7px;
	background-position: left top;
}
a.featured-products-next {
	float: right;
}

.table-product-item {
	margin-right: 7px;
	background-color: #fff;
	padding: 10px;
}

.featured-product-item {	
	float: left;	
	width: 200px;
	margin-right: 7px;
	background-color: #fff;
	padding: 10px;
	height: 222px;
}
.featured-product-item .featured-product-image, .table-product-image {
	text-align: center;
}
.featured-product-item h3, .table-product-image h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 2px;
}
.featured-product-item .price-box, .table-product-item .price-box, .table-product-list .price-box {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	display: inline;
}
.featured-product-item span.pre-price, .table-product-item span.pre-price, .table-product-list span.pre-price {
	font-size: 16px;
	color: #868889;	
}
.featured-product-item span.tax-details, .table-product-item span.tax-details {
	display: block;
	font-size: 10px;
}
.table-product-list span.tax-details {
	display: block;
	font-size: 9px;

}


/* Form Elements 
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; background: transparent; border: none; font-size: 14px;}
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:300px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:290px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both;}
.buttons-set .back-link { }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; background-color: #fff;margin-bottom:4px;}
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:8px;}
.breadcrumbs li, .breadcrumbs ul { display:inline; }

/* Page Heading */
.page-title-second {
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
}
.page-title {
	background-color: #929495;
	padding: 3px;
	padding-left:7px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.page-title h1 {
	padding-left: 80px;
}
.page-title .cart-icon-empty {
	background:  url(../images/icon-cart-big.png) no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	top:-20px;
}
.box_aufbau {
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.box_messe {

}
.auf_messe {
	background:  url(../images/icon-open.gif) no-repeat;
	width: 63px;
	height: 54px;
	float: left;
	margin-right: 10px;	
}

.im_aufbau {
	background:  url(../images/im_aufbau.gif) no-repeat;
	width: 75px;
	height: 51px;
	float: left;
	margin-right: 10px;	
}
.page-title .icon-phone-big {
	background:  url(../images/icon-phone-big.png) no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	top:-20px;
}
.page-title .icon-faq {
	background:  url(../images/icon-faq.png) no-repeat;
	width: 70px;
	height: 70px;
	position: relative;
	float: right;
	top:-25px;
	margin-right: 10px;
	margin-bottom: -50px;	
}
.page-title .icon-lieferung {
	background:  url(../images/icon-lieferung.png) no-repeat;
	width: 70px;
	height: 70px;
	position: relative;
	float: right;
	top:-25px;
	margin-right: 10px;
	margin-bottom: -80px;	
}
.page-title .icon-paket {
	background:  url(../images/icon-paket.png) no-repeat;
	width: 70px;
	height: 70px;
	position: relative;
	float: right;
	top:-25px;
	margin-right: 10px;
	margin-bottom: -80px;	
}


.page-title .cart-icon-full {
	background:  url(../images/icon-cart-big-full.png) no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	top:-20px;
}
.cms-page-view .page-title {}

.cms-page-view .slider {
	margin-bottom: 10px;
	width: auto!important;
}
.cms-page-view .page-title h1 {padding-left: 0;}
.cms-page-view .slider div {display: none;padding: 20px;padding-top:10px; line-height: 1.5em;}
.cms-page-view .slider h4 {cursor: pointer;color: #000;}
.cms-page-view .slider h4:hover {color:#868889;}
.cms-page-view .slider div p {margin:0;}

.push-content {
	margin-left: 85px;
	margin-bottom: 15px;
}

.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {background: url(../images/pager-bg.gif) repeat-x; padding: 5px; vertical-align: middle;}
.pager .amount { float:left; }
.pager .limiter { float:right; }

.pager select, .sorter select {display: inline;position: relative;top:-2px;}
/* Sorter */ 
.sorter { background: url(../images/sorter-bg.gif) repeat-x;  padding:5px; position: relative; top:-6px;}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}
.sorter .pages {float: left}
.sorter .pages ol { display:inline; }
.sorter .pages li { display:inline; }
.sorter .pages .current {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Shopping cart */

#shopping-cart-table input.qty {
	float: left;
	margin-right: 3px;
}
#shopping-cart-table .cart-qty-cell {
	width: 60px;
}
/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std h1 {
	
}

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
#logo {float: left; width:308px; height:57px; overflow:hidden; position: relative; top: 7px;} 
.header-container {}
.header { padding:10px;}

.header-line {background: transparent url(../images/header-line.jpg) no-repeat; height: 30px; color: #868889; font-size: 14px;padding-left: 8px; line-height: 30px; font-weight: bold;}
.header-line-blank {background: transparent url(../images/header-line-blank.jpg) no-repeat; height: 30px; color: #868889; font-size: 14px; text-transform: uppercase; padding-left: 8px; line-height: 30px; font-weight: bold; position: relative; left:-8px;width: 990px;margin-bottom: 10px;}

.header-line-categories {background: transparent url(../images/header-line-categories.jpg) no-repeat; height: 30px; color: #868889; font-size: 14px; text-transform: uppercase; padding-left: 8px; line-height: 30px; font-weight: bold; position: relative; left:-8px;width: 990px;margin-bottom: 10px;}

.products-grid .show_empty {
	width:170px;
}
.quick-access {float: right;text-align: right;}
.language-switcher {float:left;margin-top: 2px;}
.quick-access .links {margin-left: 40px;}
.quick-access .links li { float:left; padding:0 8px; background:transparent url(../images/header_link_separator.gif) no-repeat scroll right center;}
.quick-access .links li.last {background: none;padding-right:0;}
.quick-access .links li a.top-link-checkout {font-weight: bold;}
.quick-access .links li a, .quick-access .links li a:visited, .top-shopping-cart a, .top-shopping-cart a:visited {color: #868889; text-decoration: none;}
.quick-access .links li a:hover, .top-shopping-cart a:hover {text-decoration: underline;}


.form-search { text-align:left; }
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.form-language { text-align:center; }
.ac_loading {
    background: white url('../images/indicator.gif') right center no-repeat !important;
} 

/* Shopping Cart Top ========================================================================= */
.top-shopping-cart {	
	padding: 5px;
	border: 1px solid #d9dadb;
	background-color: #fff;
	text-align: left;
	width: 200px;
	float: right;
	color: #000;
}
.top-shopping-cart img, .cms-heka-messen table img {
	float: left;
	margin-right: 10px;
}
.top-shopping-cart strong {
	display: block;
	margin-top: 3px;
}



/********** < Navigation */
.top-navigation {
	margin-top: 10px;
	background-color: #e2001a;
}
.top-navigation-checkout {
	margin-top: 30px;
}
#topnav {
	float: left;	
}
#topnav li {
	text-align: center;
	vertical-align: middle;
	float: left;
	position: relative; /*--Important--*/
	background:transparent url(../images/navigation_link_seperator.gif) no-repeat right center;
	
}
#topnav li a {
	padding: 8px;
	background: transparent url(../images/navigation_indicator.gif) no-repeat 8px center;
	vertical-align: middle;
	display: block;
	width: 140px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#topnav li a:hover, #topnav li a.active {
	background: transparent url(../images/navigation_indicator-b.gif) no-repeat 8px center;
	color: #efefef;
	background-color: #bb0016;
}
#topnav li:hover {
}
#topnav li.last a {
	background-image: none;
	padding-left: 0px;
	width: 110px;
}
#topnav li.last a:hover {
	background-image: none;
}
#topnav li.non-drop a {
	background-image: none;
	width: 120px;
}

ul#topnav li .sub {
	display: none;
	position: absolute; /*--Important--*/
	top: 31px; left: 0;
	padding: 7px;
	padding-bottom: 12px;
	background-color: #bb0016;
	z-index: 999;
	margin-bottom: 7px;
}
ul#topnav li .sub h3 {
	padding-left: 5px;
	margin-bottom: 7px;
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 250px;
	float: left;
	margin-right: 10px;
}
ul#topnav .sub ul.last {
	margin-right: 0;
}
ul#topnav .sub ul li {
	background-image: none;
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	text-align: left;
	border-bottom:  1px solid #ebb3ba;
	padding:0;	
}
ul#topnav .sub ul li a {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	text-transform: none;
	background-image: none;
	float: none;
	height: auto; /*--Override height from parent list item--*/
	width: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	background-image: none;
	background-color: #e2001a;
	color: #fff;
}
ul#topnav .sub ul li:hover {
	background-color: #e2001a;
}
ul#topnav .sub h5.heka-dropdown {
	padding: 2px;
	margin-left: 0;
	margin-right: 20px;
	border-top: 1px solid #ebb3ba; 
	border-bottom: 1px solid #ebb3ba; 
	width: auto;
	text-align: left;
	background: url(../images/heka-icon-small.gif) no-repeat 0 3px;
	padding-left: 32px;
}
ul#topnav .sub h5.heka-dropdown a {
	text-transform: none;
	background-image: none;
	float: none;
	height: auto; /*--Override height from parent list item--*/
	width: auto; /*--Override height from parent list item--*/
	display: block;
}
ul#topnav .sub h5.heka-dropdown a:hover {
	background-color: #e2001a;
}
/* Alle Hersteller */
ul.hersteller li {
	float: left;
	text-align: center;
	width: 220px;
	margin-right: 30px;
	margin-bottom: 15px;
}
ul.hersteller li div.round_box {
	width: auto;
}
ul.hersteller li.last {
	margin-right: 0px;
}
ul.hersteller {
	clear: both;
}
ul.hersteller li div.round_box {
	background-color: #fff;
}
ul.hersteller img {

}
/* Search Bar */
#search_mini_form {
	display: inline;
	float: right;
}
#search_mini_form label {
	display: none;
}
#search {
	position: relative;
	top:2px;
	background: transparent url(../images/search_input_background.gif) no-repeat left top;
	width: 320px;
	height: 25px;
	text-indent: 10px;
	border: 0;
    border-color:transparent; /*Fix IE*/
	font-size: 13px;
	color: #b2b2b2;
	float: left;
}
#nav { display: none;}
/*
/* All Levels 
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level 
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level 
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven 
#nav ul ul { top:7px; }

/* Show Menu 
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
*/
/********** Navigation > */
/* ======================================================================================= */
/********** < Home Page */
.vk-box-front {
	float: right;
	width: 385px;
	margin-bottom: 7px;
}
.vk-box-front img {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
.vk-box-front h3 {
	padding-bottom: 10px;
	padding-top:2px;
	padding-left: 5px;
	color: #000;
	text-transform: uppercase;
}
a.gray-arrow {
	background: transparent url(../images/icon-arrow-gray.gif) no-repeat left 2px;
	padding-left: 15px;
}
div.box-phone {
	background: url(../images/icon-phone.gif) no-repeat 5px 0;
	padding-left: 50px;
}
div.box-mail {
	margin-top: 5px;
	background: url(../images/icon-mail.gif) no-repeat 5px 0;
	padding-left: 50px;
	padding-bottom: 10px;
}
div.box-haus {
	margin-top: 5px;
	background: url(../images/icon-haus.gif) no-repeat 5px 0;
	padding-left: 50px;
	padding-bottom: 10px;
}
.vk-box-front div.box-phone span, .vk-box-front div.box-mail a:link, .vk-box-front div.box-mail a:visited {
	color: #000;
	font-size: 16px;
}
.box-unternehmen  {
	padding-left: 10px;	
	width: 560px;
	float: left;	
}
.feature-box {
	padding-top: 0;
	position: relative;
	width: 573px;
	float: left;
	color: #000;
	padding:0;
	margin:0;
	text-align: center;
}
.feature-box h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}
.feature-box h1 a, .feature-box h1 a:visited {
	color: #000;
}
.feature-box h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	margin-top: -5px;
}
.feature-box strong {
	color: #e2001a;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	margin-bottom: 7px;
}
.feature-box p {
	font-size: 14px;
	padding-bottom: 10px;
	
}
.feature-box p em {
	text-decoration: line-through;
	font-weight: bold;
}
.feature-box p span {
	color: #868889;
	font-size: 12px;
}

/* Kategorien Home */

.cms-home .cat-front, .cat-all {
	list-style-type: none;
	padding-left: 0;
	width: 310px;
	float:left;
	margin-right: 20px;
}
.last-cat, .cms-home .last-cat {
	margin-right: 0px;
}
.cms-home .cat-front li, .cat-all li {
	border-bottom:  1px solid #c2c3c4;
	padding-bottom: 4px;
	padding-top: 4px;
}
.cms-home .cat-front li a, .cat-all li a {
	font-size: 14px;
	text-decoration: none;
	display: block;	
}
.cms-home .cat-front li:hover, .cat-all li:hover {
	background-color: #FBFBFC;
}
.cat-all ul {
	width: 300px;	
	margin-left: 10px;
}

/* ======================================================================================= */
/********** < Generic Pages */


.generic-head {
	position: relative;
	text-align: right;
	background-color: #929495;
	margin-left: 7px;
	padding:3px;
	text-transform: uppercase;
}
.generic-head h1 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-right: 100px;
}
#heka-icon {
position: relative; float: right; top:-60px; right: 10px; z-index: 999; margin-bottom: -60px;
}
#heka-caticon {
	position: relative;
	top:-54px;
	right:10px;
	float: right;
	margin-bottom: -60px;
}

#heka-icon-bigheadline {
	position: relative; float: right; top:-60px; right: 10px; z-index: 999;
	margin-bottom: -75px;
}
.sb-generic {
	padding:0;
	margin-left: 7px;
	width: 220px!important;
	margin-top: 30px;
	margin-bottom: 25px;
	min-height: 0!important;
	
}
.sb-generic ul li a {
	text-decoration: none;
	display: block;
}
.sb-generic ul li a:hover {
	color: #000;
}
.sb-generic ul li {
	border-bottom:  1px solid #d9dadb;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
}
.sb-generic ul li.last {
	border: none;
}
.main-generic {
	width: 730px;
	margin-right: 5px;
}

.main-generic p {
	line-height: 18px;
}
.main-generic p.generic-feature {
	width: 730px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.main-generic p.generic-left {
	line-height: 18px;
	display: block;
	width: 340px;
	float: left;	
}
.main-generic p.generic-right {
	line-height: 18px;
	margin-right: 10px;
	display: block;
	width: 340px;
	float: right;
}

/********** Generic Pages > */
/* ======================================================================================= */
/* Tool Fliesen */
.col-main .block-middle {
	margin-bottom: 10px;
	padding-bottom: 150px;
	background: #fff;
	padding: 7px;
	padding-bottom: 15px;
}
.col-main .block-middle h3, .cms-page-view h5 {
	color: #000;
}
.cms-agb h2 {
	font-size: 14px;
	font-weight: bold;
}
.cms-agb ol {
	margin: 5px;
}
.cms-agb ol li {
	margin-bottom: 7px;
}
.col-main .block-calculate {
background-color: #fff; border: 1px solid #eeeeee; padding:7px;
}
.form-calculate-right input {
	width: 150px;
}
#call_length {
	cursor: pointer;
}
.form-calculate-left label {
	display: block;
	font-size: 14px;
}
#calculate_tile_size h4 {
	border-bottom: 1px solid #d9dadb;
	margin-bottom: 5px;
	margin-top: 10px;
}
#calculate_tile_size .form-calculate-left, .fl {
	float: left!important;
}
#calculate_tile_size .form-calculate-right, .fr {
	float: right;
}
#calculate_tile_size .form-calculate-right, #calculate_tile_size .form-calculate-left {
	width: 250px;
}
.form-calculate-right input {border: none;padding: 2px; font-size: 12px; color: #868889;background: transparent; width: 150px;}
.form-calculate-right label {
	display: none;
}
.form-calculate-right input.wide {width: 100%;}

#tool-result {
	border: 1px solid #ccc;
	background-color: #FBFBFC;
	display: none;
	padding: 7px;
	text-align: center;
	margin:2px;
	margin-top: 5px;
}
#tool-result h2 a {
	color: #000;
}
#tool-result h2 a em {
	font-size: 12px;
}


/* Sidebar =============================================================================== */
.block { }
.block .block-title { 
	display:block;
}
.block .block-title h2 { 
	color: #000;
	font-size: 14px;
	font-weight: bold;
 }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content {margin-left: 3px;}
.block .actions { text-align:right;}
.block .actions a { float:left;  font-size: 11px;}

/* Block: Account */
.block-account {
	margin-top: 15px;
}
.block-account ul li {margin-bottom: 3px;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.widget-btn {
	float: right;
	margin-top: -2px;
}
.block-layered-nav-box {margin-bottom: 7px;padding:7px;}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently, .compare-items {margin-top: 3px;margin-bottom: 5px;}
.compare-items li a, .compare-items li a:visited {
	color: #fff;
} 
.block-layered-nav .currently li, .compare-items li {
	 background-color: #929495;
	 border-top:1px solid #eee;	
	 border-bottom:1px solid #eee;	
	 padding: 3px;
	 color: #fff;
	 margin-bottom: 2px;
}
.round-layer, .block-compare, .block-recent-viewed {
	padding: 7px;
	margin-bottom: 7px;
}
.round-layer strong {
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.round-layer ol li {
	margin-left: 7px;
}
.block-layered-nav .attribute-filter li {
	margin-bottom: 3px;
}

.round-layer ol li a:hover {
}
/* Block: VK Info */

.block-vk p {
	width: 175px;
	padding-top:5px;
	padding-bottom: 5px;
}
.block-vk {
	background: url(../images/icon-laster-small.gif) no-repeat;
	background-position: 127px 57px;
	background-color: #FBFBFC;
}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare .block-title {margin-bottom: 0; padding-top: 0!important;}
.col-right .block h2 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.col-right .block .block-title { 
	padding: 3px;
	background: transparent;
}

/* Block: Viewed */
.block-recent .block-title-recent {margin: 0;padding: 0;}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }


/* Block: Reorder */
.block-reorder {margin-top:7px;}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress div {margin-bottom: 5px;}
.block-progress strong {
	color: #000;
}
.block-progress {margin-bottom: 10px;}
.block-progress h2 {
	border-bottom:1px solid #868889;
}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title, .category-head { background-color: #818384; text-align: right;height: 35px; vertical-align: middle;}
.category-title h2 {color: #fff; font-size: 24px;font-weight: bold; padding-right: 150px;}
.category-image { position: relative; margin-top: -55px;float: right; top:0; right: 10px;}
.category-products {}
.category-head h1 {color: #fff; font-size: 24px;font-weight: bold;padding-right: 5px;}
.category-head {margin-bottom:7px;}


.cat-indexed {
	text-align: center;
	width: 220px;
	float: left;
	margin-right: 15px;	
	margin-bottom: 10px;
}
.cat-indexed-wrapper .round_box {
	background-color: transparent;
}
.cat-indexed-wrapper .last-cat {
	margin-right: 0;
}


/* View Type: Grid */
.products-grid { width:100%; }
.products-grid td {margin-bottom: 10px;}
.products-grid tr.even { }
.products-grid td {}
.products-grid td.empty {}
.table-product-list {
	position: relative;
	background: #fff;
	width: 170px;
	margin-bottom: 5px;
}
/* View Type: List */
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }

.table-product-list a.p-list-info, .table-product-list a.p-list-close {
	display: block;
	position: absolute;
	right:1px;
	top:1px;
	width: 20px;
	height: 18px;
	background: url(../images/icon-more-list.gif) no-repeat;
	background-position: top center;
}
.table-product-list a.p-list-close {
	background: url(../images/icon-more-close.gif) no-repeat;
}
.table-product-list a.p-list-info:hover, .table-product-list a.p-list-close:hover {
	background-position: 0 -19px; 
}
.table-product-list a.p-list-info em, .table-product-list-detail a.p-list-close em, .table-product-list-detail {
	display: none;
}

.table-product-list .table-product-list-detail {
	background-color: #fbfbfc; 
	padding:10px;
	top: 1px;
	right: 1px;
	position: absolute;
	
}
.table-product-list .table-product-list-detail ul li {
	padding-bottom: 4px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:250px; text-align: center;position: relative;}
.product-view .product-img-box .product-image { border:1px solid #ddd; background: #fff;}
.product-view .product-img-box .zoom-box {display:inline; position: absolute;  width: 28px; height: 24px; background: url(../images/icon-zoom-small.gif) no-repeat;}
.product-view .product-img-box h3 {text-align: left;font-size: 12px; font-weight: normal;}
.product-view .product-img-box .more-views {margin-top: 10px;}
.product-view .product-img-box .more-views ul { margin-left:-4px;margin-top:-5px;}
.product-view .product-img-box .more-views li { float:left; padding:1px; margin:0 0 8px 4px; }


.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:700px; }
.product-view .product-name {margin-top: -5px;}
.product-view .product-name h2 {font-size: 24px; text-transform: uppercase; font-weight: bold;border-bottom: 1px solid #eeeeee;color:#000;}
.product-view .short-description {margin-top: 5px;}
.product-view .short-description h3 {font-size: 12px;}
.product-view .product-manufacturer-box {margin-top: 7px;}
.product-view .product-middle-box {width: 325px;float: left;}
.product-view .product-price-box {float: right; width: 325px;margin-top: 7px;position: relative;padding:7px;}
.product-view .product-price-box ul li span {position: absolute;left:110px; color:#000;}

.product-view .product-price-box .price-box {margin-top: 10px;padding-left: 102px;font-size: 24px; color: #000;}
.product-view .product-price-box .tax-details {padding-left: 105px; font-size: 11px;}

/* Add to Links + Add to Cart */
.product-view .product-price-box .add-to-box {
	margin-top: 20px;
}
.product-view .product-price-box .add-to-box .add-to-cart label {font-weight: bold;}
.product-view .product-price-box .add-to-box .or { display: none;}
.product-view .product-price-box .add-to-box .add-to-links {margin-left: 105px;margin-top:10px;margin-bottom: 5px;}
.product-view .product-price-box .add-to-box .add-to-links li {margin-bottom: 3px;}
 
#qty {
	position: relative;
	background: transparent url(../images/qty-input.gif) no-repeat left top;
	top: -5px;
	width: 36px;
	height: 25px;
	text-indent: 12px;
	border: 0;	
	font-size: 14px;
	color: #000;
	padding-top: 5px;
	float: left;
}
.product-collateral h3 {
	font-size: 15px;
}
.product-collateral {
	margin-bottom:15px;
}
.product-collateral-tabs {
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #eeeeee;	

}
.product-collateral-tabs li {
	float:left;	 
	text-indent:0;
	padding:0;
	list-style-image:none !important; 
	margin-right: 7px;
}
.product-collateral-tabs li a {
	font-size: 14px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;	
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	font-weight: bold;
	padding:0px;
	padding-left: 7px;
	padding-right: 7px;
	margin:0px;	
	position:relative;
	background: #eeeeee;
	text-decoration: none;
	
}
.product-collateral-tabs li a:hover {
	background-color: #fff;
	text-decoration: underline;
	
}
.product-collateral-tabs li a.current {
	background-color: #fff;
}
.product-panes {
	background: #fff;	
	padding: 7px;
	padding-top: 10px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background-color: #fff;
}
.product-panes < div {
	background: #fff;	
	display: none;
}
.product-panes-footer {
	background: #fff;	
	border: 1px solid #eeeeee;
	border-top: none;
}
.product-panes h3 {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
#review-form input {
}

#product-description-copy .column {
	padding-right: 10px;
}

#warranty-info div.siegel {
	background: url(../images/heka_garantie.gif) no-repeat;
	width: 180px;
	height: 140px;
	float: left;
	margin-right: 7px;
}
#warranty-info div.siegel em {
	display: none;
}
/* Rating */
.ratings { }
.ratings .amount {}
.ratings .rating-links {margin-top: 5px;}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; float: left; margin-right: 5px;}
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { color:#37aa32!important; }
.availability .out-of-stock {  color:#f00!important; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {text-decoration:line-through; font-size: 14px;}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold;  }
.new-price {color: red;}
/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }


/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}



/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell h3 {background: transparent url(../images/header-line-blank.jpg) no-repeat;color: #868889;position: relative; left:-8px;width: 984px;padding:5px;padding-left: 10px;vertical-align: middle;margin-bottom: 7px;}


.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}
#customer-reviews p.date {display: inline; font-style: italic;}
#customer-reviews p.review-title {display: inline; font-size: 14px; font-weight: bold;}
#customer-reviews p.review-copy {margin-top:10px; padding-bottom:15px;border-bottom: 1px solid #eeeeee; margin-bottom: 20px;}
/* Block: Add Review */
.product-view .add-review h5 {font-size: 13px; margin-bottom: 5px;}
.product-view .add-review .product-name span { font-weight:normal; }
.product-view .add-review label {display: none;}
.product-view .add-review .float-box-left {width: 300px; float: left;}
.product-view .add-review .float-box-right {width: 600px; float: right; text-align: left;}


.product-view .add-review .input-text, .product-view .add-review textarea {border: none;padding: 2px; font-size: 12px; color: #868889;background: transparent; width: 300px;}
.product-view .add-review textarea {
	width: 590px;;
	height:90px;
}

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size: 16px; font-weight: normal; line-height: 1.3;}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}
.catalogsearch-advanced-index .range .input_wrapper {
	width: 100px;	
}
.catalogsearch-advanced-index .range div {
	display: inline;
}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-customer-view .product-review img {float: left;}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }

#product-review-table  {
	width: 300px;
}

/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.checkout-cart-index .page-title {
	margin-top: 15px;
}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals {background-color: #fff;margin-top: 5px;margin-bottom: 5px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ======================================================  ======================== */
/* One Page */
h1.header-checkout {
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;	
}
.input_wrapper {border:1px solid #ddd;padding: 2px; background: #fdfdfd;}

.input_wrapper_big {width:600px;}

.opc .buttons-set {border:none!important;}
#checkout-step-login .col-1, #checkout-step-login .col-2 {
	width: 44%;
	padding: 8px;
	height: 210px;
	border:1px solid #868889;
}
#checkout-step-login .buttons-set {
	margin:0;
	padding:0;
}
.opc { position:relative; list-style-type: none; }
.opc li.section {background-color: #fbfbfc; border: 1px solid #eeeeee; margin-bottom: 10px; padding:10px;}
.opc .step-title { padding:0; text-align:right;  }
.opc .step-title .number { float:left; font-weight: bold;line-height:22px; background-color: #868889; color: #fff; padding-left: 4px; padding-right:4px;margin-right: 5px;}
.opc .step-title h3 { float:left;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { cursor:default; color: #000; margin-bottom: 5px; border-bottom:1px solid #868889;}
.opc .step { padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc h4 {color: #000; margin-bottom: 5px; border-bottom:1px solid #eeeeee;  }
.form-list {
	margin-top: 5px;
}
.input-box {
	margin-right: 7px;
}
label {
	color: #000;
	font-weight: bold;
	margin-left: 2px;
}
.input-box input, .opc input.input-text, .input_wrapper_big input {
	padding: 1px;
	border: none;
	background: transparent;
	font-size: 14px;
}
.opc select {
	margin-top: 3px;
	margin-bottom: 3px;
}

h4.legend {
	margin-top: 10px;
	border-bottom:1px solid #eeeeee;
	width: 700px;
	margin-bottom: 5px;	
}
.opc span.price {
	font-weight: normal;
	color: #868889;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { font-size: 14px;}
.sp-methods dd ul {margin-bottom: 5px;}
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { margin-left:25px; color: #000; font-weight: bold;}
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; font-size: 11px; }
.checkout-agreements .agreement-content h2 {font-size: 12px; font-weight: bold;}
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

/*.col-main h3 {
	border-bottom:1px solid #ddd; 
	margin-bottom: 7px;
}
*/
.account-create {}
/* Account Login/Create Pages ============================================================ */


/* Contact ============================================================================= */
#contactForm textarea {
	width: 750px;
}
.contacts-index-index .page-title {
	margin-top: 25px;
}
.contacts-index-index .col2-set .round_box {
	width: 350px;	
}
.contacts-index-index .col2-set {
	margin-top: 7px;
	margin-bottom: 12px;
}
/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {margin-bottom: 10px;}
.dashboard h3, h3.account-subheadline {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 5px;
}
.dashboard h4, .dashboard h5 { float: left; margin-bottom: 7px;}
.dashboard .round_box, .order-view .round_box, .cms-page-view .round_box {
	width: 47%;
	margin-bottom: 10px;
}

.cms-heka-ansprechpartner .data-table tr td {
	width: 50%;
}
.cms-heka-ansprechpartner .data-table  {
	margin-top: 10px;
}
.cms-page-view .big_box {
	width: 660px;
	padding: 10px;
	background: transparent;
}
.cms-page-view .big_box img {
	margin-right: 7px;
	margin-bottom: 7px;
}
.cms-page-view .big_box h4 {
	margin-bottom: 5px;
}
.icon-edit {
	background: url(../images/icon-edit.png) no-repeat;
	padding-left: 18px;
	float: right;
	height: 16px;
}
.icon-edit-next {
	background: url(../images/icon-edit.png) no-repeat;
	padding-left: 18px;
	font-size: 12px;
	font-weight: normal;
}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }



/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { background-color: #929495; color:#fff;padding: 10px; padding-bottom: 20px;}
.footer div {width: 200px;float: left;}
.footer h3 {font-size: 14px; text-transform: uppercase;font-weight: bold;margin-bottom: 5px;}
.footer h3 a, .footer h3 a:hover, .footer h3 a:visited {color: #fff; text-decoration: none;}
.footer div ul li {width: 150px;  border-bottom: 1px solid #c2c3c3;font-size: 11px;}
.footer div ul li a, .footer div ul li a:visited {color:#fff; text-decoration: none;display: block; padding-bottom: 3px; padding-top:3px;}
.footer div ul li a:hover {}
.footer div ul li:hover {background-color: #868889;}
.footer h3.icon-newsletter {background: transparent url(../images/icon-newsletter.png) no-repeat;padding-left: 35px;}

/* Block: Subscribe */
.footer div.block-subscribe {width: 350px; font-size: 11px;}
.footer div.block-subscribe div.input-box {width: auto;}
.footer div.block-subscribe p {margin-bottom: 5px;}
#newsletter { 
	position: relative;
	background: transparent url(../images/newsletter-input-bg.gif) no-repeat left top;
	width: 230px;
	height: 25px;
	text-indent: 10px;
	border: 0;
	font-size: 13px;
	color: #b2b2b2;
	float: left;
	top:2px;
	margin-bottom: 10px;
}


/* Footer Small */
.footer-small {
	text-align: center;
	font-size: 10px;
	color: #474747;
}
.footer-small a, .footer-small a:visited, .footer-small a:hover {
	color: #474747;
}
.footer-small a:hover {
	text-decoration: none;
}
/* Footer-Info */
.footer-info {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 4px;
	padding: 5px;	
	padding-top: 7px;
	background-color: #868889;	
}
.footer-info h3 {
	padding-left: 5px;
	font-size: 15px;
	float: left;
}
.footer-info img {
	float: right;
	margin-right: 5px;
}
/* ======================================================================================= */



