@charset "UTF-8";

/* list.css */

/*
inported to tha files in "list" folder
coded by webmugi at 2007-06-13
*/

@import url(default.css);
@import url(layout.css);


/* ol.list220 */

div#main div.section ol.list220-ua li {
	list-style: upper-alpha;
}

div#main div.section ol.list220-la li {
	list-style: lower-alpha;
}

div#main div.section ol.list220-ur li {
	list-style: upper-roman;
}

div#main div.section ol.list220-lr li {
	list-style: lower-roman;
}


/* ul.list130 */

div#main div.section ul.list130-l li {
	list-style: url(../img/mk-golink.png);
}

div#main div.section ul.list130-f li {
	list-style: url(../img/mk-file.png);
}


/* ul.list102 */

div#main div.section ul.list102 li {
	margin: 0 0 1px 15px;
	padding: 10px 15px 10px 29px;
	list-style: none;
}

div#main div.section ul.list102 li.odd {
	background: #CDF2CE url(../img/mk-green-disk.png) no-repeat 15px 11px;
}

div#main div.section ul.list102 li.even {
	background: #E5F2E5 url(../img/mk-green-disk.png) no-repeat 15px 11px;
}


/* dl.list301 */

div#main div.section dl.list301 dt {
	margin-top: 0.6em;
	width: 7em;
	border-bottom: solid 3px #E989C8;
	line-height: 1.1;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #E989C8;
}


/* dl.list309 */

div#main div.section dl.list309 dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 8px #CCC;
	padding-left: 5px;
	color: #000;
}

div#main div.section dl.list309 dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}


/* ul.list430 */

div#main div.section ul.list430 li {
	margin: 0.5em 0 0.5em 30px;
	list-style: url(../img/mk-folder.png);
}

div#main div.section ul.list430 li.file {
	list-style: url(../img/mk-file.png);
}

div#main div.section ul.list430 li ul {
	margin: 0;
	padding: 0;
}

div#main div.section ul.list430 li ul li {
	list-style: url(../img/mk-file.png);
}


/* dl.list511 */

div#main div.section dl.list511 dt {
	margin-top: 1em;
	width: 10em;
	border-bottom: solid 2px #363;
	padding-left: 5px;
	font-size: 119%;
	font-weight: bold;
	color: #363;
}

div#main div.section dl.list511 dd {
	margin-left: 0;
}

div#main div.section dl.list511 dd ul {
	margin: 0.7em 0;
}

div#main div.section dl.list511 dd ul li{
	margin-left: 50px;
}


/* ol.list611 */

div#main div.section ol.list611 li {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: decimal;
	font-size: 200%;
	font-weight: bolder;
	font-style: italic;
	color: #CCC;
}

div#main div.section ol.list611 li dl {
	font-size: 50%;
	font-style: normal;
	color: #333;
}

* html div#main div.section ol.list611 li dl { /*for IE6 */
	display: inline;
}

*:first-child+html div#main div.section ol.list611 li dl { /*for IE7 */
	display: inline;
}

div#main div.section ol.list611 li dl dd {
	font-weight: normal;
}

