div.promotion_red{
	border: 1px solid red;
	margin:10px;
}

div.promotion_price{
	background-color: red;
	color:white;
	font-weight:bolder;
	font-size: 14px;
	padding:4px;
	text-align: right;
	width: 80px;
}

div.promotion_type{
	text-align: right;
	width: 80px;
	color: gray;
}

div.in_list div.product_name{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.in_list{
	margin: 10px;
}

div.promotion_mini_logo{
	font-size: 11px;
	background-color: red;
	color:white;
	font-weight:bolder;
	padding:3px 8px 3px 8px;
	text-align: center;
	font-variant:small-caps;
	margin: 0px 5px 5px 5px;
}

div.old_price{
	text-decoration: line-through;
	font-size: 12px;
	color: gray;
	padding: 3px;
	font-weight: bolder;
}

div.creator div.name{
	float: left;
	width: 150px;
	margin: 5px 10px;
}
div.creator div.value{
	float: left;
	width: 200;
	margin: 5px 10px;
}

div.creator input{
	font-size: 9px;
}

div.creator div.calendar_destiny{
	background-image: url("/images/icons/date.png");
	background-position: right;
	background-repeat: no-repeat;
	width: 110px;
}

