@charset "utf-8";

/*-------------------------------------------------------------
  Country Category list @ Facts and Details
  by hokuto@
  Last Update 2008-01-13
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	Yahoo Library Fonts CSS
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt	
-------------------------------------------------------------*/

p.topicpath {
	margin-top: 10px;
	text-align: right;
	font-size: 100%;
}

p.topicpath a,
ol.headlinelist li a,
div.content a {
	color: #3E606F;
}

p.topicpath a:link,
ol.headlinelist li a:link,
div.content a:link {
	color: #3E606F;
}

p.topicpath a:hover,
ol.headlinelist li a:hover,
div.content a:hover {
	background-color: #D1DBBD;
}

h2 {
	font-size: 153.9%;
	background-image: url("../images/titleback.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

p#countryimage {
	float: left;
	padding: 20px 0 0 20px;
}

div.categorylist {
}

div.categorylist h3.tit_h3 {
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left: 20px;
	font-size: 108%;
	background-image: url("../images/maincategoryicon.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

div.categorylist ul.entrylist01 {
	margin-left: 3em;
	margin-bottom: 1em;
}

div.categorylist ul.entrylist01 li {
	padding-bottom: 0.3em;
	font-size: 100%;
}

ul.itemlist {
	margin: 30px 0 0 50px;
}

ul.itemlist li {
	padding-bottom: 0.3em;
	font-size: 108%;
}




/* HeadlineList */

ol.headlinelist {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url("../images/headlineback.gif");
	background-repeat: repeat-y;
}

ol.headlinelist li {
	margin-left: 20px;
	padding-bottom: 5px;
	font-size: 108%;
	list-style-type: none;
}


h3#LinkListHead {
	padding: 0 0 0.5em 15px;
	font-size: 123.1%;
}

h2.linkList {
	display: none;
}

div.LinkListLeft,
div.LinkListRight {
	float: left;
	width: 400px;
}

div.LinkListLeft ul li,
div.LinkListRight ul li {
	margin-left: 4em;
	line-height: 1.8;
	font-size: 108%;
}


