/*
.cntSeparator {
	font-size: 54px;
	margin: 10px 7px;
	color: #000;
}
.desc { margin: 7px 3px; }
.desc div {
	float: left;
	font-family: Arial;
	width: 70px;
	margin-right: 65px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}*/
.cntSeparator {
	position:relative;
	display:block;
	font:Arial;
	font-size: 54px;
	margin: 8px -5px 0 0;
	width:20px;
	padding:0 0 0 0;
	color: #000;
}
.desc { margin: 7px 3px; }
.desc div {
	float: left;
	font-family: Arial;
	width: 40px;
	margin-right: 65px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

/*/  counter style - unique jquery  /*/
#counter_wrap{
	position:fixed;
	display:block;
	bottom:0px;
	width:60%;
	height:45px;
	min-width:570px;
	background:url(/assets/shared/images/opacity/white_80.png);
	z-index:999;
	padding:10px;
	margin:0px auto;
	border:solid 1px #DDDDDD;
/*	border-bottom:none;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px; */
	left:20%;
	margin-left:-11px;
	font:normal 14px/18px Arial, Helvetica, sans-serif; /* force the fonts so that the alignment works correctly */
}
#counter{
}
#counter_message{
	min-width:400px;
	position:absolute;
	display:block;
	top:10px;
	left:10px;
	overflow:auto;
	margin:0 25px 0 230px;
}
#counter_message p{
	position:relative;
	font-size:14px;
	margin:0px auto;
	padding:0px;
	line-height:1.4em;
}
#counter_message strong{
	font-size:16px;
}
#close_counter{
	position:absolute;
	right:0px;
	top:0px;
	margin:0em 0.5em;
	cursor:pointer;
}