/* -- Structure style ----- @version : 1.0   2008.04.08 ---------- 
 * - for STYX naturcosmetic
 * - last modified: 2008.04.08
 * --------------------------------------------------------------
 */
  
  #crumbs {
    padding-top:5px;
    clear:both;
  }
  #crumbs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
  }
  #crumbs ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	font-size:1em;
	float:left;
  }
  #crumbs .crumblink {
    text-decoration:none;
	/*color:#3076a9;*/
	font-size:13px;
  }
  #crumbs a:hover {
	text-decoration:underline;
	/*color:#000000;*/
  }
  #crumbs .crumbbad {
    font-size:13px;
	/*color: #3076a9;*/
  }
  #crumbs .sep {
    margin-left:3px;
	margin-right:3px;
	font-size:13px;
	/*color: #ed8bbc;*/
  }
  
  .paddingtopindex {
    margin-top:3px;
  }


