@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}

#promotions-box{
	background:url(images/promotions_bg.jpg) repeat-x;
	width:1200px;
	height:390px;
}

#promotions-box-in{
	height:380px;
	margin:0 auto;
	width:800px;
}

#pr-left{
	width:440px;
	float:left;
	margin-right:10px;
	margin-top: 30px;
}

#pr-left img{
	border:none;
	margin-top:5px;
}

#pr-right{
	width:325px;
	float:left;
	margin-top: 30px;
}

#pr-right img{
	margin-top:5px;
	margin-bottom:5px;
	border:none;
}

td{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}


td.odd{
	background:url(images/promotions_datebg1.jpg) no-repeat;
	width:59px;
	height:59px;
	font-size:10px;
	vertical-align:top;
	color:#000;
}

td.odd span, td.even span{
	color:#a31090;
}

td.odd .date-promo, td.even .date-promo{
	color:#a31090;
	text-align:left;
	font-weight:bold;
	font-size:13px;
}

td.odd .percent-promo, td.even .percent-promo{
	margin-left:10px;
	color:#000;
}

td.even{
	background:url(images/promotions_datebg2.jpg) no-repeat;
	width:59px;
	height:59px;
	font-size:10px;
	vertical-align:top;
	color:#000;
}

table.promo{
	margin-top:5px;
}