@charset "utf-8";

/* =========================================================
¡reset
========================================================= */


/* =========================================================
¡topicPath
========================================================= */
ol#topicPath {
	margin: 10px 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
}

ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../common/bcn.gif) no-repeat 0 50%;
}

ol#topicPath li.home {
	padding-left: 0;
	background: none;
}

ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #C70E47;
	text-decoration: none;
}

ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #3366FF;
	text-decoration: none;
}

ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}





/* =========================================================
¡Clearfix
========================================================= */

ol:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */
