/**
 * Styles Apons.eu
 *
 * @author		e-matters GmbH
 * @since		02/2013
 * @copyright	Copyright (c) e-matters GmbH, www.e-matters.de
 */
 

/* === GENERALS === */
/* all generic element and class styles which are needed to be overwrite for our template.
   Keep in mind, that here are not all element styles set, and other "defaults" could be set in the bootstrap main css */ 
 	
 	@font-face {
		font-family:'Vollkorn';
		src: url('./fonts/Vollkorn/VollkornRegular.woff2') format('woff2'),url('./fonts/Vollkorn/VollkornRegular.woff') format('woff');
		font-weight: 400; font-style: normal; text-rendering: optimizeLegibility;
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}
	
 	@font-face {
		font-family:'Vollkorn';
		src: url('./fonts/Vollkorn/VollkornBold.woff2') format('woff2'),url('./fonts/Vollkorn/VollkornBold.woff') format('woff');
		font-weight: 700; font-style: normal; text-rendering: optimizeLegibility;
  		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	}

	@font-face {
		font-family:'Vollkorn';
		src: url('./fonts/Vollkorn/VollkornItalic.woff2') format('woff2'),url('./fonts/Vollkorn/VollkornItalic.woff') format('woff');
		font-weight: 400; font-style: italic; text-rendering: optimizeLegibility;
  		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	} 

	@font-face {
		font-family:'Vollkorn';
		src: url('./fonts/Vollkorn/VollkornItalicBold.woff2') format('woff2'),url('./fonts/Vollkorn/VollkornItalicBold.woff') format('woff');
		font-weight: 700; font-style: italic; text-rendering: optimizeLegibility;
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
	} 
 
 
/**
 * ==================
 * STICKY FOOTER
 */
 
 
	html, body { height: 100%; }
	
	body { color: #000; font-family: 'Vollkorn', serif; font-weight: 400; }
 
 	#site_container {
 		height: 100%;
 	}
 	
	#main_container {
		height: auto;
		margin: 0 auto -460px;
		min-height: 100%;
		background-color: #EEF1F4;
	}
 	
	#main_container_checkout {
		height: auto;
		margin: 0 auto -140px;
		min-height: 100%;
		background-color: #EEF1F4;
	}  
	
	#push {
		height: 460px;
	} 
	
	#push_checkout {
		height: 140px;
	}
	
/**
 * STICKY FOOTER
 * ==================
 */ 
 

/**
 * ==================
 * GENERIC
 */
 
	h1 { font-size: 32px; font-family: 'Vollkorn',serif; font-weight: 400; color: #0a72b5; margin: 0; padding: 0; }	
	h2 { font-size: 24px; font-weight: 400; margin: 0 0 15px; padding: 0; text-decoration: underline; }	
	h4 { color: #000; margin: 0; padding: 0; }

	.h1 { font-size: 32px; font-weight: 400; color: #0a72b5; margin: 0; padding: 0 0 10px; text-decoration: none; }	
	.h2 { font-size: 24px; font-weight: 400; margin: 0 0 15px; padding: 0; text-decoration: underline; }	
	.h4 { color: #000; margin: 0; padding: 0; }

	p { font-size: 16px; font-family: 'Vollkorn',serif; }
	
	input, button, select, textarea {
    	font-family: 'Vollkorn',serif;
	}
	
	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], 
	input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], 
	input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {	    
	    transition: none;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], 
	input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], 
	input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], 
	input[type="color"], .uneditable-input {
	    background-color: #FFF;
	    background-image: none;
	    border: 1px solid #e7e9ef;
	    border-bottom: 1px solid #d3d3da;	
	    border-radius: 0;
	    box-shadow: none;
	    color: #000;
	    padding-bottom: 0;
    	padding-top: 0;    
	}	
	
	a.left_content_link,
	a.left_content_link:visited,
	a.left_content_link:hover,
	a.left_content_link:active {
		color: #E7503E; /* #ce1b12; */;
	}
	
	/* Format - Object - Messages */
	.FObjMsgs{
	  margin:0 0 16px 0;
	}
	
	.FObjMsgs > div[class^="FObjMsg"] {
		padding: 10px;
		font-weight: 400;
		text-align: left;
		border-width: 1px;
		border-style: solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.FObjMsgs div.FObjMsgOK{
		background-color: #F0F6E1;
		background-image: url("files/lib_res/ico/black/20/checkmark.png");
		background-repeat: no-repeat;
		background-position: 5px 7px;
		border-color: #AABE00;
		color: #264409;
		padding-left: 30px;
	}
	
	.FObjMsgErr{
		background-color: #F7E9E9;
		border-color: #DF7373;
		color: #8A1F11;
	}
	
	.FObjMsgWarn{
		background-color: #fcf8e3;
		border: 1px solid #fbeed5;
	  	color: #c09853;
	}
	
	.FObjMsgInfo{
		background-color: #F0F0F0;
		border-color: #E4E4E4;
	 	color: #000;
	}
	
	.FObjMsgDbg{
	  color: #610B5E;
	  margin: 0 0 6px 0;
	  padding: 0 0 6px 0;
	}
	
	.FObjMsg_subMsgs{
	  margin:4px 10px 10px 16px;
	  padding: 0 0 6px 0;
	}	
 
/**
 * END GENERIC
 * ==================
 */ 
 
/**
 * ==================
 * BUTTONS
 */
 	
 	.button_DEFAULTBIG,
	.button_BACK {
		background-color: #7791ad;
		background-image: none;
		border: 0;
		border-radius: 0;		
		color: #FFF;		
		display: block;		
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		min-width: 150px;
		padding: 5px 0 6px;
		margin: 0;			
	}
	
	.button_DEFAULTBIG:hover,
	.button_DEFAULTBIG:active,
	.button_BACK:hover,
	.button_BACK:active {
		background-color: #899EB5;
		color: #FFF;
		text-decoration: none;
	}
	
	.button_SAVE,
	.button_CALLTOACTION,
	.button_DELETE {
		background-color: #E7503E; /* #ce1b12; */
		background-image: none;
		border: 0;
		border-radius: 0;		
		color: #FFF;		
		display: inline-block;		
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		min-width: 125px;
		padding: 5px 0 6px;
		margin: 0;		
	}
	
	.button_SAVE,
	.button_CALLTOACTION:hover,
	.button_CALLTOACTION:active,
	.button_DELETE {
		color: #FFF;
		background-color: #BC0A07;
		text-decoration: none;
	}
		
	.button_PRODUCT {
		background-color: #E7503E; /* #ce1b12; */
		background-image: none;
		border: 0;
		border-radius: 0;		
		color: #FFF;		
		display: inline-block;		
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		min-width: 125px;
		padding: 5px 0 6px;
		margin: 0;				
	}
	
	.button_PRODUCT:hover,
	.button_PRODUCT:active {
		background-color: #BC0A07;
		color: #FFF;
		text-decoration: none;
	}
 
/**
 * END BUTTONS
 * ==================
 */

/**
 * ==================
 * HEADER
 */
 
	.headcontainer {
		position: relative;
		background-color: #FFF;
	}
	
	.shop-translate-container{
		position:absolute;
		top:5px;
		right:12px;
		height:30px;
		width:204px;
		z-index:10;
		text-align:right;
	}
	
	.headcontainer .shop_logo {
		position: relative;
		height: 94px;
	}
	
	.headcontainer .shop_logo img{
		position: absolute;	
		right: 208px;
		top: 22px;
	}
	
	.headcontainer .apons_header_graphics {
		position: relative;
		height: 40px;
	}
	
	.headcontainer .apons_header_graphic1 {
		background: url("files/cfg/header_graphic1.png") 0 0px no-repeat;
		position: absolute;
		left: 70px;
		width: 72px;
		height: 40px;	
	}
	
	.headcontainer .apons_header_graphic2 {
		background: url("files/cfg/header_graphic2.png") 0 5px no-repeat;
		position: absolute;
		right: 120px;
		width: 77px;
		height: 40px;		
	}
	 
	.headcontainer .navcontainer {
		background-color: rgb(119,145,173);		
		height: 41px;
		position: relative;
		z-index: 100;
	}
	
	.headcontainer .navcontainer > .container {
		background-color: inherit;
		height: 41px;
	}
	
	.headcontainer .header-neu .header-graphics-link { display: block; height: 40px; width: 100%; }
	.headcontainer .header-neu .apons_header_graphic1 {}
	.headcontainer .header-neu .apons_header_graphic2 {
		right: auto; left: 260px;
	}
	.headcontainer .header-neu .apons_header_graphic3 {
		background: url("files/cfg/piggy-bank3.png") 0 5px no-repeat;
		position: absolute;
	    right: 54px; width: 54px; height: 40px; background-size: cover; background-position: 0px -10px; }
	
	.headcontainer .header-neu .header-neu-top { position: relative; }
	.headcontainer .header-neu .ecms_searchform { position: absolute; top: 23px; left: 0; }
	
	.headcontainer .header-neu .shop_logo img { right: 62px; top: 12px; }
	.headcontainer .header-neu .header-login { height: 40px; text-align: right; }
	
	.headcontainer .header-neu .header-login .header-login-menu { display: inline-block; float: right; list-style-type: none; padding: 0; margin: 0; height: 40px; overflow: hidden; }
	.headcontainer .header-neu .header-login .header-login-menu .menu-item { display: block; }
	
	.headcontainer .header-neu .header-login .menu-item-link { display: inline-block; color: #fff; font-size: 1.142857142857143em; padding: 12px 13px 8px 14px; text-decoration: none; } 	
	.headcontainer .header-neu .header-login .menu-item-link:hover { color: #fff; }
	.headcontainer .header-neu .header-login .menu-item-link:visited { color: #fff; }
	.headcontainer .header-neu .header-login .menu-item-link:active { color: #fff; }
	.headcontainer .header-neu .header-login .login-link { display: inline-block; color: #fff; font-size: 1.142857142857143em; padding: 12px 13px 8px 14px; text-decoration: none; }
	.headcontainer .header-neu .header-login .login-link:hover { color: #fff; }
	.headcontainer .header-neu .header-login .login-link:visited { color: #fff; }
	.headcontainer .header-neu .header-login .login-link:active { color: #fff; }
		
	.headcontainer .header-neu .header-login .header-login-menu:hover { height: auto; overflow: visible; position: relative; }	
		
	.headcontainer .header-neu .header-login .header-login-menu:hover .menu-item:nth-child(n+2) { position: relative; left: 8px; }	
	.headcontainer .header-neu .header-login .header-login-menu:hover .menu-item:nth-child(n+2)::before { content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-bottom-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -5px;
    left: 16px; z-index: 10; }
    
	.headcontainer .header-neu .header-login .header-login-menu:hover .menu-item:nth-child(n+2)::after { content: ""; 
		display: block; background-color: #fff; position: absolute; height: 40px; width: 100%; top: 1px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2); }
		
	.headcontainer .header-neu .header-login .header-login-menu:hover .menu-item:nth-child(n+2) .menu-item-link { position: relative; color: #333; z-index: 1; }
	
	.headcontainer .header-neu.checkout-header-neu .header-login .menu-item:first-child .menu-item-link { padding-right: 0; }
	.headcontainer .header-neu.checkout-header-neu .header-login { position: relative; }
	.headcontainer .header-neu.checkout-header-neu .header-login .header-login-menu:hover { position: absolute; right: 0; }
	
	.headcontainer .header-neu .navcontainer .navbar .primary_navi > li:last-child > a { padding-left: 14px; }
	.headcontainer .header-neu .navcontainer .navbar .primary_navi > li.active > a { background-color: transparent; box-shadow: none; color: #fff; }
	
	
	@media (min-width: 980px){
		.headcontainer .header-neu .navbar .ecms_searchform { display: none; visibility: hidden; }
	}
	
	@media (max-width: 979px){
		.headcontainer .header-neu .navbar .ecms_searchform { position: static; }
	}
	
	@media (max-width: 767px){
		.headcontainer .header-neu .header-neu-top .ecms_searchform { 
			top: 173px;
		    margin-left: 0;
		    width: 100%;		
		}
		
		.headcontainer .header-neu .header-neu-top .ecms_searchform > form.navbar-form { width: 100%; }
		.headcontainer .header-neu .header-neu-top .ecms_searchform .navbar-form input.apons_input {
			    /*max-width: 80%;*/
			    height: 27px;
			    width: calc(100% - 28px);
			    margin-left: 0;
		}
		
		.headcontainer .header-neu .logomenubar .header_menu { right: 15px; }
		.headcontainer .header-neu .logomenubar .apons_header_graphic1 { left: 0; right: auto; }
		.headcontainer .header-neu .logomenubar .apons_header_graphic2 { left: 110px; right: auto; }
		.headcontainer .header-neu .logomenubar .apons_header_graphic3 { left: 220px; right: auto; }
		
		.headcontainer .header-neu .header-login { text-align: left; height: auto; }
		.headcontainer .header-neu .header-login .header-login-menu { float: none; overflow: visible; height: auto; }
		.headcontainer .header-neu .header-login .header-login-menu:hover .menu-item:nth-child(n+2)::before { display: none; }
		.headcontainer .header-neu .header-login .header-login-menu:hover .menu-item:nth-child(n+2)::after { display: none; }
		
		.headcontainer .header-neu.checkout-header-neu .header-login { height: 40px; }
		.headcontainer .header-neu.checkout-header-neu .header-login .header-login-menu { overflow: hidden; height: 40px; }
		
	}
	
	/** Primary Navigation **/
	
	.navcontainer .navbar {
		margin-bottom: 0;
	}
	
	.navcontainer .navbar .navbar-inner {
		padding: 0;
		background-color: transparent;
		background-image: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		filter: none;
	}
	
	.navcontainer .navbar .navbar-inner .span5 {
		height: 37px;
		vertical-align: middle;
	}
	
	.navcontainer .navbar .primary_navi {
		width: 100%;
		margin-right: 0;
	}
	
	.navcontainer .navbar .primary_navi > li > a {
		color: #FFF;
		text-shadow: none;
		padding: 14px 13px 10px 14px;
		font-size: 16px;		
		line-height: 16px;
	} 

	.navcontainer .navbar .primary_navi > li:last-child > a {
		padding-left: 5px;
		padding-right: 4px;
	}
	
	.navcontainer .navbar .primary_navi > li:hover > .dropdown-menu {
		display: block;
	}
	
	.navcontainer .navbar .primary_navi .dropdown-menu {
		margin: 0;
		border-radius: 0;
	}
	
	.navcontainer .navbar .primary_navi > li > .dropdown-menu > li {
		margin-left: 10px;
		height: 43px;
		overflow: hidden;
	}
		
	.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a {
	    /* background: url("files/lib_res/ico/16/apons_red_arrow.png") 0 6px no-repeat; */
	    filter: none;
	    padding-left: 16px;
		padding-right: 5px;
	    white-space: normal;
	    position: relative;
	}
	
	.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a::before {
	    content: ""; display: block; position: absolute;
	    border-left: 10px solid #E7503E; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
	    left: 0; top: 5px;
	}
	
	.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:hover,
	.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:focus {
	    /* background: url("files/lib_res/ico/16/apons_red_arrow.png") 0 6px no-repeat; 
		background-color: #transparent; */
	    color: #000;
	    filter: none;
	    text-decoration: underline;
		background-color: transparent; background-image: none;
    	border: 0; box-shadow: none; outline: none; transition: none;
	}
	.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:active {
		background: none;
	}
	
	/** Header Menu Navigation **/
	
	ul.header_menu {
		margin: 0 0 0 -20px;
	}
	
	ul.header_menu li {
		color: #000;
		float: left;
		font-size: 16px;
		line-height: 40px;
		list-style-type: none;		
	}
	
	ul.header_menu li a {
		color: #000;
		font-size: 16px;
		padding: 0 10px;
	}
	
	ul.header_menu li:first-child a {
		padding-left: 0;
	}
	
	ul.header_menu li:last-child a {
		padding-right: 0;
	}
	
	/** eCMS Searchform (Header) **/
	
	.ecms_searchform {
		display: inline;
		line-height: 43px;
    	vertical-align: middle;
    	font-family: 'Vollkorn', sans-serif;
	}
	
	.ecms_searchform > form.navbar-form {
		display: inline-block;
		vertical-align: middle;
		line-height: 29px;
	}
	
	.ecms_searchform .navbar-form input.apons_input {
		border: 1px solid #a5a5a5;
		border-right: 0;
		border-radius: 0;
		
		color: #000;
		
		font-size: 14px;
		
		height: 25px;
		line-height: normal;
		padding: 0 0 0 12px;
		margin: 0 0 0 9px;
		width: 325px;
	}
	
	.ecms_searchform .navbar-form button.apons_button_icon {
		margin: 0;
		/* border: 0; */
		filter: none;
		/* background: url("files/lib_res/ico/16/apons_search_icon.png") no-repeat; */
		display: inline-block;
		height: 27px;
		width: 28px;
	    border: 1px solid #a5a5a5;
	    background-color: #fff;
	    position: relative; 
	}
	
	.ecms_searchform .navbar-form button.apons_button_icon::before {
		content: ""; display: block; position: absolute;
	    border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid #E7503E;
	    top: 6px; right: 7px;
	}
	
	@media (min-width: 768px) and (max-width: 991px){
		.header-neu-top .ecms_searchform .navbar-form input.apons_input { width: 300px; height: 27px; }
	}
	

	.navilayer { display: none; }
	@media (max-width: 979px){
		.navilayer {
		    display: -webkit-flex;
		    display: flex;
		    width: 340px;
		    margin-left: 85px;
		    position: absolute;
		    top: 13px
		}
		
		.navilayer .navi-item {
		    display: inline-block;
		    -webkit-flex: 1 0 auto;
		    flex: 1 0 auto;
		}
		
		.navilayer .navi-item .navi-link {
		    color: #fff; font-size: 16px; text-decoration: none;
		}
		
		.navilayer .navi-item.item-offer .navi-link {
			position: relative;
			left: 6px;
		}
	}
	
	@media (max-width: 767px){
		.navilayer {
			margin-left: 13px;
		}
		.navilayer .navi-item.item-offer .navi-link {
			position: relative;
			left: -8px;
		}
	}
	
	@media (max-width: 379px){
		.navilayer { width: 280px; }
		.navilayer .navi-item.item-offer .navi-link { display: none; }
		.headcontainer .header-neu .logomenubar .apons_header_graphic3 { display: none; }
	}
	
	@media (max-width: 767px){
		#main_top { position: relative; top: 30px; margin-bottom: 30px; }
	}
	
	
/**
 * END HEADER
 * ==================
 */
 
/**
 * ==================
 * FOOTER
 */
	
	
	.footcontainer {
		background-color: rgb(119,145,173);
		background-image: url("files/cfg/apons_footer_shadow.png");		
		background-repeat: no-repeat;
		background-position: center top;
		/* height: 460px; */		
	}
	
	.footcontainer_checkout {
		/* height: 140px; */
	}
	
	/** Footer Menu Navigation **/
	
	.footernavigation {
		margin: 17px 0 0;
		padding: 0 30px;
	}
	
	ul.footer_menu,
	ul.footer_checkout_menu {
		margin: 0;
	}
	
	ul.footer_menu li,
	ul.footer_checkout_menu li {
		color: #000;
		float: left;
		font-size: 18px;
		line-height: 40px;
		list-style-type: none;		
	}
	
	ul.footer_menu li a,
	ul.footer_checkout_menu li a {
		color: #FFF;
		font-size: 18px;
		padding: 0 6px;
	}
	
	ul.footer_menu li:first-child a,
	ul.footer_checkout_menu li:first-child a {
		padding-left: 0;
	}
	
	ul.footer_menu li:last-child a,
	ul.footer_checkout_menu li:last-child a {
		padding-right: 0;
		padding-left: 5px;
	}
	
	.footer_text_forrisk {
		text-align: center;
		color: #000;
		font-size: 16px;
		font-weight: 400;
		font-style: italic;
		padding: 47px 0 0;
	}
	
	.apons_footer_box .ecs_box_footer1 {
		height: 186px;
		margin-top: 16px;
	}
	
	.apons_footer_payment .menu_icon_list li {	
		line-height: 50px;
		padding: 0 5px;
	}
	
	.apons_footer_payment .menu_icon_list li img {
		width: 90px;
	}
	
	.apons_footer_payment .menu_icon_list li:first-child {
		padding-left: 0;
	}
	
	.apons_footer_payment .menu_icon_list li:last-child {
		padding-right: 0;
	}
	
	.apons_footer_anyquestion .any_questions_contactinfo {
		padding: 5px 0 0;
		font-size: 16px;
		font-family: 'Vollkorn', sans-serif;
	}
	
	.apons_footer_anyquestion .any_questions_contactinfo a,
	.apons_footer_anyquestion .any_questions_contactinfo a:visited,
	.apons_footer_anyquestion .any_questions_contactinfo a:hover,
	.apons_footer_anyquestion .any_questions_contactinfo a:active {
		color: #000;
		font-family: 'Vollkorn', sans-serif;
	}
	
	/** Footer menu_icon_list **/
	
	.menu_icon_list {
		margin: 0;
	}
	.menu_icon_list li {
		list-style-type: none;
		float: left;
		padding: 0 10px;
	}
		
	.apons_footer_partner .ecs_box_footer1 {
	/*	height: 101px; */
	}
	
	.apons_footer_partner .menu_icon_list li {	
		line-height: 90px;
		max-height: 90px;
		padding: 0 20px;
	}
	
	.apons_footer_partner .menu_icon_list li a {
		display: block;
		height: 90px;
	}
	
	.apons_footer_partner .menu_icon_list li a img {
		max-height: 100%;
	}
	
	.apons_footer_partner .menu_icon_list li:first-child {
		padding-left: 0;
	}
	
	.apons_footer_partner .menu_icon_list li:last-child {
		padding-right: 0;
	}

/**
 * END FOOTER
 * ==================
 */

/**
 * ==================
 * MAIN
 */
	#main_inner {
		padding: 18px 0 0;
	}
	
	#main_content {
		background-color: #eef1f4;
	}

/**
* END MAIN
* ==================
*/
 
/**
 * =================
 * LAYOUTS
 */
 
 	.breadcrumb_wrapper {
 		height: 24px;
 		line-height: 24px;
 		border-bottom: 1px solid #7791ad;
 	}
  
 	.ecs_box1 {
		background: #d9dae1; /* Old browsers */
		background: -moz-linear-gradient(top,  #d9dae1 0%, #e7e8ef 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dae1), color-stop(100%,#e7e8ef)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d9dae1 0%,#e7e8ef 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #d9dae1 0%,#e7e8ef 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #d9dae1 0%,#e7e8ef 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #d9dae1 0%,#e7e8ef 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dae1', endColorstr='#e7e8ef',GradientType=0 ); /* IE6-9 */
		
		border-radius: 4px;
		padding: 14px;
		margin: 0 12px 25px;
 	}
 	
 	.ecs_box2 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		padding: 12px 9px;
		margin: 0 0 20px;
	}
	
	.ecs_box2 .title {
		color: #488ac0;
		font-size: 25px;
		line-height: 25px;
	}
 
 	.ecs_box3 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		padding: 12px 9px;
		margin: 0 0 20px;
	}
	
	.ecs_box3 .title {
		color: #488ac0;
		font-size: 20px;
		font-weight: 400;
	}
	
	.ecs_box4 {
		margin: 0 0 20px;	
	}
	.ecs_box4 .content {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		padding: 12px 9px;
	}	
 	
 	.ecs_box5 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		padding: 12px 9px;
		margin: 0 0 20px;
	}
	
	.ecs_box5 .title {
		color: #488ac0;
		font-size: 19px;
		font-weight: 400;
	}
	
	.ecs_box5 .title h2,
	.ecs_box5 .title h3,
	.ecs_box5 .title h4,
	.ecs_box5 .title h5 {		
		color: #488ac0;
		font-size: 19px;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}
 
 	.ecs_box6 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		padding: 12px 9px;
		margin: 0 0 20px;
	}
	
	.ecs_box6 .title {
		color: #488ac0;
		font-size: 20px;
		font-weight: 400;
	}
	
	.ecs_box6 .content .menu_icon_list {
		display: inline-block;		
	}
		
	.ecs_box6 .content .menu_icon_list li {
		padding-top: 5px;
	}
	
	.ecs_product_box1 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		margin: 0 0 20px;		
	}
	
	.ecs_product_box1 .title {
		padding: 10px;
	}
	
 	.ecs_product_box3 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;		
		margin: 0 -1px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
 
 
	.ecs_box_footer1 {
		background-color: #FFF;
		border: 1px solid #e7e9ef;
		padding: 12px 9px;
		margin: 0 0 20px;
	}
	
	.ecs_box_footer1 .title {
		color: #488ac0;
		font-size: 24px;
		line-height: 24px;
	}
 
	.ecs_prd2basket_overlay {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 500px;
		height: 200px;
		background: #FFF;
		border: 1px solid #DDD;
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.4);
		margin: -100px 0 0 -250px;
		z-index: 10000;	
	}
	
	.ecs_prd2basket_overlay .inner_container {
		text-align: center;
		font-size: 14px;
		vertical-align: middle;
		line-height: 20px;
		height: 60px;
		margin: 45px 0 0;
	}
	
	
	.ecs_prd2basket_overlay .inner_container .button_CHECKOUT_NEXT {
		margin-left: 20px;
	}
 
 
/**
 * END LAYOUTS
 * ==================
 */ 
 
	.icon16-basket-cart {
		background: url("files/lib_res/ico/16/apons_icon_basket_bttn.png") 0 0 no-repeat;
		display: inline-block;
		height: 12px;
	   width: 14px;
	}
	
	.icon16-basket-cart-white {
		background: url("files/lib_res/ico/16/apons_icon_basket_bttn_white.png") 0 0 no-repeat;
		display: inline-block;
		height: 12px;
	   width: 14px;
	}
	
	.icon_secure_orderaddress {
		background-image: url("files/lib_res/ico/black/20/lock.png");
		background-repeat: no-repeat;
		background-position:  5px 5px;
	}
	
	.icon_20_gear {
		background-image: url("files/lib_res/ico/grey/20/gear.png");
		background-repeat: no-repeat;
	}	
 
/**
 * =================
 * FORMATS
 */
 
	/* Orderoptions */
	
	.ecs_orderoptions {}
	.ecs_orderoptions table.orderoptions {
		width: 100%;
		border-spacing: 0;	
	}
	
	.ecs_orderoptions table.orderoptions .order_options_headline {
		padding: 5px;
		background-color: #f5f5f5;
	}
	
	.ecs_orderoptions table.orderoptions .order_options_cell {
		padding: 5px;
		border-top: 1px solid #DDD;
	}
	
	.ecs_orderoptions table.orderoptions .order_options_startcell {
		padding: 5px;
		border-top: 1px solid #DDD;
		border-right: 1px solid #DDD;
		font-weight: 700;
		background-color: #f5f5f5;
		min-width: 150px;
	}
  
  	.ecs_orderoptions table.orderoptions .shippingtypes {
  		text-transform: capitalize;
  	}
  	
  	.ecs_orderoptions_shipping table.orderoptions .order_options_startcell {
  		text-transform: capitalize;
  	}
  
    .menu_breadcrumb {
    	margin: 0 0 0 14px;
    }
	
	.menu_breadcrumb .menu_breadcrumb_searchresult,
	.menu_breadcrumb a {
		color: #666;
		font-size: 12px;
	}
	
	.menu_breadcrumb .menu_breadcrumb_sep {
		padding-right: 2px;
		padding-left: 2px;
	}
	
	/* eCDB Artikel */
	
	.ecdb_record_teaser {
		font-weight: 700;
		font-size: 16px;
	}
	
	.ecdb_record_body {
		font-weight: 400;
		font-size: 16px;
	}
	
	/* PRODUKTPREIS */
	
		/* Produktpreis (ohne Discount) */
		.prd_prc_prc{
			/* color: */ /* #E7503E; */ /* #ce1b12; */
			font-size: 15px;
			font-weight: 700;
			line-height: 18px;  
		}
		
		/* Discountpreis */
		.prd_prc_dis{
			/* color: #E7503E; */ /* #ce1b12; */
			font-size: 15px;
			font-weight: 700;
			line-height: 18px;
		}
		
		/* UVP-Preis  */
		.prd_prc_uvp{
			/* color: #000; */
			font-size: 13px;			
			font-weight: 700;
			line-height: 18px;
		}
		
		/* Variantenpreis (ab xx,yy) */
		.prd_prc_vers {
			font-size:15px;
			font-weight: 700;
			line-height: 18px;
		  	/* color: #000; */
		}
		
		.price-avp { display: block; /* color: #E7503E; */ font-size: 1.071428571428571em; font-weight: 400; line-height: 1.2; }
		.price-avp .product-price-avp { text-decoration: line-through; font-size: 1em; font-weight: 400; line-height: 1.2; -webkit-text-decoration-color: rgba(231,80,62,0.8); text-decoration-color: rgba(231,80,62,0.8); }
		
	/* END PRODUKTPREIS */
	
	.price_hint,
	.price_hint p {
		font-size: 12px;
		font-style: italic;
		text-align: right;
	}

/**
 * END FORMATS
 * ==================
 */ 
 
/**
 * =================
 * BASKET
 */
	.basket_preview_button {
	 	position: relative;
	 	line-height: 43px;
	 	vertical-align: middle;
	 	width: 136px;
	 	font-family: 'Vollkorn', sans-serif;	
	}
	
	.basket_preview_button a {
	 	color: #000;	 
	 	background-color: #FFF;
	 	border: 1px solid #a5a5a5;
	 	line-height: 25px;
	 	height: 25px;
	 	display: inline-block;
	 	text-transform: uppercase;
	 	text-decoration: none;
	 	cursor: pointer;
	 	font-size: 12px;
	 	font-weight: 700;
	 	font-family: 'Vollkorn', sans-serif;
	 	width: 136px;	 	
	}
	
	.basket_preview_button a i {
	 	margin: 0 4px 0 6px;
	 	vertical-align: middle;
	 	color: #E7503E;	 
	}
	 
	.basket_preview_button a span {
		font-family: 'Vollkorn', sans-serif;
	 	vertical-align: middle;
	 	padding-left: 7px;
	 	display: inline-block; margin-top: 2px;
	}
	
	.basket_preview_button a span.basket_preview_count {
	 	display: inline-block;
	 	font-weight: 700;
	 	color: #E7503E; /* #ce1b12; */
	 	overflow: hidden;
	    text-align: right;
	    width: 20px;
	    padding: 0;
	}
	
	h1.basket_headline {
		padding: 0 14px;
	}
	
	.basket_buttons_header {
		position: relative;
		height: 31px;
	}
	
	.basket_buttons_header .basket_to_checkout {
		width: 125px;
		position: absolute;
		right: 0;
	}
	
	.basket_buttons_header .basket_continue_shopping {
		width: 150px;
		position: absolute;
		right: 136px;
	}
	
	.basket_buttons_footer {
		position: relative;
		height: 31px;
	}
	
	.basket_buttons_footer .basket_to_checkout {
		width: 125px;
		position: absolute;
		right: 0;
	}
	
	.basket_buttons_footer .basket_continue_shopping {
		width: 150px;
		position: absolute;
		right: 136px;
	}
	
	.basket_buttons {
		margin: 10px 0 12px;
		position: relative;
	}
	
	.basket_buttons .basket_buttons_or {
		position: absolute;
		right: 30px;
		top: 38px;
	}
	.basket_buttons .basket_buttons_paypal {	
		position: absolute;
		right: 0;
		top: 62px;
	}
	
	.basket_buttons div.basket_buttons_checkout{
		float: right;
	}
	
	.basket_buttons div.basket_buttons_clear{
		float: right;
	}
	
	.basket_buttons div.basket_buttons_update{
		float: right;
		margin: 0 0 0 10px;
	}
	
	.basket_summary_line {
		width: 940px;		
		margin: 15px 0 0;
	}
	
	.basket_summary_line td {
		font-family: 'Vollkorn', sans-serif;		
		height: 31px;
		padding: 0;
	}
	
	.basket_summary_line td.summary_line_total_name {
		color: #E7503E; /* #ce1b12; */
		background-color: #FFF;
		border: 1px solid #d2d3db;
		border-right: 0;
		font-size: 17px;
		font-weight: 700;
		padding-left: 8px;
		
	}
	
	.basket_summary_line td.summary_line_total_name .xtext {
		color: #000;
		font-weight: 400;
		font-size: 14px;	
	}
	
	.basket_summary_line td.summary_line_total_value {
		color: #E7503E; /* #ce1b12; */
		background-color: #e7e9ef;
		font-weight: 700;
		text-align: right;
		padding: 0 23px 0 0; 
		width: 104px;
		border: 1px solid #d2d3db;
		border-left: 0;
	}
	
	.basket_items_empty {
		background-color: #FFF;
		border: 1px solid #d2d3db;
		font-family: 'Vollkorn', sans-serif;
	    font-weight: 700;
	    line-height: 40px;
	    margin: 0 0 20px;
	    padding: 0 0 0 16px;
	}
	
	.basket_items {
		margin: 15px 0 0;
		width: 940px;
	}
	
	.basket_items th {
		padding-top: 2px;
		padding-bottom: 3px;
	}
	
	.basket_items th.basket_items_head {
		font-weight: 400;
		font-size: 16px;
		text-align: center;
	}
	
	.basket_items th.basket_items_img_article {
		width: 605px;
		padding-left: 8px;
		text-align: left;
	}
	
	.basket_items th.basket_items_quantity {
		width: 93px;
	}
	
	.basket_items th.basket_items_single_price {
		width: 104px;
	}
	
	.basket_items th.basket_items_price {
		width: 125px;
	}
	
	.basket_items .basket_items_input {
		color: #000;
		width: 27px;
		height: 21px;		
		border: 1px solid #e7e9ef;
		border-bottom: 1px solid #d3d3da;
		border-radius: 0;
		background-color: #FFF;
		background-image: none;
		font-family: 'Vollkorn', sans-serif;
		padding: 0 7px 0 0;
		margin: 0 12px 0 14px;
		text-align: right;		
	}
	
	.basket_items td.basket_items_cell {
		background-color: #FFF;
		border-top: 1px solid #d2d3db;
		font-family: 'Vollkorn', sans-serif;
		line-height: 17px;
	}
	
	.basket_items td.basket_items_img {
		border-left: 1px solid #d2d3db;
		text-align: left;
		width: 79px;	
	}
	
	.basket_items td.basket_items_img img {
		margin: 0 1px 0 13px;
	}
	
	.basket_items td.basket_items_article {
		padding-left: 10px;
		padding-bottom: 3px;
		font-size: 12px;
	}
	
	.basket_items td.basket_items_article .product_name,
	.basket_items td.basket_items_article .product_name a {
		color: #000;
		font-size: 14px;
		font-weight: 700;		
	}
	
	.basket_items td.basket_items_article .presentation_name,
	.basket_items td.basket_items_article .pcode_text {
		font-weight: 700;		
		padding: 0 5px 0 0;
	}
	
	.basket_items td.basket_items_article .presentation_value {
		padding: 0 5px 0 0;
	}
	
	.basket_items td.basket_items_article .cold_chain {
		background: url("files/lib_res/ico/16/apons_cooling_small.png") 0 center no-repeat;
		padding-left: 16px;
	}
	
	.basket_items td.basket_items_article .prescription {
		padding: 0 5px 0 0;
	}
	.basket_items td.basket_items_article .prescription.no_prescription {
		color: green;
	}

	.basket_items td.basket_items_quantity .product_remove {
		display: inline-block;
		width: 12px;
		height: 16px;
		background: url("files/lib_res/ico/16/apons_basket_removeitem.png") no-repeat;
		text-decoration: none;
		vertical-align: middle;
	}
	
	.basket_items td.basket_items_quantity .quantity_times {
		vertical-align: middle;
	}
	
	.basket_items td.basket_items_single_price {
		padding-left: 11px;
	}
	
	.basket_items td.basket_items_price {
		border-right: 1px solid #d2d3db;
		background-color: #e7e9ef;
		font-weight: 700;
		text-align: right;
		padding: 0 23px 0 0;
	}
	
	.basket_items .subtotal td {
		background-color: #FFF;
		border-top: 1px solid #d2d3db;
		border-bottom: 1px solid #d2d3db;		
		font-family: 'Vollkorn', sans-serif;		
		line-height: 31px;
	}
	
	.basket_items .subtotal td.basket_items_footer_txt {
		border-left: 1px solid #d2d3db;
		padding-left: 8px;
	}
	
	.basket_items .subtotal td.basket_items_footer_sum {
		border-right: 1px solid #d2d3db;
		background-color: #e7e9ef;
		font-weight: 700;
		text-align: right;
		padding: 0 23px 0 0;
	}
	
	.basket_items .subtotal td.basket_subtotal_quantity {
		padding-right: 101px;
    	text-align: right;
	}
	
	.basket_shipping_options {
		font-family: 'Vollkorn', sans-serif;
	}
	
	.basket_shipping_options .title {		
		font-size: 32px;
		font-family: 'Vollkorn',serif;
		font-weight: 400;
		color: #0a72b5;
		margin: 0 0 16px;	
		padding: 0 0 0 14px;
		
	}
	
	.basket_shipping_options .shipping_type_option {
		border: 1px solid #d2d3db;
		border-top: 0;
		background-color: #FFF;
		position:relative;
	}
	
	.basket_shipping_options .shipping_type_option.first_option {
		border-top: 1px solid #d2d3db;
	}
		
	.basket_shipping_options .shipping_type_option > div {
		float: left;
		padding: 5px 0 5px;
		min-height: 75px;	
	} 
	
	.basket_shipping_options .shipping_type_option .shipping_type_img {
		width: 84px;
		text-align: center;
	}
	.basket_shipping_options .shipping_type_option .shipping_type_desc {		
		width: 555px;
		line-height: 18px;
	}
	
	.basket_shipping_options .shipping_type_option .shipping_type_desc > strong {
		font-size: 16px;
	} 
	
	.basket_shipping_options .shipping_type_option .shipping_type_radio {
		width: 60px;
		text-align: center;
		line-height: 75px;
	}
	.basket_shipping_options .shipping_type_option .shipping_type_radio input[type="radio"]{
		margin: 0;
		padding: 0;
		vertical-align: middle;		
	}	
	.basket_shipping_options .shipping_type_option .shipping_type_valuetype {		
		width: 102px;
		line-height: 75px;
		padding-right: 12px;
		/* text-align: right; */
		text-align: left;
	}
	.basket_shipping_options .shipping_type_option .shipping_type_costs {		
		width: 102px;
		background-color: #e7e9ef;
		font-weight: 700;
		line-height: 75px;
		text-align: right;
		padding-right: 23px;
		position:absolute;
		top:0;
		bottom:0;
		right:0;
	}
/*
	.basket_shipping_options .shipping_type_option .shipping_type_costs .shipping_calc {
		text-align: right;
		text-transform: none;
		font-size: 14px;
		line-height: normal;
		vertical-align: middle;
		display: inline-block;
	}
	.basket_shipping_options .shipping_type_option .shipping_type_costs .shipping_calc .txt {
		width: 150px;
		padding-right: 15px;
	}
	
	.basket_shipping_options .shipping_type_option .shipping_type_costs .shipping_calc .brutto {
		border-top: 1px solid #000;
		padding-top: 5px;
		margin-top: 5px;
	}
	
	.basket_shipping_options .shipping_type_option.deactive {
		opacity: 0.5;
	}
	
	.basket_shipping_options .shipping_type_option_de1 > div {
		height: 120px;
	}
	
	.basket_shipping_options .shipping_type_option_de1 .shipping_type_radio,
	.basket_shipping_options .shipping_type_option_de1 .shipping_type_costs {
		line-height: 120px;
	}
	
	.basket_shipping_options .shipping_type_option_de2 > div {
		height: 137px;
	}
	
	.basket_shipping_options .shipping_type_option_de2 .shipping_type_radio,
	.basket_shipping_options .shipping_type_option_de2 .shipping_type_costs {
		line-height: 137px;
	}
*/
	.basket_footer {
		margin: 15px 0 20px;
		width: 940px;
	}
	
	.basket_footer td {
		background-color: #FFF;
		border-bottom: 1px solid #d2d3db;
		border-left: 1px solid #d2d3db;
		padding: 0 0 0 8px;
		line-height: 31px;
		
		font-family: 'Vollkorn', sans-serif;
	}
	
	.basket_footer td.bsvalue {
		background-color: #e7e9ef;
		border-right: 1px solid #d2d3db;
		border-left: 0;
		font-weight: 700;
		text-align: right;
		padding-right: 23px;
		width: 89px;
	}
	
	.basket_footer .basket_footer_subtotal td {
		border-top: 1px solid #d2d3db;
	}
	
	.basket_footer .basket_footer_total td {
		color: #E7503E; /* #ce1b12; */
		font-weight: 700;	
	}
	
	.apons_coupon2basket {
		margin: 30px 0;
	}
	.apons_coupon2basket .title {		
		font-size: 32px;
		font-family: 'Vollkorn',serif;
		font-weight: 400;
		color: #0a72b5;
		margin: 0 0 16px;	
		padding: 0 0 0 14px;		
	}
	
	.apons_coupon2basket .coupon_input input[type="text"] {
		border: 1px solid #d2d3db;
		margin-right: 12px;
		margin-bottom: 0;
		height: 31px;
   		line-height: 31px;
	}
	
	.apons_coupon2basket .coupon_input .button_BACK {
		display: inline-block;
	}
	
/**
 * END BASKET
 * ==================
 */
 
/**
 * =================
 * PRODUKT-DETAILS
 */
 
	.product-price-bubble {
		background: #E7503E; font-size: 1em; color: #fff; text-align: center; border-radius: 50px;
	    
	    /* width: 55px; height: 55px; line-height: 55px; */
		
		width: 70px; height: 70px; line-height: 70px;

		position: absolute; top: 10px; right: -55px; z-index: 1;    
	    overflow: hidden; border: 3px solid #fff; background-clip: padding-box; cursor: default;	
	}
	
	.product-price-bubble .bubble-inner { line-height: 1.5; display: inline-block; vertical-align: middle; }
	
	.product-price-bubble .bubble-text { display: block; }
	.product-price-bubble .bubble-value { display: block; font-weight: 400; font-size: 1.25em; }
	
	.product-price-bubble .currency { position: relative; top: 2px; }
   
  	.cold_chain {
		background: url("files/lib_res/ico/16/apons_cooling.png") 0 center no-repeat;
		padding-left: 21px;
		color: #7690ac;
	}
	
	.prescription {
		color: #E7503E; /* #ce1b12; */
	} 
  
  	.productdetail_headline {
		line-height: 40px;		
		font-size: 32px;
		font-family: 'Vollkorn',serif;
		font-weight: 400;
		color: #0a72b5;
		margin: 0;	
		padding: 0 14px 8px;
	}
	
	h1.product_name {
		color: #000;
		font-size: 25px;
		font-family: 'Vollkorn', sans-serif;
		font-weight: 700;
		padding: 3px 0 0 14px;
	}
	
	.product_details {
		font-family: 'Vollkorn', sans-serif;
	}
	
	.product_details .detail_name {
		font-weight: 700;
	}
	
	.product_details .detail_value {
		padding: 0 0 0 5px;
	}
	
	.product_details .prescription {
		padding: 0;
	}
	
	.product_details .prescription .detail_name {
		font-weight: 400;
		color: #E7503E; /* #ce1b12; */
	}
	
	.product_details .prescription.no_prescription .detail_name {
		color: green;
	}
	
	.product_details .product_variants {
		padding: 30px 30px 0 0;
	}
	
	.product_details .product_variants form {
		margin: 0;
	}
	
	.product_details .product_variants .variant_chooser {
		width:100%;
		margin-bottom: 15px;
	}
	
	.product_details .product_variants .variant_chooser td {
		padding: 6px 4px;
		border-bottom:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
	}
	
	.product_details .product_variants .variant_chooser .vheader {
		font-weight: 700;
		background-color:#F5F5F5; vertical-align: top; 		
	}
	.product_details .product_variants .variant_chooser .vheader a{
		font-weight: 400;
		font-size:0.8em;
	}
	
	.product_details .product_variants .variant_chooser .variantsize {
		padding: 0 5px 0 0; position: relative; vertical-align: middle;	 	
	}
	
	.product_details .product_variants .variant_chooser  .variantsize input[type="radio"]{
		margin: 0 8px 0 0;
		padding: 0;
	}
	
	.product_details .product_variants .variant_chooser .price1 {
		text-align: right;
	}
	
	.product_details .product_variants .variant_chooser .price2 {
		text-align: right; border-right:0; font-weight: 700;
	}
	
	.product_details .product_variants .variant_chooser .product2basket {
		border-bottom:0;
		padding: 10px 4px 6px 20px;
		text-align: right;
	}
	
	.product_details .product_variants .variant_chooser .variantsize .variant-flex { 
		display: -webkit-flex; -webkit-flex-flow: row nowrap; -webkit-align-items: center; -webkit-justify-content: space-between;
		display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; }
	.product_details .product_variants .variant_chooser .variantsize .variant-input { display: inline-block; vertical-align: middle; float: left; }
	
	.product_details .product_variants .variant_chooser .variantsize .product-price-bubble {
		border-radius: 0; width: 45px; height: 12px;  display: inline-block; padding: 4px;  
		line-height: 1.2; font-size: 0.71em; /*  */
		
		position: static; float: right; vertical-align: middle;
	}
	
	.product_details .product_variants .variant_chooser .variantsize .product-price-bubble.extended {
		width: auto; height: auto;
	}
	
	.product_details .product_variants .variant_chooser .price1.price-avp { display: table-cell; }
	
	.product_details .product_variants .price-tooltip-trigger { display: block; }
	
.product_details .product-replace-container{
margin:24px 0;
}
.product_details .product-replace-container .replace-list{
list-style-type: none;
margin:6px 0 0;
padding:0 0 0 0;
}
.product_details .product-replace-container .replace-list .replace-item{
margin:6px 0 0;
padding:0 0 0 0;
}
	
	.product_details .product2basket .detail_name {
		font-weight: 400;		
	}
	
	.product_details .product2basket .productdetail_action_add_to_cart,
	.product_details .product2basket .productdetail_action_add_to_cart form.prd_buy_button {
		display: inline;
	}
	
	.product_details .product2basket .productdetail_action_add_to_cart .prd_buy_button_input {
		color: #000;
		width: 27px;
		height: 21px;		
		border: 1px solid #e7e9ef;
		border-bottom: 1px solid #d3d3da;
		border-radius: 0;
		background-color: #FFF;
		background-image: none;
		font-family: 'Vollkorn', sans-serif;
		padding: 0 7px 0 0;
		margin: 0 12px 0 14px;
		text-align: right;			
	}
	
	.productdetail_action_add_to_cart .button_PRODUCT { padding: 8px 30px 6px 10px; padding-left: 10px; padding-right: 30px; position: relative; font-size: 1.1em; font-family: 'Vollkorn';  text-transform: none; font-weight: 400; line-height: 1.4; }
	.productdetail_action_add_to_cart .button_PRODUCT .icon16-basket-cart-white { position: absolute; right: 10px; top: 11px; bottom: 12px; margin: auto; }
	
	
	.helptexts {
		padding: 5px 9px;
	}
	
	.helptexts h5 {
		margin-bottom: 5px;
	}
	
	.helptexts p {
		padding-bottom: 12px;
	}
	
	/* == Tabsset, add 25.08.2014 by ST == */
		.em-tabsflex-set {
			border: 0; border-radius: 0; padding: 0; margin: 0 0 40px;
		}
		
		.em-tabsflex-set * {
			-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
		}
		
		.em-tabsflex-set .em-tabsflex-tabmenu {
			display: none;
			width: 100%;
			heigth: auto;
			background-color: #fff;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;	
			padding: 20px 0 0 20px;		
		}
		
		.em-tabsflex-set .em-tabsflex-tabmenu .em-tabsflex-tabitem {
			background: #fff;
			border: 0;
			border-right: 1px solid #ddd;
			border-top: 1px solid #ddd;
			border-left: 1px solid #ddd;
			border-radius: 0;
			line-height: 2.75;
			text-transform: uppercase;
			margin: 0 3px 0 0;
			padding: 0 10px;
			position: relative;
		}
		
		.em-tabsflex-set .em-tabsflex-tabmenu .em-tabsflex-tabitem.em-tabsflex-active {
			background: #f2f2f2;
		}
		
		.em-tabsflex-set .em-tabsflex-tabmenu .em-tabsflex-tabitem:first-child {
			
		}
		
		.em-tabsflex-set .em-tabsflex-item {
			padding: 0 10px;
		}
		
		.em-tabsflex-set .em-tabsflex-accordionitem {
			display: inline-block;
			width: 100%;
			height: auto;
			background: #f2f2f2;
			border: 0;
			border-bottom: 1px solid #ddd;
			border-top: 0px solid #ddd;
			border-radius: 0;
			line-height: 2.25;
			text-transform: uppercase;
			margin: 0;
			padding: 0 10px;
			position: relative;
		}
		
		.em-tabsflex-set .em-tabsflex-accordionitem:after {
			content: "";
			border-left: 4px solid #444;
			border-top: 4px solid transparent;
			border-bottom: 4px solid transparent;
			position: absolute;
			right: 10px;
			top: 10px;
		}
		
		.em-tabsflex-set .em-tabsflex-accordionitem.em-tabsflex-active {
			background: #A4A4A4;
		}
		
		.em-tabsflex-set .em-tabsflex-accordionitem.em-tabsflex-active:after {
			content: "";
			border-left: 4px solid transparent;
			border-top: 4px solid #444;
			border-right: 4px solid transparent;
			border-bottom: 0;
			position: absolute;
			right: 8px;
			top: 12px;
		}
		
		.em-tabsflex-set .em-tabsflex-accordionitem.em-tabsflex-active.item-first { border-top: 1px solid #ddd; }
	
	
/**
 * END PRODUKT-DETAILS
 * ==================
 */	
 
/**
 * =================
 * PRODUKTGRUPPEN
 */

	.apons_article_home {}
	.apons_article_home .image {
		float: right;
	}
	

	.apons_home_categoriebox .ecs_box2 {
		padding: 20px 18px 5px;
	}
	
	.apons_home_categoriebox .ecs_box2 .title {
		padding: 0 0 14px;
	}
	
	.apons_home_categoriebox .apons_productgroups .intro {
		margin: 0 0 15px;
	}

	.apons_productgroups {
		font-size: 18px;
	}
	.apons_productgroups .product_human {
		background: url("files/cfg/apons_category_human.png") left top no-repeat;
		width: 120px; min-height: 50px;
		float: left;
	}
	.apons_productgroups .product_animal {
		background: url("files/cfg/apons_category_animal.png") left top no-repeat;
		width: 120px; min-height: 50px;		
		clear: both;
		float: left;
	}
	
	.apons_productgroups .groupslist {
		float: left;
		width: 100%;
		margin: 0 0 15px -120px;
		padding: 0 0 0 120px;
		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.apons_productgroups .groupslist_product_human {
		margin-top: 0;
	}
	
	.apons_productgroups .groupslist ul {
		margin: 0;
		padding: 0;
	}
	
	.apons_productgroups .groupitem {
		float: left;
		list-style-type: none;
		margin: 0 5px 4px 0;
	}
	
	.apons_productgroups .groupitem a {
		background: url("files/lib_res/ico/16/apons_red_arrow.png") 0 6px no-repeat;
		padding-left: 15px;
		color: #000;
	}

	.ecs_product_group_sub_overview_wrapper .ecs_box3 {
		margin-bottom: 60px;
	}

	.ecs_product_group_sub_overview {}
	.ecs_product_group_sub_overview .title {
		padding: 0 0 15px;
	}
	
	.ecs_product_group_sub_overview .ecs_product_group_subgroup {
		margin: 0 10px 0 0;
	}
	
	.ecs_product_group_sub_overview .ecs_product_group_subgroup a {
		display: block;
		color: #000;
		font-size: 16px;		
		/* background: url("files/lib_res/ico/16/apons_red_arrow.png") 0 4px no-repeat; */
		padding: 0 0 0 15px;
		position: relative;	
	}
	
	.ecs_product_group_sub_overview .ecs_product_group_subgroup a::before {
	    content: ""; display: block; position: absolute;
	    border-left: 10px solid #E7503E; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
	    left: 0; top: 3px;
	}

/**
 * END PRODUKTGRUPPEN
 * =================
 */  
 
/**
 * =================
 * PRODUKTLISTEN
 */

	.product_list__sort {
		position: absolute;
		right: 0;
		top: 2px;
	}
	.product_list__sort > form{
		margin-bottom:4px;
	}
		
	.product_list__sort label {
		padding: 0 5px 0 0;
	}
	.product_list__sort select.input_selectbox_long {
		width: 130px;
	}
	
	.product_list__headline {
		position: relative;
		width: 55%;
	}
	
	.list_viewchanger {
		position: absolute;
	    right: 0px;
	    top: 42px;
	}

	.list_viewchanger select {
		width: 130px;
	}
	
	/* View Changer */
		
		.list_viewchanger li {
			width: 25px;
			height: 24px;
			display: block;	
			float: left;
			margin: 0 0 0 5px;	
		}
		
		.list_viewchanger li#list_viewchanger_tabled,
		.list_viewchanger li#list_viewchanger_tiled {
			background: url("files/lib_res/ico/24/list_viewchanger.png") 0 0 no-repeat;
		}
		
		.list_viewchanger li#list_viewchanger_tabled:hover,
		.list_viewchanger li#list_viewchanger_tabled.active,
		.list_viewchanger li#list_viewchanger_tiled:hover,
		.list_viewchanger li#list_viewchanger_tiled.active {
			background-position: 0 -24px;
		}
		
		.list_viewchanger li#list_viewchanger_large,
		.list_viewchanger li#list_viewchanger_detailed {
			background: url("files/lib_res/ico/24/list_viewchanger.png") 0 -48px no-repeat;
		}
		
		.list_viewchanger li#list_viewchanger_large:hover,
		.list_viewchanger li#list_viewchanger_large.active,
		.list_viewchanger li#list_viewchanger_detailed:hover,
		.list_viewchanger li#list_viewchanger_detailed.active {
			background-position: 0 -72px;
		}	
	
.product_list__filter_manufacturer {
position: absolute;
right:140px;
top: 2px;
width:260px;
height:70px;
overflow-y:auto;
overflow-x:hidden;
border:1px solid #a5a5a5;
background-color:#fff;
padding:2px;
}
	
.product_list__filter_manufacturer .filter-option{
position:relative;
}
.product_list__filter_manufacturer .filter-option .option-input{
position:absolute;
left:0;
top:0;
width:12px;
margin-top:2px;
}
.product_list__filter_manufacturer .filter-option .option-name{
margin-left:16px;
cursor:pointer;
}
	
/*
	.product_list__filter_manufacturer select {
		width: 130px;
	}
	
	.product_list .product_list__filter_manufacturer select option {
		width: auto;
	}
*/	
	.product_list {
		clear: both;
		position: relative;
	}
	
	.product_list select {
		font-size: 16px;
		height: 26px;
		line-height: 20px;
		padding: 0;				
		border: 1px solid #a5a5a5;
		border-radius: 0;
	}
	
	.product_list select option {
		width: 120px;
	}
	
	.product_list_large ul.product_list__list {
		clear: both;
		margin: 0px 0 12px 0;
		padding: 47px 0 0;
		text-align:left;
	}
	.product_list_large ul.product_list__list li {
		float: none;
		clear: both;
		list-style-type: none;
		margin: 0 0 10px;
		
	    height: 160px;
	    padding: 0 0;
		
		border: 1px solid #DDD;
		background-color: #FFF;
	}
	
	.product_list_large .product_list__item {
		position: relative;
		height: 160px;
		font-family: 'Vollkorn', sans-serif;
	}
	
	.product_list_large .product_list__item div.image {
		width: 160px;
		height: 160px;
		padding: 0;
		float: left;
		position: relative;
		z-index: 9;		
	}
	
	.product_list_large .product_list__item .image a {
	    display: block;
	    text-align: center;
	    cursor: pointer;
	   /* position: absolute;
	    top: 10px;
	    left: 15px;*/
	}
	
	.product_list_large .product_list__item .data {
		float: left;
		width: 100%;		
		height: 131px;
		margin: 0 0 0 -160px;
		padding: 0 0 0 200px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	
	.product_list_large .product_list__item .data.noimg {
		padding: 0;
		margin: 0;
	}
	
	.product_list_large .product_list__item .product_list__macroformat {
		position: absolute;
		bottom: -24px;
		left: 10px;
		z-index: 10;
	}
	
	
	.product_list_large .product_list__item .buttons .watchlist_add {
		text-align: left;
	}
	
	.product_list_large .product_list__item .buttons .product_info_link {
		text-decoration: none;
	}
	
	.product_list_large .product_list__item h4 {
		padding: 0;
		margin: 0;
	}
	
	.product_list_large .product_list__item .xdata {
		padding: 15px 0 0;
		text-align: left;
	}
	
	.product_list_large .product_list__item .item_availability {
		text-align: left;
	}
	
	.product_list_large .product_list__item .item_availability p {
		padding: 0;
	}
	
	.product_list_large .product_list__item .item_storage {
		text-align: left;
	}
	
	.product_list_large .product_list__item:hover a.item_name {
		color: #000;
	}
	
	.product_list_large a.item_name {
		font-family: 'Vollkorn', sans-serif;	
		font-size: 16px;
		font-weight: 700;
		color: #000;
		display: block;
		height: 30px;
		line-height: 20px;
	}
	
	.product_list_large a.item_name:hover {
		color: #555;
	}
	
	.product_list_large .item_info {
		display: block;
		padding: 5px 10px;
	}
	
	.product_list_large .item_info .pcode {
		display: block;
	}
	
	.product_list_large .item_info .manufacturer {
		display: block;
	}
	
	.product_list_large .item_info .pha_agent {
		display: block;
		width: 70%;
	}
	
	.product_list_large .item_info .presentation {
		display: block;
	}
	
	.product_list_large .item_info .prescription {
		display: block;
	}
	
	.product_list_large .item_info .prescription.no_prescription {
		color: green;
	}
	
	.product_list_large .product_list__item .item_action {
		padding: 0;
		margin: 0 0;
		width: 90px;
		height: 26px;
		position: absolute;
		bottom: 0;
		right: 20px;
	}
	
	.product_list_large .buttons {
		padding: 0;
	}
	
	.product_list_large .prd_buy_button {
		padding: 0;
		margin: 0;
		display: inline;
		line-height: 23px;
		vertical-align: top;
	}
	
	.product_list_large .prd_buy_button_details {		
		background-color: #7791ad;
		background-image: none;
		border: 0;
		border-radius: 0;		
		color: #FFF;		
		display: block;		
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
		font-weight: 700;
		line-height: 20px;
		text-align: center;		
		text-decoration: none;
		min-width: 90px;
		padding: 0;
		margin: 0;	
	}
	
	.product_list_large .prd_buy_button_details:hover {
		text-decoration: none;
		background-color: #899EB5;
	}
	
	.product_list_large .button_PRODUCT_soldout {
	    background: none repeat scroll 0 0 #989A85;
	    border: 1px solid #85876F;
	    height: 28px;
	    min-width: 32px;
	    padding: 5px;
	    width: 32px;
	    float: right;
	}
	
	.product_list_large .button_PRODUCT_soldout .icon {
		background: url("files/lib_res/ico/16/icon_basket_btt.png") 0 0 no-repeat;
		width: 20px;
		height: 16px;	
	}
	
	.product_list_large .button_PRODUCT {
		text-transform: none;
		min-width: 90px;
		padding: 0;
	}
	.product_list_large span[id^="ecs_product_action_add_to_cart"] .button_PRODUCT {
	}
	
	.product_list_large span[id^="ecs_product_action_add_to_cart"] .button_PRODUCT .icon {
	}
	
	.product_list_large .button_PRODUCT:hover {	    
	}
	
	.product_list_large .product_price {
		display: block;
	    padding: 0;
	    position: absolute;
	    right: 20px;
	    text-align: right;
	    top: 40px;
	    width: 220px;
	}
	.product_list_large .product_list__item .item_action .product_mark {
		position: relative;
		width: 15px;
		height: 15px;
		top: -8px;
	}
	
	.product_list_large .product_list__item .item_action .product_mark input[type=checkbox] {
		padding: 0;
		margin: 0;
	}
	
	.product_list_large .product_list__item .product-price-bubble { right: -35px; font-size: 0.85em; }	
	
	
	/*Tabled */
	.product_list_tabled {
		/*overflow: hidden;*/
	}
	
	.product_list_tabled ul.product_list__list {
		overflow: hidden;
		list-style-type: none;
		margin: 0;
		padding: 47px 0 0;
		width: 100%;
	}
	
	.apons-product-list-no-head .product_list_tabled ul.product_list__list { padding-top: 20px; }
	.apons-product-list-no-head .product_list_large ul.product_list__list { padding-top: 20px; }
	
	.apons-pagedown-product-list .list_viewchanger { top: 0; }
	
	.product_list_tabled ul.product_list__list li:nth-child(4n+1){
		margin-left: 0;
	}
	
	.product_list_tabled ul.product_list__list li {
		float: left;	
	    margin: 0 0 10px 21px;
	    padding: 0;
	    position: relative;
		height: 298px; /*284px;*/
		width: 217px;
		border: 1px solid #DDD;
		background-color: #FFF;
		font-family: 'Vollkorn', sans-serif;
		font-size: 12px;
	}
	
	.product_list_tabled ul.product_list__list li .product-price-bubble { /* font-size: 1.166666666666667em; */ }
	
	.product_list_tabled .product_list__item {
		position: relative;
		height: 298px; /*284px;*/
	}
	
	.product_list_tabled .product_list__item > div {
	    padding: 0 10px;
	}
	
	.product_list_tabled .product_list__item div.image {
		width: 125px;
		height: 125px;
		padding: 0;
		position: absolute;
		bottom: 0;
	}	
	.product_list_tabled ul.product_list__list .product_list__item div.image {
		width: 125px;
		height: 125px;
		padding: 0;
		position: absolute;
		bottom: 0;
	}
	
	.product_list_tabled .product_list__item .image a {
	    display: block;
	    text-align: center;   
	}
	
	.product_list_tabled .product_list__item div.data {
		height: 173px;
		position: absolute;
		top: 0;
		padding: 0 6px 0 8px;
		line-height: 16px;
		/* overflow: hidden; */
		width: 100%;		
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.product_list_tabled .product_list__item .product_list__macroformat {
		position: absolute;
		bottom: 5px;
		left: 10px;
	}
	
	
	.product_list_tabled .product_list__item .buttons .watchlist_add {
		text-align: left;
	}
	
	.product_list_tabled .product_list__item .product_info_link {
		text-decoration: none;
		display: none;
		visibility: hidden;
		
	}
	
	.product_list_tabled .product_list__item .item_description {
		display: none;
		visibility: hidden;
	}
	
	.product_list_tabled .product_list__item .xdata {
		display: none;
		visibility: hidden;	
	}
	
	.product_list_tabled .product_list__item .item_availability {
		display: none;
		visibility: hidden;
	}
	
	.product_list_tabled .product_list__item .item_storage {
		display: none;
		visibility: hidden;
	}
	
	.product_list_tabled .product_list__item h4 {
		padding: 5px 0 0;	
	}
	
	.product_list_tabled .product_list__item .item_action {
		position: absolute;
		bottom: 0;
		right: 6px;
		padding: 0;
		text-align: right;
		line-height: 26px;
		height: 26px;
		
	}
	
	.product_list_tabled .product_list__item .item_action .product_mark {
		position: relative;
		width: 15px;
		height: 15px;
		top: -8px;
	}
	
	.product_list_tabled .product_list__item .item_action .product_mark input[type=checkbox] {
		padding: 0;
		margin: 0;
	}
	
	.product_list_tabled a.item_name {
		font-family: 'Vollkorn', sans-serif;
		font-size: 15px;
		font-weight: 700;
		color: #000;
		display: block;
		height: 37px;
		line-height: 18px;
		overflow: hidden;
		text-align: left;
	}
	
	.product_list_tabled .item_info {
		display: block;
		height: 140px;
		overflow: hidden;
	}
	
	.product_list_tabled .item_info .pcode {
		display: none;
		visibility: hidden;
	}
	
	.product_list_tabled .item_info .manufacturer {
		display: block;
	}
	
	.product_list_tabled .item_info .pha_agent {
		display: block;
		position: relative;
	}
	.product_list_tabled .item_info .pha_agent .phainfo {
		display: none;
	}
	
	
	.product_list_tabled .item_info .presentation {
		display: block;
	}
	
	.product_list_tabled .item_info .cold_chain{
		display: inline;
		padding-right: 5px;
	}
	
	.product_list_tabled .item_info .prescription {
		display: inline;
	}
	.product_list_tabled .item_info .prescription.no_prescription {
		color: green;
	}
	
	.product_list_tabled .buttons {
		padding: 0;
		line-height: 20px;
	}
	
	.product_list_tabled .prd_buy_button {
		padding: 0;
		margin: 0 0 0 0;
		display: inline;
		line-height: 23px;
		vertical-align: top;
	}
	
	.product_list_tabled .prd_buy_button_details {		
		background-color: #7791ad;
		background-image: none;
		border: 0;
		border-radius: 0;		
		color: #FFF;		
		display: block;		
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
		font-weight: 700;
		line-height: 20px;
		text-align: center;		
		text-decoration: none;
		min-width: 90px;
		padding: 0;
		margin: 0;	
	}
	
	.product_list_tabled .prd_buy_button_details:hover {
		text-decoration: none;
		background-color: #899EB5;
	}
	
	.product_list_tabled .button_PRODUCT_soldout {
	    background: none repeat scroll 0 0 #989A85;
	    border: 1px solid #85876F;
	    height: 28px;
	    min-width: 32px;
	    padding: 5px;
	    width: 32px;
	    float: right;
	}
	
	.product_list_tabled .button_PRODUCT_soldout .icon {
		background: url("files/lib_res/ico/16/icon_basket_btt.png") 0 0 no-repeat;
		width: 20px;
		height: 16px;	
	}
	
	.product_list_tabled .button_PRODUCT {
		text-transform: none;
		min-width: 90px;
		padding: 0;
	}
	
	.product_list_tabled span[id^="ecs_product_action_add_to_cart"] {
		line-height: 10px;
	}
	 
	.product_list_tabled span[id^="ecs_product_action_add_to_cart"] .button_PRODUCT {

	}
	
	.product_list_tabled span[id^="ecs_product_action_add_to_cart"] .button_PRODUCT .icon {

	}
	.product_list_tabled .button_PRODUCT:hover {

	}
	
	.product_list_tabled .product_price {
		display: block;
		text-align: left;
		position: absolute;
		bottom: 0;
	}
	
	.product_list_tabled .product_price .price-tooltip-link {
		font-weight: 400; font-size: 0.8em;
	}
	
	.product_price .tooltip .tooltip-arrow{
		border-top-color: #0a72b5;
	}
	.product_price .tooltip .tooltip-inner {
		max-width: 300px; width: 300px;
		background-color:#fff;
		color:#000;
		border: 1px solid #0a72b5; 
		font-weight: normal;
		font-size: 12px;
	}
	
	.variant_chooser .tooltip .tooltip-arrow{
		border-top-color: #0a72b5;
	}
	.variant_chooser .tooltip .tooltip-inner {
		max-width: 300px; width: 300px;
		background-color:#fff;
		color:#000;
		border: 1px solid #0a72b5; 
		font-weight: normal;
		font-size: 12px;
	}
	
	.apons_upsellingsproducts {
		padding-top: 5px;
	}
	
	.apons_upsellingsproducts .ecs_product_box1 .title {
		padding-left: 9px;
	}
	.apons_upsellingsproducts .ecs_product_box1 .title .info_link{
		font-size:12px;
	}
	
	.apons_upsellingsproducts .ecs_product_box1 .content {
		padding: 0 10px;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item {
		height: auto;	
	}
	
	.apons_upsellingsproducts .product_list_large ul.product_list__list {
		margin-top: 0;
		padding-top: 0;
	}
	
	.apons_upsellingsproducts .product_list_large ul.product_list__list li {
		height: auto;
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item div.image {
		width: 70px;
		height: 90px;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item div.image a {
		position: static;
		vertical-align: middle;
		width: 70px;
		line-height: 90px;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item div.image a img {
		vertical-align: middle;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item .data {
		width: 358px;
		height: 90px;
		margin: 0;
		padding: 0;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item .data.noimg {
		height: 90px;
		width: 428px;		
		overflow: hidden;		
	}

	.apons_upsellingsproducts .product_list_large .item_info .pcode {
		display: inline;
		padding: 0 5px 0 0;
	}
	
	.apons_upsellingsproducts .product_list_large .item_info .manufacturer {
		display: inline;
		padding: 0 5px 0 0;
	}
	
	.apons_upsellingsproducts .product_list_large .item_info .presentation {
		display: inline;
		padding: 0 5px 0 0;
	}
	
	.apons_upsellingsproducts .product_list_large .item_info .prescription {
		display: inline;
		padding: 0 5px 0 0;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item .item_action {
		position: static;
		float: left;
		width: 125px;
		padding-top: 30px;
	}
	
	.apons_upsellingsproducts .product_list_large .button_PRODUCT {
		min-width: 110px;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item .product_price {
		background-color: #E7E9EF;
   		float: right;
    	height: 90px;
    	padding-right: 4px;
    	padding-top: 6px;
    	position: static;
    	width: 110px;
	}
	
	.apons_upsellingsproducts .product_list_large .product_list__item .product_price .prd_prc_prc {
		color: #000;
		font-size: 12px;
    	font-weight: 700;
    	line-height: 14px;
	}
	
	.apons_upsellingsproducts .product_list_large h4 {}
	.apons_upsellingsproducts .product_list_large a.item_name {
	    color: #000000;
	    display: block;
	    font-family: 'Vollkorn', sans-serif;
	    font-size: 14px;
	    font-weight: 700;
	    height: 20px;
	    line-height: 20px;
	    overflow: hidden;
	}
	

	.product_list__pagination {
		position: relative;	
	}
	
	.product_list__pagination.pagination_top {
		width: 55%;
		top: 0;
		right: auto;
		left: 0;
	}
	
	.product_list__pagination.pagination_bottom {
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
	}
	
	.product_list__pagination .pagination_first,
	.product_list__pagination .pagination_prev,
	.product_list__pagination .pagination_next,
	.product_list__pagination .pagination_last {
		display: inline-block;
		margin-right: 5px;
	}
	
	.product_list__pagination .pagination_next:before,
	.product_list__pagination .pagination_prev:after {
		content: "|";
		font-weight: 700;
		margin-left: 5px;
	}
	
	.product_list__pagination .pagination_next:before {
		margin-right: 5px;
	}	
	
	.product_list__pagination .pagination_first a,
	.product_list__pagination .pagination_prev a,
	.product_list__pagination .pagination_next a,
	.product_list__pagination .pagination_last a {
		color: #000;
		text-decoration: none;
	}
	
	.product_list__pagination .pagination_first a:hover,
	.product_list__pagination .pagination_prev a:hover,
	.product_list__pagination .pagination_next a:hover,
	.product_list__pagination .pagination_last a:hover {
		text-decoration: underline;
	}
	
	.pagination {
		margin: 0 0 0 0;
		text-align: center;
	}
	
	.pagination .numberWrapper {
		display: inline-block;
		margin: 0 4px;	
	}
	
	.pagination .pagenumber {
		color: #B0AFAF;
		font-size: 12px;
		line-height: 18px;
		font-family: 'Vollkorn', sans-serif;
		display: inline-block;
		min-width: 20px;
	}
	.pagination .pagenumber a,
	.pagination .pagenumber a:visited {
		color: #B0AFAF;
		font-size: 12px;
		line-height: 18px;
		font-family: 'Vollkorn', sans-serif;
		margin: 0 0 0 0;
		position: relative;
		text-align:center;
		/*text-indent: 1px;*/	
		text-shadow:0 0 3px #fff;
		/*width: 20px;*/
		padding: 0 6px 0 7px;
		height: 18px;
		display: inline-block;
	}
	
	.pagination .pagenumber a:hover,
	.pagination .pagenumber a:active {
		color: #444;
	}
	
	.pagination .pageDots {
		color: #B0AFAF;
		font-size: 12px;
		font-family: 'Vollkorn', sans-serif;
		margin: 0 0 0 0;
		position: relative;
		text-align:center;
		/*text-indent: 1px;*/	
		text-shadow:0 0 3px #fff;
		width: 20px;
		height: 18px;
		display: inline-block;
	}
	
	.pagination .pagenumber:hover {
		color: #444;
		/*background: url("files/cfg/paging_hover.png") repeat-x;*/
	}
	
	.pagination .pagenumber a:active {
		color: #444;
		/*background: url("files/cfg/paging_mousedown.png") left top no-repeat;*/
	}
	
	
	.pagination .activePage,
	.pagination .activePage:hover {
		color: #444;
		/*background: url("files/cfg/paging_active.png") left top no-repeat;*/
	}
	.pagination .activePage a,
	.pagination .activePage a:visited,
	.pagination .activePage a:hover,
	.pagination .activePage a:active {
		color: #444;
	}
	
	
	.pagination .prev {
		background: url("files/cfg/leftright.gif") 0 0 no-repeat;
		cursor: pointer;
		margin: 4px 0 0 0;
		height: 8px;
		width: 4px;
		display: inline-block;
	}
	.pagination .prev a {
		height: 8px;
		width: 4px;
		display: block;	
	}
	
	.pagination .prevDeactive {
		background: url("files/cfg/leftright.gif") 0 -16px no-repeat;
		cursor: pointer;
		margin: 4px 0 0 0;
		height: 8px;
		width: 4px;
		display: inline-block;
	}
	
	.pagination .next {
		background: url("files/cfg/leftright.gif") 0 -8px no-repeat;
		cursor: pointer;
		height: 8px;
		width: 4px;
		margin: 4px 0 0 0;
		display: inline-block;
	}
	.pagination .next a {
		height: 8px;
		width: 4px;
		display: block;	
	}
	
	.pagination .nextDeactive {
		background: url("files/cfg/leftright.gif") 0 -24px no-repeat;
		cursor: pointer;
		height: 8px;
		width: 4px;
		margin: 4px 0 0 0;
		display: inline-block;
	}
	.pagination .nextpage {
		display: inline-block;
		line-height: 18px;
		padding: 0 0 0 15px;
		color: #B0AFAF;
		font-size: 11px;
		font-weight: 400;		
		font-family: 'Vollkorn', sans-serif;	
	}
	
	.pagination .prevpage {
		display: inline-block;
		line-height: 18px;
		padding: 0 15px 0 0;
		color: #B0AFAF;
		font-size: 11px;
		font-weight: 400;		
		font-family: 'Vollkorn', sans-serif;	
	}
	
	.pagination .nextPageDeactive {
		color: #CCC;
		font-size: 12px;
		font-weight: 400;		
		font-family: 'Vollkorn', sans-serif;	
	}
	.pagination .prevPageDeactive {
		color: #CCC;
		font-size: 12px;
		font-weight: 400;		
		font-family: 'Vollkorn', sans-serif;
	}	

/**
 * END PRODUKTLISTEN
 * ==================
 */ 
 
 
/**
 * ==================
 * CHECKOUT
 */

		.order_progress {
		    font-weight: 400;
		    margin: 0 0 20px 0;
		    width: 100%;
		    height: 30px;
		    list-style-type: none;
		}
		.order_progress li.order_progress_cell {
			font-size: 14px;
			font-family: 'Vollkorn', sans-serif;
		    padding: 5px 5px 5px 18px;
		    text-align: left;
		    width: 149px;
		    height: 20px;
		    line-height: 20px;
		    vertical-align: middle;
		    float: left;
		    position: relative;
		    background-color: #000;
		    color: #FFF;
		}
			
		.order_progress li.order_progress_cell .arrow_container{
			height: 30px;
			width: 30px;
			position: absolute;
			right: -15px;
			top: 0;
			z-index: 10;
			background: url("files/lib_res/ico/48/progressbar_arrow_mask-apons.png") center center no-repeat;	
		}
		
		.order_progress li.order_progress_active {			
		    color: #FFF;
		    font-weight: 700;
		}
		.order_progress li.order_progress_inactive {
			background-color: #7791AD;
		}
		.order_progress li.order_progress_done {
		    color: #FFF;
		}
		.order_progress li.order_progress_done a {
		    color: #FFF;
		    font-size: 16px;
		} 		
		.order_progress li.pre_i18n_string {
			background-image: url("files/lib_res/ico/white/16/lock.png");
			background-repeat: no-repeat;
			background-position: 5px center;		
			font-weight: 400;
			font-size: 15px;
			color: #009900;
			width: 220px;
			padding-left: 25px;
		}
		
		/** eCS Order Adress Wrapper - Cascadings **/
		.ecs_order_address_wrapper .ecs_box2 .title {
			padding-bottom: 15px;
		}			
		.ecs_order_address_wrapper .ecs_box2 .title .icon_secure_orderaddress {
			padding: 0 0 0 25px;
			display: inline;
		}
		
		.ecs_order_address_wrapper label {
			display: inline;
			margin-bottom: 0;
		}	
		
		.ecs_order_address_wrapper .ecs_eform_checkout_addresses .eform input[type="radio"] {
			margin-left: 10px;
			margin-top: 0;
		}
		
		.ecs_order_address_wrapper .any_questions_contactinfo {
			font-family: 'Vollkorn', sans-serif;
		}
				
		/** UserLogin Checkout **/
		.ecs_userlogin_checkout {}
		
		.ecs_userlogin_checkout td.user_login_fname,
		.ecs_userlogin_checkout td.user_login_fcell {
			padding: 0 0 5px 0;
			text-align: right;
			font-family: 'Vollkorn', sans-serif;
		}
		
		.ecs_userlogin_checkout td.user_login_fcell {
			width: 250px;
			padding-left: 5px;
			padding-right: 0;
		}
		.ecs_userlogin_checkout td.user_login_fcell input {
			width: 95%;
			margin: 0;
		}
		.ecs_userlogin_checkout td.pwd_link {
			padding-left: 5px;
		}
		
		.ecs_userlogin_checkout .user_login_bttn {
			padding: 10px 0 0 0;
			text-align: right;
		}
		
	
		.checkout_subhead {
			font-weight: 700;
			font-size: 14px;
			border-bottom: 1px solid #999;
			padding: 0 0 5px 0;
			margin: 0 0 10px 0;
		}
		
		
		.payment_paymodes {
			font-family: 'Vollkorn', sans-serif;
			font-size: 16px;
			margin: 0;
		}
		.payment_paymodes tr td.payment_paymode_opt,
		.payment_paymodes tr td.payment_paymode_name,
		.payment_paymodes tr td.payment_paymode_provider {
			padding: 4px 0 4px 0;
			border-top: 1px solid #DDD;
			line-height: 40px;
			vertical-align: middle;
		}
		
		.payment_paymodes input[type="radio"] {
			margin: 0;
		}
		.payment_paymodes label {
			margin: 0; font-size: 16px;
		}
		
		.payment_paymodes img.payment_3p_img {
			vertical-align: middle;
		}
		.payment_paymodes .payment_xcost{
			font-size: 0.8em; color:#666;
		}
		
		.payment_outer form {
			margin: 0;
		}
		
		.payment_outer .chkout_bttns {
			border-top: 1px solid #DDD;
		}
		
		.payment_outer .chkout_bttns td {
			padding: 5px 0 0;
		}
		
		.payment_outer .chkout_bttns .button_BACK {
			display: inline-block;
		}
		
		/* Bestell - ?bersicht */
		 
		.ecs_order_overview_wrapper {
			padding-top: 20px;
		}
		
		.ecs_order_overview_wrapper .ecs_order_overview {
			width: 950px;
		} 
		
		.ecs_order_overview_wrapper .ecs_order_overview .overview_left{
			width: 33%;
			padding-right: 15px;
			vertical-align: top;
		}
		
		.ecs_order_overview_wrapper .ecs_order_overview .overview_right{
			vertical-align: top;
		} 
		 
		.oo_change_link{
			text-align: right;
		}
		
		.ecs_order_done_wrapper,
		.ecs_order_done_wrapper p {
			font-family: 'Vollkorn', sans-serif;
		}
		
		/* Warenkorb-?bersicht */
		.oo_basket{
		  width:100%;
		  margin:0;
		}
		
		.oo_basket_head {
		  background-color:#E7E9EF;
		  color:#000;
		  padding:3px;
		}
		
		.oo_basket_head_empty {
			padding: 5px 0;
		}		
		
		.oo_basket .basket_items_footer {
			padding: 20px 0 0;
			border-top: 1px solid #D2D3DB;
		}
		
		.oo_basket td.basket_items_price {
			border-right: 0;
		}
		
		.oo_basket .basket_items_footer table.basket_summary {
		font-family: 'Vollkorn', sans-serif;etica, sans-serif;
		}
		
		.oo_basket .basket_items_footer table.basket_summary td {
			border-bottom: 1px solid #D2D3DB;
    		border-left: 0px solid #D2D3DB;
		}
		
		.oo_basket .basket_items_footer table.basket_summary td.subtotal_name,
		.oo_basket .basket_items_footer table.basket_summary td.subtotal_value {
			border-top: 1px solid #D2d3db;
		}
		
		.oo_basket .basket_items_footer table.basket_summary .total_name,
		.oo_basket .basket_items_footer table.basket_summary .total_value {
			color: #E7503E; /* #ce1b12; */
			font-weight: 700;
		}
		
		.oo_basket .basket_items_footer td.bsvalue {
		    background-color: #E7E9EF;
		    border-left: 0 none;
		    border-right: 0px solid #D2D3DB;
		    font-weight: 700;
		    padding-right: 23px;
		    text-align: right;
		    width: 101px;
		}

		
		.oo_address_box {
			margin: 10px 0 0;
		}

		/* Adressen */
		.oo_address{
		  width:100%;
		  margin:0px 0 24px 0;
		}
		/* Adressen - Kopfzeile */
		.oo_address_head{
		  background-color:#E7E9EF;
		  color:#000;
		  padding:3px;
		}
		/* Adressen - Adressen-Zelle */
		.oo_address_adr{
		  width:50%;
		  text-align:left;
		  vertical-align:top;
		  padding:3px;
		}
		/* Adressen - Subheadline */
		.oo_address_subhead{
		  font-weight:700;
		  line-height: 14px;
		}
		/* Adressen - Fehlermeldung bei fehlenden Adressen  */
		.oo_address_failed{
		  color: #AE0000;
		  font-weight: 700;
		  font-size: 12px;
		}
		
		/* Versandart - */
		.oo_shipping{
		  width:100%;
		  margin:0px 0 24px 0;
		}
		/* Versandart - Kopfzeile */
		.oo_shipping_head{
		  background-color:#E7E9EF;
		  color:#000;
		  padding:3px;
		}
		/* Versandart - Details */
		.oo_shipping_txt{
		  padding:4px 0 4px 3px;
		  font-weight: 400;
		  text-transform: capitalize;
		}
		
		.order_overview_failed {
			color: #AE0000;
			font-weight: 700;
			font-size: 12px;
		}
		
		/* Zahlungsart */
		.oo_payment{
		  width:100%;
		  margin:0px 0 24px 0;
		}
		/* Zahlungsart - Kopfzeile */
		.oo_payment_head{
		  background-color:#E7E9EF;
		  color:#000;
		  padding:3px;
		}
		/* Zahlungsart  - Texte */
		.oo_payment_txt{
		  padding:4px 0 4px 3px;
		  font-weight: 400;
		}
		
		.oo_payment_value {
			padding:4px 3px 4px 0;
			text-align: right;
			font-weight: 400;
		}
		
		/* Zahlungsart - Details-Table */
		.oo_payment_details{
		  padding:6px 0 0 3px;
		}
		/* Zahlungsart - Feldname */
		.oo_payment_details_fname{
		  padding:1px 10px 1px 0;
		}
		/* Zahlungsart - Feldwert */
		.oo_payment_details_fval{
		  padding:1px 28px 1px 0;
		}
		
		/* Bestell?bersicht - Bestellhinweise (AGB, Datenschutz) */
		.order_purchase_accepts{
		  margin:24px 0 18px 0;
		}
		/* Bestell?bersicht - Bestellhinweise-Checkboxzelle */
		.order_purchase_fcell{
		  text-align:left;
		  vertical-align:top;
		  padding-bottom:6px;
		}
		/* Bestell?bersicht - Bestellhinweise-Textzelle */
		.order_purchase_fname{
		  text-align:left;
		  vertical-align:top;
		  padding: 0 0 6px 5px;
		}
		/* Bestell?bersicht - Bestellhinweise-Checkbox */
		.order_purchase_checkbox{
		  margin:0 10px 0 0;
		}
		/* Bestell?bersicht - Bestellen-Button */
		.order_purchase_bttns{}
		
		.order_purchase_bttns .button_BACK {
			display: inline-block;
		}
		/* Bestell?bersicht - Hinweisbox f?r fehlende Best?tigungen (AGB, Datenschutz) */
		.order_purchase_accepts_missing{
		  background-color: #DA0F00;
		  border: 0px solid #FFF;
		  color:#FFF;
		  font-weight: 700;
		  margin:12px 0 10px 0;
		  padding:10px;
		}
		/* Bestell?bersicht - Speicherhinweisbox nach Klicken auf Bestellbutton */
		.order_purchase_save_layer{
			width:930px;
			margin:auto;
			padding:0px;
		}
		.order_purchase_save_layer_box{
			width:526px;
			border:1px solid #ddd;
			background-color:#E7E9EF;
			padding:12px;
			position: absolute;
			top:380px;
			z-index:1000;
			margin-left:88px;
		}
		.order_purchase_save_layer_header{
		  	color:#AE0000;
		    margin:0px 0 8px 0;
		    font-size:16px;
		    font-weight:900;
		}
		.order_purchase_save_layer_msg{
		  font-weight: 700;
		  margin:0px;
		}
		
		/* Bestellübersicht - Hinweis-Popup für Fehler beim Speichern von Bestellung */
		.order_purchase_notice_popup{
		    z-index:100;
		  position:absolute;
		    top:240px;
		    width:100%;
		}
		.order_purchase_notice_popup_box{
		  border: 3px solid #AE0000;
		    background-color: #FEFFCD;
		    padding:20px;
		    width:30%;
		    left: 35%;
		    position: absolute;
		}
		.order_purchase_notice_popup_box p{
		  font-size:14px;
		  font-weight:700;
		}
		
		/* Bestell - Abschluss */
		
		/* Bestellung-Headline */
		.od_head{
			font-size: 16px;
		    font-weight: 700;
		    padding: 20px 0 0;
		}
		/* Bestellung-Header-Details */
		.od_details{
		  width:340px;
		  float:right;
		  margin:0px 0 24px 0;
		}
		/* Kopfzeile bei Header-Details */
		.od_details_head{
		  background-color:#E7E9EF;
		  color:#000;
		  padding:3px;
		}
		/* Feldname */
		.od_details_fname{
		  padding:1px 0 1px 3px;
		  width:126px;
		}
		/* Feldwert */
		.od_details_fval{
		  padding:1px 0 1px 0;
		}
		
		/* Zahlungsart */
		.od_payment{
		  width:100%;
		  margin:0px 0 24px 0;
		}
		/* Zahlungsart - Kopfzeile */
		.od_payment_head{
		  background-color:#E7E9EF;
		  color:#000;
		  padding:3px;
		  text-align:left;
		  font-weight: 700;
		}
		/* Zahlungsart - Texte */
		.od_payment_txt{
		  padding:4px 0 4px 3px;
		}
		/* Zahlungsart - Feldname */
		.od_payment_fname{
		  padding:1px 10px 1px 3px;
		}
		/* Zahlungsart - Feldwert */
		.od_payment_fval{
		  padding:1px 28px 1px 0;
		}
		
		.od_basket {
			margin-bottom: 10px;
		}
		
		.od_basket .product_name a {
			font-size: 12px;
		}
		
		.od_shipping .oo_shipping_txt {
			font-weight: 400;
		}
		
		/* Buttons auf Bestellabschuss-Seite (Drucken/Einkaufen/Logout) */
		
		.order_done_buttons {
			width: 100%;
		}
		/* 1. Zelle - Drucken */
		.order_done_buttons_col1 {
			text-align: left;
			width: 33%;
		}
		/* 2. Zelle - Weiter Einkaufen*/
		.order_done_buttons_col2 {
			text-align: right;
		 	width: 34%;
		}
		
		.order_done_buttons_col1 .button_PRINT {
			width: 80px;
			padding: 0;
		}
		
		.order_done_buttons_col2 a.button_BACK2 {
			float: right;
			color: #E7503E; /* #ce1b12; */
			font-weight: 700;
		}
		
		/* 3. Zelle - Logout */
		.order_done_buttons_col3 {
			text-align: right;
			width: 33%;
			padding-top:1px;
		}
		
		
		.ecs_order_done_success {
			font-size: 12px;
			background: #F5F5F5;
			border: 1px solid #DDD;
			padding: 5px;
			margin: 0 0 20px 0;
		}
		
		.ecs_order_done_success h2 {
			padding: 0 0 12px 0;
			font-size: 16px;
		}		
		
		/*********************************************************************
		 ****  Bestellhistorie			 		                          ****
		 *********************************************************************/
		.order_history {
		  width: 100%;
		}
		
		.order_history_cell{
		  vertical-align:top;
		  padding: 5px;
		  border-bottom:1px solid #DDD;
		}
		
		.order_history_headline {
		  border-top:1px solid #DDD;
		  border-bottom:1px solid #DDD;
		  background-color:#f5f5f5;
		  color:#000;
		  font-weight: 700;
		  text-align:left;
		  font-size:12px;
		  padding: 5px;
		}
		
		.order_history_orderid {}
		.order_history_date {}
		.order_history_adress_invoice {}
		.order_history_adress_deliver {}
		.order_history_status {}
		
		.order_history_total {
		  text-align: right;
		}
		
		.order_history_details {}
		
		.order_history_download {
		  text-align: left;
		}
				
		.order_history ul.history_actions {
			position: relative;
			list-style-type: none;
		}
		
		.order_history ul.history_actions li.entry {
			position: relative;
		}
		
		.order_history ul.history_actions li.entry a.action_toggle {
			display: block;
			color: #000;	
			height: 20px;
			width: 30px;
		}
		
		.order_history ul.history_actions li.entry a.action_toggle span.action_icon {
			position: relative;
			float: left;
			width: 20px;
			height: 20px;
		}
		
		.order_history ul.history_actions li.entry a.action_toggle span.caret {
		    border-left: 4px solid transparent;
		    border-right: 4px solid transparent;
		    border-top: 4px solid #BBBBBB;
		    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
		    display: inline-block;
		    height: 0;
		    margin-left: 0;
		    margin-top: 8px;
		    vertical-align: top;
		    width: 0;
		}
		
		.order_history ul.history_actions ul {
			display: none;
			list-style-type: none;
			border: 1px solid #AAA;
			border-radius: 4px;
			background-color: #FFF;
			width: 150px;
		    margin: 0;
		    padding: 10px;
		    position: absolute;
		    top: 100%;
		    right: 0;
		    z-index: 900;	
		}
		
		.order_history ul.history_actions ul li {
			text-align: left;
		}
		
		.order_history ul.history_actions li.entry:hover > ul {
			display: block;
		}
		
		.order_history ul.history_actions li.entry:hover a.action_toggle span.icon_20_gear {
			background-image: url("files/lib_res/ico/black/20/gear.png");
		}
		
		.order_history ul.history_actions li.entry:hover a.action_toggle span.caret {
			border-top-color: #000;
		}
		
		.order_history_download .actionslist {
			text-align: left;
			width: 92px;
		}
				
		.order_history .actionslist ul {
			list-style-type: none;
			margin: 0;
		}
				
		
		.apons_country_chooser {}
		.apons_country_chooser ul {
			list-style-type: none;
			margin: 20px 0 0;
		}
		.apons_country_chooser ul li {
			margin-bottom: 10px
		}
		
		.apons_shipping_chooser {}
		.apons_shipping_chooser div.button_DEFAULTBIG {
			height: 380px;
			position: relative;
		}
		.apons_shipping_chooser div.button_DEFAULTBIG .shipping_desc {
			font-weight: 400;
			font-family: 'Vollkorn', sans-serif;
			font-size: 14px;
			text-transform: none;
			text-align: left;
			padding: 10px 0 20px;
			border-top: 1px solid #FFF;
			margin: 10px 10px 0;
		}
		
		.apons_shipping_chooser div.button_DEFAULTBIG .shipping_calc {
			text-align: right;
			padding-right: 120px;
			text-transform: none;
			font-size: 14px;
		}
		.apons_shipping_chooser div.button_DEFAULTBIG .shipping_calc .txt {
			width: 150px;
			padding-right: 15px;
		}
		.apons_shipping_chooser div.button_DEFAULTBIG .shipping_calc .val {}
		
		.apons_shipping_chooser div.button_DEFAULTBIG .button_CALLTOACTION {
			bottom: 10px;
	    	left: 50%;
	    	margin-left: -62.5px;
	    	position: absolute;
		}
		
		.country_de {
			background: url("files/lib_res/ico/country/16/de.png") 0 center no-repeat;
			padding-left: 21px;
		}
		
		.country_at {
			background: url("files/lib_res/ico/country/16/at.png") 0 center no-repeat;
			padding-left: 21px;
		}
		
		.country_ch {
			background: url("files/lib_res/ico/country/16/ch.png") 0 center no-repeat;
			padding-left: 21px;
		}
		
		.country_nl {
			background: url("files/lib_res/ico/country/16/nl.png") 0 center no-repeat;
			padding-left: 21px;
		}
		
		.country_lu {
			background: url("files/lib_res/ico/country/16/lu.png") 0 center no-repeat;
			padding-left: 21px;
		}
		
		.country_be {
			background: url("files/lib_res/ico/country/16/be.png") 0 center no-repeat;
			padding-left: 21px;
		}
		
/**
 * END CHECKOUT
 * ==================
 */
 
/**
 * ==================
 * REGISTER STYLES
 */ 
 
 		.ecs_register_address_wrapper .ecs_box2 .title {
			padding-bottom: 15px;
		}
		
		/** eCS Register Adress Wrapper - Cascadings **/			
		.ecs_register_address_wrapper .ecs_box2 .title .icon_secure_orderaddress {
			padding: 0 0 0 25px;
			display: inline;
		}
		
		.ecs_register_address_wrapper label {
			display: inline;
		}
		
		.ecs_register_address_wrapper .eform input[type="radio"] {
			margin:0;
			vertical-align: middle;
		}
		
		.ecs_register_address_wrapper .input_gender label {
			margin-right: 10px;
			margin-bottom: 0;
		}
		
		.button_REGISTER {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.loggedin_container {
			font-size: 16px;
		}
		
		.loggedin_container .button_CALLTOACTION {
			margin-bottom: 10px;
		}
  
/**
 * END REGISTER STYLES
 * ==================
 */ 		
		
/**
 * ==================
 * Customized Format ecs_eform_checkout_addresses Styles for this template
 */
 
 	.ecs_eform_checkout_addresses {
 		margin-bottom: 0;
 	}
 
	.ecs_eform_checkout_addresses .eform, .ecs_eform_checkout_addresses table{
		width:100%;
	}
	.ecs_eform_checkout_addresses .checkout_subhead{
		text-align:left;
	}
	.ecs_eform_checkout_addresses .eform th {
		width:185px;
		text-align:right;
		padding:0 0 5px 0;
		vertical-align:top;
		font-weight: 400;
		font-family: 'Vollkorn', sans-serif;
	}
	.ecs_eform_checkout_addresses .eform td {
		padding:0 0 5px 0;
		text-align:right;
		font-family: 'Vollkorn', sans-serif;
	}
	.ecs_eform_checkout_addresses .eform .desc{
		font-style:italic;
		text-align:justify;
		font-size:0.9em;
	}
	
	.ecs_eform_checkout_addresses .eform td.input {}
	.ecs_eform_checkout_addresses .eform input {
		margin: 0;
	}
	.ecs_eform_checkout_addresses .eform input[type=text]{
		font-family: 'Vollkorn', sans-serif;
		width: 258px;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;	
	    box-sizing: border-box;		
	}
	.ecs_eform_checkout_addresses .eform input[type=password]{
		font-family: 'Vollkorn', sans-serif;
		width: 258px;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;	
	    box-sizing: border-box;		
	}
	.ecs_eform_checkout_addresses .eform select {
		font-family: 'Vollkorn', sans-serif;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;	
	    box-sizing: border-box;	
		width: 258px;
		height: 21px;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	.ecs_eform_checkout_addresses .input_gender_wrapper {
		text-align: left;		
	}

/**
 * END Customized ecs_eform_checkout_addresses Format Styles for this template
 * ==================
 */

/**
 * ==================
 * Customized Format eForm Styles for this template
 */

	.eform {
		font-family: 'Vollkorn', sans-serif;
	}

	.eform .field td,
	.eform .field th {
		padding-bottom: 5px;
		vertical-align: top;
	}
	
	.eform .field th {
		font-weight: 400;
		text-align: right;
		padding-right: 5px;
	}
	
	.eform .field td .desc {
		font-size: 11px;
	    padding: 5px 0 10px;
	    width: 250px;
	}
	
	.eform input[type="radio"] {
		margin:0;
		vertical-align: middle;
	}
	
	.eform .input_gender label {
		margin-right: 10px;
		margin-bottom: 0;
	}
	
	.eform label {
		display: inline;
	}		
	
	.validate_error {
		color:#8A1F11;
	}
	
	.validate_msg_error {
		width: 250px;
	}
	
	.validate_error .desc {
		color: #444;
		font-weight: 400;
		font-size: 11px;
	}

/**
 * END Customized eForm Format Styles for this template
 * ==================
 */
 
 
/**
 * ==================
 * Customized Format ecs_eform_user_register / ecs_eform_user_masterdata Styles for this template
 */
 	.ecs_eform_user_register {}
 
 	.ecs_eform_user_register .user_register_info_msg td {
 		padding: 0;
 	}
 
	.ecs_eform_user_register .eform {
		float: right;
		font-family: 'Vollkorn', sans-serif;
	} 
	
	.ecs_eform_user_register .eform .actions {
		padding-top: 10px;
	}
	
	.ecs_eform_user_register .eform .actions table {
		width: 100%;
	}
	
	.ecs_eform_user_register .eform .actions .action{
		text-align: right;
		padding-top: 10px;
	}
	
	.ecs_eform_user_register .eform .group {
		line-height: 0;
		font-size: 0;
		height: 14px;
	}
	
	.ecs_eform_user_masterdata {}
 
 	.ecs_eform_user_masterdata .user_masterdata_info_msg td {
 		padding: 20px 0 10px;
 	}
 
	.ecs_eform_user_masterdata .eform {
		float: right;
		font-family: 'Vollkorn', sans-serif;
	} 
	
	.ecs_eform_user_masterdata .eform .actions {
		padding-top: 10px;
	}
	
	.ecs_eform_user_masterdata .eform .actions table {
		width: 100%;
	}
	
	.ecs_eform_user_masterdata .eform .actions .action{
		text-align: right;
		padding-top: 10px;
	}
		
	.ecs_eform_user_masterdata .eform input[type=text]{
		font-family: 'Vollkorn', sans-serif;
		width: 258px;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;	
	    box-sizing: border-box;	
	    margin-bottom: 0;	
	}
	.ecs_eform_user_masterdata .eform select {
		font-family: 'Vollkorn', sans-serif;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;	
	    box-sizing: border-box;	
		width: 258px;
		height: 21px;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	.ecs_eform_user_masterdata .eform .input_gender input[type="radio"] {
		margin:0;
		vertical-align: middle;
	}
		
	.ecs_eform_user_masterdata .eform .input_gender label {
		margin-right: 10px;
		margin-bottom: 0;
	}
		
	.ecs_eform_user_masterdata .eform label {
		display: inline;
	}
		
	
	.ecs_eform_user_masterdata .eform .group {
		line-height: 0;
		font-size: 0;
		height: 14px;
	}


/**
 * END Customized ecs_eform_checkout_addresses / ecs_eform_user_masterdata Format Styles for this template
 * ==================
 */		


 
/**
 * ==================
 * OVERWRITTEN PLUGIN-STYLES
 */
 
	.ecms_gallery_zoom {
		padding-left: 6px; position: relative;
	}
	
	.ecms_gallery_zoom .zoomPad,
	.ecms_gallery_zoom .zoomPup,
	.ecms_gallery_zoom .zoomPad {
		z-index: inherit;
	}
	
	.ecms_gallery_zoom .product-price-bubble { right: -8px; font-size: 0.8571428571428571em; }
	
	/* Silder Styles */
	.flexslider .slides img {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.slider-slide .slide-subtitle{
		margin: 6px 50px 6px 50px;
		text-align:center;
		color:#666;
	}
	.flexslider .flex-direction-nav .flex-prev{
		font-size:0;
		overflow: visible;
	}
	.flexslider .flex-direction-nav .flex-next{
		font-size:0;
		overflow: visible;
	}
	
	
	.product_abo_eform button.button_EDITPRODUCTABO,
	.product_abo_eform input[type="submit"].button_EDITPRODUCTABO,
	.product_abo_eform a.button_EDITPRODUCTABO {
		padding: 5px 5px;
		height: 30px;
		display: inline-block;
	}
	
	.product_abo_eform button.button_CANCELPRODUCTABO,
	.product_abo_eform input[type="submit"].button_CANCELPRODUCTABO,
	.product_abo_eform a.button_CANCELPRODUCTABO {
		padding: 5px 5px;
		height: 30px;
		display: inline-block;
		margin-right: 10px;
	}
	
	.product_abo_eform button.button_DELETEPRODUCTABO,
	.product_abo_eform input[type="submit"].button_DELETEPRODUCTABO,
	.product_abo_eform a.button_DELETEPRODUCTABO {
		padding: 5px 5px;
		height: 30px;
		display: inline-block;
	}
	
	.product_abo_eform .field_use_this label {
		font-weight: 400;
	}
	
	.apons_footer_box .order_comment_summary_widget .last_comment {
		padding-top: 0;
	}
		
/**
 * END OVERWRITTEN PLUGIN-STYLES
 * ==================
 */	
	
 .rating-widgets-slider-outer {
 	position:relative;height:1px;width:100%;
 }
 .rating-widgets-slider {
 	position:relative;top: -400px;margin:20px;height:200px;overflow:hidden;
 }
 
 @media (max-width: 767px) {
 	 .rating-widgets-slider-outer {
	  	position:relative;height:200px;width:100%;
 }
	 .rating-widgets-slider {
		position:unset;top: 0px;margin:20px;height:200px;overflow:hidden;
	 }
 }
	
	
/**
 * =================
 * RESPONSIVE - STYLES
 */ 	
 
 	@media (min-width: 768px){
 		.em-tabsflex-set .em-tabsflex-tabmenu {
			display: inline-block;
		}
		
		.em-tabsflex-set .em-tabsflex-accordionitem {
			display: none;
		}
 	}
 
 
	@media (max-width: 767px) {
		body {
			padding-left: 5px;
			padding-right: 5px;
		}
	
		.navcontainer .navbar {
			background-color: #7791AD;
		}
		
		.navcontainer .navbar .nav-collapse .navcontainer .navbar .primary_navi > li > a {
			padding: 14px 15px 10px;
			border-radius: 0;
			font-weight: 400;
		}
		
		.navcontainer .navbar .nav-collapse .primary_navi > li:last-child > a {
		    padding: 14px 15px 10px;
		}
		
		
		.navcontainer .navbar .nav-collapse .nav li.dropdown.open > .dropdown-toggle,
		.navcontainer .navbar .nav-collapse .nav li.dropdown.active > .dropdown-toggle,
		.navcontainer .navbar .nav-collapse .nav li.dropdown.open.active > .dropdown-toggle {
		    background-color: #E5E5E5;
		    color: #555555;
		}
		
		.navcontainer .navbar .nav-collapse .nav > li > a:hover,
		.navcontainer .navbar .nav-collapse .nav > li > a:focus,
		.navcontainer .navbar .nav-collapse .dropdown-menu a:hover,
		.navcontainer .navbar .nav-collapse .dropdown-menu a:focus {
		    background-color: transparent;
		}
		
		.navcontainer .navbar .nav-collapse .nav > li > a,
		.navcontainer .navbar .nav-collapse .dropdown-menu a {
			font-weight: 400;
			border-radius: 0;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li {
			height: auto;
		} 
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a {
		    /* background: url("files/lib_res/ico/16/apons_red_arrow.png") no-repeat scroll 0 13px transparent; */
		    filter: none;
		    padding: 2px 0 0 16px;
		    white-space: normal;
		    color: #FFF;
		    position: relative;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a::before {
		    content: ""; display: block; position: absolute;
		    border-left: 10px solid #E7503E; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
		    left: 0; top: 5px;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:hover,
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:focus {
		    /* background: url("files/lib_res/ico/16/apons_red_arrow.png") no-repeat scroll 0 13px transparent; */
		    color: #FFF;
		    filter: none;
		    text-decoration: underline;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:active {
			background: none;
		}
		
		.navcontainer .navbar .navbar-inner .span5 {
			height: auto;
		}
			
		.headcontainer .logomenubar {
			height: 140px;
		}
		
		.headcontainer .logomenubar .shop_logo {
			height: 100px;
		}
		
		.headcontainer .logomenubar .shop_logo img {
			/*left: 0;*/
			top: 12px;
		}
		
		.headcontainer .logomenubar .header_menu {
			position: absolute;
			top: 80px;
			right: 0;
		}
		
		.headcontainer .logomenubar .apons_header_graphic2 {
			left: 180px;
		}
		
		.footcontainer {
			height: auto;
		}
		
		.apons_footer_partner .ecs_box_footer1 {
   			height: auto;
		}
		
		.apons_footer_payment .ecs_box_footer1 {
			height: 140px;
		}
		
		.apons_footer_anyquestion .ecs_box_footer1 {
			height: 140px;
		}
		
		.apons_article_home .image {
			float: none;
		}
	
		.basket_shipping_options .shipping_type_option_de1 > div,
		.basket_shipping_options .shipping_type_option_de2 > div {
			height: auto;
		}
	
		.order_progress li.order_progress_cell {
			margin-bottom: 5px;
		}
		
		.product_list_tabled ul.product_list__list li:nth-child(4n+1) {
			margin-left: 21px;
		}
		
		.product_list_tabled ul.product_list__list li:nth-child(3n+1) {
			margin-left: 0;
		}
	
		.breadcrumb_wrapper {
			height: auto;
		}
	}
	
	@media (max-width:979px) {
	
		.product_list__headline {
			width: 45%;
		}
		.product_list__pagination.pagination_top {
			width: 45%;
		}
		.product_list__filter_manufacturer{
			width: 220px;
		}
		
		.product_list_large ul.product_list__list {
			padding-top: 40px;
		}
		
		.product_list_large .product_price,
		.product_list_large .product_list__item .item_action {
			right: 15px;
		}
		
		.navcontainer .navbar .nav-collapse.collapse.in { 
			background-color: #7791AD;
			top: -30px;
			z-index: 1;
			padding-top: 37px;  
			padding-bottom: 10px;
		}
		
		.ecms_searchform, .ecms_searchform * { -webkit-box-sizing: border-box; box-sizing: border-box; }
		
		.navcontainer .navbar .nav-collapse .navbar-form,
		.nav-collapse .navbar-search {
		    border: 0;
			box-shadow: none;		    
		    float: none;
		    margin: 0;
		}
	
		.navcontainer .navbar .nav-collapse .navbar-form { padding: 0 15px; width: 100%; position: relative; }
		
		.nav-collapse .navbar-search { padding: 0; }
		
		.navcontainer .navbar .nav-collapse .ecms_searchform .navbar-form input.apons_input { margin-left: 0; width: 100%; padding-right: 34px; height: 27px; }
		.navcontainer .navbar .nav-collapse .ecms_searchform .navbar-form button.apons_button_icon { position: absolute; right: 15px; top: 1px; }
		
		.navcontainer .navbar .nav-collapse .basket_preview_button { margin-left: 15px; }
		
		.navbar .btn-navbar { position: relative; z-index: 20; }
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
	
		.navcontainer .navbar {
			background-color: #7791AD;
		}

		.navcontainer .navbar .nav-collapse > div.row > div[class*="span"] {
		    -moz-box-sizing: border-box; box-sizing: border-box;
		    display: block;
		    float: none;
		    width: 100%; margin: 0; padding-left: 20px; 
		}
		
		.navcontainer .navbar .nav-collapse .navcontainer .navbar .primary_navi > li > a {
			padding: 14px 15px 10px;
			border-radius: 0;
			font-weight: 400;
		}
		
		.navcontainer .navbar .nav-collapse .primary_navi > li:last-child > a {
		    padding: 14px 15px 10px;
		}
		
		
		.navcontainer .navbar .nav-collapse .nav li.dropdown.open > .dropdown-toggle,
		.navcontainer .navbar .nav-collapse .nav li.dropdown.active > .dropdown-toggle,
		.navcontainer .navbar .nav-collapse .nav li.dropdown.open.active > .dropdown-toggle {
		    background-color: #E5E5E5;
		    color: #555555;
		}
		
		.navcontainer .navbar .nav-collapse .nav > li > a:hover,
		.navcontainer .navbar .nav-collapse .nav > li > a:focus,
		.navcontainer .navbar .nav-collapse .dropdown-menu a:hover,
		.navcontainer .navbar .nav-collapse .dropdown-menu a:focus {
		    background-color: transparent;
		}
		
		.navcontainer .navbar .nav-collapse .nav > li > a,
		.navcontainer .navbar .nav-collapse .dropdown-menu a {
			font-weight: 400;
			border-radius: 0;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li {
			height: auto;
		} 
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a {
		    /* background: url("files/lib_res/ico/16/apons_red_arrow.png") no-repeat scroll 0 13px transparent; */
		    filter: none;
		    padding: 2px 0 0 16px;
		    white-space: normal;
		    color: #FFF;
		    position: relative;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a::before {
		    content: ""; display: block; position: absolute;
		    border-left: 10px solid #E7503E; border-top: 6px solid transparent; border-bottom: 6px solid transparent;
		    left: 0; top: 5px;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:hover,
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:focus {
		    /* background: url("files/lib_res/ico/16/apons_red_arrow.png") no-repeat scroll 0 13px transparent; */
		    color: #FFF;
		    filter: none;
		    text-decoration: underline;
		}
		
		.navcontainer .navbar .primary_navi > li > .dropdown-menu > li > a:active {
			background: none;
		}
		
		.navcontainer .navbar .nav-collapse .nav > li {
			clear: both;
		}
		
		.navcontainer .navbar .navbar-inner .span5 {
			height: auto;
		}
		
		.headcontainer .logomenubar {
			height: 160px;
		}
		
		.headcontainer .logomenubar .shop_logo {
			height: 120px;
		}
		
		.headcontainer .logomenubar .shop_logo img {
			top: 12px;
		}
		
		.headcontainer .logomenubar .header_menu {
			position: absolute;
			top: 80px;
			right: 0;
		}
		
		.headcontainer .logomenubar .apons_header_graphic2 {
			left: 180px;
		}
	
	
		.footcontainer {
			height: auto;
		}
		
		.apons_footer_partner .ecs_box_footer1 {
   			height: auto;
		}
		
		.apons_footer_payment .ecs_box_footer1 {
			height: 140px;
		}
		
		.apons_footer_anyquestion .ecs_box_footer1 {
			height: 140px;
		}
	
		.basket_shipping_options .shipping_type_option_de1 > div,
		.basket_shipping_options .shipping_type_option_de2 > div {
			height: auto;
		}
	
		.order_progress li.order_progress_cell {
			margin-bottom: 5px;
		}
		
		.product_list_tabled ul.product_list__list li:nth-child(4n+1) {
			margin-left: 21px;
		}
		
		.product_list_tabled ul.product_list__list li:nth-child(3n+1) {
			margin-left: 0;
		}
	
	}	

	@media (max-width: 767px){
	
		.header-neu .info-links { display: none; visibility: hidden; }
	}


	@media (min-width: 520px) and (max-width: 722px) {
				
		.product_list_tabled ul.product_list__list li:nth-child(4n+1),
		.product_list_tabled ul.product_list__list li:nth-child(3n+1) {
			margin-left: 21px;
		}
		
		.product_list_tabled ul.product_list__list li:nth-child(2n+1) {
			margin-left: 0;
		}
	}
	
	@media (max-width: 700px) {
		.product_list__filter_manufacturer{
			position:static;
		    width: auto;
    		margin-top:4px;
		}
		.list_viewchanger{
			top:2px;
			right: 140px;
		}
		.product_list__headline{
			width:70%;
		}
		.product_list__pagination.pagination_top{
			width:auto;
		}
		.product_list_large ul.product_list__list {
			padding-top:16px;
		}
	}

 	@media (max-width: 537px) {
 		
 		h1 {
 			overflow: hidden;
 		}
 		
 		.headcontainer .logomenubar {
 			height: 140px;
 		}
 		
 		.headcontainer .logomenubar .shop_logo {
 			height: 100px;
 		}
 			
		.headcontainer .logomenubar .shop_logo img {
			left: 0;
			top: 12px;
		}
		
		.headcontainer .logomenubar ul.header_menu {
			top: 90px;
			left: 0;
			margin: 0;
		}
		
		.headcontainer .logomenubar ul.header_menu li {
			line-height: 20px;
		}
		
		.headcontainer .logomenubar ul.header_menu li a {
			padding: 0 5px;
		}
		
		.apons_productgroups .groupslist {
			clear: both;
			float: none;
			margin: 0;
			padding: 0;
		}
 	}
 	
 	@media (max-width: 520px) {
 		.product_list_tabled ul.product_list__list {
 			-moz-box-sizing: border-box;
 			-webkit-box-sizing: border-box;
 			-o-box-sizing: border-box;
 			-ms-box-sizing: border-box;
 			box-sizing: border-box;
 			padding-left: 5px;
 			padding-right: 5px;
 			margin: 0;
 		}
 		
 		.product_list_tabled ul.product_list__list li {
 			-moz-box-sizing: border-box;
 			-webkit-box-sizing: border-box;
 			-o-box-sizing: border-box;
 			-ms-box-sizing: border-box;
 			box-sizing: border-box;
 			padding: 0;
 			margin-left: 0;
 			width: 100%;
 			float: none;
 		}
 		
 		.product_list_tabled ul.product_list__list li:nth-child(4n+1) {
 			margin-left: 0;
 		}
 		
 		.product_list_large .product_price {
 			position: static;
 			width: auto;
 			padding-right: 15px;
 		}
 		
 		.product_list_large ul.product_list__list li,
 		.product_list_large .product_list__item {
 			height: 190px;
 		}
 	}
 	
 	@media (max-width: 480px) {
 	
 		.list_viewchanger {
 			display: none;
 			visibility: hidden;
 		}
 		.product_list__sort{
 			position:static;
		    width: auto;
    		margin-top:4px;
 		}
 		.product_list__sort select.input_selectbox_long{
 			width: 100%;
 		}
 	
 	
 		.product_list_large ul.product_list__list {
 			-moz-box-sizing: border-box;
 			-webkit-box-sizing: border-box;
 			-o-box-sizing: border-box;
 			-ms-box-sizing: border-box;
 			box-sizing: border-box;
 			padding-left: 5px;
 			padding-right: 5px;
 			padding-top: 1px;
 			margin: 0;
 		}
 	
		.product_list_large ul.product_list__list li {
			 -moz-box-sizing: border-box;
		    background-color: #FFFFFF;
		    border: 1px solid #DDDDDD;
		    float: none;
		    font-family: 'Vollkorn', sans-serif;
		    font-size: 12px;
		    height: 284px;
		    margin-left: 0;
		    padding: 0;
		    position: relative;
		    width: 100%;
		}
 	
 		.product_list_large .product_list__item div.data {
		    -moz-box-sizing: border-box;
		    height: 165px;
		    line-height: 16px;
		    overflow: hidden;
		    padding: 0 6px 0 8px;
		    position: absolute;
		    top: 0;
		    width: 100%;
		    margin: 0;
		}
		
		.product_list_large .item_info .pcode {
		    display: none;
		    visibility: hidden;
		}
		
		.product_list_large .product_price {
		    bottom: 0;
		    top: auto;
		    left: auto;
		    right: auto;
		    padding: 0;
		    display: block;
		    position: absolute;
		    text-align: left;
		}
				
		.product_list_large .item_info {
		    display: block;
		    height: 108px;
		    overflow: hidden;
		    padding: 0;
		}
		
		.product_list_large .buttons {
		    line-height: 20px;
		}
		
		.product_list_large .product_list__item {
		    height: 284px;
		    position: relative;
		}
		
		.product_list_large .product_list__item h4 {
		    padding: 5px 0 0;
		}
		
		.product_list_large a.item_name {
		    color: #000000;
		    display: block;
		    font-family: 'Vollkorn', sans-serif;
		    font-size: 15px;
		    font-weight: 700;
		    height: 28px;
		    line-height: 18px;
		    overflow: hidden;
		    text-align: left;
		}
		
		.product_list_large .product_list__item div.image {
		    bottom: 0;
		    height: 125px;
		    padding: 0;
		    position: absolute;
		    width: 125px;
		    z-index: 0;
		}
				
		.product_list_large .product_list__item .item_action {
		    bottom: 0;
		    height: 26px;
		    line-height: 26px;
		    padding: 0;
		    position: absolute;
		    right: 6px;
		    text-align: right;
		}
 	}

/**
 * END RESPONSIVE - STYLES
 * =================
 */ 	
 
.rx_order .rx_checkbox_container{
float:left;
} 
.rx_order .rx_hint{
margin-left:18px;
}
.o_comment_container{
margin: 14px 0;
padding-bottom:20px;
border-bottom:3px solid #E7E9EF;
}
.o_comment_container .o_comment_field{
width:664px;
height:50px;
}

.order_comment_summary_widget {
    padding: 0 0px;
}  


.ecdb_article .ecdb_record_body img{
float: left; 
padding: 0 12px 12px 0;
}
.ecdb_article .ecdb_record_body:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0px;
}

.cookie-hint-container {background:rgba(51, 51, 51, 0.8); }
.cookie-hint-container .icon-container .ecms-icon-small { color:#7791ad; }
.cookie-hint-container .body-container .headline { color:#fff; font-weight: 700; font-size:1.2em; }
.cookie-hint-container .body-container .hint { color:#fff; }

.newsletter-optin { font-family: 'Vollkorn', serif; padding: 10px; background: #fff; border: 1px solid #0a72b5; margin: 30px 0; }
.newsletter-optin h1 { padding-bottom: 30px; }

div.shopauskunft-sidebar { margin-bottom: 20px; }
div.shopauskunft-sidebar img {padding-top: 0px; width: 100%}

table.orderoptions-shipping-details {width: 100%}
.orderoptions-shipping-details th {background-color: #eee;text-align:right; padding: 10px 5px;border:1px solid #ccc; }
.orderoptions-shipping-details th.country {text-align:left;}
.orderoptions-shipping-details td {text-align:right;border:1px solid #ccc; padding:5px;}
.orderoptions-shipping-details td.country {text-align:left;background-color: #eee;}

.transport img {margin: 0 20px 20px 0;}

.shopauskunft-widget-resized img {
	padding: 0 0 0 0;
	width: 220px;
	height: 170px;
}