/* CSS Document */

@import url(factory.core.css);

body, html {
	width:100%;
	height:100%;
}

a:link#enterLink {
	color:#560000;
	text-decoration:none;
}
a:visited#enterLink {
	color:#560000;
	text-decoration:none;
}
a:hover#enterLink {
	color:#FFBF0C;
	text-decoration:none;
}
a:active#enterLink {
	color:#FFBF0C;
	text-decoration:none;
}

.fachomeenterlink {
	/*position:relative;
	display:block;
	left:350px;
	top:158px;
	width:50px;
	height:12px;
	z-index:2;
	background-image:url(../img/one.gif);*/
}
.facnewsactorscell {
	height:105px;
}

.facactorsitempic {
	/*position:static;*/
	display:inline;
/*	margin:0px;
	cursor:pointer;*/
	float:left;
	margin-top:0px;
	margin-left:0px;
	/*border:1px solid yellow;*/
	float:left;
}
/*.facactorsitempicactive {
	z-index:1;
	border:13px solid #989C8A;
}*/
.facactorsitempicnormal {
	z-index:0;
	overflow:visible;
}
.facquot {
	display: inline;
	visibility: visible;
}
.facquoted {
/*	color: #000000;
	font-weight:bold;*/
	color:#560000;
}


.facactorsitemtext {
	/*position:static;*/
	display:inline;
	font-weight:bold;
	/*border:1px solid blue;*/
	float:left;
}
#p1 {
	margin-top:10px;
}
#p2 {
	margin-top:35px;
}
#p3 {
	margin-top:10px;
}

.facnewsblock {
	padding-left:13px;
	padding-right:13px;
	overflow:visible;
	/*display:block;*/
	/*clear:both;
	float:left;*/
	font-size:8pt;
	/*background-color:red;*/
	display:inline;
}

.facvisible {
	visibility:visible;
	display:inline;
}
.fachidden {
	visibility:hidden;
	display:none;
}
.facdatesbutton {
	display:block;
	width:11px;
	height:11px;
	cursor:pointer;
	overflow:hidden;
/*	padding-left:5px;
	padding-top:0px;
	padding-right:3px;
	padding-bottom:1px;*/
	padding:0px;
	margin-top:2px;
	margin-right:3px;
	background-repeat:no-repeat;
	float:left;
}
.facopen {
	background-image:url(../img/factory.button.plussign.gif);
}
.facclose {
	background-image:url(../img/factory.button.minussign.gif);
}