/* CSS */

#infobox {
	margin-top: 5px;
	width: 295px;
	border: 1px solid black;
	color: #882b02;
}
#infobox a, .textitem a {
	display: block;
	*width: 100%;
	*height: 100%;
	text-decoration: none;
	font-weight: normal;
	color: #882b02;
}
#infobox .firstline {
	height: 17px;
	padding: 0px;
	*margin-bottom: 3px;
}
#infobox .title {
	height: 15px;
	*height: 17px;
	font: bold 11px/11px Verdana,sans-serif;
	color: white;
	padding: 2px 0px 0px 3px;
	float: left;
}
#infobox .title, .title a {
	color: white;
}
#infobox .mask {
	text-align: right;
	padding: 0px;
	float: left;
}
#infobox .textitem {
	font: normal 10px/10px Verdana,sans-serif;
	color: #882b02;
	margin-left: 2px;
	margin-top: 2px;
*	margin-top: 0px;
	margin-bottom: 2px;
	padding: 3px 3px 2px 3px;
*	padding: 3px 3px 2px 3px;
	/*background-color: #f7f7f7;*/
	float: left;
}
#infobox .c1 {
	width: 58px;
*	width: 60px;
	text-align: left;
*	cursor: pointer;
}
#infobox .c2 {
	width: 143px;
*	width: 147px;
	text-align: left;
*	cursor: pointer;	
}
#infobox .c3 {
	width: 68px;
*	width: 78px;
	text-align: right;
*	cursor: pointer;
}
#infobox .c4 {
	width: 120px;
*	width: 128px;
	text-align: left;
*	cursor: pointer;
}
#infobox .c5 {
	width: 91px;
*	width: 97px;
	text-align: right;
*	cursor: pointer;
}
#infobox .c6 {
    width: 268px;
*	width: 269px;
    text-align: center;
*	cursor: pointer;
}

#infobox .impt {
	color: red;
}


#infobox .itemline {
	width: 97%;
	*width: 99%;
	height: 2px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
*	line-height: 0px;
	border-bottom: 1px solid #882b02;
}

#infobox .blank {
	background-color: white;
	border: 1px solid red;
	float: left;
}
#infobox .map {
	width: 295px;
	*width: 293px;
	height: 73px;
	background-image: url(../../media/layout/flyto_dummy.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#infobox .map a {
	display: block;
	width: 295px;
	*width: 293px;
	height: 73px;
}
#infobox .map a:hover {
	background-image: url(../../media/layout/flyto_dummy-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#infobox .ilink {
	cursor: pointer;
}
#infobox .ilink a {
	text-decoration: none;
}
#infobox .ilink a:hover {
	background-color: #FFF9E1;
}

.semi {
    font-weight:bold;
    color:#888888;
}

.text img {
	margin-bottom: 4px;
}

#twit {
	margin-top: 10px;
	padding: 0;
	font: normal 11px/11px Arial,sans-serif;
	color: #86A5C4;
}
#twit a {
	display: block;
	height: 20px;
	color: #86A5C4;
	text-decoration: none;
	padding: 2px 0 0 20px;
	background: url(../../media/layout/misc/twit_mini-b.png) no-repeat;
}
#twit a:hover {
	color: #3197CE;
	background: url(../../media/layout/misc/twit_mini-c.png) no-repeat;	
}
#twit img {
	border: 0;
	padding: 0 0 1px 1px;
}