@charset "utf-8";
/* CSS Document */
img{
	border:none;
}
.overlay-promocode {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity:0.9;     
	background: #000;
	top: 0;
	left: 0;
	z-index: 99999;
	display:none;
}
.outer-promocode{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	width: 550px;
	margin:0;
	padding:0;
	z-index:100000;
	font-family: 'PT Sans', sans-serif;margin:-10000px 0 0 0;
	font-size:14px;
}
.popup-promocode {
	width: 550px;
	margin: 0;
	min-height:1px;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}
.header-promocode {
	background: #FFFFFF;
	min-height:80px;
}
.header-promocode .hleft, .header-promocode .hright {
	display: inline-block;
	vertical-align:top;
}
.header-promocode .hleft .imgg{
	margin: 5px 0 0 10px;
	border-bottom: 2px solid #eee;
	border-right: 2px solid #eee;
	padding-right: 3px;
	padding-bottom: 3px;
}
.header-promocode .hright {
	text-align:right;
	margin: 0.5em 2em 0 0;
	float:right;
}
.content-promocode {
	background: #f80606;
	padding: 0px 35px;
}
.content-promocode {
	background: #f80606;
	padding: 0px 35px;
}
.content-promocode .title, .content-promocode .goto-site{
	color:#ffffff;
	padding: 1em 0;
	text-align:center;
}
.content-promocode .goto-site a{
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dashed #ffffff;
}
.content-promocode .goto-site a:hover{
	border-bottom: none;
}
.footer-promocode{
	color:#666;
}
.footer-promocode a{
	color:#666;
	text-decoration:none;
	border-bottom: 1px dashed #666;
}
.footer-promocode a:hover{
	border-bottom: none;
}

.code-wrapper-promocode{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	border:2px #fff solid;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding:0;
	margin:0;
}
.code-wrapper-promocode li{
	list-style:none;
	height:100%;
	display:inline-block;
	padding:0;
	margin:0;
	vertical-align:middle;
}
.closePromocode{
	position: relative;
	margin-right: -37px;
	margin-top: -10px;
	display: block;
	float: right;
	height: 37px;
	width: 37px;
	background: url('close.png') no-repeat center center;
}
.content-promocode div{
	vertical-align:middle;
}
.content-promocode .left-cpc{
	width:35%;
}
.content-promocode .right-cpc{
	font-size:20pt;
	width:60%;
	text-align:center;
}
.footer-promocode {
	background: #b8b6b6;
	text-align:center;
	padding:10px 5px 5px 5px;
}
.footer-promocode .footer-promocode-form div{
	vertical-align:top;
	display:inline-block;
}
.footer-promocode .footer-promocode-form div input{
	height:30px;
	width:240px;
	padding: 0 10px;
	outline:none;
	background:#f5f5f5;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px #fff solid;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.promocode-copy-button{
	outline:none;
	position:relative;
	text-transform:uppercase;
	background:#eee;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px #f5f5f5 solid;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.6);
	cursor:pointer;
	color:#666;
	text-shadow: 1px 0px 0px rgba(150, 150, 150, 1);
	margin:10px 0 10px 20px;
	vertical-align:middle;
	padding:0.3em 1em;
	font-size:10pt;
}
.promocode-copy-button.code-copy-done{
	display:none;
	color:#fff;
	top:1px;
	background:#70d677;
	border:2px #73df7b solid;
}
.promocode-copy-button:active{
	position:relative;
	top:1px;
}

.footer-promocode-form{
	padding: 1.2em 0;
}
.footer-promocode-form .notice{
	font-size:0.8em;
	display:block;
	color:green;
}
.footer-promocode-form .plus-button{
	cursor:pointer;
	margin-left:5px;
	border:0;
	background:0;
	background:url(button-plus.png);
	height:35px;
	width:35px;
	outline:none;
}
.footer-promocode-form .plus-button:active{
	position:relative;
	top:1px;
}
.footer-promocode-form .plus-button:hover{
	background:url(button-plus-hover.png);
}



.popup-promocode li:hover .couponDetails { display:inline-block; }
.popup-promocode li:hover {  min-height: 0px; }
	
	
.popup-promocode li {  clear:none; border:none; display:inline-block; min-height:0px; }
#PPTGalleryPage .middle2cols .couponlist li { min-width: 0px; max-width: 999999px; }

.popup-promocode li { min-height:0px; }

@media (max-width: 550px) {

	.outer-promocode{
		width: 360px;
	}
	.popup-promocode {
		width: 360px;
	}
	.header-promocode .hleft, .header-promocode .hright {
		display: block;
	}
	.header-promocode .hright {
		text-align:left;
		margin: 0.5em 0 0 0.5em;
		float:none;
	}
	.content-promocode {
		background: #f80606;
		padding: 0px 35px;
	}
	.content-promocode .title, .content-promocode .goto-site{
		color:#ffffff;
		padding: 1em 0;
		text-align:center;
	}
	.content-promocode .goto-site a{
		color:#ffffff;
		text-decoration:none;
		border-bottom: 1px dashed #ffffff;
	}
	.content-promocode .goto-site a:hover{
		border-bottom: none;
	}
	.footer-promocode{
		color:#666;
	}
	.footer-promocode a{
		color:#666;
		text-decoration:none;
		border-bottom: 1px dashed #666;
	}
	.footer-promocode a:hover{
		border-bottom: none;
	}
	.code-wrapper-promocode li{
		display:block;
	}
	.closePromocode{
		margin-right: 0px;
		margin-top: 0px;
	}
	.content-promocode div{
		vertical-align:middle;
	}
	.content-promocode .left-cpc{
		text-align:center;
		width:100%;
	}
	.content-promocode .right-cpc{
		width:100%;
		line-height:1.4;
	}
	.promocode-copy-button {
		margin:15px 0 5px 0;
	}


	.popup-promocode li:hover .couponDetails { display:block; }
	.popup-promocode li:hover {  min-height: 0px; }
		
		
	.popup-promocode li {  clear:none; border:none; display:block; min-height:0px; }
	#PPTGalleryPage .middle2cols .couponlist li { min-width: 0px; max-width: 999999px; }

	.popup-promocode li { min-height:0px; }

}