
.cleantable.promobox {
	position:relative;
}

h2.promo {
	margin:8px 0 0 0;
	padding:0;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height: 20px;
}
	
h3.promoprice {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-size:16px !important;
	font-weight:bold;
	line-height:23px !important;
	font-weight:bold !important;
	text-align:center !important;
	padding: 0 0 8px 0 !important;
	margin: 00px 20px 20px 20px !important;
	border-bottom: 1px solid #C8C8C8;
}

h4.promodetail {
	font-size:13x !important;
	line-height:17px !important;
	font-weight:normal !important;
	color:#474747;
	padding: 0 0 8px 0 !important;
	margin: 00px 0px 10px 0 !important;
}
.ribbon { position:absolute; top: -3px;right: -3px; z-index:9; width:70px; height:70px; }

.cleantable.promobox .button {
	font-size: 14px;
}


.cta-phone {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-image:url(/images/cta-button-back.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	overflow: hidden;
	width:370px;
	height:100px;
	color:#fff !important;
	margin:0 auto;
	padding:0;
	padding-left:20px;
	text-align:center;
}
.cta-phone:hover {
	/*background-position: 0 -100px;*/
	background-image:url(/images/cta-button-back-hover.png);
}
.cta-phone h2 {
	margin:0;
	padding:0;
}
.cta-phone h2.cta-call {
	margin-top:18px;
	font-size:14px !important;
}
.cta-phone h2.cta-action {
	font-size:18px !important;
}
.cta-phone a {
	color:#fff !important;
}

