#center .white_block ul.crumbs{ float:left; margin-right: 64px; list-style: none; margin-left: 28px;}
* html #center .white_block ul.crumbs{ margin-top: 4px;}

#center .white_block ul.crumbs li{ float: left; font-size: 0.50em; margin-right: 2px; height: 12px; white-space: nowrap; }
html>body #center .white_block ul.crumbs li{ float: left; font-size: 0.50em; margin-right: 2px; height: 12px; }
*+html>body #center .white_block ul.crumbs li { white-space: nowrap;}
#center .white_block ul.crumbs li:not(:root:root) { white-space: normal; }

#center .white_block ul.crumbs li a { color: #9d2e4f; }

/* Date */
#center .white_block .date{
float: right;
width:58px;
margin-left:-64px;
height: 12px;
background-color:#fff;
font-size:0.5em;
font-weight: bold;
text-align:center;
border: outset #89a1bc 2px;
line-height:14px;
color:#082B66;
}

/* Date */
* html #center .white_block .date{
width:64px;
height: 16px;
}