/* Extension lnm_payment */

.article_paybutton, .shop_button, .issue_paybutton {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: red;
	padding: 10px 15px;
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	
	background-color: #ab2222;
	background-image: linear-gradient(bottom, rgb(140,14,14) 8%, rgb(255,87,87) 54%);
	background-image: -o-linear-gradient(bottom, rgb(140,14,14) 8%, rgb(255,87,87) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(140,14,14) 8%, rgb(255,87,87) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(140,14,14) 8%, rgb(255,87,87) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(140,14,14) 8%, rgb(255,87,87) 54%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(140,14,14)),
		color-stop(0.54, rgb(255,87,87))
	);
	
	text-align: center;
	margin: 5px 0px;
	min-width: 150px;
}

.article_paybutton:hover, .shop_button:hover, .issue_paybutton:hover {
	color: white;
	text-decoration: none;
}

#shopbox h2, #issuebox h2, #articlebox h2 {
	margin: 0px;
	background-color: #efefef; 
	padding: 5px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:10px 0;
}

#shopbox > h2 > a {
	color:#000;
}

#lnm_upselling_shoptable {
	display: none;
/*	margin-top: 10px;
	width: 100%;*/
}
.vat {
	font-size:0.7em;
}
/*	ISSUEBOX	*/
#issuebox h2 {
    font-size:1em;
/*
deaktiviert, weil lmo mobile dagegen steht
    margin-left:2px!important;
*/
    margin-left:2px;
    margin-right:9px;
}
#issuebox h3 {
    font-size:1em;
    margin:0;
}
#issuebox .span4,
#issuebox .span2 {
    background-color: #EFEFEF;
    text-align:center;
}
#issuebox .description {
    background:#222222;
    color:#fff;
    text-align:left;
}
#issuebox .row div {
    margin:1px;
    padding:3px;
    display:inline;
}
#issuebox .apps div {
    height:60px;
}
#issuebox .express div {
    height:40px;
}
#issuebox {
    margin:0 0 10px 8px;
}
#issuebox form {
    margin:0;
}
#issuebox .last {
    padding:3px 10px 3px 5px!important;
}
#issuebox.hidden-desktop.hidden-tablet .row.description {
    background:#97B5CF;
    margin-right:10px;
    padding:3px 0 3px 10px;
}
#issuebox.hidden-desktop.hidden-tablet .row {
    margin-bottom:5px;
    text-align:center;
}
.issuebox.top {
    text-align:center;
}
.issuebox.top [class*="mobile"] {
    display:none;
}
/*	ARTICLEBOX	*/
#articlebox h2 {
    font-size:1em;
    margin-left:13px;
    margin-right:17px;
}
.articlebox h3 {
    font-size:1em;
    margin:0;
}
.articlebox .span2 {
    background-color: #EFEFEF;
    text-align:center;
}
.articlebox .description {
    background:#222222;
    color:#fff;
    text-align:left;
}
.articlebox .row div {
    margin:1px;
    padding:3px;
    display:inline;
}
.articlebox .apps div {
    height:60px;
}
.articlebox .express div {
    height:40px;
}
.articlebox .row {
    margin:0;
}
#articlebox {
    margin:0 0 10px 0;
}
.articlebox form {
    margin:0;
}

