/* @override http://localhost:4567/css/mydealerstyle.css */



#content .deal_small {
	
	border: 1px solid #ffc2f5;
	background: #ffe9fb;
}
#content .deal_small .deal_time_left h4,#content .deal_small .deal_buyers_num {
	color: #a9014b;
}
#content .deal_small .deal_view_details_button {
	float: right;
	padding: 1px 5px;
	margin: auto;
	font-size: 0.9em;
	font-weight: bold;
	
	color: #fff;
	border: 1px solid #a9014b;
	
	background: #e7609b;
	background: -moz-linear-gradient(-90deg, #e7609b, #a9014b);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#e7609b), to(#a9014b));
	
	text-shadow: 1px 1px 1px #a35100;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content .deal_small .deal_buyers_bar_inner {
	width: 25%;
	height: 100%;
	background: #e7609b;
	background: -moz-linear-gradient(-90deg, #e7609b, #a9014b);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#e7609b), to(#a9014b));
	
}