
#breadcrumb_bar{
}

.boxme{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;	
}

#d_content{
	background-color:#F7F7F7;	
	padding:20px;
	padding-top:40px;
}

#d_product{
	float:left;
	width:68%;	
}

#d_countdown{
	float:right;
	width:28%;	
	background-color: #E3E3E3;
	padding:5px;
}


#d_product_deal{
	width:100%;
}

.d_product_deal_display{
	width:39%;
	float:left;
	position:relative;
}

.d_product_deal_display .d_product_ribbon{
	position:absolute;
	top:-12px;
	left:-12px;
	z-index:999;
}

.d_product_deal_display_image{
	background:#FFFFFF	;
	width:100%;
	padding:20px;
	position:relative;
	border:1px solid #C7C7C7;
}

.d_product_deal_display_image img{
	width:100%;
	display:block;	
}

.d_product_deal_info{
	width:59%;
	float:right;	
}

.d_product_deal_info h2{
	color: #1C558C;
	font-size:22px;
	line-height:26px;
	padding-top:5px;
	padding-bottom:5px;
}

.d_product_deal_info .d_product_deal_info_summary{
	font-size:14px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;

}

.d_product_deal_info .d_product_deal_info_was{
	font-size:22px;
	line-height:26px;
	color: #434344;
	font-weight:bold;
	text-decoration:line-through;
	margin-top:20px;
}

.d_product_deal_info .d_product_deal_info_now{
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	margin-top:10px;
	color: #C31919;
}


.d_product_deal_info .d_product_deal_info_save{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	margin-top:10px;
	color: #1C558C;
}

.d_product_deal_info .d_product_deal_info_cta{
	margin-top:20px;
}


.d_countdown_timer{
	padding:20px;
	background:#FFF;
}
.d_countdown_timer_remaining{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color: #1C558C;
}

.d_countdown_timer_ticker{
	text-align:center;
	font-weight:bold;
	font-size:36px;
	line-height:40px;
	color: #C31919;
	margin-top:10px;
	margin-bottom:10px;
}

.d_countdown_timer_info{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color: #1C558C;
}

.d_countdown_timer_info span{
	font-size:24px;
	line-height:28px;	
}

.d_countdown_timer_share{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color: #1C558C;
	margin-top:30px;
}

.d_add_this{
	text-align:center;
	margin-top:20px;
}

#d_banner{
	width:100%;
	height:100px;
	color:#fff;
	font-weight:bold;
	font-size:60px;
	text-align:center;
	background-color:#cb3131;	
}

#d_product_interested{
	margin-top:40px;
}

#d_product_interested h3{
	color: #1C558C;
	font-size:22px;
	line-height:26px;
	padding-top:5px;
	padding-bottom:5px;
}


.d_product_interested_item{
	width:50%;
	float:left;
}

.d_product_interested_wrapper{
	width:90%;
	margin:10px auto;	
	padding:20px;
}

.d_product_interested_item_display{
	float:left;
	width:48%;
	border:1px solid #C7C7C7;
}

.d_product_interested_item_display img{
	width:100%;
	display:block;	
}

.d_product_interested_item_info{
	float:right;
	width:48%;
}

.d_product_interested_item_info h4{
	color: #1C558C;
	font-size:18px;
	line-height:22px;
	padding-top:5px;
	padding-bottom:5px;
}

.d_product_interested_item_info p.d_product_interested_item_info_only{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin-top:10px;
	color: #C31919;
}

.d_product_interested_item_info .d_product_interested_item_info_cta{
	margin-top:20px;
}

#d_signup{
	margin-top:20px;
}

#d_signup label{
	text-align:center;
}

#d_signup .txt input{
	text-align:center;	
}

#d_signup .d_signup_intro{
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	margin-top:10px;
	color: #C31919;
	text-align:center;		
}

#d_signup label{
	margin-top:10px;	
}

#d_signup .fbtn{
	margin:0px auto;	
}


@media screen and (max-width: 1099px){
	
	.d_product_interested_item_display{
		width:100%;	
	}
	
	.d_product_interested_item_info{
		width:100%;	
		margin-top:10px;
	}
	
}

@media screen and (max-width: 899px){
	
	#d_product{
		width:100%;
	}
	
	#d_countdown{
		width:100%;
	}
		
}

@media screen and (max-width: 599px){
	
	#d_banner{
		display:none;
	}

	.d_product_deal_display{
		width:80%;
		margin:0px auto;
		float:none;
	}
	
	.d_product_deal_info{
		width:80%;
		margin:20px auto;
		float:none;	
	}
	
	
}


@media screen and (max-width: 499px){
	
	.d_product_interested_item{
		width:100%;
		float:none;	
	}
	
}

@media screen and (max-width: 399px){
	
	.d_product_deal_display{
		width:100%;
	}
	
	.d_product_deal_info{
		width:100%;
	}
	
	.d_product_interested_item{
		margin-bottom:40px;	
	}
	
	.d_product_interested_wrapper{
		width:100%;
		padding:0px;	
	}
	
}

