/**** AJAX Conversion popup window ***/
#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(http://www.gutscheinballon.com/wp-content/themes/whitelabel/stylesheet/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;
	position:relative;
}
.categoryindex ul.llg-gutschein {
	margin-top:30px;
}
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:510px;
	color: #fd7758;
}
ul.llg-gutschein.expired div.couponvalue {
	color: #666;
}
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 {
	right:20px;
	top:20px;
	position:absolute;
}
li.llg-gutschein-newcustomer, li.llg-gutschein-minorder {
    list-style: none;	
	font-size:12px;
	font-weight:300;
	color: #666;
}
li.llg-gutschein-validfor {
	font-size:18px;
	color: #fd7758;
	font-weight:bold;
	margin: -5px 0px 5px;
	width:510px;
}
li.llg-gutschein-minorder {
	margin-bottom:10px;
}
li.llg-gutschein-visit a {
	color: white;
	text-decoration:none;
	padding:5px;
	display:block;
	background: #74ab0a;
	border-bottom: 2px solid #517b00;
	border-right: 2px solid #517b00;
	margin: 10px 0px;
	width: 450px;
	line-height:35px;
	border-radius:10px;
	font-size:18px;
	text-align: center;
	overflow: hidden;
	font-weight:bold;
}
ul.llg-gutschein.expired li.llg-gutschein-visit a {
	background: #999;
}
ul li.llg-gutschein-visit a:hover {
	background: #517b00;
	text-decoration:none;
}
div.llg-gutschein-detailseite {
}

/** AJAX CONVERSION WINDOW **/
div#llg-ajax-window-outer {
	background: url(../images/ajax-window-border.png);
	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#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: 28px;
}
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;
}
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;
}
#copy-code {
	z-index:99999;
    position: relative;
}