/**
 * 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)
 */

/* Basics ================================================================================= */
a { 
	color: #006AB1;
	font-size: 12px;
}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}
body {
	background: url(../images/main_bg.png);
	background-repeat: repeat-x;
}

.std ul li{
	list-style-type: none;
	padding-left		: 15px;
	background: url('../images/double-arrow2.png') no-repeat left 5px;
	font-weight			: normal;
	color				: #000;
	text-decoration		: none;
}

.std ol li {
	margin-left		: 15px;
}

.last_footer {
	background: url(../images/last-footer.png);
	background-position: center;
	background-color: #015A85;
	background-repeat: no-repeat;
	height: 30px;
	width: 100%
}
.submenu {
	background: url(../images/submenu_bg.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	padding-top: 4px;
	text-align: left;
}


/* Submenü Farbwechsel */

#sub1 {
	background: url(../images/submenu_bg_red.png) repeat-x;	
}
#sub1-menu {
	padding-left: 150px;
}
#sub1 a {
	background: url(../images/submenu_button_red.png) no-repeat 0 13px;
}

#sub2{
	background: url(../images/submenu_bg_green.png) repeat-x;

}
#sub2-menu {
	padding-left: 315px;
}
#sub2 a {
	background: url(../images/submenu_button_green.png) no-repeat 0 13px;
}

#sub3 {
	background: url(../images/submenu_bg_orange.png) repeat-x;
}
#sub3-menu {
	padding-left: 200px;
}
#sub3 a {
	background: url(../images/submenu_button_orange.png) no-repeat 0 13px;
}

#sub4 {
	background: url(../images/submenu_bg_blue.png) repeat-x;
}
#sub4-menu {
	padding-left: 250px;
}
#sub4 a {
	background: url(../images/submenu_button_blue.png) no-repeat 0 13px;
}

#sub5 {
	background: url(../images/submenu_bg_gray.png) repeat-x;
}

#sub5 a {
	background: url(../images/submenu_button_gray.png) no-repeat 0 13px;
}

#sub5 p {
	padding-left: 15px;	
}
/* Verstecke Kategorie: Suche nach Gewerke ... */
.nav-suche-nach-gewerke, .nav-neuerscheinungen, .nav-vh-verlagsprogramm  {
	display: none;
}

.submenu  a { font-weight:normal; color:#000; text-decoration: none; padding: 10px 0; padding-left:15px; margin-left: 25px; background: url(../images/double-arrow1.png) no-repeat 0px; }
.submenu  a:hover { color:#000;  text-decoration: underline;}
.submenu over a,
.submenu active a { color:#000; font-weight: bold; }


.slogan {
	margin-left: 54px;	
	color: #333;
}
.slogan a {
	background: none;
	margin-left: 0px;
	padding-left:0px;
	color:#006ab1;
}

.slogan a:hover {
	color:#006ab1;
	text-decoration: underline;
}

/* Layout ================================================================================= */
.wrapper {}
.page { width:1000px; margin:0 auto; padding-bottom: 25px; text-align:left; background-color: #ffffff}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; }

/* Base Columns */ 
.col-left { float:left; width:200px; border:0px solid #ddd; padding-left: 10px;}
.col-main { float:left; width:765px; min-height: 450px; border:0px solid #ddd; padding:0px 5px 0 8px; }
.col-right { float:right; width:195px; border:0px solid #ddd; padding:5px 10px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:540px; margin-left:12px; }

/* 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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #6F6F6F !important; }
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.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

/* button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
/* button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }*/
button {
border:0px solid #eaeaea;
}
button.button { 
	overflow:visible; 
	width:auto;
	border:0px solid #eaeaea;
	background:transparent; 
	cursor: pointer;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	text-align:center; 
	vertical-align:middle; 
}

button.button span { 
	cursor: pointer;
	float:left; 
	height:19px; 
	border:0;
	padding:0 8px; 
	border:0px solid #eaeaea;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; color:#fff;
	margin-bottom: 3px;
}

 

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 { width:450px;  }
.form-list input.input-text,
.form-list textarea { width:250px; }
.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:260px; }
.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:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.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; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:left; }
/* 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:5px; 
	margin:0 0 10px; 
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd; 
	padding-left: 10px;
}
.breadcrumbs li { display:inline; }
.breadcrumbs a{
	font-size: 11px;
	color: #006AB1;
	padding: 3px;
}
.breadcrumbs a:link{ 	text-decoration: none;}
.breadcrumbs a:visited{ text-decoration: none;}
.breadcrumbs a:hover{ text-decoration: underline;}
/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager_title {
	background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
	padding:5px; margin:5px 0; text-align:center; height: 20px;
}
.pager_title h3 {font-size: 13px}
.pager { 
	font-size:11px;
	/*background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;*/
	border:1px dotted #ddd; padding:5px; margin:5px 0; text-align:center; height: 20px; }
.pager h3 {font-size: 13px}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}
.pager a{
	font-size: 14px;
	color: #006AB1;
	padding: 3px;
}
.pager a:link{ 	text-decoration: none;}
.pager a:visited{ text-decoration: none;}
.pager a:hover{ text-decoration: underline;}
.pager .current{ 
	font-size: 14px;
	padding: 4px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #eaeaea;
}

.pager_link {
	margin-top: -18px;
	margin-right: 10px;
	float: right;	
}

.pager_link a {
	padding-left		: 15px;
	background-image	: url('../images/double-arrow1.png');
	background-repeat	: no-repeat;
	background-position	: left 4px;	
}

/* Sorter */ 
.sorter { 
	font-size:11px;
	/*background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;*/
	border:1px dotted #ddd; padding:5px; margin:5px 0; height: 20px}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

.sorter a{
	font-size: 11px;
	color: #006AB1;
}
.sorter a:link{ 	text-decoration: none;}
.sorter a:visited{ text-decoration: none;}
.sorter a:hover{ text-decoration: underline;}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap;  color: #FFFFFF;}
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table thead tr th {
		background-color:#016494;
}
#super-product-table.data-table thead tr th { background: none; background-color:#015a86; color: #FFF; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr. { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.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; background-color:#f6f6f6; color: #000000; }
.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; }

/* Lists Decoration */
li.odd { background-color: #eaeaea; }
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 address,
.std blockquote { margin:0 0 0; padding:0 0 0 5px; }
.std ul { list-style:disc outside; padding-left:0em; }
.std ol { list-style:decimal outside; padding-left:0em; }
.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; }
.main.col2-left-layout .col-main .std p { 
padding-right: 25px;
}
/* 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:387px; 
	height:39px; 
	margin-top: 7px;
	overflow:hidden; 
} 
.logout-button {
	float: right;
	margin-top: 10px;
}

.header-container { background-color: #fff}
.header { 
	padding:10px; 
	border:0px solid #ddd; 
	background-color: #fff ;
	height: 79px;
	background: url(../images/header_bg.jpg);
}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:187px; height:39px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links li { 
	float:left; 
	list-style-type:none;
	background: url(../images/line.png) no-repeat left 3px;
}
.header .links { 
	float:right; 
	list-style-type:none;
	margin-right: -6px;
}

.header .links .first a {
	background: url(../images/line1.png) no-repeat left 3px;
}
.header .links . last a{
	padding-right: 0px;
}


.header .links a:link{ 
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 0 10px;

}
.header .links a:visited{ 
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 0 10px;
}
.header .links a:hover{ 
	color: #ffffff;
	text-decoration: underline;
}


/********** < Search */
.search-bar {
	text-align: center;
	margin:0 auto;
	background-color: #eaeaea;
	width: 554px;
	height: 50px;
	background: url(../images/search_bg.png);
	background-repeat: no-repeat;
	margin-top: 0px; 
}
.search-bar label{ 
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.form-search { 
	text-align:left;
	padding: 15px;
}
.form-search .input-text { 
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -3px;
	border: 1px solid #000000;
	
}
.ad_search {
	width: 85px;
	float:right;
	color: #fff;
	font-size: 11px;
	margin-top: 2px;
}
*+html .ad_search { margin-top: -20px;} /* nur für den IE7 */

.ad_search a { 
	font-size: 11px;
	display:block; 
	text-decoration:none; 
	color: #fff;
}
.ad_search a:hover { text-decoration:underline;}

.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; }

.search-bar_linke_box {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
}
.search-bar_linke_box .welcome-msg {
	font-size: 12px;
	padding-top: 10px;
	margin-left: 5px;
}
.search-bar_rechts_box {
	float: right;
	width: 200px;
	padding-right: 5px;
	padding-top: 5px;
}

/********** < Navigation */
#nav { 
	font-size:12px; 
	border:0px solid #ddd; 
	padding:5px 0; 
	margin-top: 49px;
	width: 100%;
}
*+html #nav {margin-top: -3px;} /* nur für den IE7 */

/* All Levels */
#nav li { 
	text-align:left; 
	position:relative; 
	background: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 36px;
	padding-right: 1px;
}
#nav li.parent {}

#nav li a { 
	display:block; 
	text-decoration:none; 
	width: 135px;
	margin-top: 8px;
	margin-left: 5px;
}
#nav li a:hover { text-decoration:none;}
#nav li a span { display:block; white-space:nowrap; cursor:pointer; width: 155px;}
#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:#007AB6; }
#nav li a:hover { text-decoration: underline;}
#nav li.over a,
#nav li.active a { 
	color:#007AB6; font-weight: bold; font-size: 12px; 
}
#nav li.active {
	background: url(../images/menu_bg_active.png);
	background-repeat: no-repeat;
	height: 38px;
}
/* Hauptmenü Active Farbig */
li.nav-verlagsprogramm.active a{
	color: #990000!important;
}

ul li.nav-betriebswirt a {
	padding-left: 38px!important;
}

ul li.nav-betriebswirt.active a {
	color: #EE7718!important;
	padding-left: 38px!important;
}

#nav ul.level0 li.nav-betriebswirt-itb-seminarunterlagen a {
	margin-left: -20px;
	width: 152px;
	
}
#nav ul.level0 li.nav-betriebswirt-itb-seminarunterlagen a:hover {
	margin-left: 0px;
	padding-left:18px!important;	
}

#nav ul.level0 li.nav-betriebswirt-lehrbuecher a {
	margin-left: -20px;	
	width: 152px;
}
#nav ul.level0 li.nav-betriebswirt-lehrbuecher a:hover {
	margin-left: 0px;
	padding-left:18px!important;
}
#nav ul.level0 li.nav-betriebswirt-pruefungsvorbereitung a {
	margin-left: -20px;	
	width: 152px;
}
#nav ul.level0 li.nav-betriebswirt-pruefungsvorbereitung a:hover {
	margin-left: 0px;
	padding-left:18px!important;
}
#nav ul.level0 li.nav-betriebswirt-cd-rom a {
	margin-left: -20px;	
	width: 152px;
}
#nav ul.level0 li.nav-betriebswirt-cd-rom a:hover {
	margin-left: 0px;
	padding-left:18px!important;
}

ul li.nav-aus-und-weiterbildung a {
	padding-left: 38px!important;
}

ul li.nav-aus-und-weiterbildung.active a {
	color: #EE7718!important;
	padding-left: 38px!important;
}

#nav ul.level0 li.nav-aus-und-weiterbildung-ausbildungsnachweise a {
	margin-left: -20px;
	width: 152px;
	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-ausbildungsnachweise a:hover {
	margin-left: 0px;
	padding-left:18px!important;	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-verordnungen a {
	margin-left: -20px;
	width: 152px;
	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-verordnungen a:hover {
	margin-left: 0px;
	padding-left:18px!important;	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-fuer-den-ausbilder a {
	margin-left: -20px;
	width: 152px;
	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-fuer-den-ausbilder a:hover {
	margin-left: 0px;
	padding-left:18px!important;	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-suche-gewerk a {
	margin-left: -20px;
	width: 152px;
	
}

#nav ul.level0 li.nav-aus-und-weiterbildung-suche-gewerk a:hover {
	margin-left: 0px;
	padding-left:18px!important;	
}

/*li.nav-aus-und-weiterbildung.active a{
	color: #990000!important;
}
*/


li.nav-vorbereitung-meister a span{
	padding-left:3px!important;
}
li.nav-vorbereitung-meister.active a{
	color: #01A299!important;
}

#nav .level0.nav-vorbereitung-meister.parent .level1.nav-aus-und-weiterbildung-suche-gewerk a{
	margin-left: 5px;
	width: 152px;
}

#nav .level0.nav-vorbereitung-meister.parent .level1.nav-aus-und-weiterbildung-suche-gewerk a:hover {
	margin-left: 0px;
	padding-left:15px!important;
	padding-right: 13px;
}

li.nav-recht-steuern-betrieb.active a{
	color: #015AA3!important;
}

li.nav-kochbuch-krimi ul.level0 a:hover{
	width: 375px!important;
}

li.nav-aus-der-werbung {
	display: none;	
}

/* für die Startseite */

li.level1_startseite{
	margin-left: 1px!important;
}

li.level1_startseite a{
	padding-left: 38px!important;
}

li.level1_startseite.active a{
	margin-top: 5px!important;
}


#nav li.first a{
	color:#007AB6; font-weight: bold; 
	font-size: 14px !important; 
	padding-bottom: 10px;
}	

#nav ul.level0 li.nav-aus-und-weiterbildung-suche-gewerk a{
	width: 152px;
	border-top: 1px solid #eaeaea;
}


/* 2nd Level */
#nav ul { position:absolute; width:180px; top:36px; left:-10000px; border:1px solid silver; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; background-image: none; width:179px;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none;  font-weight:normal; color: #666666 !important; }
#nav ul li a:hover { color:#000 !important; background-color:#EDF7FD; width:155px; height:15px; margin-left:0px; margin-bottom:0px; padding-left: 15px;}
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

#nav li.active ul.level0 li.level1 {
	background: none;
}

#nav li.level0 ul.level0 li.level1 {
	height:25px;
	margin-top: -8px;

}

*+html #nav li.level0 ul.level0 li.level1 { height: 35px; } /* nur für den IE7 */


#nav li.level0 ul.level0 li.level1 a span{
margin-top: 0px;
margin-bottom: 0px;
}

/* 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; }


#nav li a.hauptmenu:hover,
#nav li a.hauptmenu:hover span {
	text-decoration:none !important;
	cursor:default;
}
/********** Navigation > */
/* ======================================================================================= */

/* Boxen in der linken Service-Leiste */
.vertical-nav-links {
	background: url(../images/menu-link-bg-gray.png);
	background-repeat: no-repeat;
}
.vertical-nav-links-small {
	background: url(../images/menu-link-bg-gray-small.png);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
}
.block .block-title-links { 
	width: 200px;
	height: 28px;
	background: url(../images/menu-left-bg.png);
	background-repeat: no-repeat;
	font-size:14px; 
	line-height:1.5; 
	padding: 7px 8px;
	color: #fff;	
}
.accordion-toggle.block-title-links {
	padding-left: 25px;
}
.block-title-links.accordion-toggle {

}
.block .block-title-links h2{
	font-size: 14px;

}

.boxtext li {
	border-bottom: 1px dotted #666666;
	width: 188px;
	line-height: 20px;
	margin-left: 5px;
}
.boxtext ul li ul li  {
	margin-left: 8px;
	background: url(../images/wuerfel.png) no-repeat left;
	border-bottom: none;
}

.boxtext ul li ul li a {
	margin-left: 10px;
}
	
.menu-links a:link {
	color: #000000;
	text-decoration: none;
	padding: 5px 5px 5px 0px;	
}
.menu-links a:visited{ 
	color: #000000;
	text-decoration: none;
	padding: 5px 5px 5px 0px;	
}
.menu-links a:hover{ 
	color: #000000;
	text-decoration: underline;
}

.menu-links .subopen {
	font-weight: bold;
}

.boxtext ul li ul{
	width: 198px;
	margin-left: -3px;
	background: #fff;
}

.boxtext .final{
	font-weight: bold;
}

.boxtext .alle_downloads {
	border: none;
	height: 35px;
}
.boxtext .alle_downloads a {
	color: #016494!important;
}

.boxtext .alle_links {
	border: none;
	height: 35px;
}
.boxtext .alle_links a {
	font-weight: bold;
	color: #016494!important;
}


/* Ende: Boxen in der linken Service-Leiste */

/* Sidebar =============================================================================== */
.block { 
	margin				: 0 0 10px;
	padding				: 0;
}
.block .block-title { 
	padding				: 0; 
	background-color	: #FAFAFA;
}
.block .block-title h2 { font-size:13px; font-weight:bold; line-height:1.8; }
.block h3 { font-size:12px; line-height:1.5; padding-bottom: 5px; }
/*.block .block-content { padding:10px; }*/
.block .actions { text-align:right; padding: 5px; }
.block .actions a { float:left; margin: 5px;}

/* Ausnahme: block soll Rahmen haben, jedoch nicht in linker Leiste */
.menu-links {border:0px solid #ddd;}

/* Block: Account */
.block-account .block-title h2{
	width: 200px;
	height: 35px;
	background: url(../images/menu-left-bg.png);
	background-repeat: no-repeat;
	font-size:14px; 
	line-height:1.5; 
	padding: 5px;
	color: #fff;
}
.block-account .block-content {
	margin-top: 12px;
	background: url(../images/menu-link-bg-gray-medium.png) no-repeat;
}

.block-account .block-content ul li {
	border-bottom: 1px dotted #666666;
	width: 190px;
	line-height: 20px;
	margin-left: 3px;
}

.block-account .block-content ul li.current {
	font-weight: bold;
}


/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */

.block-cart .block-content { padding: 0px; }
.block { padding-bottom: 10px !important;}
/*.block-cart .block-content p { padding: 10px; }*/
.block-cart .amount{ padding: 10px;}
.block-cart .amount a { 
	color: #006AB1;
	font-size: 12px;
}
.noItems_box {
	width: 400px;
	padding: 10px;
	border: 1px solid silver;
	margin-top: 40px;
	margin-left: 280px;
}
.block-cart .amount a:link { text-decoration: none;}
.block-cart .amount a:visited { text-decoration: none;}
.block-cart .amount a:hover { text-decoration: underline;}
.block-cart .subtotal { 
	width: 94%;
	background-color: #fff;
	border: 1px solid gray;
	margin: 5px auto;
	text-align:center; 
}
/* ===== Vorteile Bestellung Rechte Box Ueberschrift ===== */

div.block-title #slideVorteile a:link,
div.block-title #slideVorteile a:visited {
	color				: #FFFFFF;
	height				: 22px;
	line-height			: 22px;
	font-size			: 13px;
	font-weight			: bold;
	text-align			: left;
}

/* ===== Warenkorb ===== */
div.block {
	margin				: 0;
	margin-bottom		: 10px !important;
}
div.block-cart {
	padding				: 0;
	padding-bottom		: 10px;
	
	padding				: 0;
	margin				: 0;
}


div.block-title {
	padding				: 0;
	margin				: 0;
	
	height				: 22px;
	line-height			: 22px;
	
	width				: 196px;
}
div.block-title h2 {
	display				: block;
	width				: 186px;
	cursor				: pointer;
	
	height				: 22px;
	line-height			: 22px;
	
	margin				: 0;
	padding				: 0;
	padding-left		: 10px;
	

	font-size			: 13px;
	font-weight			: bold;
	text-align			: left;
	color				: #FFFFFF;
	
	background			: none;
}

div.block-title h2.show{
	background			: none;
	background-image	: url(../images/moduleShowBg.png);
	background-repeat	: no-repeat;
}

div.block-title h2.hide{
	background			: none;
	background-image	: url(../images/moduleHideBg.png);
	background-repeat	: no-repeat;
}

#box0 h3,
#box1 h3,
#box2 h3,
#box3 h3,
#box4 h3,
#box5 h3,
#box6 h3,
#box7 h3,
#box8 h3,
#box9 h3,
#box10 h3,
#box11 h3 {
	display				: block;
	width				: 186px;
	cursor				: pointer;	
	height				: 22px;
	line-height			: 22px;
	margin				: 0;
	padding				: 0;
	padding-left		: 25px;
	font-size			: 13px;
	font-weight			: bold;
	text-align			: left;
	color				: #FFFFFF;
	background			: none;
	background-image	: url(../images/moduleShowBg.png);
	background-repeat	: no-repeat;
}

#box0 h3.invisible,
#box1 h3.invisible,
#box2 h3.invisible,
#box3 h3.invisible,
#box4 h3.invisible,
#box5 h3.invisible,
#box6 h3.invisible,
#box7 h3.invisible,
#box8 h3.invisible,
#box9 h3.invisible,
#box10 h3.invisible,
#box11 h3.invisible{
	background			: none;
	background-image	: url(../images/moduleHideBg.png);
	background-repeat	: no-repeat;
}

#box0-body .block-content h3 {
	display:none;
	background: none;
	font-size: 11px;
	padding: 0;
	height: 22px;
	color: #000;
}

div.contentBg {
	width				: 194px;
	
	border				: 1px #CDCDCD solid;
	border-top			: none;
	
	background			: none;
	background-color	: #dedede;
	background-image	: url(../images/moduleBigBg.png);
	background-repeat	: repeat-x;
	background-position	: top;
}

.eckLeftBottom {
	margin-left			: -1px;
	margin-bottom		: -1px;
	
	background			: none;
	background-image	: url(../images/eckLeftBottom.png);
	background-repeat	: no-repeat;
	background-position	: bottom left;
}

.eckRightBottom {
	width				: 176px;
	padding				: 10px;
	
	background			: none;
	background-image	: url(../images/eckRightBottom.png);
	background-repeat	: no-repeat;
	background-position	: bottom right;
}

p.warenkorb-logo {
	background: url(../images/warenkorb-image.png) no-repeat right;
	height: 45px;
	}
/*
.warenkorb div{
	font-size: 11px;
	padding-top: 30px;
	margin-left: 0px;
	padding-left: 0px;
}
.warenkorb a { 
	color: #006AB1;
	font-size: 11px;
}
.warenkorb a:link { text-decoration: none;}
.warenkorb a:visited { text-decoration: none;}
.warenkorb a:hover { text-decoration: underline;}
*/


.block.block-cart .mini-products-list { display: none;}
.mini-products-list {margin:0px; padding: 0px; border: 1px solid #fff;}
.mini-products-list li { padding:5px 0px; }
.mini-products-list .product-image { float:left; width:50px; margin:5px; border:0px solid silver; margin-right:-75px; padding: 2px; background-color: #fff }
.mini-products-list .product-details { margin-left:70px;}
.mini-products-list .product-details h4 { font-size:1em; font-weight:normal; margin:0; font-size: 11px }
.mini-products-list .product-details h4 a { 
	color: #006AB1;
	font-size: 11px;
}
.mini-products-list .product-details h4 a:link { text-decoration: none;}
.mini-products-list .product-details h4 a:visited { text-decoration: none;}
.mini-products-list .product-details h4 a:hover { text-decoration: underline;}

.mini-products-list .product-details .btn-remove { float:right; margin: 4px;}

/* Block: recently-viewed-items */
.block-content #recently-viewed-items  a { 
	color: #006AB1;
	font-size: 11px;
}
.block-content #recently-viewed-items a:link { text-decoration: none;}
.block-content #recently-viewed-items a:visited { text-decoration: none;}
.block-content #recently-viewed-items a:hover { text-decoration: underline;}
.block-content #recently-viewed-items .last {}
.block-content #recently-viewed-items .odd { background: none;}
/* Block: Gutschein*/

#contentGutschein img {
	margin-left: 10px;
}
#contentGutschein a {
	padding-top: 30px;
}


/* Block: Wishlist */
.block-wishlist .mini-products-list .item.even {display:none;}
.block-wishlist .mini-products-list .item.odd {display:none;}
.block-wishlist .mini-products-list .item.last.even {display:block; }
.block-wishlist .mini-products-list .item.last.odd {display:block; }
.block-wishlist .mini-products-list .btn-remove img {display:none;}
.block-wishlist .block-title {  width: 193px;}
.block-wishlist .block-title h2 { 

}

.block-wishlist .block-title h3 a{ 
	color: #FFF;
}

.block-wishlist .block-content h3 { padding-left: 10px;}
/* 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 h2 {color: #000;}
.block-compare  { border: 1px solid #eaeaea;}
.block-compare li { padding:5px 10px; }
.block-compare .block-content { padding: 0px;}
.block-compare .block-content p { padding: 10px;}

/* Block: Viewed */
.block-recent {; 
	width: 195px;
}
.block-recent .block-title h2{
	background			: none;
	background-image	: url(../images/moduleShowBg.png);
	background-repeat	: no-repeat;
}
.block-recent h2 {color: #fff !important;}
.block-recent li { padding: 5px 10px; }
.block-recent .block-content { padding: 0px;}

/* 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 {border: 1px solid #eaeaea}
.block-tags h2 {color: #000 !important;}
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
/*
.block-subscribe {}
.block-subscribe #newsletter{ 
	margin-top: 5px;
	margin-bottom: 5px;
}
.block-subscribe .block-content{
	background: url(../images/newsletter-bg.png);
	background-repeat:repeat-x;
}*/

.block-subscribe .block-title h2.show{

	background			: none;
	background-repeat	: no-repeat;
}
.block-subscribe .block-title {
	width				: auto;
	height				: 30px;
	background			:url(../images/newsletter-title-bg.png) no-repeat;
}

.newsletter-bild {
	background	:url(../images/newsletter.png) no-repeat right 22px;
	height: 65px;
}

.block-subscribe .eckRightBottom {
	width				: 486px;
	padding				: 10px;
	background			: none;
	background-image	: url(../images/eckRightBottom.png);
	background-repeat	: no-repeat;
	background-position	: bottom right;
}

.block-subscribe .contentBg {
	width				: 504px;
	
	border				: 1px #CDCDCD solid;
	border-top			: none;
	
	background			: none;
	background-color	: #dedede;
	background-image	: url(../images/moduleBigBg.png);
	background-repeat	: repeat-x;
	background-position	: top;
}

.block-subscribe .eckLeftBottom {
	margin-left			: -1px;
	margin-bottom		: -1px;
	
	background			: none;
	background-image	: url(../images/eckLeftBottom.png);
	background-repeat	: no-repeat;
	background-position	: bottom left;
}

.block-subscribe input{
	margin-top: 10px;
	width: 250px;
	height:20px;
	border: 1px solid silver;
}

.block-subscribe button{
	border					: 0px solid #eaeaea;
	margin-top				: 10px;
}
.block-subscribe button span{
	background: url(../images/newsletter-button.png);
	background-repeat:repeat-x;
	width: 105px;
	height: 20px;
}

/* Block: Reorder */
.block-reorder { width: 195px;}
.block-reorder .block-title h2{
	background			: none;
	background-image	: url(../images/moduleShowBg.png);
	background-repeat	: no-repeat;
	color: #fff;
}
.block-reorder .block-title a { padding-left: 0px;}
.block-reorder .block-content h3 {margin: 0px 0 0 10px;}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:10px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress { }
.block-progress .block-title {	
	width: 200px;
	height: 25px;
	background: url(../images/menu-left-bg.png);
	background-repeat: no-repeat;
	font-size:14px; 
	line-height:1.5; 
	padding: 5px;
	color: #fff;
}
.block-progress .block-content {
	background: url(../images/menu-link-bg-gray-bestellung.png) no-repeat;
	width: 200px;
}

.block-progress .block-content dl dt {
	border-bottom: 1px dotted #666666;
	width: 185px;
	line-height: 20px;
	margin-left: 3px;
}

.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { padding-left: 10px;}
.block-progress dd.complete address { padding-left: 5px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; padding-left:10px }
.category-image { display:block; margin:0 auto; }
.category-products { }
.category-products button span, .add-to-holder .button span{
	background: url(../images/orange-card-button.png);
	background-repeat: no-repeat;
	width: 132px;
	height: 22px;
	padding-left: 0px;
	text-align: left;
	padding-left: 10px;
}

/* View Type: Grid */
.products-grid { width:100%;}
.products-grid tr.odd {}
/* in der naechsten Zeile werden die geraden Zeilen eingefaerbt */
.products-grid tr.even { }
.products-grid td { width:33%; border-bottom:0px solid #ddd; padding:10px 8px 10px 0;}

.products-grid td.empty {}
*+html #products-grid-table td{ width: 150px; padding-right: 0px;}
.product-name {
	margin-top			: 10px;
}
.product-shop a { 
	padding-left		: 15px;
	background-image	: url('../images/double-arrow2.png');
	background-repeat	: no-repeat;
	background-position	: left 3px;
	font-weight			: normal;
	color				: #006A9F;
	text-decoration		: none;
}

.crosssell .product-shop {
	float: left;	
}

.crosssell .product-name a{
	padding	: 0;
	background: none;
}

.price-box {margin-bottom: 0px; padding-bottom: 0px;}
.price-box a {font-size: 11px; background: none; }
.product-shop a:link, .price-box a:link{ text-decoration: none;}
.product-shop a:visited, .price-box a:visited{ text-decoration: none;}
.product-shop a:hover, .price-box a:hover{ text-decoration: underline;}

/* View Type: List */
.products-list li{ list-style-type:none;}
.products-list li.item { border:1px solid #ddd; padding: 15px 5px; margin:0 0 5px; }
.products-list li.item.odd { background-color: #FFF; }
.products-list li.item.even { background-color: #FFF; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:390px; }
.products-list .product-shop .product-name { margin-top: -5px;}
.option_list {width:393px; float:right; margin-top:10px;}

.produkt-auflage {
	font-size: 11px;
}


/* ======================================================================================= */


/* Product View ========================================================================== */
.product-info-box {
	width: 765px;
	margin-left: 10px;
	border: 1px solid silver;
}

.preisempfehlung {
	color : #F00;	
	font-weight:bold;
	font-size: 11px;
}

a.produktdetails {
	background:none;	
	padding: 0!important;
	margin:0!important;
}

/* Product View  Tabs ========================================================================== */

#product_tabs_related_tabbed_contents .product-images {
	padding: 5px;
}

#product_tabs_related_tabbed_contents input {
	padding-right: 5px; 	
}

#product_tabs_related_tabbed_contents .product-details {
	margin-bottom: 5px;
}

#product_tabs_related_tabbed_contents .link-cart {
	background			: url('../images/double-arrow2.png') no-repeat left 3px;
	padding-left		: 13px;
	margin-left			: 5px;
}

.padder .product-specs li{
	background			: url('../images/double-arrow2.png') no-repeat left 4px;
	padding-left		: 14px;
}

/*verstecke Lieferbarkeit*/
.availability {display: none;}

/* Product Images */
.product-essential .product-img-box { width:220px;}
.product-essential .product-img-box .product-image {  width: 200px; padding: 10px; text-align:center}
.product-essential .product-img-box .product-image-zoom { position:relative; width:200px; height:265px; overflow:hidden; z-index:9; }
.product-essential .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-essential .product-img-box .zoom-notice { text-align:center; }
.product-essential .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-essential .product-img-box .zoom #track { position:relative; height:18px; }
.product-essential .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-essential .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-essential .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-essential .product-img-box .more-views ul { margin-left:-4px }
.product-essential .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
.product-essential .price {font-size: 15px;}
.product-essential .add-or {padding-left: 0px; margin-top: 10px;}
.product-essential .add-to-links {margin-top: 10px;}
.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-collateral {padding:20px; background-color:#FFF;}
.product-collateral h3 { font-size: 14px; border-bottom: 1px dotted gray;}
.product-collateral .price-box {display: none}
.product-collateral .tabs {margin:0px; margin-top:20px; padding: 0px}
.product-collateral .tabs li{background-color: #D7E1ED;}
.product-collateral .tabs li a {color: #000}
.product-collateral .tabs li a:hover {background-color: #4990AE; color:#fff}
.product-collateral .padder { margin:0px; padding: 10px; background-color: #fff; border: 1px solid silver; min-height: 170px;}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-info-box .description {}

/* Block: Additional */
.product-info-box .additional {}

/* Block: Upsell */
.product-info-box .up-sell {}
.product-info-box .up-sell { margin:0px; padding: 10px; background-color: #fff; border: 1px solid silver}
.product-info-box .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-info-box .tags { margin:0px; margin-top:20px; padding: 10px; background-color: #fff; border: 1px solid silver}
.product-info-box .tags h4{ font-size: 13px; font-weight: normal; margin-top: 5px; margin-bottom: 5px;}
.product-info-box .tags .form-add-tags {background-color: #efefef; padding: 5px; }
.product-info-box .tags .form-add-tags label { float:left; }
.product-info-box .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-info-box .tags .form-add-tags input.input-text { width:254px; }
.product-info-box .tags .form-add-tags button.button { vertical-align:bottom; }
.product-info-box .tags .form-add-tags p { clear:both;}
.product-info-box .tags input { border: 1px solid silver}

/* Block: Reviews */
.product-info-box .reviews {}

/* Block: Add Review */
.product-info-box .add-review {}
.product-info-box .add-review .product-name span { font-weight:normal; }

/* Product Shop */
.product-info-box .product-shop { 
	
	float:right; 
	width:470px; 
}
.product-pricing .preistabelle{
	border: 1px #eaeaea solid;
	padding-left: 3px;
}

.product-pricing .preistabelle-ueberschrift{
	font-weight: bold;
}

.product-info-box .product-name {}
.product-info-box .short-description {}

.product-name #titel_autoren {
	font-weight: normal;
	font-size: 11px;
}

.product-name #titel_untertitel {
	font-weight: normal;
}

.product-info-box #product_addtocart_form .product-shop .price-box a{
	padding: 0;
	margin: 0;
		
}

.productlistview .price-box {
	margin-top	: 15px;
}	

#productlistdetailview {
	height		: 295px;	
}

#shopping-cart-totals-table .price, #shopping-cart-totals-table .a-right {
	font-size			: 18px;
	
}

/* Rating */ 
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.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; }
.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 { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; font-size: 14px; font-weight: bold; color: #E37011}

.price-box { font-size:11px;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* 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; color: #F00; }

/* 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-links {margin-top: 5px; margin-left:0px;}
td.last .add-to-links a {
	padding-left		: 15px;
	background-image	: url('../images/double-arrow2.png');
	background-repeat	: no-repeat;
	background-position	: left 3px;
	font-weight			: normal;
	color				: #006A9F;
	text-decoration		: none;
	list-style: none;
}

.add-to-links a:link {
	color				: #006A9F;
}
.add-to-links a:visited {
	color				: #006A9F;
	text-decoration		: none;
}
.add-to-links a:hover {
	color				: #006A9F;
	text-decoration		: underline;
}
/* 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; }
#super-product-table .add-to-holder .add-to-cart button.button { margin-left: -5px;  }
#product_addtocart_form .product-shop p { padding-bottom: 10px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* 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; background-color: #FFF; }

.product-options-bottom .price-box { margin:10px 0; display: none; }
.product-options-bottom .add-to-cart { float: right; margin-top: 10px;}


.product-pricing .price { color: #e37011; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }
.col-main ul.tags-list li a{ font-size: 14px!important; padding-top: 5px; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.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; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {
	width: 950px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.cart .page-title {border-bottom: 0px solid #eaeaea;}
.cart h2{font-size: 18px; margin-top: 20px; font-weight: normal}
.cart .checkout-types { float:right; text-align:right; margin-top: 10px;}
.cart .checkout-types .button span{	
	cursor: pointer;
	float:left; 
	height:40px;
	width: 213px; 
	border:0px solid #eaeaea;
	line-height: 37px;
	font-face:Arial, Helvetica, sans-serif; 
	background: url(../images/cart-continue.png); 
	background-repeat: no-repeat;
	white-space:nowrap; color:#fff;
}
/* Shopping Cart Table */
.cart-table  {background-color: silver}
.cart-table .item-msg { font-size:10px; }
.cart-table td, .cart-table .last{ background-color: #fff; border: 1px solid silver !important;}
.cart-table th {
	background: url(../images/cart-bg.png) !important; 
	background-repeat: no-repeat;
	border: 1px solid silver;
	color: #000;
}
.cart-table .button-continue-shopping, .cart-table .button-update-cart{
	border: 0;
	padding: 5px;
	margin: 10px;	
	width: 200px;
	background-color: #015A86;
	color: #fff;
}
.cart-table .button-continue-shopping{
	float: left;
}
.cart-table .button-update-cart{
	float: right;
}
/* Shopping Cart Collateral boxes */
.crosssell {margin-left: 20px; padding: 10px; border: 1px solid silver; margin-right: 20px; margin-top:20px;}
.crosssell h3 { font-size: 14px; border-bottom: 1px dotted gray; margin-bottom: 10px;}
.cart .cart-collaterals { float:left; margin-top:20px;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart_overview td {width: 150px; padding-right: 40px;}



/* Shopping Cart Totals */
.cart .totals { float:right; padding-top: 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 */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:15px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}


.kasse-versandart {
	background			: url('../images/double-arrow1.png') no-repeat left 3px;
	padding-left		: 14px;	
	margin-left			: 5px;
}

#versandart {
	font-weight			: bold;
}

#s_method_freeshipping_freeshipping a  {
	display				: none;	
}

#checkout-login{
	margin-top			: 23px;
}

#checkout-guest {

}

#checkout-register{
	margin-top			: 15px;
}

/* 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 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 { float:right; margin-right:5px; }
.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; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {
	height: 550px;
	width: 530px;
	border: 0px solid #eaeaea;
	padding: 10px;
	margin-left: 0px;
	margin-top: 30px;
}
.account-login .buttons-set {border: 0px;}
.account-login .new-users h3{color:#015A86}
.account-login .registered-users { padding-top: 35px; float:left;}
.account-login .new-users, .account-login .registered-users { border: 0px solid silver; padding: 5px; width: 525px!important; height: 200px; background-color:#F5F5F5}
.account-login .registered-users h3{color:#015A86}
.account-login .registered-users button.button span {
	cursor: pointer;
	float:left; 
	height:19px; 
	border:0;
	padding:0 8px; 
	border:0px solid #eaeaea;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; color:#fff;
	margin-bottom: 3px;
	width: 130px;
}
.account-login .new-users h3, .account-login .registered-users h3 {
	padding: 0px!important;
	margin: 0px!important;
	margin-bottom: 10px!important;
	background: none!important;
}
.account-login .form-list {margin-top: 10px;}
.account-login input {border: 1px solid silver; width: 300px !important;}
.account-login .col2-set .col-1{
	float:left;
	width:auto;
	margin-left: 0px;
	margin-top: 10px;	
	height: 120px;
	}

.account-login .col2-set .col-2{
	float:left;
	margin-left: 0px;
	margin-top: 50px;
	height: 200px;
	}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard h3 { margin: 10px 0;}
.dashboard .welcome-msg { margin: 10px 0;}
.dashboard .col2-set { margin: 20px 0;}
.dashboard .col2-set a { 
	cursor: pointer;
	height:19px; 
	border:0;
	padding:2px 8px; 
	border:0px solid #eaeaea;
	font: bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; 
	color:#fff;
	margin: 5px 0 0 15px;
}
.dashboard .col2-set .col-1 p{ margin: 35px 0;}
.dashboard .col2-set .col-1 a{ 
	cursor: pointer;
	float:left; 
	height:19px; 
	border:0;
	padding:0 8px; 
	border:0px solid #eaeaea;
	font: bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; 
	color:#fff;
	margin: 5px 0;
}

.dashboard .col2-set .col-1 h5{
	margin-top: 17px;
	margin-bottom: 5px;
}

.dashboard .col2-set .col-2 h5{
	margin-bottom: 5px;
}
.dashboard .col2-set .col-2 p{ margin: 35px 0;}
.dashboard .col2-set .col-2 a{ 	
	cursor: pointer;
	float:left; 
	height:19px; 
	border:0;
	padding:0 8px; 
	border:0px solid #eaeaea;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; 
	color:#fff;
	margin: 5px 0;
	}
.dashboard .title-buttons a{ 	
	cursor: pointer;
	height:19px; 
	border:0;
	padding:2px 8px; 
	border:0px solid #eaeaea;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; 
	color:#fff;
	margin-top: 5px;
}

.col2-set  h3 { margin: 5px 0; }
.col2-set  h4 { margin: 5px 0; background: #E5E5E5; }

/*	Mein Konto Adressbuch */

.col-main .col2-set .col-1 ol li address {
	margin: 10px 0 45px 0;
}
.col-main .col2-set .col-1 ol li address a {
	cursor: pointer;
	float:left; 
	height:19px; 
	border:0;
	padding:0 8px; 
	border:0px solid #eaeaea;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; 
	color:#fff;
	margin: 5px 0;
}

.col-main .col2-set .col-2 h3{
	margin-top: 32px;
	padding-left: 3px;
	font-size: 16px;
	background-color:#e5e5e5;
}
.col-main .col2-set .col-2 ol li address {
	margin: 10px 0 45px 0;
}

.col-main .col2-set .col-2 ol li .separator {
	display: none;
}
.col-main .col2-set .col-2 ol li address a{
	cursor: pointer;
	float:left; 
	height:19px; 
	border:0;
	padding:0 8px; 
	border:0px solid #eaeaea;
	font:bold 12px/19px Arial, Helvetica, sans-serif; 
	background: url(../images/bkg_btn.gif) 0 100% repeat-x; 
	white-space:nowrap; 
	color:#fff;
	margin: 5px 10px 0 0;
}


/* Acount Menü Newsletter ausblenden*/
#account_6 {
	display			: none;	
}

/* Mein Konto Bestellung */
.col-main .col2-set .col-1 address {
	padding-bottom: 10px;
}
/* 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; }
/* ======================================================================================= */


/* Form Validate ========================================================================= */
#form-validate fieldset { width: 700px; min-height: 250px; margin: 30px auto 0; padding: 15px; background: url(../images/form-bg.png) repeat-x;  }
#form-validate .input-box input { background: #FFF;}
#form-validate .buttons-set {
		background-color: #fff;
}
#form-validate .group-select {
	background: #fff;
}
/* One-Page checkout */
.opc li.section { position:relative; }
.opc .group-select { margin-right:0; }
.opc .step { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.opc .step-title { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.opc .tool-tip { right:8px; }
.opc .step-title a { display:none; }  /* Hide Edit button in step header */
.opc h3 { color:#999; font-size:1.05em; }
.opc h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; background:none; }
.opc h4.title { border-bottom:0; text-transform:none; }
.opc .number { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; color:#999; margin-top: 2px; font-weight: bold;}
.opc .content { padding:10px 20px; }
.opc label.label { font-size:1.05em; color:#2f2f2f; }
.opc .allow .step-title{ background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.opc .active .step-title { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.opc .alloq .step-title a { display:block; } /* Display Edit button in active selection */
.opc .group-select { margin-top:0; border:0; background:none; padding:0; }
.opc .allow h3 { color:#a4b3b9; }
.opc .active h3 { color:#F18200; margin-top:2px; }
.opc .allow .number { background:#dbe6eb; }
.opc .active .number { color:#fff; border:1px solid #f19900; background:#F18200; }
.opc .active .step { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.opc dd .form-list ul { margin:5px 17px 15px 17px; }
.opc .checkmo-mailing-address { float: right; margin-right: 217px; }
.opc-progress .page-head { margin-bottom:1em; }
.opc-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.opc-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.opc-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.opc-progress h4 a { text-transform:none; }
.opc-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .step { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.opc a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.opc .payment-methods dd { padding:0; }
.opc .button-set { margin-top:0; padding-top:2em; }

.order-review .data-table thead tr th {
	color: #fff;	
}

.order-review .data-table th{
	color: #000;
}

.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-boxh5 { color:#E26703; }
.multi-address-checkout-boxa { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Discount ================================================================================ */
.col-2 .discount {width: 450px; padding: 0 5px 5px 5px; margin-left: -160px; margin-top:10px; }
.col-2 .discount h3 { padding:0!important; margin:0!important; padding-left: 5px!important; 
						background-image: url("../images/cart-bg.png");
						background-repeat: repeat-x;
						
						}
.col-2 .discount input {width: 200px; border: 1px solid gray; margin-top: 15px;}
.col-2 .discount fieldset { border: 1px #eaeaea solid; padding: 15px; }
.col-2 .discount .button { margin-top: 18px; margin-left: 10px;}
/* Kontaktforumlar ================================================================================ */

#contactForm .group-select {
background: none;

}
#contactForm .group-select ul {
padding:0;
margin:0;
}

#contactForm .group-select ul li{
padding:0;
padding-left: 15px;
background: url('../images/double-arrow2.png') no-repeat left 5px;
margin:0;

}

#country, #country-label {
	display:none;	
}
.form-list.group-select input-box label

.tabelle {
	border: 1px solid #eaeaea;
}
.tabelle td {
	padding-left: 5px;
}

.bilder {
	border: 1px solid #000000;	
}

/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; width: 540px; padding-bottom: 30px;  }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }

#footer-menu .separator {
	color:#FFF;
	padding: 0 10px;
}
#footer-menu ul {
	width: 210px;
	margin: 0 auto;
	padding-top: 5px;
}
	
#footer-menu li{
	float:left;
}

#footer-menu li a{
	color: #FFF;	
}
/* ======================================================================================= */

a.back_to_top { 
	float: left; 
	background: url(../images/nach-oben.png) no-repeat left; 
	padding-left: 20px; 
	margin-left: 225px; 
	color: #000; 
}
.geschenk img {
	float:right;
}
.col-main table li { 
	padding-left		: 15px;
	background-image	: url('../images/double-arrow2.png');
	background-repeat	: no-repeat;
	background-position	: left 3px;
	font-weight			: normal;
	color				: #006A9F;
	text-decoration		: none;
	list-style: none;
}
.col-main h1 {
	margin-bottom: 4px;
}

/* =======================IE 7 CSS ========================================== */
*+html .category-products button span{
	width: 115px;
	height: 22px;
}
*+html #products-grid-table td{ width: 150px;  padding-right: 0px;}

*+html .product-options { margin-top: 330px;}

*+html .dashboard .col2-set a{ 	
	cursor: pointer;
	margin: 5px 0 5px 390px;
	}
	
*+html .col-2 .discount {margin-right: 300px;}


*+html .logout-button {
	float: none;	
}