/* COUNTDOWN */
.offer{
	border: 1px solid #d5d7db;
	border-radius: 5px;
}

.offer img{
	max-width: 100%;
}

.offer .countdown{
	text-align: center;
	border-radius: 5px;
	background-color: #CCCCCC;
	text-shadow: 0px 1px 0px #FFFFFF;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

.offer .description{
	margin: 15px 0px;
}

.offer .countdown span{
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

.offer .data{
	text-align: center;
	background-color: #ECECEC;
	height: 40px;
	border-radius: 5px;
}

.offer .data .col{
	width: 38%;
	float: left;
}

.offer .data .discount{
	width: 24%;
	height: 40px;
	float: left;
}

.offer .data .title{
	font-size: 10px;
	line-height: 15px;
}

.offer .data .value{
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
	line-height: 25px;
}

.offer .price{
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}

.offer .price-enabled{
	background-color: #f89422;
}

.offer .price-disabled{
	background-color: #BBBBBB;
}

.dialog .conditions{
	overflow: auto;
	padding: 10px;
	height: 230px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-radius: 5px;
}