/*
Theme Name:     Gutschein Whitelabel Template
Theme URI:      http://www.llg-media.de
Description:    LLG Media GmbH Gutschein Template
Author:         Johannes Leimbach
Author URI:     http://www.llg-media.de/
Version:        1.0.0
*/
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
    /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

	
/** Start **/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #f4f4f4;
	font-family: Arial, sans-serif;
	line-height:150%;
	font-size:14px;
}
strong {
	font-weight:bold;
}
img {
	border:none;
}
ul {
	list-style:none;
	padding:0px;
	margin:5px 0px;
}
h1 {
	color: #333333;
	font-size: 24px;
	}
	
h2 {
	color: #333333;
	font-size:20px;	
}
h3 {
	color: #333333;
	font-size:18px;
	margin-bottom:10px;
}
a {
	color: #333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
header#header  {
	padding:0px;
	display:block;
	background: #fff;
	margin:0 auto;
}
header .header-inner {
	width:980px;
	margin: 0 auto;
	height:80px;
}
header#header #logo {
	line-height:100%;
	margin:0px 0px 10px;
	float:left;
}
header#header #logo div.powered-by {
	padding-left: 30px;
}
header#header #logo div.site-title {
	font-size:36px;
	color: #333333;
	margin:0px;
	font-weight:700;
	display:inline-block;
	height:42px;
	line-height:36px;
}
header#header #logo div.site-title a {
	text-decoration:none;
	color: #333333;
}
header#header #logo div.site-description {
	font-size:18px;
	color: #fd0a00;
	margin-top:-5px;
}
header#header form#searchform {
	height:58px;
	border:1px dashed #333333;
	padding:1px;
}
header#header form#searchform .border {
	background: #333333;
	padding:4px;
}
header#header #header-suche {
	float:right;
	margin-right:60px;
}
header#header #header-suche input {
	padding:10px;
	font-size:18px;
}
header#header #header-suche input#search {
	width:290px;
	border: 1px solid #333333;
	font-size:16px;
	height:38px;
	padding:5px 5px 5px 10px;
	line-height:38px;
	float:left;
	box-shadow:inset 3px 3px 5px #eaf4fb;
}
header#header #header-suche input#searchsubmit {
	float:left;
	margin-left:5px;
	width:96px;
	cursor:pointer;
	cursor:hand;
	margin-top:1px;
	color: #fff;
	font-size:16px;
	height: 48px;
	background: #fd0a00 url(images/suche-header-button.png) 0px -48px no-repeat;
	border:none;
}
header#header #header-suche input#searchsubmit:hover {
	background: #fd0a00 url(images/suche-header-button.png) 0px -0px no-repeat;
}
.llg-breadcrumbs {
	width:650px;
}
.llg-breadcrumbs, .llg-breadcrumbs a {
	font-size:11px;
	color: #bbb;
}
#wrapper {
	width:100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
#main {
	width:960px;
	background: #fff;
	padding:10px !important;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	margin:0px auto 20px;
	display:block;
}
#primary {
	width:650px;
	float:left;
}
#primary.fullwidth {
	width: 100%;
}
#secondary {
	width:280px;
	float:right;
	margin-top:-20px;
	padding:10px;
}
footer#footer {
	background: #333333;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
}
footer#footer, div.push {
	clear: both;
	height:200px;
}
footer#footer .footer-inner {
	width:980px;
	margin: 0 auto;
	padding: 20px 0px;
}
footer#footer .column-footer {
	float:left;
	width:250px;
	margin-right:80px;
}
footer#footer .column-footer strong {
	font-size:18px;
	font-weight:normal;
	color: #fff;
	border-bottom:1px dotted #fff;
	display:block;
	padding: 0px 0px 5px 10px;
}
footer#footer .column-footer ul {
	margin-left:10px;
	line-height: 25px;
}
footer#footer .column-footer li {
	color: #fff;
	font-size:13px;
}
footer#footer .column-footer li a {
	color: #fff;
}
nav#site-navigation {
	background: #333333;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	clear:both;
	height:50px;
	display:block;
    border-top: 2px solid #fff;
}
nav#site-navigation ul {
	display:block;
	width:980px;
	margin: 0 auto;
}
nav#site-navigation ul li {
	list-style-type: none;
	float:left;
}
nav#site-navigation ul li a {
	color: #fff;
	display:block;
	line-height:50px;
	font-size:17px;
	padding: 0px 13px 0px 35px;
	text-decoration:none;
	background-image:url(images/icons-topmenu2.png);
	background-repeat:no-repeat;
	background-position: 5px 0px;
}
nav#site-navigation ul li:hover, nav#site-navigation ul li.current-menu-item, nav#site-navigation ul li.current-post-ancestor  {
	background: #fff;
}
nav#site-navigation ul li:hover a,nav#site-navigation ul li.current-menu-item a, nav#site-navigation ul li.current-post-ancestor a {
	text-decoration:none;
	color: #333333;
}
nav#site-navigation ul li#menu-item-2353 a {
	background-position: -217px 17px;
}
nav#site-navigation ul li#menu-item-2174 a {
	background-position: -217px -20px;
}
nav#site-navigation ul li#menu-item-2172 a {
	background-position: -217px -57px;
}
nav#site-navigation ul li#menu-item-2357 a {
	background-position: -217px -90px;
}
nav#site-navigation ul li#menu-item-2173 a {
	background-position: -217px -127px;
}
nav#site-navigation ul li#menu-item-1912 a {
	background-position: -217px -164px;
}
nav#site-navigation ul li#menu-item-37377 a {
	background-position: -217px -200px;
}
/** Curent Menu items **/
nav#site-navigation ul li#menu-item-2353.current_page_item a, nav#site-navigation ul li#menu-item-2353:hover a {
	background-position: 14px 17px;
}
nav#site-navigation ul li#menu-item-2174.current_page_item  a, nav#site-navigation ul li#menu-item-2174:hover a {
	background-position: 14px -20px;
}
nav#site-navigation ul li#menu-item-2172.current_page_item  a , nav#site-navigation ul li#menu-item-2172:hover a{
	background-position: 14px -57px;
}
nav#site-navigation ul li#menu-item-2357.current_page_item  a, nav#site-navigation ul li#menu-item-2357:hover a {
	background-position: 14px -90px;
}
nav#site-navigation ul li#menu-item-2173.current_page_item  a, nav#site-navigation ul li#menu-item-2173:hover a {
	background-position: 14px -127px;
}
nav#site-navigation ul li#menu-item-1912.current-menu-item  a, nav#site-navigation ul li#menu-item-1912.current-post-parent a, nav#site-navigation ul li#menu-item-1912:hover a {
	background-position: 14px -164px;
}
nav#site-navigation ul li#menu-item-37377.current-menu-item  a, nav#site-navigation ul li#menu-item-37377.current-post-parent a, nav#site-navigation ul li#menu-item-37377:hover a {
	background-position: 14px -200px;
}
/** GENERAL CLASSES **/
h1.entry-title, h1.archive-title {
	margin:10px 0px 20px;
	font-size:28px;
	font-weight:700;
	line-height:110%;
}
h2.entry-title.blog {
	margin:10px 0px 15px;
	font-size:24px;
	font-weight:600;
	clear:both;
	line-height:110%;
}
.archive article.category-blog {
	clear:both;
	/*
	margin-bottom:20px;
	border-bottom:1px dotted #bbb;
	*/
	margin-top:20px;
	margin-bottom:20px;
}
.content h2 {
	margin:15px 0px 5px;
	font-size:18px;
}
.entry-header span.date {
	display: block;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: -15px;
}
.catdesc {
	margin-top:-10px;
}
.single-excerpt {
	margin:10px 0px;
}
.topbewertung {
	width:100%;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.entry-content p, .content  p {
	margin:0px 0px 15px;
}
.entry-content ul, .blog-content ul {
	list-style: square;
    margin-bottom: 10px;
    margin-left: 30px;
}
.entry-content ol, .blog-content ol {
	list-style: decimal;
    margin-bottom: 10px;
    margin-left: 30px;
}
.entry-content h2 {
	font-size:20px;
	font-weight:normal;
	margin: 14px 0 3px 0;
}
.entry-content .shoplogo-content {
	padding:10px;
	margin: 5px 15px 5px 0px;
	box-shadow: 0px 0px 5px #ccc;
}
h3.llg-expired-coupon-header {
	color: #888;
    margin-bottom: 8px;
    margin-top: 30px;
	font-size:18px;
	font-weight:normal;
	/*border: 2px dotted red;*/
	padding:5px;
}
.clear {
	clear:both;
	float:none;
	height:0px;
}
.last {
	margin-right:0px !important;
}
.llg-bewertung {
	margin:0px;
}
span.nav-previous {
	float:left;
}
span.nav-next {
	float:right;
}
.alignleft {
	float:left;
	padding:0px 15px 15px 0px;
}
.alignright {
	float:right;
	padding:0px 15px 15px 0px;
}
.aligncenter {
	display:block;
	margin:10px auto;
}
/** Slider Startseite **/

.main_view {
    float: left;
    position: relative;
}
.image_reel {
    width: 1800px !important;
	position: relative;
}
.window {
	height:250px;
	width: 600px;
	overflow: hidden;
	position: relative;
}
.image_reel img {
	float: left;
	height:250px;
	width: 600px;
}
.paging {
    bottom: 0px;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    width: 65px;
	margin-bottom:10px;
    z-index: 100;
}
.paging a {
	float:left;
	background-color: #333333;
    color: white;
    display: block;
    margin-left: 3px;
	width:15px;
	height:15px;
	color:#fff;
    text-decoration: none;
}
.paging a.active {
		background-color: #fff;
}

/** GENERAL COUPON STYLE => file "stylesheet/coupon.css" **/

li.llg-alle-gutscheine-alphabet-buchstabe {
	float: left;
	margin-right: 15px;
	margin-top: 40px;
	font-weight:700;
}
#shopliste h2 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	padding-bottom:2px;
	padding-left:10px;
}
li.llg-alle-gutscheine-link {
	list-style: none;
	margin-right:15px;
	width:200px;
	float:left;
}
ul#llg-gutscheine-alle-kategorien {
	margin-top: 20px;
}
li.llg-alle-gutscheine-grosser-buchstabe {
	margin:5px 0px 10px;
	clear:both;
}
li.llg-gutscheine-alle-kategorien-kategorie {
	border: 1px solid #DDD;
	width: 130px;
	height: 90px;
	padding: 22px;
	margin: 20px;
	float: left;
	text-align: center;
	padding: 15px 5px 20px;
	line-height:120%;
	margin:0px 10px 10px 0;
	cursor:pointer;
	cursor:hand;
}
li.llg-gutscheine-alle-kategorien-kategorie:hover {
	background-color: #f4f4f4;
	border-color: #333333;
}
span.llg-alle-gutscheine-anzeigen-link {
	margin-bottom: 20px;
	display: block;
	margin-top: -20px;
	font-style: italic;
	margin-left: 20px;
}
.category span.llg-alle-gutscheine-anzeigen-link { 
	margin-top: 0;
}
div.llg-gutschein-index {
	margin-top:40px;
}
h3.llg-beliebte-gutscheine-aus-kategorie-h3 {
	margin-bottom:10px;
	margin-top:10px;
}
div.llg-beliebte-gutscheine-aus-kategorie {
	margin-bottom:100px;
}
ul.llg-beliebte-gutscheine-aus-kategorie-ul li {
	float:left;
	width:120px;
	border:1px solid #ddd;
	box-shadow: 2px 2px 3px #f4f4f4;
	height:60px;
	padding:5px;
	text-align:center;
	line-height:80px;
	margin-right:5px;
}
.llg-beliebte-gutscheine-aus-kategorie-a {
	margin-bottom: 0px !important;
	display: block;
}

#llg-alle-gutscheine-aus-kategorie-div {
	margin-bottom: 50px;
	margin-left: 0px;
}
#llg-alle-gutscheine-aus-kategorie-div ul li{
	float:left;
	line-height:150%;
	width:200px;
}
li.llg-sidebar-topgutscheine-li span {

}
.archiv-widget {
	padding:10px;
	margin-top:5px;
}
.archiv-widget li {
	list-style:square inside;
}
/** COUPON DETAIL PAGE **/

h2.gutscheine-headline {
	font-size:20px;
	margin: 0 0 5px 0;
}
.post-ratings {
	float:left;
	width:90px !important;
}
.author-letzte-posts-box ul {
	list-style:none;
	margin-left:0px;
}
.author-letzte-posts-box ul li  {
	border-bottom: 1px dotted #bbb;
	padding-bottom:10px;
}
.author-letzte-posts-box ul li a span.headline-blogbeitrag strong{
	display:block;
	font-size:18px;
}
.neue-blogbeitraege-home .column {
	float:left;
	width:290px;
	font-size:13px;
	border-right: 1px dotted #333333;
	padding:10px;
}
.neue-blogbeitraege-home .column:last-child {
	border:none;
}
.author-letzte-posts-box ul li  a.read-more {
	display:block;
}
.author-letzte-posts-box .date {
	font-size:11px;
	display:block;
}
/** STARTPAGE **/
h2.llg-startpage-header {
	color: #333333;
	font-weight:bold;
	font-size:18px;
	margin:20px 0px 10px;
	padding-left:5px;
	border-bottom:1px dotted #333333;
	padding-bottom:2px;
}
div.columns-home {
	clear:both;
}
div.llg-startpage-column {
	margin-top: 10px;
	width: 313px;
	float: left;
	margin-right:10px;
}
div.llg-startpage-column  strong, aside ul strong {
	font-weight:700;
}
div.llg-startpage-column ul {
	padding: 0px;
	margin:0px 0px 5px;
}
div.llg-startpage-column ul li, li.llg-related-coupon-li, li.llg-sidebar-topgutscheine-li {
	padding:10px;
	height:60px;
	cursor: hand;
	cursor:pointer;
	list-style:none;
	border-bottom:1px dotted #bbb;
}
li.llg-related-coupon-li:last-child, li.llg-sidebar-topgutscheine-li:last-child {
	border-bottom:none;
}
div.llg-startpage-column ul li a, li.llg-related-coupon-li a, li.llg-sidebar-topgutscheine-li a {
	text-decoration:none;
}
div.llg-startpage-column ul li:hover, li.llg-related-coupon-li:hover , li.llg-sidebar-topgutscheine-li:hover  {
	background: #f4f4f4;
}
div.llg-startpage-column ul li .shoplogo-home, li.llg-related-coupon-li img, li.llg-sidebar-topgutscheine-li img  {
	padding:5px;
	margin-right:5px;
	float:left;
	margin-top:10px;
	height:31px;
	background: #fff;
}
div.llg-startpage-column ul li div, li.llg-related-coupon-li div, li.llg-sidebar-topgutscheine-li div  {
	line-height:120%;
	padding-left: 105px;
	font-size:13px;
	color: #000;
}
div.llg-startpage-column span.llg-startpage-column-header {
	background: #333333;
	display:block;
	color: #fff;
	padding-left:20px;
	height:45px;
	line-height:45px;
	font-size:18px;
	text-decoration:none;
}
div.llg-startpage-column a {
	text-decoration:none;
}
.show-more-home {
	background: #333333;
    float: right;
    font-size: 12px;
    font-weight: 700;
	color: #fff;
    margin-top: -5px;
    padding: 1px 8px;
}
.show-more-home a {
	color: #fff;
}
ul.llg-startpage-alphabet li {
	float: left;
	list-style:none;
}
ul.llg-startpage-alphabet li a{
	width: 30px;
	margin-right: 6px;
	color: #333333;
	font-size:18px;
	display:block;
	text-align:center;
	line-height:30px;
	text-decoration:none;
}
ul.llg-startpage-alphabet li a:hover {
	background: #333333;
	color: #fff;
}
div.beliebte-gutscheinshops-box {
	padding: 0px 10px;
}
ul.llg-startpage-beliebte-shops {
	float:left;
	width:200px;
	margin-right:30px;
	font-size:14px;
}
ul.llg-startpage-beliebte-shops li {
	padding: 3px 0px;
	list-style-type:none;
}
div.llg-tab-container {
	margin-top:10px;
}
ul.llg-tab-head {
    padding: 0;
    position: relative;
    z-index: 99;
	margin:0px;
}
div.llg-tab-container ul.llg-tab-head li {
	display: inline-block;
	zoom:1; 
	*display:inline; 
	border-top: solid 1px #333333; 
	border-left: solid 1px #333333; 
	border-right: solid 1px #333333; 
	border-bottom: none;
	margin-bottom:-1px;
	margin-right:5px;
}
div.llg-tab-container ul.llg-tab-head li a {
	font-size: 14px;
	line-height: 35px;
	display: block; 
	padding: 0 15px; 
	outline: none;
	text-decoration: none;
	font-weight: bold; 
}
div.llg-tab-container ul.llg-tab-head li a.active {
	color: #333333;
	background: #e4e4e4; 
}
div.llg-tab-page, .neue-blogbeitraege-home {
	border: 1px solid #333333;
	padding: 15px;
	line-height: 150%;
	background: #e4e4e4;
}
.llg-tab-page p {
	margin:0px 0px 15px;
}
.neue-blogbeitraege-home {
	padding:10px;
}
.neue-blogbeitraege-home .title-column {
	font-size:18px;
	display:block;
}
.neue-blogbeitraege-home .date {
	font-size:11px;
	font-weight:bold;
}
div.neue-blogbeitraege-home img.alignleft.thumbnail-excerpt {
	width:100px;
	padding-right:10px;
	padding-bottom:5px;
}
div.llg-tab-page h2 {
	margin:0px 0px 10px;
	color: #333333;
	font-size:18px;
	font-weight:normal;
}
div.llg-tab-page ul li  {
	margin-left:20px;
}
div.llg-tab-page ul li  {
	list-style:square;
}
#infobox-home {
	background: #F0F0F0;
    border: 1px solid #ddd;
    color: #333333;
    float: right;
    height: 228px;
    padding: 10px;
    width: 330px;
}
#infobox-home ul {
	margin-top:10px;
	font-size:24px;
	list-style: decimal;
}
#infobox-home ul li {
	margin-bottom:15px;
}
#infobox-home .hinweise {
	margin-top:30px;
	font-size:24px;
	font-weight:800;
	margin-left:30px;
	line-height:100%;
}
div.keine-gutscheine-box {
	border: 2px dashed #ccc;
	background: url(images/no-coupons-gray.png) 10px 10px no-repeat;
	font-size:18px;
	font-weight:bold;
	padding:10px 10px 10px 90px;
	height:70px;
	margin-bottom:10px;
}
/** SIDEBAR **/
section {
	background: #f0f0f0;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #ddd;
}
section.llg-widget-topcoupons ul, section.LlgTopCoupons ul, .archiv-widget, section ul.llg-related-coupons {
	background: #fff;
	border: 1px solid #dfdfdf;
}
h3.widget-title,#infobox-home .head {
	color: #fff;
	background: #333333;
	font-size:18px;
	text-transform:uppercase;
	display:block;
	line-height:35px;
	padding-left:10px;
	margin:0px;
}
.llg-screenshot-widget {
	text-align:center;
	padding:10px 0px;
}
#llg-widget-stammdaten address {
	margin-bottom:10px;
}
aside #llg-widget-gutscheinderwoche-innerdiv {
	background: #fff;
	padding:10px;
	text-align:center;
}
aside .gdw-logo {
	width:120px;
	height:60px;
	margin: 10px auto;
}
aside .gdw-value {
	font-size:28px;
}
aside .gdw-conv-button {
	background: #333333;
	color: #fff;
	padding:10px 15px;
	border-radius:5px;
	font-size:20px;
	display:inline-block;
	margin:10px 0px 5px;
}
aside .gdw-conv-button:hover {
	background: #333333;
}
aside .gdw-alle-gutscheine-anzeigen {
	font-size:12px;
}
.anbieter-beschreibung strong {
	font-weight:bold;
	margin-top:5px;
	display:block;
}
aside a .zumshop-sidebar {
	display:block;
	width:150px;
	background: #333333;
	margin:10px auto;
	line-height:35px;
	border-radius:5px;
	font-size:16px;
	font-weight:700;
	color: #fff;
}
/** SIDEBAR ENDE **/

.top-intro-banner {
	text-align:center;
	margin: 20px 0;
	display:block;
}
.execphpwidget ul {
	background: #fff;
	border: 1px solid #dfdfdf;
}
.execphpwidget li {
    border-bottom: 1px dotted #aaa;
    padding: 5px 10px;
}
.execphpwidget li a {
	display:block;
}
.execphpwidget li a:hover {
	text-decoration: none;
}
.execphpwidget li:hover {
	background: #f4f4f4;
}
.execphpwidget li:last-child {
	border:none;
}
#tocul {
	border-top: 1px dashed #c2c2c2;
	border-bottom: 1px dashed #c2c2c2;
	margin: 15px 0 5px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #fafafa;
}
#tocul li {
	list-style: decimal outside;
	vertical-align: top;
	width: 295px;
	float: left;
	margin-left: 20px;
}
/*** exit overlay ***/
#offScrolling-overlay {
	display: none;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	top: 0;
}
#overlayOffscroll {
	display: none;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -310px;
	width: 600px;
	z-index:999;
	background: #fff;
	border: 5px dashed #fd0a00;
	padding: 15px 15px 5px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
	line-height: 1.25;
}
.overlayOffscroll-close {
	background: #222;
	border: 2px solid #fff;
    color: #fff;
    font-size: 1.75em;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -21px;
    text-align: center;
    top: -21px;
    width: 40px;
}
.overlayOffscroll-close:hover {
	color: #999;
	text-decoration: none;
}
.overlayOffscroll-logo {
	float: left;
	margin: 0 15px 10px 0;
}
#overlayOffscroll .head {
    color: #333;
    display: inline-block;
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 5px;
    width: 455px;
}
#overlayOffscroll .couponalarm  {
	display: block;
	padding: 15px;
	background: #333;
	margin: 5px 0 15px;
	box-shadow: 0 15px 15px -18px #aaa;
	color: #fff;
}
#overlayOffscroll .couponalarm strong {
	color: #fff;
	font-size: 1.25em;
	display: inline-block;
	margin-bottom: 5px;
}
#overlayOffscroll input[type="email"], .couponalarm-content input[type="email"] {
	padding: 5px 150px 5px 10px;
	color: #444;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin-right: -122px;
	line-height: 40px;
	width: 100%;
	height: 50px;
	font-size: 1.25em;
	box-shadow: 3px 3px 5px #ddd inset;
	float: left;
}
.couponalarm-content input[type="email"] {
	width: 65%;
	margin-right: -151px;
}
#overlayOffscroll button[type="submit"], .couponalarm-content button[type="submit"] {
	width: 120px;
	background: #fd0a00;
	color: #fff;
	line-height: 46px;
	border: none;
	height: 46px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;
	margin-right: 2px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.couponalarm-content button[type="submit"] {
	border-radius: 0 3px 3px 0;
}
#overlayOffscroll button[type="submit"]:hover, .couponalarm-content button[type="submit"]:hover {
	background: #ff443c;
}
.error p.subscribers_message {
	background: #f3cdcb;
	padding: 5px;
	color: #900d0d;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #222;
	font-size: 1.25em;
}
.success p.subscribers_message, .error.success p.subscribers_message {
	background: #bed3aa;
	color: #355f0b;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #222;
	font-size: 1.25em;
}
#overlayOffscroll .advantages-register {
	float: left;
	margin: 0px 0 0 -5px;
}
#overlayOffscroll .advantage-list {
	float: right;
	font-size: 1.25em;
	margin: 0px 0 10px 5px;
	width: 360px;
}
#overlayOffscroll .advantage-list li {
	padding-left: 25px;
	margin-bottom: 3px;
	list-style: none;
}
#overlayOffscroll .advantage-list li:before {
	content: "» ";
	margin-left: -15px;
}
#overlayOffscroll .foot-head {
	color: #fd0a00;
	font-weight: bold;
	font-size: 1em;
}
/**** TOPCONVERSION ****/
#fadein-topconversion {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background: #333;
	padding: 10px 10px 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	color: #fff;
}
.customize-support #fadein-topconversion {
	top: 32px;
}
.topconversion-inner {
	margin: 0 auto;
    padding-right: 20px;
    width: 960px;
}
.topconversion-shop {
	display: inline-block;
	max-width: 315px;
	min-width: 260px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.topconversion-shop.small {
	margin-top: 0;
}
.topconversion-logo {
	float: left;
	margin-right: 10px;
	background: #fff;
	padding: 5px;
	height: 60px;
	width: 120px;
	text-align:center;
	border: 2px solid #222;
	margin-top: -2px;
}
.topconversion-logo  img.small {
	margin-top: 14px;
}
.topconversion-title  {
	font-size: 18px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	margin-bottom: 2px;
}
.small .topconversion-title {
	font-size: 16px;
	margin-top: 0;
	line-height: 1;
}
.tc-buttons {
	margin-top: 5px;
}
.tc-buttons a, .tc-topcoupon-conv {
	background: #ffffff;
	display: inline-block;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	color: #222;
	height: 14px;
	float: left;
	line-height: 14px;
	margin-right: 2px;
}
.tc-buttons a.facebook {
	padding: 8px;
}
.tc-buttons a:hover, .tc-topcoupon-conv:hover {
	color: #fd0a00;
	text-decoration: none;
}
.tc-topcoupon-conv {
	float: right;
}
.tc-buttons a.coupons span {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url("images/icon-scrollingconversion.png") 0 0 no-repeat;
	margin: 0 5px 0 0;
	float: left;
}
.tc-buttons a.facebook span {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url("images/icon-scrollingconversion.png") -21px 1px no-repeat;
}
.tc-topcoupon {
	width: 250px;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #222;
	padding: 2px;
	margin-top: -5px;
	color: #222;
}
.coupondetails-conv {
	width: 100%;
	clear: both;
}
.tc-conv-details {
	padding: 5px;
	font-size: 12px;
	line-height: 1.25;
}
.tc-conv-details .detail-left {
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.tc-topcoupon-value {
	padding: 6px;
	border: 1px dashed #222;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #222;
}
.tc-topcoupon a:hover {
	text-decoration: none;
}
.tc-topcoupon-value.small {
	font-size: 12px;
	padding: 5px;
}
.conv-btn-top {
	background: #fd0a00;
	color: #fff;
	text-align:center;
	padding: 8px 10px;
	border-radius: 5px;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	width: 194px;
	float: left;
	font-size: 14px;
	line-height: 18px;
}
.conv-btn-top:hover {
	color: #fff;
	background: #ff443c;
	text-decoration: none;
}
.conv-btn-showmore {
	background: #222;
	display: inline-block;
	float: right;
	padding: 7px;
	margin-top: 2px;
	border-radius: 5px;
	outline: 0;
}
.conv-btn-showmore:hover {
	background: #555;
}
.conv-btn-showmore span {
	width: 20px;
	height: 20px;
	background: url("images/icon-scrollingconversion.png") 0 -110px;
	display:block;
}
.tc-topcoupon-conv  {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	margin-top: 14px;
}
.tc-topcoupon-conv span {
	border-radius: 0 2px 2px 0;
    display: inline-block;
    float: right;
    height: 40px;
    margin: -8px -10px -5px 12px;
    width: 50px;
	background: #fd0a00;
	font-size: 1.75em;
	color: #fff;
	line-height: 35px;
	text-align: center;
}
.tc-topcoupon-conv:hover span {
	background: #ff443c; /* Old browsers */
}

