div.xt_calendar{
	background-image:url(/images/summer/cal.png);
	background-repeat:no-repeat;
    background-position: -8px -4px;
	position: relative;
	width:40px;
	height:45px;
	float:left;
}

.xt_calM
{
	text-transform: uppercase;
	position: absolute;
	top: -1px;
	left: 8px;
	font-size: 8px;
	color: white;
}

.xt_calDay
{
	position: absolute;
	top: 16px;
	left: 6px;
    width: 20px;
    text-align: center;
	font-size: 12px;
	color: #978E8E;
	font-weight: bold;
}
