/*

	STUDIOWEB.NL
	VERSION 1.0
	
	CONTENTS ----------
	
	   BODY
	   DEFAULT STYLING
	   FORMS
	   LINKS
	   HEADINGS
	   LAYOUT
	   NAVIGATION
	
    -------------------
    
    COLOURS -----------
    
        green #4b554b
        orange #ff7301
        grey #eeeeee
    
    -------------------
	
*/

@import url(reset.css); /* RESET CSS */


/* BODY
---------------------------------------------------------------------- */
body {
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 145%;
	color: #4b554b;
}
* html body {
	behavior: url("/templates/js/csshover.htc");
}
body table, table p {
	font-size: 100%;}
	
p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:	0;
	padding: 0;
}
p {
	margin-bottom: 12px;
}


/* DEFAULT STYLING
---------------------------------------------------------------------- */
strong {
	font-weight: bold;}
em {
	font-style: italic;
}
.rss-icon {
	position: absolute;
	bottom: 5px; left: 7px;
}

.class1 {
	font-size: 11px;
	line-height: 13px;
}
.class2 {
	font-size: 12px;
}
.class3 {
	font-size: 12px;
	font-weight: bold;
}
.class4 {
	font-size: 16px;
}
.class5 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.green, .green * {
	color: #ff7301;
	font: inherit;
}
.orange, .orange * {
	color: #ff7301;
}
.grey, .grey * {
	color: #eeeeee;
}
.bold {
	font-weight: bold;
}
.hidden {
	display: none;
}
ul {
	list-style: none;
	list-style-image: url("../img/ul.png");
	margin: 9px 0 9px 20px;
	padding: 0;
	line-height: 17px;
}
ul.links { 
	list-style-image: none;
	margin:0px 0px; 
	padding:0 0 0 0px; 
}
ul.links li { 
	list-style-image: none;
	margin:0; 
	padding: 0 0 0 0; 
}
ul.links a { 
	display:block; 
	padding-left:25px; 
	background: url("../img/arrow_on_grey.png") 0px 2px no-repeat; 
	color: #a9a79f;
	text-decoration: none;
}

ul.links a:hover { 
	color: #ff7301;
} 
.links.cols li{ 
	float: left;
	width: 80px;
}

blockquote, pre {
	padding: 10px 20px;
}
blockquote {
	font: italic 14px Georgia, Times, serif;
	margin: 8px 0;
}
* html ul, * html ol {
	margin-left: 22px;
}
img {
	margin: 0;
	padding: 0;
	border-color: #4b554b;
}
img.align-right {
	float: right;
	margin: 0 0 5px 5px;
}
img.align-left {
	float: right;
	margin: 0 5px 5px 0;
}
img.inline {
	display: inline;
}

.pointerhand {
	cursor: pointer;
}
hr {
	border: solid #4b554b 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.hr {
	margin: 4px 0;
	height:1px;}
div.hr hr {
	display:none}
	

/* FORMS
---------------------------------------------------------------------- */
form .fieldset_left {
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #4b554b;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 10px;
	margin: 0 0 8px;
}
form fieldset legend {
	margin-left: -2px;	
	font-size: 16px;
	font-weight: normal;
	color: #4b554b;
	margin: 0 0 0 0;
	padding: 0 2px;
}
label {
	float: left;
	clear: left;
	text-align: left;
	width: 160px;
	padding: 1px 0 0 0;
	font-size: 100%;
}
label.error {
	color: red;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #ff7301;
	padding: 1px;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #586156;
}
.input-text:focus, textarea:focus {
	color: #ff7301;
	border-color: #ff7301;
	border-width: 1px;
	border-style: solid;
}
textarea {
	overflow: auto;
}
input.submit {
	background-color: #4b554b;
	border: 1px #4b554b solid;
	color: white;
}
* html input.submit {
	border: none;
}

/* LINKS
---------------------------------------------------------------------- */
a {
	color: #4b554b;
	text-decoration: underline;
}
a:hover {
	color: #ff7301;
	text-decoration: none;
}
a.no-underline {
	text-decoration: none;
}


/* HEADINGS
---------------------------------------------------------------------- */

h1 {	
	margin: 3px 0 3px 0;
	display: block;
	font-size: 24px;
	line-height: 135%;
	font-weight: normal;
	color: #4b554b;
}
h2 {
	margin: 3px 0 3px 0;
	display: block;
	font-size: 24px;
	line-height: 135%;
	font-weight: normal;
	color: #ff7301;
}
h3 {
	margin: 1px 0 3px 0;
	display: block;
	font-size: 18px;
	line-height: 125%;
	font-weight: normal;
	color: #4b554b;
}
h4 {
	margin: 1px 0 3px 0;
	display: block;
	font-size: 15px;
	line-height: 125%;
	font-weight: normal;
	color: #4b554b;
}
h5 {	
	margin: 1px 0 3px 0;
	border-bottom: 1px #4b554b solid;
	display: block;
	font-size: 12px;
	line-height: 125%;
	color: #4b554b;
}
h6 {
	margin: 1px 0 3px 0;
	border-bottom: 1px #ff7301 solid;
	display: block;
	font-size: 12px;
	line-height: 125%;
	color: #ff7301;
}


/* LAYOUT
---------------------------------------------------------------------- */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
html>body #wrapper {
	height: auto;
}
body {
	background: #dbd6cf;
	margin: 0;
	padding: 0;
	min-width: 990px;
	text-align: center;
}
#elapsed {
	position: absolute;
	top: 0;left:0;
	color: #000;
	z-index: 100;
}
#wrapper {
	background: url("../img/wrapper.png") repeat-y top left;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 990px;
	min-height: 100%;
	height: auto;
}
* html #wrapper {
	height: 100%;}
html>body #wrapper {
	height: auto;}
#header {
	background: url("../img/wrapper.png") repeat-y top left;
	position: relative;
	width: 990px;
	height: 494px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}
#top1 {
	background: #dbd6cf;
	position: relative;
	width: 990px;
	height: 122px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: left;
}
#top2 {
	background: url("../img/header.png") no-repeat 0px -5px;	
	position: relative;
	width: 990px;
	height: 43px;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: left;
	z-index: 2;
}
#top3 {
	background-color: #d2cdc1;
	width: 960px;
	height: 268px;
	margin: 0 0 0 15px;
	padding: 0;
	clear: both;
	text-align: left;
}
#top4 {
	background-color: #d2cdc1;
	position: relative;
	width: 960px;
	height: 60px;
	margin: 0 0 0 15px;
	padding: 0;
	clear: both;
	text-align: left;
	z-index: 1;
}

#pagebody {
	width: 900px;
	margin: 0 0 0 15px;
	padding: 0;
	clear: both;
}
#topimages {
	width: 960px;
	height: 268px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
#topimages img{
	display: inline;
}
#logo{
	background: url("../img/logo.png") no-repeat left top;
	position: absolute;
	top: 14px;
	left: 68px;
	width: 616px; height: 105px;
	z-index: 19;
}
#content {
	width: 937px;
	margin: 0 0 0 17px;
	padding: 0 0 0 0;
	text-align: left;}
* html #content {}
#contentleft {
	background: url("../img/contentleft.png") 0px 0px repeat-x;
	margin: 0;
	padding: 0;
	width:626px;
	float: left;
	text-align: left;}
#contentleft .content-inner{
	margin: 14px 20px;
	width: 586px;
	min-height: 200px;
	overflow-x: hidden;}
* html #contentleft .content-inner{
	height: 200px;}
#contentcenter.longversion {
	width: 600px;}
#contentleft .content-contact-options{
	background-color: white;
	padding: 20px 20px;}
/* Hides from IE5-mac  (3 pixel bug ie)
* html #contentleft, * html #contentcenter, #contentright{height: 1%;}\*/
/* End hide from IE5-mac */
#contentright {
	width: 296px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;}
#contentright .content-inner{
	width: 296px;
	overflow-x: hidden;}


.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 1px;
}


/* NAVIGATION
---------------------------------------------------------------------- */
#newsletter {
	position: absolute;
	right: 20px;
	top: 18px;
	width: 260px;
	padding: 0;
	z-index: 5;
	text-align: center;
}
#newsletter_body {}
#newsletter_confirmation { display: none; }

#bnt_go_to_newsletter {
	background: #4b554b;
	color: white;
}


#topmenu1 {
	position: relative;
	right: 15px;
	top: 20px;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	color: #3d493d;
}
#topmenu1 a{
	padding: 1px 2px;
	color: #3d493d;
	text-decoration: none;
}
#topmenu1 a:hover, #topmenu1 a.active{
	background-color: #fff;
	color: #ff7301;
	text-decoration: none;
}

div#topmenu2 { 
	position: absolute;
	top: 6px; left: 203px;
	width: 760px; height: 38px;
	margin: 0 0 0 0; padding: 0; text-align:left; 
	font-size: 13px;  
	color: #3d493d;}
#nav {
	position: relative;
	height: 38px;
	margin: 0 0 0 0; padding: 0 0 0 0;
	list-style: none; text-align: left;}
#nav li {
	position: relative;
	float: left;
    margin: 0; padding: 0 1px 0 0; border: 0;
 	width: auto;
	list-style: none;}
* html #nav li {
	\display: inline;
	list-style: none;}	
#nav li a {
	display: block;
	margin: 0 0 0 0; padding: 16px 9px 10px 9px; border: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none; line-height: 12px; text-align: center;}
#nav li.li1 a { padding-left: 10px; }
#nav li:hover a, #nav li.hover a, #nav li a.active{
	background: url("../img/topmenu1_over.png") repeat-x 0px 0px;
	color: #3d493d;
	text-decoration: none;}
#nav li ul{
	display: none;
	position: absolute;
	background-color: #dcd5cb;
	left: 0;
	top:38px;
	width: 150px;
	list-style-image: none;
	padding: 4px 0 4px 0; margin: 0 0 0 0; border: 0;
	/*border-left: 1px #3d493d solid;
	border-right: 1px #3d493d solid;
	border-bottom: 1px #3d493d solid;*/
	text-align: left;
	z-index: 25;}
* html #nav li ul{}
#nav li ul li {
	background: none;
	margin: 1px 0 1px 5px; padding: 0 0 0 0; border: 0;
	width: 140px;
	float: none;
	list-style: none;}
#nav li ul li a, #nav li.hover ul li a, #nav li:hover ul li a, #nav li ul li a {
	background: #fff url("../img/news_square.png") no-repeat right bottom;
	display: block;
	margin: 0; padding: 5px 0 4px 5px; border: 0;
	border-left: 1px #e9e5dd solid;
	border-right: 1px #e9e5dd solid;
	border-bottom: 1px #e9e5dd solid;
	font-size: 12px;
	text-transform: none;
	color: #3d493d; line-height: 14px; text-decoration: none; text-align: left;	}
html>body #nav li ul li a {
	width: auto; }
#nav li ul li a.active, #nav li ul li:hover a, #nav li ul li.hover a  {
	color: #ff7301; text-decoration: none; }
	
#nav li:hover ul, #nav li.hover ul {	
	display: block !important;}

div#topmenu3 { 
	position: relative;
	margin: 0;
	padding: 6px 0 0 16px;
	text-align:left; 
	font-size: 13px;
	color: #3d493d;
	z-index: 2;}
div#topmenu3 a{ 
	display:-moz-inline-box;
	display:inline-block;
	background: url("../img/buttons.png") no-repeat left top;
	margin: 0px auto;
	margin: 0 6px 0 0;
	padding: 0;
	border: 0;
	width: 205px;
	height: 28px;
	font-size: 12px;  
	line-height: 12px;
	color: #3d493d;
	text-decoration: none;}
div#topmenu3 a span{ 
	display: none;}
div#topmenu3 a.button2{
	background-position: -205px 0px;}
div#topmenu3 a.button3{
	background-position: -410px 0px;}
div#topmenu3 a.button1:hover,div#topmenu3 a.button1.active{
	background-position: 0px -28px;}
div#topmenu3 a.button2:hover,div#topmenu3 a.button2.active{
	background-position: -205px -28px;}
div#topmenu3 a.button3:hover,div#topmenu3 a.button3.active{
	background-position: -410px -28px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		static;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#nav2 {
	position: relative;
	width: 651px;
	height: 35px;
	margin: 0 0 0 0; padding: 0 0 0 0;
	list-style: none; text-align: left;}
#nav2 li {
	float: left;
    margin: 0 12px 0 0; padding: 0; border: 0;
 	width: auto;
	list-style: none;}
* html #nav2 li {
	\display: inline;
	list-style: none;}	
#nav2 li a {
	display:-moz-inline-box;
	display:inline-block;
	background: url("../img/buttons.png") no-repeat left top;
	margin: 0px auto;
	margin: 0;
	padding: 0;
	border: 0;
	width: 205px;
	height: 28px;
	font-size: 12px;  
	line-height: 12px;
	color: #3d493d;
	text-decoration: none;}
#nav2 li.sfHover a.button2{
	background-position: -205px 0px;}
#nav2 li.sfHover a.button3{
	background-position: -410px 0px;}
#nav2 li.sfHover a.button1,#nav2 li a.button1.active{
	background-position: 0px -28px;}
#nav2 li.sfHover a.button2,#nav2 li a.button2.active{
	background-position: -205px -28px;}
#nav2 li.sfHover a.button3,#nav2 li a.button3.active{
	background-position: -410px -28px;}

#nav2 li ul{
	width: 600px;
	margin: 0;
	padding: 5px 0 2px 5px;
	text-align:left; 
	font-size: 13px;
	line-height: 13px;
	color: #3d493d;
	z-index: 2;}
#nav2 li.button1 ul{
	left: 140px;
	width: 450px;}
#nav2 li.button2 ul{
	left: auto;
	right: 15px;
	width: 450px;
	text-align: right;}

#nav2 li ul li {
	position: relative;
	float: left;
    margin: 0; padding: 0; border: 0;
 	width: auto;
	list-style: none;}
#nav2 li.button2 ul li {
	float: right;
}
#nav2 li ul li a, #nav2 li ul li a:hover, #nav2 li ul li a {
	background: none;
	display: inline;
	margin: 0; padding: 0;
	height: auto; width: auto;
	color: #3d493d; line-height: 14px; text-decoration: none; text-align: left;	}
html>body #nav2 li ul li a {
	width: auto; }
#nav2 li ul li a.active, #nav2 li ul li:hover a, #nav2 li ul li.hover a  {
	color: #ff7301; text-decoration: none; }
	
#nav2 li:hover ul, #nav2 li.hover ul {	
	display: block !important;}




div#topmenu4 { 
	margin: 0;
	padding: 4px 0 0 40px;
	text-align:left; 
	font-size: 13px;
	line-height: 13px;
	color: #3d493d;
	z-index: 2;}
div#topmenu4 a{ 
	text-decoration: none;
}
div#topmenu4 a.active{ 
	text-decoration: none;
	color: #ff7301;
}
/*div#topmenu3 a.mainbutton1,div#topmenu3 a.mainbutton2,div#topmenu3 a.mainbutton3{ 
	background: url("../img/mainbuttons.png") no-repeat left top;
	margin: 0px auto;
	margin: 0 6px;
	width: 224px;
	height: 28px;}
div#topmenu3 a.mainbutton2{
	background-position: -224px 0px;}
div#topmenu3 a.mainbutton3{
	background-position: -448px 0px;}
div#topmenu3 a.mainbutton1:hover,div#topmenu3 a.mainbutton1.active{
	background-position: 0px -28px;}
div#topmenu3 a.mainbutton2:hover,div#topmenu3 a.mainbutton2.active{
	background-position: -224px -28px;}
div#topmenu3 a.mainbutton3:hover,div#topmenu3 a.mainbutton3.active{
	background-position: -448px -28px;}*/


/* MISCELLANEOUS
---------------------------------------------------------------------- */
#google_container { background-color: #C0D7C8; padding: 10px; margin-top: 5px; }
#google_map { background-color: #ffffff; padding: 5px; border: 1px solid #666666; }
#map { height: 300px; }

.Content {
	margin: 0 0 0 0;
}
.Content td {
	padding: 0 0 0 0;
}
.Content td td{
	padding: 0;
}
.Content td.Content_left {
	width: 330px;
}
.Content td.Content_center {
	padding-top: 20px;
}
.Content td.Content_right {
	width: 192px;
	text-align: right;
}

.featured {
	border: 1px black solid;
}
.featured {
	margin: 10px 10px;
	padding: 5px;
}

.object-thumb{ 
	background-repeat: no-repeat;
	float: right;
	width: 86px;
	height: 76px;
}
* html .object-thumb{ 
	width: 96px;height: 76px;
	w\idth: 76px;he\ight: 56px;
}
.object-image{ 
	float: right;
}

.archive_pagination {
	float: right;
	text-align: right;
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 3px;
	width: 300px;
	font-size: 14px;
}
.archive_pagination .active{
	color: #ff7301;
	font-weight: bold;
}
.pagination {
	float: right;
	text-align: right;
	width: 300px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	color: #3d493d;
}
.pagination a{
	font-size: 12px;
	text-decoration: underline;
}

.sidebox {
	position: relative;
	background: #fff url("../img/contentleft.png") 0px -100px repeat-x;
	margin: 0 0 10px 0;
	padding: 1px;
}
.sidebox2 {
	position: relative;
	background: transparent;
	border: 1px #fff solid;
	margin: 0 0 10px 0;
	padding: 1px;
}
.sidebox-content {
	margin: 0;
	padding: 5px 10px;
	color: #4b554b;
	font-size: 12px;
}
.sidebox-content a{
	text-decoration: none;
}

/* news */
.sidebox.with-column{
	background: #fff url("../img/title_news.png") 2px 10px no-repeat;
}
.sidebox.with-column .sidebox-content {
	background-color: #fffdfe;
	margin-left: 26px;
	border-left: 1px #e9e5dd solid;
	padding: 2px;
}
.sidebox.with-column .rss {
	margin-top: 3px;
	margin-bottom: 12px;
}
.sidebox.with-column .rss-item {
	background: url("../img/news_square.png") bottom right no-repeat;
	padding: 3px 4px;
	border-bottom: 1px #e9e5dd solid;
}
.sidebox.with-column .rss-item span{
	color: #a9a79f;
}

/* news */
.news{
	background: #fff;
}
.news .news-item {
	display: block;
	float: none;
	background: #fff url("../img/news_square.png") bottom right no-repeat;
	margin-top: 3px;
	margin-bottom: 12px;
	padding: 3px 4px;
	height: auto;
	border-bottom: 1px #e9e5dd solid;
}
.news .news-item .news-image{
	display: inline;
	border: none;
}
.news .news-item .news-image:hover{}
.news-photo{
	float: left;
	width: 150px;
}
.news-body{
	float: left;
	width: 420px;
}
.news .news-item .news-body.long{
	float: none;
	width: 585px;
}
.news-item h4 a{
	text-decoration: none;
}
.news .news-item .news-date{
	color: #a9a79f;
}
.news .news-item h4{
}

/* cases overview */
.cases{}
.cases-item {
	display: block;
	float: none;
	background: #fff url("../img/news_square.png") bottom right no-repeat;
	margin-top: 3px;
	margin-bottom: 12px;
	padding: 0;
	height: auto;
	border-bottom: 1px #e9e5dd solid;
}
.cases-image{
	display: inline;
	border: none;
}
.cases-item .cases-image:hover{}
.cases-item .cases-photo{
	float: left;
	width: 210px;
	padding: 4px 0 0 0;
	text-align: center;
}
.cases-item .cases-body{
	float: left;
	width: 370px;
	padding-top: 7px;
	font-size: 13px;
}
.cases-item .cases-body.long{
	width: auto;
}
.cases-item h4 a{
	text-decoration: none;
}
.cases-item .cases-description{
	margin-bottom: 8px;
	height: 65px;
	color: #4b554b;
}
.cases-item h4{
	display: inline;
}

/* cases detail */
.cases-detail .cases-photo{
	float: left;
	width: 210px;
	padding: 4px 0 0 0;
	text-align: center;
}
.cases-detail .cases-right{
	float: left;
	width: 360px;
	padding-top: 7px;
	font-size: 13px;
}
.cases-detail .cases-body{
	clear: both;
	float: none;
}
.cases-detail .cases-about{
	font-style: italic;
}

/* calendar */
.sidebox.calendar{
	background: #fff url("../img/title_calendar.png") 2px 10px no-repeat;
}
.sidebox.calendar .sidebox-content {
	background-color: #fffdfe;
	margin-left: 26px;
	border-left: 1px #e9e5dd solid;
	padding: 2px;
}	

table.calendar{ 
	width: 270px;}
table.calendar td{ 
	padding: 5px 5px;
	color: #cac6c0;}
table.calendar a{ 
	font-weight: bold;}

.back-button {
	float: right;
	margin: 5px 0 0 5px;
	padding-top: 5px;
}

/* datasheet tables */
.plat table{}
.schemaplat {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #e9e5dd;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e9e5dd;
}
.schemaplat a {
	color: #003923;
	text-decoration: underline;
}
.schemaplat a:hover {
	color: #000000;
	text-decoration: none;
}
.schemakop {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #e9e5dd;
	border-bottom-width: 1px;
	border-botom-style: solid;
	border-botom-color: #e9e5dd;
	font-weight: bold;
}

#counter, .counter {
	position: absolute;	width: 0;height: 0;z-index: -1;top: 0;left: 0;visibility: hidden;}