/*  CSS for Frontpage Updates */

.updateBox {
	float: left;
	width: 580px;
	height: auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: 3px solid #ccc; 
	}


.vBox {
	float: left;
	clear: both;
	width: auto;
	height: auto;
	margin: 5px 0 20px 25px;
	padding: 0;
	border: 6px solid #ccc; 
	}
	

/*CSS for Soba CountDown Bar*/


.countDown {
	float: left;
	clear: none;
	width: 166px;
	height: auto;
	margin: 0;
	padding: 0 5px;
	}


ul.cd {
	list-style-type: none;
	float: left;
	width: 156px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvatica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #ccc;
	}


ul.cd li {
	float: left;
	display: inline;
	width: 30px;/*30+10paddingleft+10paddingright*/
	height: auto;
	margin: 1px;
	padding: 5px 10px;
	background: #ddd;
	font-size: 13px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #555;
	text-align: center;
	}

ul.cd li.smText {
	font-size: 10px;
	font-weight: bold;
	color: #777;
	}


ul.cd li.big {
	float: left;
	clear: left;
	width: 144px;/*146*/
	height: auto;
	margin: 1px;
	padding: 0 5px;
	background: #900;
	font-size: 95px;
	line-height: 95px;
	color: #FFF;
	}


ul.cd li.bigText {
	float: left;
	clear: both;
	width: 144px;/*146*/
	height: auto;
	margin: 1px;
	padding: 5px;
	background: #900;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 2px;
	color: #FFF;
	}


.countDownText {
	float: left;
	width: 380px;
	height: auto;
	margin: 0;
	padding: 30px 10px 0;
	}


.countDownText h1 {
	float: left;
	display: inline;
	clear: none;
	width: 98%;
	height: auto;
	margin: 0;
	padding: 5px 0 15px;
	font-size: 30px;
	line-height: 30px;
	}


.countDownText p {
	float: left;
	clear: left;
	width: 98%;
	height: auto;
	margin: 0;
	padding: 5px 0 10px;
	font-size: 12px;
	line-height: 19px;
	}