@charset "utf-8";


/* subdivision
======================================================================= */
div#subdivision { margin: 0 auto; width: 960px; text-align:left; }


/* breadcrumbs
======================================================================= */
div#breadcrumbs { margin: 7px; 10px; 8px 10px; line-height: 135%; color: #333333; font-size: 10px; }
div#breadcrumbs span { margin: 0 5px; color: #666666; }
div#breadcrumbs em { font-weight: normal; }


/* Common classes
======================================================================= */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; min-height: 1%; }
/* \*/
* html .clearfix { height: 1% !important; }
.clearfix { display: block; }
/* */

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.ac { text-align: center; }
.ar { text-align: right; }

.skip,
.accesibilty { display: none; }

