#Calendar h1.year {
	margin-bottom: 0px;
}

#Calendar h3.date {
	background: url("../../../images/buttonBack.gif") repeat-x scroll left bottom #EDEDED;
    border: 1px solid #AEAEAE;
    border-radius: 5px 5px 5px 5px;
    margin: 0 10px 0 0;
    padding: 10px;
    -moz-border-radius:5px ;
}

#Calendar h3.date .day {
	display: block;
	text-align: center;
	color: #3B6F14;
}

#Calendar h3.date .month {
	border-top: dotted 1px #AEAEAE;
	display: block;
	font-size: 11px;
	color: #3B6F14;
}

#Calendar h3.date .year {
	display: none;
}

#Calendar tr.month {
	display: none;
}

#Calendar .product {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:url(../../../images/buttonBack.gif) repeat-x scroll left bottom #EDEDED;
	border:1px solid #AEAEAE;
}

#Calendar .product img {
	width: auto;
	max-width: 184px;
}

.product .author img {
	border: 1px solid #AEAEAE;
    border-radius: 5px;
}

