/***********************************************************
*
* Styling the banner
* Use the selectors below to style the coupon banner.
* Use this tool to generate remarkable backgrounds:
* http://www.colorzilla.com/gradient-editor/
* .coupon-banner{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	color: #fff;
	margin-top:20px;
}
***********************************************************/

.coupon-banner{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(5,80,147,1) 0%, rgba(5,91,169,1) 44%, rgba(6,97,179,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,80,147,1)), color-stop(44%,rgba(6,97,179,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top,  rgba(5,80,147,1) 0%,rgba(5,91,169,1) 44%,rgba(6,97,179,1) 100%);
	background: -o-linear-gradient(top,  rgba(5,80,147,1) 0%,rgba(5,91,169,1) 44%,rgba(6,97,179,1) 100%);
	background: -ms-linear-gradient(top,  rgba(5,80,147,1) 0%,rgba(5,91,169,1) 44%,rgba(6,97,179,1) 100%);
	background: linear-gradient(top,  rgba(5,80,147,1) 0%,rgba(5,91,169,1) 44%,rgba(6,97,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	color: #fff;
	margin-top:20px;
}

.coupon-banner-label{text-shadow: 1px 1px 1px #000;}
.coupon-banner-code{background: #fff; color: #c00; text-shadow: 1px 1px 0px #000; border: 1px solid #380303;}
div.coupon-banner-time{background: #fff; color: #000; border: 1px solid #380303;}

/***********************************************************
*
* Change this if you know what are you doing
* 
***********************************************************/

.coupon-banner{
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 10px;
}
.coupon-banner-label{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 8px;
}
.coupon-banner-code-wrapper{margin-bottom: 8px;}
.coupon-banner-code{
	padding: 7px 0px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	line-height: 24px;
}
div.coupon-banner-time{
	overflow: auto;
	padding: 5px 0px;
	height: 32px;
}
div.coupon-banner-time .countdown_section{line-height: normal;}
.coupon-banner-remaining{margin-top: 8px;}

.coupon-banner-horizontal{overflow: auto; position: relative;}
.coupon-banner-horizontal .coupon-banner-label{
	float: left;
	width: 40%;
	text-align: left;
	margin-top: 16px;
}
.coupon-banner-horizontal .coupon-banner-code-wrapper{
	float: left;
	width: 15%;
	margin: 0px 2%;
}
.coupon-banner-horizontal .coupon-banner-code{padding: 9px 0px;}
.coupon-banner-horizontal .coupon-banner-remaining{clear: both; position: absolute; top: 4px;}
