/* jQuery Countdown styles 1.6.2. */

.campaignItemCountLabel{margin-top:9px; font-weight:bold;}
.campaignItemCountSelect{margin:0 0 0 10px;}
.campaignItemCountSelect select{padding:8px;width:60px;}

.campaignPrice {margin-top:20px;}
.campaignPrice .old { margin-bottom:10px;}
.campaignPrice .new {border: 1px solid #ccc;padding:5px;}

.campaignPrice .oldLabel { }
.campaignPrice .oldPrice { text-decoration:line-through; }
.campaignPrice .newLabel {text-align:center; margin-bottom:5px; font-size:14px; }
.campaignPrice .newPrice {text-align:center;  font-size:18px; color:#A92732;}

.campaignTimeleftLabel { margin:10px 0 10px 0;}

.edgebox .custom-content h5.heading {margin-top:0;}
.edgebox .custom-content h5 a {color:#555;}
.campaignDescLine
{
    border-top:1px solid #ccc;
    margin-top:10px;
    padding-top:10px;
    font-size : 10px;
    line-height :12px;
    }

.hasCountdown {
    background :#639F37;
	padding:5px 0 2px 0;
	margin-bottom:15px;
}
.countdown_rtl {
	direction: rtl;
}
.hasCountdown span {
	color: #fff;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
