/* Start of CMSMS style sheet 'countdown' */
div#countdown {
	margin-top: 20px;
	border: 1px solid #cbcbcb;
}

div#countdown h2 {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/cms/gradient.gif);
	text-align: center;
	margin: 0px;
	height: 22px;
	width: 194px;
	font-size: 13px;
	text-transform: uppercase;
	color: #545454;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #cbcbcb;
	border-left-color: #FFFFFF;

}

div#countdown .countdowncontent {
	background-image: url(images/cms/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	margin: 0px;
	list-style-type: none;
	padding: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #545454;
	line-height: 18px;
}

div#countdown .countdowncontent b{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* End of 'countdown' */

