.legal_footer {
	margin-top: 16px;
	padding-top: 14px;
	margin-bottom: 26px;
	border-top: 1px solid #D9D9D9;
}

.legal_footer_text {
	color: #808080;
	font-weight: normal;
	font-size: 10px;
}

.legal_footer_text a {
	color: #3366CC;
	text-decoration: none;
}

.legal_footer_text a:link {
	color: #3366CC;
	text-decoration: none;
}

.legal_footer_text a:hover {
	color: #3366CC;
	text-decoration: none;
}

.legal_footer_text a:visited {
	color: #3366CC;
	text-decoration: none;
}

.tax_info {
	font-size: 10px;
	color: #808080;
	padding-top: 26px;
	text-align: left;
}

.tax_info_prog {
	font-size: 10px;
	color: #808080;
	padding-top: 26px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

.tax_info_prog a {
	color: #3366CC;
	text-decoration: none;
}

.tax_info a {
	color: #3366CC;
	text-decoration: none;
}

.tax_info_prog a:link {
	color: #3366CC;
	text-decoration: none;
}

.tax_info a:link {
	color: #3366CC;
	text-decoration: none;
}

.tax_info_prog a:hover {
	color: #3366CC;
	text-decoration: none;
}

.tax_info a:hover {
	color: #3366CC;
	text-decoration: none;
}

.main_navigation_table_startpage {
	position: relative;
	background-color: #1F6EC1;
	background-image: url(/eqnetwork/cms_components/media/start/navi-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 245px;
	height: 100%;
}

.main_navigation_table_blue {
	position: relative;
	background-color: #1F6EC1;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-head_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
}

.main_navigation_table_v2 {
	position: relative;
	background-color: #1F6EC1;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/v2/sidebox-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	background-size: 232px 700px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .main_navigation_table_v2 {
        background-image: url(/eqnetwork/cms_components/media/side_navigation/v2/sidebox-bg@2x.png);
    }
}

.main_navigation_table_blue_logo {
	background-image: url(/eqnetwork/cms_components/media/side_navigation/navi-head_top.jpg);
	background-repeat: no-repeat;
	height: 81px;
}

.main_navigation_table_blue_logo_v2 {
	height: 70px;
}


.main_navigation_table_v2_container {
    width: 100%;
    min-width: 1240px;
    height: 100px;
    margin: auto;
    background-image: url(/cms_components/media/start/index/navi-bg.jpg);
    background-repeat: repeat-x;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .main_navigation_table_v2_container {
        background-image: url(/cms_components/media/start/index/navi-bg.jpg);
    }
}

.main_navigation_table_v2_top_container {
    width: 1200px;
    margin: auto;
    padding-top: 55px;
}

.main_navigation_table_v2_top_block {
    float: left;
    text-align: left;
    font-family: "open-sans", Helvetica;
}

.main_navigation_table_v2_top_block a, .main_navigation_table_v2_top_block a:hover, .main_navigation_table_v2_top_block a:visited  {
    font-family: "open-sans", Helvetica;
    font-size: 14px;
    text-decoration: none;
    color: #3e89cf;
}



.bottom_navigation_table_v2_container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		font-family: "open-sans", Helvetica;
		font-size: 14px;
}

.bottom_navigation_table_v2_bottom_container {
}

.bottom_navigation_table_v2_bottom_block {
	padding-right: 40px;
}

.bottom_navigation_table_v2_bottom_block a, .bottom_navigation_table_v2_bottom_block a:hover, .bottom_navigation_table_v2_bottom_block a:visited  {
    font-family: "open-sans", Helvetica;
    font-size: 14px;
    text-decoration: none;
    color: #3e89cf;
}


@media only screen and (max-width: 680px) {
	.bottom_navigation_table_v2_container {
		display: block;
	}

	.bottom_navigation_table_v2_bottom_block {
		margin-top: 20px;
		padding: 10px;
		max-width: 100%;
		font-size: 100%;
	}

	.bottom_navigation_table_v2_bottom_block a {
		font-size: 80%;
	}
}


.main_navigation_table_blue_logo_licensemanager {
	background-image: url(/eqnetwork/cms_components/media/side_navigation/myequinux_head-top.jpg);
	background-repeat: no-repeat;
	height: 81px;
}

.main_navigation_table_old {
	padding-top: 18px;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-top-bg.jpg);
	background-repeat: no-repeat;
	background-color: #E6EBF0;
	border-bottom: 1px solid #BDD1E4;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.main_navigation_table {
	padding-top: 18px;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-top-bg.jpg);
	background-repeat: no-repeat;
	background-color: #E6EBF0;
	border: 1px solid #BDD1E4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.main_navigation_table_startpage_logo {
	background-image: url(/eqnetwork/cms_components/media/start/navi-bg-top.png);
	background-repeat: no-repeat;
	height: 85px;
}

.main_navigation_table_startpage_content {
	margin-top: 0px;
	padding-bottom: 20px;
}

.main_navigation_table_startpage_text {
    padding-left: 25px;
}

.main_navigation_table_startpage_big_link {
	font-size: 14px;
	font-weight: bold;
	color: #92C5FF;
	 -webkit-text-shadow: 0px -1px 1px #333333;
	text-shadow: #333333 0px -1px 1px;
	line-height: 23px;
	text-decoration: none;
}

.main_navigation_table_startpage_big_link a {
	color: #92C5FF;
	text-decoration: none;
}

.main_navigation_table_startpage_big_link a:hover {
	color: #92C5FF;
	text-decoration: none;
}

.main_navigation_table_startpage_big_link a:active {
	color: #92C5FF;
	text-decoration: none;
}

.main_navigation_table_startpage_small_link {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 23px;
	text-decoration: none;
}

.main_navigation_table_startpage_small_link a {
	color: #FFFFFF;
	text-decoration: none;
}

.main_navigation_table_startpage_small_link a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.main_navigation_table_startpage_small_link a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.main_navigation_table_startpage_bottom {
	background-image: url(/eqnetwork/cms_components/media/start/navi-bg-bottom.png);
	background-repeat: no-repeat;
}

.sub_navigation_table_old {
	background-color: #E6EBF0;
	border-top: 1px solid #BDD1E4;
	border-bottom: 1px solid #BDD1E4;
}

.sub_navigation_table {
	background-color: #E6EBF0;
	border: 1px solid #BDD1E4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.navigation_country_selection {
	padding-left: 12px;
	padding-bottom: 8px;
}

.navigation_choose_country {
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 4px;
	 -webkit-text-shadow: 0px -1px 1px #333333;
	text-shadow: #333333 0px -1px 1px;
}

.navigation_choose_country_old {
	color: #92C5FF;
	font-size: 10px;
	margin-bottom: 4px;
	 -webkit-text-shadow: 0px -1px 1px #333333;
	text-shadow: #333333 0px -1px 1px;
}

.navigation_choose_country_licensemanager {
	font-size: 11px;
	color: #4F6577;
	margin-bottom: 3px;
	text-align: left;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.navigation_main_td_mid_old {
	border-top: 1px solid #EBF5FF;
	background-color: #BDCDDD;
}


.navigation_main_td_left {
	border-top: 1px solid #FFFFFF;
	border-left: 0px solid #BDD1E4;
	background-color: #BDCDDD;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
}

.navigation_main_td_mid {
	border-top: 1px solid #FFFFFF;
	background-color: #BDCDDD;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_right {
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #BDD1E4;
	background-color: #BDCDDD;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_left_first {
	background-color: #BDCDDD;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_mid_first {
	background-color: #BDCDDD;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_right_first {
	background-color: #BDCDDD;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg.jpg);
	background-repeat: repeat-x;
}

.navigation_sub_td_left {
	border-left: 0px solid #BDD1E4;
}

.navigation_sub_td_mid {

}

.navigation_sub_td_right {
	border-right: 0px solid #BDD1E4;
}

.navigation_td_spacer {
	border-left: 0px solid #BDD1E4;
	border-right: 0px solid #BDD1E4;
	font-size: 1px;
}

.navigation_main_item {
	font-size: 13px;
	font-weight: bold;
	color: #1E314A;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.navigation_sub_item {
	margin-left: 2px;
	margin-top: 4px;
	line-height: 14px;
	font-weight: normal;
	font-size: 11px;
}

.navigation_sub_item a {
	color: #1E314A;
	text-decoration: none;
	margin-left: -2px;
}

.navigation_sub_item a:hover {
	color: #3070C5;
	text-decoration: none;
}

.navigation_sub_item a:active {
	color: #3070C5;
	text-decoration: none;
}


.navigation_sub_item ul {
	margin-left: 11px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-image: url(/eqnetwork/cms_components/media/listitem.png);
}





.navigation_main_td_left_first_offer {
	background-color: #A6E286;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg_promo.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_mid_first_offer {
	background-color: #A6E286;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg_promo.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_right_first_offer {
	background-color: #A6E286;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg_promo.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_left_offer {
	border-top: 1px solid #A6E286;
	background-color: #A6E286;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg_promo.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_mid_offer {
	border-top: 1px solid #A6E286;
	background-color: #A6E286;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg_promo.jpg);
	background-repeat: repeat-x;
}

.navigation_main_td_right_offer {
	border-top: 1px solid #A6E286;
	background-color: #A6E286;
	background-image: url(/eqnetwork/cms_components/media/side_navigation/nav-category_bg_promo.jpg);
	background-repeat: repeat-x;
}

.OLD_navigation_sub_td_left_offer {
	border-left: 0px solid #BDD1E4;
	background-color: #D3FAB8;
}

.OLD_navigation_sub_td_mid_offer {
	background-color: #D3FAB8;
}

.OLD_navigation_sub_td_right_offer {
	border-right: 0px solid #BDD1E4;
	background-color: #D3FAB8;
}

.OLD_navigation_td_spacer_offer {
	border-left: 0px solid #BDD1E4;
	border-right: 0px solid #BDD1E4;
	background-color: #D3FAB8;
	font-size: 1px;
}

.navigation_sub_td_left_offer {
	border-left: 0px solid #BDD1E4;
	background-color: #cefaca;
}

.navigation_sub_td_mid_offer {
	background-color: #cefaca;
}

.navigation_sub_td_right_offer {
	border-right: 0px solid #BDD1E4;
	background-color: #cefaca;
}

.navigation_td_spacer_offer {
	border-left: 0px solid #BDD1E4;
	border-right: 0px solid #BDD1E4;
	background-color: #cefaca;
	font-size: 1px;
}

.div_border_head_offer_left {
	border-left: 1px solid #A6E286;
	margin-left: -1px;
}

.div_border_head_offer_left_top {
	border-left: 1px solid #A6E286;
	border-top: 1px solid #A6E286;
	margin-left: -8px;
	margin-top: -1px;
}

.div_border_head_offer_right {
	border-right: 1px solid #A6E286;
	margin-right: -1px;
}

.navigation_main_item_offer {
	font-size: 13px;
	font-weight: bold;
	color: #104B01;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.navigation_sub_item_offer {
	margin-left: 2px;
	margin-top: 4px;
	line-height: 14px;
	font-weight: normal;
	font-size: 11px;
}

.navigation_sub_item_offer a {
	color: #104B01;
	text-decoration: none;
	margin-left: -2px;
}

.navigation_sub_item_offer a:hover {
	color: #58ab0f;
	text-decoration: none;
}

.navigation_sub_item_offer a:active {
	color: #58ab0f;
	text-decoration: none;
}


.navigation_sub_item_offer ul {
	margin-left: 11px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-image: url(/eqnetwork/cms_components/media/listitem.png);
}





.productlist_headline {

}

.product_detail_button {

}

.product_intro {

}

.productlist_teaserbox_button {
	float: right;
	padding-top: 10px;
}

.productintro_headline {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

.productintro_text {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.productintro_moreinfo {
	margin-left: 5px;
	margin-bottom: 3px;
}

.productintro_image {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.productdetail_button {
	text-align: left;
	background-image: url(/eqnetwork/cms_components/media/productlist/product_detail-scale.png);
	background-repeat: repeat-x;
}

.productdetail_button_text {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #636363;
	padding-left: 13px;
	padding-right: 13px;
}

.productdetail_button_text a {
	text-decoration: none;
	color: #636363;
}

.productdetail_button_text a:hover {
	text-decoration: none;
	color: #636363;
}
.product_headline_td_productlist_silverblue {
	padding-left: 10px;
}

.product_headline_bold_productlist_silverblue {
	font-size: 16px;
	font-weight: bold;
	color: #1E314A;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.product_headline_normal_productlist_silverblue {
	font-size: 12px;
	font-weight: normal;
	color: #475369;
}

.productlist_silverblue_item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #AABDCE;
	border-right: 1px solid #AABDCE;
}

.productlist_silverblue_item_borderbottom {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #AABDCE;
	border-right: 1px solid #AABDCE;
	border-bottom: 1px solid #AABDCE;
	padding-bottom: 14px;
}

.productlist_silverblue_productname {
	font-weight: bold;
	font-size: 18px;
	color: #4C4C4C;
}

.productlist_silverblue_old_price {
	text-align: right;
	text-decoration: line-through;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_silverblue_netto_price {
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_silverblue_brutto_price {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.productlist_silverblue_product_listimage {
	padding-top: 5px;
}

.productlist_silverblue_teaserbox_listimage {
	padding-top: 0px;
	padding-left: 0px;
}

.productlist_silverblue_product_description {
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 2px;
	margin-right: -8px;
}

.productlist_silverblue_product_description ul {
	padding-left: 13px;
	padding-top: 0px;
	margin-top: 0px;
	list-style-image: url(/eqnetwork/cms_components/media/productlist/listitem.png);
}

.productlist_silverblue_teaserbox_description {
	font-size: 12px;
	color: #333333;
	margin-right: -15px;
}

.productlist_silverblue_cart_button {
	text-align: center;
	background-image: url(/eqnetwork/cms_components/media/productlist/productlist_silverblue-cart-scale.png);
	background-repeat: repeat-x;
}

.productlist_silverblue_cart_buttontext {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-text-shadow: 0px -1px 1px #233962;
	text-shadow: #233962 0px -1px 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 1px;
}

.productlist_silverblue_cart_buttontext a {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_silverblue_cart_buttontext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_silverblue_volumes {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: -14px;
	margin-right: -14px;
	margin-bottom: -14px;
}

.productlist_silverblue_volumes_header {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2F2F2;
}

.productlist_silverblue_volumes_licenses {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_silverblue_volumes_old_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: line-through !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_silverblue_volumes_brutto_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_silverblue_volumes_netto_price {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_silverblue_volumes_cart_button {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}





.product_headline_td_productlist_gold {
	padding-left: 10px;
}

.product_headline_bold_productlist_gold {
	font-size: 16px;
	font-weight: bold;
	color: #5A3E1E;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.product_headline_normal_productlist_gold {
	font-size: 12px;
	font-weight: normal;
	color: #7B623F;
}

.productlist_gold_item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #DDCAA8;
	border-right: 1px solid #DDCAA8;
}

.productlist_gold_item_borderbottom {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #DDCAA8;
	border-right: 1px solid #DDCAA8;
	border-bottom: 1px solid #DDCAA8;
	padding-bottom: 14px;
}

.productlist_gold_productname {
	font-weight: bold;
	font-size: 18px;
	color: #4C4C4C;
	line-height: 25px;
}

.productlist_gold_old_price {
	text-align: right;
	text-decoration: line-through;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_gold_netto_price {
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_gold_brutto_price {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.productlist_gold_product_listimage {
	padding-top: 5px;
}

.productlist_gold_teaserbox_listimage {
	padding-top: 0px;
}

.productlist_gold_product_description {
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 2px;
	margin-right: -8px;
}

.productlist_gold_product_description ul {
	padding-left: 13px;
	padding-top: 0px;
	margin-top: 0px;
}

.productlist_gold_teaserbox_description {
	font-size: 12px;
	color: #343434;
	padding-right: 2px;
	margin-right: -15px;
	line-height: 20px;
}

.productlist_gold_cart_button {
	text-align: center;
	background-image: url(/eqnetwork/cms_components/media/productlist/productlist_gold-cart-scale.png);
	background-repeat: repeat-x;
}

.productlist_gold_cart_buttontext {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-text-shadow: 0px -1px 1px #233962;
	text-shadow: #000000 0px -1px 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.productlist_gold_cart_buttontext a {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_gold_cart_buttontext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_gold_volumes {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: -14px;
	margin-right: -14px;
	margin-bottom: -14px;
}

.productlist_gold_volumes_header {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2F2F2;
}

.productlist_gold_volumes_licenses {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_gold_volumes_old_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: line-through;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_gold_volumes_brutto_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_gold_volumes_netto_price {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_gold_volumes_cart_button {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}







.product_headline_td_productlist_warning {
	padding-left: 10px;
}

.product_headline_bold_productlist_warning {
	font-size: 16px;
	font-weight: bold;
	color: #ffdcdb;
	-webkit-text-shadow: 1px -1px -1px #000000;
	text-shadow: #000000 1px -1px -1px;
}

.product_headline_normal_productlist_warning {
	font-size: 12px;
	font-weight: normal;
	color: #ffdcdb;
}

.productlist_warning_item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #e9b6b5;
	border-right: 1px solid #e9b6b5;
}

.productlist_warning_item_borderbottom {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #e9b6b5;
	border-right: 1px solid #e9b6b5;
	border-bottom: 1px solid #e9b6b5;
	padding-bottom: 14px;
}

.productlist_warning_productname {
	font-weight: bold;
	font-size: 18px;
	color: #4C4C4C;
}

.productlist_warning_old_price {
	text-align: right;
	text-decoration: line-through;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_warning_netto_price {
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_warning_brutto_price {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.productlist_warning_product_listimage {
	padding-top: 5px;
}

.productlist_warning_teaserbox_listimage {
	padding-top: 0px;
}

.productlist_warning_product_description {
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 2px;
	margin-right: -8px;
}

.productlist_warning_product_description ul {
	padding-left: 13px;
	padding-top: 0px;
	margin-top: 0px;
}

.productlist_warning_teaserbox_description {
	font-size: 12px;
	color: #333333;
	padding-right: 2px;
	margin-right: -15px;
}

.productlist_warning_cart_button {
	text-align: center;
	background-image: url(/eqnetwork/cms_components/media/productlist/productlist_warning-cart-scale.png);
	background-repeat: repeat-x;
}

.productlist_warning_cart_buttontext {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-text-shadow: 0px -1px 1px #233962;
	text-shadow: #000000 0px -1px 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.productlist_warning_cart_buttontext a {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_warning_cart_buttontext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_warning_volumes {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: -14px;
	margin-right: -14px;
	margin-bottom: -14px;
}

.productlist_warning_volumes_header {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2F2F2;
}

.productlist_warning_volumes_licenses {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_warning_volumes_old_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: line-through;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_warning_volumes_brutto_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_warning_volumes_netto_price {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_warning_volumes_cart_button {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}




.product_headline_td_productlist_green {
	padding-left: 10px;
}

.product_headline_bold_productlist_green {
	font-size: 16px;
	font-weight: bold;
	color: #113711;
	-webkit-text-shadow: 1px 1px 1px #FFFFFF;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.OLD_product_headline_normal_productlist_green {
	font-size: 12px;
	font-weight: normal;
	color: #184106;
}

.product_headline_normal_productlist_green {
	font-size: 12px;
	font-weight: normal;
	color: #113711;
}

.OLD_productlist_green_item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #b3d713;
	border-right: 1px solid #b3d713;
	background-color: #f4ffea;
}

.productlist_green_item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #69ba5b;
	border-right: 1px solid #69ba5b;
	background-color: #e1f9db;
}

.OLD_productlist_green_item_borderbottom {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #b3d713;
	border-right: 1px solid #b3d713;
	border-bottom: 1px solid #b3d713;
	background-color: #f4ffea;
	padding-bottom: 14px;
}

.productlist_green_item_borderbottom {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	border-left: 1px solid #69ba5b;
	border-right: 1px solid #69ba5b;
	border-bottom: 1px solid #69ba5b;
	background-color: #e1f9db;
	padding-bottom: 14px;
}

.productlist_green_productname {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}

.productlist_green_old_price {
	text-align: right;
	text-decoration: line-through;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_green_netto_price {
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #404040;
	margin-bottom: 1px;
	margin-right: 3px;
}

.productlist_green_brutto_price {
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.productlist_green_product_listimage {
	padding-top: 5px;
}

.productlist_green_teaserbox_listimage {
	padding-top: 0px;
}

.productlist_green_product_description {
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 2px;
	margin-right: -8px;
}

.productlist_green_product_description ul {
	padding-left: 13px;
	padding-top: 0px;
	margin-top: 0px;
}

.productlist_green_teaserbox_description {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-right: 2px;
	margin-right: -15px;
}

.productlist_green_cart_button {
	text-align: center;
	background-image: url(/eqnetwork/cms_components/media/productlist/productlist_green-cart-scale.png);
	background-repeat: repeat-x;
}

.productlist_green_cart_buttontext {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-text-shadow: 0px -1px 1px #233962;
	text-shadow: #000000 0px -1px 1px;
	text-align: center;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.productlist_green_cart_buttontext a {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_green_cart_buttontext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.productlist_green_volumes {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: -14px;
	margin-right: -14px;
	margin-bottom: -14px;
}

.productlist_green_volumes_header {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #F2F2F2;
}

.productlist_green_volumes_licenses {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_green_volumes_old_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: line-through;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_green_volumes_brutto_price {
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_green_volumes_netto_price {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.productlist_green_volumes_cart_button {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}


.start_teaser_box_container_outer {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	margin-top: 40px;
}

.start_teaser_box_container_inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.start_teaser_box_container_item {
	width: 25%;
}

.start_teaser_box {
	position: relative;
	width: 100%;
}

.start_teaser_box_headline {
	position: relative;
	width: 90%;
	height: 85px;
	padding-left: 10%;
	padding-top: 10px;
}


.start_teaser_box_image {
	position: relative;
	width: 99%;
}

.start_teaser_box_image img {
	width: 100%;
	height: auto;
}

.start_teaser_box_content {
	position: relative;
	width: 99%;
	min-height: 360px;
	background-color: #eef6ff;
	padding-top: 15px;
}

.start_teaser_box_content_text {
	position: relative;
	font-size: 13px;
	color: #333333;
	line-height: 23px;
	padding-left: 12%;
	padding-right: 10px;
}

.start_teaser_box_content_text ul {
	margin-left: -7px;
	margin-right: 7px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	list-style: none;
	/* list-style-image: url(/eqnetwork/cms_components/media/start/listitem.png); */
}

.start_teaser_box_content_text li {
    background-image: url(/eqnetwork/cms_components/media/start/listitem_inline.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.start_teaser_box_content_text a {
    color: #000000;
    text-decoration: none;
    text-shadow: 1px 1px 2px #cce5FF;
    font-size: 16px;
    /* background-color: #cce5FF; */
    /* border: 1px solid #cce5FF; */
    border-radius: 3px;
    display: block;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.start_teaser_box_content_text a:hover {
	color: #000000;
	text-decoration: none;
}

.start_teaser_box_content_text a:active {
	color: #000000;
	text-decoration: none;
}


.start_teaser_box_headline_tizi {
	background-image: url(/eqnetwork/cms_components/media/start/v2/store-start-header-tizi-2020.png);
	background-repeat: no-repeat;
	background-size: 99% 100%;
}

.start_teaser_box_headline_text_tizi {
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 7px;
	font-family: "urbana", Helvetica;
}

.start_teaser_box_headline_subtext_tizi {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_image_tizi {
	position: relative;
	width: 232px;
	height: 160px;
}

.start_teaser_box_content_tizi, .start_teaser_box_content_tizi a {
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_content_text_tizi a:hover {
	background-color: #4a78bd;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 2px #000000; */
	text-shadow: 0px 0px 0px #000000;
	text-decoration: none;
}




.start_teaser_box_headline_lifestyle {
	background-image: url(/eqnetwork/cms_components/media/start/v2/store-start-header-lifestyle-2020.png);
	background-repeat: no-repeat;
	background-size: 99% 100%;
}

.start_teaser_box_headline_text_lifestyle {
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 7px;
	font-family: "urbana", Helvetica;
}

.start_teaser_box_headline_subtext_lifestyle {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_image_lifestyle {
	position: relative;
	width: 232px;
	height: 160px;
}

.start_teaser_box_content_lifestyle, .start_teaser_box_content_lifestyle a {
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_content_text_lifestyle a:hover {
	background-color: #cd2531;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 2px #000000; */
	text-shadow: 0px 0px 0px #000000;
	text-decoration: none;
}






.start_teaser_box_headline_productivity {
	background-image: url(/eqnetwork/cms_components/media/start/v2/store-start-header-productivity.png);
	background-repeat: no-repeat;
	background-size: 99% 100%;
}

.start_teaser_box_headline_text_productivity {
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 7px;
	font-family: "urbana", Helvetica;
}

.start_teaser_box_headline_subtext_productivity {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_image_productivity {
	position: relative;
	width: 232px;
	height: 160px;
}

.start_teaser_box_content_productivity, .start_teaser_box_content_productivity a {
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_content_text_productivity a:hover {
	background-color: #5daee4;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 2px #000000; */
	text-shadow: 0px 0px 0px #000000;
	text-decoration: none;
}






.start_teaser_box_headline_security {
	background-image: url(/eqnetwork/cms_components/media/start/v2/store-start-header-security.png);
	background-repeat: no-repeat;
	background-size: 99% 100%;
}

.start_teaser_box_headline_text_security {
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 7px;
	font-family: "urbana", Helvetica;
}

.start_teaser_box_headline_subtext_security {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_image_security {
	position: relative;
	width: 232px;
	height: 160px;
}

.start_teaser_box_content_security, .start_teaser_box_content_security a {
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_content_text_security a:hover {
	background-color: #bd964a;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 2px #000000; */
	text-shadow: 0px 0px 0px #000000;
	text-decoration: none;
}






.start_teaser_box_headline_mdm {
	background-image: url(/eqnetwork/cms_components/media/start/v2/store-start-header-mobileman.png);
	background-repeat: no-repeat;
	background-size: 232px 85px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .start_teaser_box_headline_mdm {
	background-image: url(/eqnetwork/cms_components/media/start/v2/store-start-header-mobileman@2x.png);
    }
}

.start_teaser_box_headline_text_mdm {
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 7px;
	font-family: "urbana", Helvetica;
}

.start_teaser_box_headline_subtext_mdm {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_image_mdm {
	position: relative;
	width: 232px;
	height: 160px;
}

.start_teaser_box_content_mdm, .start_teaser_box_content_mdm a {
	font-family: "open-sans", Helvetica;
}

.start_teaser_box_content_text_mdm a:hover {
	background-color: #f0c020;
	color: #FFFFFF;
	/* text-shadow: 1px 1px 2px #000000; */
	text-shadow: 0px 0px 0px #000000;
	text-decoration: none;
}






.start_teaser_box_headline_mail {
	width: 189px;
	height: 33px;
	text-align: center;
	background-image: url(/eqnetwork/cms_components/media/start/head-mail.png);
	background-repeat: no-repeat;
}

.start_teaser_box_headline_text_mail {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	 -webkit-text-shadow: 0px -1px 1px #6a3692;
	 text-shadow: #6a3692 0px -1px 1px;
}

.start_teaser_box_image_mail {
	border-left: 1px solid #7D67C5;
	border-right: 1px solid #7D67C5;
	border-bottom: 1px solid #7D67C5;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	height: 284px;
}

.start_teaser_box_content_mail {
	position: absolute;
	left: 1px;
	top: 187px;
	width: 187px;
	height: 130px;
	background-color: #ECF1F5;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	z-index: 100;
}

.start_teaser_box_content_text_mail a:hover {
	color: #7D67C5;
	text-decoration: none;
}



.start_teaser_box_headline_media {
	width: 189px;
	height: 33px;
	text-align: center;
	background-image: url(/eqnetwork/cms_components/media/start/head-media.png);
	background-repeat: no-repeat;
}

.start_teaser_box_headline_text_media {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	 -webkit-text-shadow: 0px -1px 1px #383838;
	 text-shadow: #383838 0px -1px 1px;
}

.start_teaser_box_image_media {
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	height: 284px;
}

.start_teaser_box_content_media {
	position: absolute;
	left: 1px;
	top: 187px;
	width: 187px;
	height: 130px;
	background-color: #ECF1F5;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	z-index: 100;
}

.start_teaser_box_content_text_media a:hover {
	color: #7D7D7D;
	text-decoration: none;
}


@media only screen and (max-width: 1024px) {
	.start_teaser_box_content_text, .start_teaser_box_content_text a {
		font-size: 10px;
	}

	.start_teaser_box_headline {
		font-size: 80% !important;
	}

	.start_teaser_box_headline_subtext_tizi, .start_teaser_box_headline_subtext_lifestyle, .start_teaser_box_headline_subtext_productivity, .start_teaser_box_headline_subtext_security {
		font-size: 100%;
	}
}

@media only screen and (max-width: 680px) {

	.start_teaser_box_headline {
		padding-top: 0px;
	}

	.start_teaser_box_headline_text_tizi, .start_teaser_box_headline_text_lifestyle, .start_teaser_box_headline_text_productivity, .start_teaser_box_headline_text_security {
		font-size: 140%;
	}

	.start_teaser_box_content_text {
		line-height: 12px;
		padding-left: 20%;
	}
}


.cart_item {
    border: 1px solid #c8d0d6;
    border-bottom: 1px solid #d9e1e7;
    color: #c8d0d6;
    background-color: #FBFBFB;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#ffffff));
    background: -moz-linear-gradient(top, #FBFBFB, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB, endColorstr=#ffffff)";
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.cart_item_child {
    border: 1px solid #c8d0d6;
    color: #1a9602;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f7fa), to(#ffffff));
    background: -moz-linear-gradient(top, #f2f7fa, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f7fa, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f7fa, endColorstr=#ffffff)";
    margin-top: -15px;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cart_item_child_best_deal {
    color: #1a9602;
    font-family: Myriad Set, Myriad;
    font-weight: bold;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left;
    height: 32px;
    margin-top: -10px;
    margin-bottom: 15px;
    margin-left: -5px;
}

.cart_item_child_best_deal_en {
    background-image: url(/eqnetwork/cms_components/media/cart/best_deal_en.png);
    padding-left: 160px;
}

.cart_item_child_best_deal_de {
    background-image: url(/eqnetwork/cms_components/media/cart/best_deal_de.png);
    padding-left: 140px;
}
