ins.widget-gutscheinrausch-gutschein-liste {
	text-decoration: none;
	font-family: arial;
}
/**** AJAX Conversion popup window ***/
.simplemodal-data {
z-index: 10001;
position: fixed;
top: 100px;
margin-left: 30%;
background-color: #000;
font-family: arial;

}

#basic-modal-content {
	display:none;
}
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
/* Container */
#simplemodal-container { 
	color:#000;
	z-index:9999;
}
#simplemodal-container code {
	background:#fff;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	font-size:12px;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	display:none/*background:url(images/ajaxclose.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;*/
}
#simplemodal-container h3 {
	color:#84b8d9;
}

/**** default coupon style ***/

#llg-base {
	display:none; /* ie7 needs it */
}
/** GUTSCHEIN DETAIL PAGE **/
ul.llg-gutschein {
	border: 2px dashed #ccc;
	margin-bottom: 25px;
	padding:10px;
}
ul.llg-gutschein:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
ul.llg-gutschein.expired {
	opacity:0.5;
}
ul.llg-gutschein div.couponvalue {
	font-size:32px;
	margin:5px 0px;
	font-weight:bold;
	line-height:100%;
	width:95%;
	color: #00658F;
}
ul.llg-gutschein li {
	line-height:120%;
	list-style:none;
}
ul.llg-gutschein li.llg-gutschein-valid {
	font-size:11px;
	margin-bottom:10px;
}
li.llg-gutschein-logo {
	float:right;
	margin-top:-35px;
	margin-right:10px;
	display:none;
}
li.llg-gutschein-newcustomer, li.llg-gutschein-minorder {
    list-style: none;	
}
li.llg-gutschein-minorder {
	margin-bottom:10px;
}
li.llg-gutschein-visit a {
	color: white !important;
	text-decoration:none;
	padding:5px;
	display:block;
	background: #74ab0a;
	margin: 10px;
	width: 95%;
	line-height:35px;
	border-radius:10px;
	font-size:18px;
	text-align: center;
	overflow: hidden;
	font-weight:bold;
}
ul li.llg-gutschein-visit a:hover {
	background: #00658F;
	text-decoration:none;
}
div.llg-gutschein-detailseite {
}

h3.llg-expired-coupon-header {
	color: #888;
	font-size: 16px;
	text-align:left;
}


/*** OVERLAY ***/
#llg-overlay {
	 visibility: hidden;
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:left;
     z-index: 1000;
     background:url(bg.png);
}

#llg-overlay-div {
	 visibility: hidden;
     position: fixed;
     z-index: 10001;
     text-align:left;
     top: 100px;
     /*
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:left;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
*/
}


/** AJAX CONVERSION WINDOW **/
div#llg-ajax-window-outer {
	padding:10px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.6);
}
div#llg-ajax-window {
	width: 650px;
	background-color: white;
	padding: 10px;
	z-index:9999999;
}
div#llg-ajax-window div#llg-ajax-shopinfo{
	float:left;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	width:500px;
}
div#llg-ajax-window div#llg-ajax-expiresat{
	color: #999999;
    float: right;
    font-size: 13px;
    margin-right: 10px;
}
.gutscheincode-box-outer {
	background: #f8f8f8;
	padding:15px 10px 10px;
	margin-bottom:10px;
}
div#llg-ajax-close a {
	background: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: bold;
    margin-left: 651px;
	display:block;
    margin-top: -25px;
    position: absolute;
    text-align: center;
	color: #fff;
	height:40px;
	width:40px;
	line-height:40px;
}
div#llg-ajax-close a:hover {
	text-decoration:none;
	background: #00658F;
}
div#llg-ajax-window div#llg-ajax-close a {
	color: black;
	font-weight:bold;
	text-decoration:none;
}
a#llg-ajax-copy-code {
	background: red;
    display: inline-block;
    height: 50px;
    position: relative;
	color: #fff;
    width: 120px;
	float:right;
}
#code-copied {
	color: #478d07;
	font-weight:bold;
	display:none;
	text-align: center;
	clear:both;
}
div#llg-ajax-window div#llg-ajax-code {
	margin-bottom: 20px;
	padding:10px;
	height:40px;
	line-height:40px;
	color: white;
	background-color: #00658F;
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3);
	text-align:center;
}
div#llg-ajax-window span#llg-ajax-withcode, div#llg-ajax-window span#llg-ajax-withoutcode{
	font-size: 1.571428571rem;
}
div#llg-ajax-information h2 {
	font-size:18px;
	color: #00658F;
	font-weight:700;
}
div#llg-ajax-information ul {
list-style-type:square !important;
}
div#llg-ajax-information ul li {
	margin-left:20px;
	line-height: 150%;
}
div#llg-ajax-code-outer {
	background: #f0f0f0;
	padding:10px;
	border:1px solid #ddd;
	box-shadow: inset 0px 0px 10px #ddd;
	margin-top: 40px;
}
div#shoplogo-ajax {
	float:left;
	margin-right:15px;
}
div#llg-ajax-code-intro {
	color: #444;
	text-align:center;
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}
span.ajax-headline {
	font-size:18px;
	color: #00658F;
	font-weight:700;
	margin-top:10px;
	display:block;
}
div.ajax-line {
    clear: both;
    display: block;
    height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
    padding-top: 10px;
}
div.ajax-coupon-infos strong {
	display:inline-block;
	width:150px;
}
.ajax-sharebuttons-head {
	float:left;
	margin: 10px 10px 0px 0px;
	font-weight:bold;
	display:block;
	color: #00658F;
}
.ajax-social-buttons {
	width:400px;
	padding:5px;
}
hr.ajax {
	border-bottom: 1px solid #999;
    clear: both;
    display: block;
    height: 1px;
    margin: 5px 0 10px;
}
.ajax-share-buttons-bottom {
	border-top: 2px solid #ccc;
}
