/* AKA news */
#news li{
    padding:10px 0 0 12px;
}
#news a{
    color:#000;
    font-size:1.1em;
    line-height:1.2em;
    text-decoration:none;
}
#news a:hover{
    text-decoration:underline;
}
#news p{
    padding:0 0 0 0;
    line-height:1.2em;
	margin-top: 3px;
}

#news-list {
  padding-left: 10px;
}
#news-list ul {
  margin-left: 20px;
}
#news-list ul li {
  list-style-type: none;
  border-bottom: 1px solid #D5DBDC;
  display: block;
  margin: 0;
  padding-left: 14px;
  padding-top: 10px;
}
#news-list a {
  text-decoration: none;
  color: #0032A0;
}
#news-list h2 {
  color: #0496AC;
  line-height: 1em;
  padding-top: 10px;
  font: 18px/1.3 Arial,Helvetica,sans-serif;
  margin: 0 0 1em;
}
#news-list h3 {
  font: normal 1.4em/1.3 Arial,Helvetica,sans-serif;
}

.news-XLHeader {
	color:#0496AC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.news-largeHeader{
	color:#0496AC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.3;
}
.news-normal{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	color: #2b2b2b;
}

.news-ingress{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

/* AK news page listing css - probably makes some of the above entrie obsolete */

.newstable {
    width: 90%;
}

.newstable .title {
    font: normal 1.4em/1.3 Arial,Helvetica,sans-serif;
}

.newstable div.newsimg {
    float: right;
    margin: 5px;
    width: 152px; 
}

.newstable img.newsimg {
    max-width: 152px;
    width:auto;
    height: auto;
    
}

.newstable span.date {
    display: block;
    font-style: italic;
    margin-bottom: 3px;
    color: #999;
}

.newstable hr {
    height: 1px;
    border-width: 0;
    color: lightgray;
    background-color: lightgray;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.newstable td.left {
    width: 49%;
    padding-right: 10px;
}

.newstable td.middle {
    width: 3px;
    min-width: 3px;
    max-width: 3px;
    background-image: url('/images/login-dots.png');
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
}

.newstable td.right {
    width: 49%;
    padding-left: 10px;
}

/* AKA campaign */

#campaign {
    margin: 0 30px 0 0px;
    width: 750px;
    position:relative;
}

#campaign h1 { font-family:"Arial Black", Gadget, sans-serif; font-size:36px; color:#8d54a5; text-transform:uppercase; margin:0px;}
#campaign h2 { font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#8d54a5; font-weight:lighter; margin:0px; }
#campaign h3 { font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#328597; font-weight:bold; margin:0px; }
#campaign h4 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#328597; font-weight:bold; margin:0px 0px 10px 0px; }
#campaign h5 { font-family:"Arial Black", Gadget, sans-serif; font-size:18px; color:#ef8104; font-weight:bold; margin:0px; }

#campaign p {font-family: Arial, Helvetica, Verdana, sans-serif; font-size:12px;}

#campaign #campaign_logo {
    margin-top:10px;
    width: 100%;
    text-align: right;
    float: right;
}

#campaign #campaign_column_left {
    margin-top:50px;
    width: 400px;
    float:left;
}
        
#campaign #campaign_column_right {
    margin-top:50px;
    width: 300px;
    float: right;
}       
    
#campaign .campaign_artnr {
    width:100px;
    font-size: 10px;
    line-height:10px;
}
#campaign .campaign_artnr td {
    padding: 0px 30px 0px 0px;	
}

#campaign .campaign_price {
    width:350px;
    margin:40px 300px 40px 50px;
    font-size:10px;
}

#campaign .campaign_footer {
	width:100%;
    font-size: 12px;
}

#campaign .campaign_footer hr {
    color: #068CA0;
    margin: 10px 0px;
}

#campaign .campaign_footer .campaign_contact {
	width: 100%;
    text-align: left;
}

#campaign .campaign_footer img.logo {
    float: left;
    padding-right: 10px;	
}


/* CMS news columns */
.c-mainContainer {
	margin-right: -25px;
}

table#mainContainer {
	width:100%;
	border-collapse: collapse; 
	margin:0px; 
	padding:0px;
	table-layout:fixed;
 	border: none;
}

table#mainContainer>tbody>.row {
	border:none;
}

table#mainContainer>tbody>.row>td {
	vertical-align:top;
}
table#mainContainer .col-11 {
    width: 91.6667%;
}
table#mainContainer .col-10 {
    width: 83.3333%;
}
table#mainContainer .col-9 {
    width: 75%;
}
table#mainContainer .col-8 {
    width: 66.6667%;
}
table#mainContainer .col-7 {
    width: 58.3333%;
}
table#mainContainer .col-6 {
    width: 50%;
}
table#mainContainer .col-5 {
    width: 41.6667%;
}
table#mainContainer .col-4 {
    width: 33.3333%;
}
table#mainContainer .col-3 {
    width: 25%;
}
table#mainContainer .col-2 {
    width: 16.6667%;
}
table#mainContainer .col-1 {
    width: 8.33333%;
}

/* CMS news components */

table#mainContainer p {
	margin : 0;
}
table#mainContainer h1 {
	font-size: 24px;
}

table#mainContainer h2 {
	font-size: 19px;
	padding: 0;
}

table#mainContainer h3 {
	font-size: 14px;
	padding: 0;
}

table#mainContainer h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

table#mainContainer td.col {
	padding: 0 20px 20px 0;
}

table#mainContainer td .article-info p {
	margin: 0 2em 1em 0;
}

table#mainContainer .title_1 {
	
}
table#mainContainer .title_1 .panel-body {
	padding:15px 15px 0 0;
}

table#mainContainer .title_2 {
	
}
table#mainContainer .title_2 .panel-body {
	padding:15px;
}

table#mainContainer .intro_1 {
	 font-size: 14px;
	 font-weight: bold;
	 line-height: 18px;
}
table#mainContainer .intro_1 .panel-body {
	padding:15px;
	padding-left:0;
}

table#mainContainer .text_1 {
	font-size: 11px;
 	line-height: 14px;
 	padding: 0;
}
table#mainContainer .text_1 .panel-body {
	padding:15px;	
}

table#mainContainer .table_1 {
	
}

table#mainContainer .table_1 table {
	width: 100%;
}

table#mainContainer .table_1 th {
	white-space:nowrap;
	font-weight: bold;
}

table#mainContainer .table_1 th,
table#mainContainer .table_1 td {
	padding: 5px 10px 5px 0;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

table#mainContainer .table_1 td.c-tableImage img {
	width:150px;
	height:100px;
	float:left;
	padding-right:0px;
}

table#mainContainer .table_1 td.c-tableArtNo {
	white-space: nowrap;
}

table#mainContainer .alignRight {
	text-align: right !important;
}

table#mainContainer .alignLeft {
	text-align: left !important;
}

table#mainContainer .alignCenter {
	text-align: center !important;
}



table#mainContainer .image_1 { }
table#mainContainer .logotype_1 { }

table#mainContainer img {
	max-width: 100%;
    height: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

table#mainContainer .image_1 img {}
table#mainContainer .logotype_1 img {}

table#mainContainer .file_1 {
	
}

table#mainContainer .file_1 a {
	margin-right:2px;	
}

.img-inline {
	display: inline-block !important;
	margin-right: 5px;
}

table#mainContainer .video_1 {
	
}

table#mainContainer .bulletlist_1 .item,
table#mainContainer .numberedlist_1 .item {
	 font-size: 11px;
	 line-height: 14px;
}
table#mainContainer .bulletlist_1 ul {
	margin: 0 0 1em 1.2em;
}


table#mainContainer .video_1 .embed-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
table#mainContainer .video_1 .embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




table#mainContainer .article_1 .article-image {
	width:auto; height:auto;
	position: relative;
}

table#mainContainer .article_1 .article-image img {
	border: none;
    margin: 0 0 30px 0;
}

/* article types */
table#mainContainer .article_1 .c-type_2 .article-image, table#mainContainer .article_1 .c-type_3 .article-image {
	float:right;
	width: 48%;
	width: calc(50% - 10px);
}
table#mainContainer .article_1 .c-type_2 .article-info, table#mainContainer .article_1 .c-type_3 .article-info {
	width: 48%;
	width: calc(50% - 10px);
}
table#mainContainer .article_1 .c-type_3 .article-image {
	float: left;
}
table#mainContainer .article_1 .c-type_3 .article-info {
	float: right;
}
table#mainContainer .article_1 .c-type_4 .article-image img {
	float:right;
	margin: 0 0 15px 15px;
}
table#mainContainer .article_1 .c-type_5 .article-image img {
	float:left;
	margin: 0 15px 15px 0;
}
table#mainContainer .article_1 .c-type_5 .article-image img {
	float:left;
}


table#mainContainer .article_1 .c-artNo {
	font-style:italic;
}



.intro_1,
.table_1,
.text_1,
.image_1,
.logotype_1,
.file_1,
.bulletlist_1,
.numberedlist_1,
.video_1,
.article_1 {
	padding-left:0px !important;
}

table#mainContainer button.regular print {
	text-transform: uppercase;
}

table#mainContainer .column {
	padding-right: 20px;
}

.position-relative {
	position:relative;
}

.icon-carousel {
 	background: url('/images/icons/image_carousel-icon.jpg') no-repeat;
	position:absolute;
	z-index: 1;
	display: inline-block;
	height: 33px;
	width: 41px;
	right: 12px;
	bottom: 20px;
}

/* finetune purchase button stuff for ak/afw */
table#mainContainer div#prices-and-buy-footer {
	display: none;
}
table#mainContainer div#article-buy>div {
	display: none;
}
table#mainContainer #prices-and-buy-options {
	background: none;
}
table#mainContainer #article-prices th {
	padding-left: 0px;
}
table#mainContainer form.buy-form>span {
	display: inline;
}
table#mainContainer form.buy-form>img {
	display: inline;
}
table#mainContainer form.buy-form div.external-erp-tag {
	display: none;
}
table#mainContainer div#article-buy {
	padding: 0px;
}
table#mainContainer form.buy-form div.buy-item {
	white-space: nowrap;
}
table#mainContainer form.buy-form a.retailerFriendStock>img {
	display: inline;
}
table#mainContainer form.buy-form div.buy-detailed-item-inner {
	padding-left: 0px;
}
table#mainContainer #quantity-discount, table#mainContainer #quantity-packaging {
	padding:10px 0 0 0;
	border: 0px solid;
}
table#mainContainer div#article-prices {
	float:none;
}
table#mainContainer div#prices-and-buy {
	float:none;
}
table#mainContainer form.buy-form>span>img {
	margin: 0px;
}
table#mainContainer div#quantity-packaging {
	padding-bottom: 10px;
}
table#mainContainer form[name="articleDetailsBuyForm"] a.dialog-presentation {
	display: none;
}


/* badge */
.badge span i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    padding:0px;
    /* -ms-transform: rotate(5deg); IE 9
    -webkit-transform: rotate(5deg); Chrome, Safari, Opera
    transform: rotate(5deg); */
}

.badge span .c-smallText1, .badge span .c-smallText2 {
    font-size: 11px;
    line-height: 14px;
    padding: 1px 0 3px 0;
    display: block;
}

.badge-s span .c-largeText {
    font-size: 24px;
    line-height: 20px;
    padding: 1px 0;
    display: block;
}

.badge {
	display: table;
    position: absolute;
    padding: 3px 0;
    font-family: Arial;
}
.badge span {
    display: table-cell;
    position: relative;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    padding:0px;
}

.badge-s {                    
    font-size: 11px;
    line-height: 12px;
    background: #ff0000;  
    color: #fff;
    text-align: center;
    display: inline-block;
    width:75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto 1em auto;
    float: right;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);    
}

.badge-s span {
    height: 75px;
    width: 75px;
}

.badge-s span b {
    font-size: 24px;
    line-height: 22px;
    padding: 1px 0;
    display: block;
}

.badge-m {                    
    font-size: 11px;
    line-height: 13px;
    background: #ff0000;  
    color: #fff;
    text-align: center;
    display: inline-block;
    width:100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1em auto;
    float: right;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.badge-m span {
    height: 100px;
    width: 100px;
}

.badge-m span b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}

.badge-l {                    
    font-size: 11px;
    line-height: 14px;
    background: #ff0000;  
    color: #fff;
    text-align: center;
    display: inline-block;
    width:125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 1em auto;
    float: right;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.badge-l span {
    height: 125px;
    width: 125px;
}

.badge-l span b {
    font-size: 31px;
    line-height: 39px;
    padding: 0;
    display: block;
}


.badge-s:before, .badge-s:after,
.badge-s-1:before, .badge-s-1:after,
.badge-s-2:before, .badge-s-2:after,
.badge-s-3:before, .badge-s-3:after,
.badge-s-4:before, .badge-s-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
    width: 75px;
    background: #ff0000;
    z-index: 99;
}

.badge-m:before, .badge-m:after,
.badge-m-1:before, .badge-m-1:after,
.badge-m-2:before, .badge-m-2:after,
.badge-m-3:before, .badge-m-3:after,
.badge-m-4:before, .badge-m-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background: #ff0000;
    z-index: 99;
}

.badge-l:before, .badge-l:after,
.badge-l-1:before, .badge-l-1:after,
.badge-l-2:before, .badge-l-2:after,
.badge-l-3:before, .badge-l-3:after,
.badge-l-4:before, .badge-l-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    width: 125px;
    background: #ff0000;
    z-index: 99;
}

.badge:before {
    -webkit-transform: rotate(10deg);
       -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
         -o-transform: rotate(10deg);
}

.badge:after {
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20deg);
}

.badge-s-1:before,
.badge-m-1:before,
.badge-l-1:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.badge-s-1:after,
.badge-m-1:after,
.badge-l-1:after  {
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
         -o-transform: rotate(40deg);
}

.badge-s-2:before,
.badge-m-2:before,
.badge-l-2:before {
    -webkit-transform: rotate(50deg);
       -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
         -o-transform: rotate(50deg);
}
.badge-s-2:after,
.badge-m-2:after,
.badge-l-2:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

.badge-s-3:before,
.badge-m-3:before,
.badge-l-3:before {
    -webkit-transform: rotate(70deg);
       -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
         -o-transform: rotate(70deg);
}

.badge-s-3:after,
.badge-m-3:after,
.badge-l-3:after {
    -webkit-transform: rotate(80deg);
       -moz-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
         -o-transform: rotate(80deg);
}

.badge-s-4:before,
.badge-m-4:before,
.badge-l-4:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
}


/* Badge no bg */

.badge-s-no-bg {                    
    font-size: 9px;
    line-height: 12px; 
    color: #ff000;
    text-align: center;
    display: inline-block;
    width:75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto 1em auto;
    float: right;
    background-color: transparent;
}

.badge-s-no-bg span {
    height: 75px;
    width: 75px;
}

.badge-s-no-bg span b {
    font-size: 16px;
    line-height: 20px;
    padding: 1px 0;
    display: block;
    color: #ff0000;
}

.badge-m-no-bg {                    
    font-size: 11px;
    line-height: 13px; 
    color: #ff0000;
    text-align: center;
    display: inline-block;
    width:100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1em auto;
    float: right;
    background-color: transparent;
}

.badge-m-no-bg span {
    height: 100px;
    width: 100px;
}

.badge-m-no-bg span b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}

.badge-l-no-bg {                    
    font-size: 11px;
    line-height: 14px;  
    color: #ff0000;
    text-align: center;
    display: inline-block;
    width:125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 1em auto;
    float: right;
    background-color: transparent;
}

.badge-l-no-bg span {
    height: 125px;
    width: 125px;
}

.badge-l-no-bg span b {
    font-size: 31px;
    line-height: 39px;
    padding: 0;
    display: block;
}

.rss-item {
	
}

.rss-item img {
	width:100%;
	height:auto;
}