/* 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 {
  background:#ACACAC;
  padding: 5px;
  margin: 5px 0 5px 1px;
  color: #fff;
  font-size: 1em;
}

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

#lnm_upselling_shoptable {
	display: none;
/*	margin-top: 10px;
	width: 100%;*/
}
.vat {
	font-size:0.7em;
}
/*	ISSUEBOX	*/
#issuebox {
    margin:0 0 10px 8px;
}
#issuebox h3 {
    font-size:1em;
    margin:0;
}
#issuebox .span4,
#issuebox .span2 {
    background-color: #EFEFEF;
    text-align:center;
}
#issuebox .description {
    background:#ACACAC;
    color:#fff;
    text-align:left;
}
#issuebox .row {
  margin-left: 0;
}

#issuebox .row div {
    margin: 1px;
    padding: 8px  3px;
    display: inline;
}
#issuebox .apps div {
    height:60px;
}
#issuebox .express div {
    height:60px;
}
#issuebox form {
    margin:0;
}
#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;
}
/* ISSUEBOX FROM PAGELAYOUT*/
.full.issue #issuebox {
    float:left;
    width:447px;
    font-size:0.8em;
    margin-top:6px;
}
.full.issue #issuebox .span8 {
  margin: 0;
}
.full.issue #issuebox .span2 {
    width:104px;
}
.full.issue #issuebox .span4 {
    width:216px;
}
.full.issue #issuebox .row {
/*    margin-top: -8px; */
}
.full.issue #issuebox span {
    display:block;
}
.disclaimer a,
.agb a {
    font-weight:normal;
}
/*	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;
}

.smallInfoText {
    color: #0066ff;
}

