div#mydl-container{
	/* !!! This property() sets basic width for Mydl_fileup module. !!! */
	width: 640px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: sans-serif;
	color: #333;
}

/*
 * Header-part Design
 */
div#mydl-header,
div#mydl-header-simple{
	clear: both;
	position: relative;
	margin: 10px;
	padding: 0;
}
	/*
	 * Header-top-part
	 */
	div#mydl-header div#header-title,
	div#mydl-header-simple div#header-title{
		clear: both;
		margin: 0;
		padding: 0;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #069;
		background-color: #39c;
	}
	div#mydl-header-simple div#header-title{ border-bottom-width: 1px; }
	div#header-title h1,
	div#mydl-header-simple h1{
		font-size: 250%;
		letter-spacing: 0.25em;
	}
	div#mydl-header-simple h1{
		margin-bottom: 10px;
		padding-bottom: 20px;
	}
	div#mydl-header h1 a,
	div#mydl-header-simple h1 a{
		text-decoration: none;
		color: #666;
	}
	/*
	 * Header-middle-part
	 */
	div#header-menu{
		clear: both;
		margin: 0;
		padding: 0;
	}
	div#header-menu ul{
		margin: 0 10px 10px;
		padding: 5px;
		list-style-type: none;
		text-align: right;
	}
	div#header-menu ul li{
		display: inline;
		line-height: 1.5em;
		margin-right: 10px;
		border-right: 1px solid #ccc;
	}
	div#header-menu ul li+li+li+li{ border-width: 0; }
	div#header-menu ul li a,
	div#header-menu ul li a:visited{ color: #666; }
	div#header-menu ul li a:hover{ color: orange; }
	div#header-categorypath{
		clear: both;
		margin: 0;
		padding: 0;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #069;
		background-color: #39c;
	}
	div#header-categorypath div{
		margin: 0 10px 10px;
		padding: 5px;
		list-style-type: none;
		text-align: right;
		background: #fff url(images/title_bg_b.gif) no-repeat 20px top;
	}
	div#header-categorypath div a,
	div#header-categorypath div a:visited{ color: #666; }
	div#header-categorypath div a:hover{ color: orange; }
	/*
	 * Header-bottom-part
	 */
	div#header-categories{
		clear: both;
		position: relative;
		margin: 0;
		padding: 0;
	}
	div#header-categories ul{
		position: relative;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	div#header-categories ul li{
		display: block;
		position: relative;
		float: left;
		width: 49.5%;
		margin: 0;
		padding: 0;
		letter-spacing: 0.25em;
	}
	div#header-categories ul li div#categories-main{
		position: relative;
		margin: 10px 5px 0;
		padding: 10px;
		border: 1px solid #ccc;
	}
	div#header-categories ul li div#categories-main img{
		float: right;
		margin: 0 0 10px 10px;
		padding: 0;
	}
	div#header-categories ul li div#categories-main a,
	div#header-categories ul li div#categories-main a:visited{
		border-width: 0;
		font-size: 125%;
		color: #666;
	}
	div#header-categories ul li div#categories-main a:hover{ color: orange; }
	div#header-categories ul li div#categories-sub{
		position: relative;
		margin: 5px 0 0;
		padding: 5px;
		border-top: 1px dotted #ccc;
	}
	div#header-categories ul li div#categories-sub a,
	div#header-categories ul li div#categories-sub a:visited{ color: #666; }
	div#header-categories ul li div#categories-sub a:hover{ color: orange; }

/*
 * Navi-part Design
 */
div#mydl-sortbuttons{
	clear: both;
	position: relative;
	margin: 10px;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	font-weight: bold;
	line-height: 1.5em;
}
div#mydl-sortbuttons ul{
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}
div#mydl-sortbuttons ul li{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
div#mydl-sortbuttons ul li a{
	text-decoration: none;
}

/*
 * Contens-part Design
 */
div#mydl-contents{
	clear: both;
	position: relative;
	margin: 0 10px;
	padding: 10px 0;
}
div#mydl-contents h2{
	clear: both;
	margin: 10px 0;
	padding: 0 10px 0 10px;
	font-size: 150%;
	letter-spacing: 0.25em;
	line-height: 2em;
	border-width: 1px 1px 1px 10px;
	border-style: solid;
	border-color: #ccc;
}
	/*
	 * File-list-part Design
	 */
	div#mydl-contents dl#contents-list,
	dl#contents-list dt,
	dl#contents-list dd{
		display: block;
	}
	dl#contents-list{
		margin: 10px 0 0;
		padding: 0;
	}
	dl#contents-list{ line-height: 1.5em; }
	dl#contents-list dt.list-cell-title{
		margin: 10px 0 0;
		padding: 10px;
		border-width: 1px;
		border-style: solid solid dotted;
		border-color: #ccc;
		font-size: 100%;
		line-height: 1.5;
	}
	dl#contents-list dt.list-cell-title a img{
		text-decoration: none;
		border-width: 0;
	}
	dl#contents-list dd{
		clear: both;
		margin: 0 0 10px;
		padding: 10px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #ccc;
	}
	dl#contents-list dd div.list-cell-desc{
		float: left;
		width: 100%;
	}
	dl#contents-list dd div.list-cell-desc img{
		float: right;
		margin: 0 0 10px 10px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	dd div.list-cell-desc dd div.desc-body{ margin-bottom: 10px; }
	dl#contents-list dd .celldata-head{
		font-weight: bold;
		letter-spacing: 0.25em;
	}
	dl#contents-list dd div.list-cell-info{ float: right; }
	dd div.list-cell-info ul{
		margin: 0 0 10px;
		padding: 0;
		list-style-type: none;
	}
	dl#contents-list dd div.list-cell-interact{
		clear: both;
		margin-top: 10px;
		border-top: 1px solid #ccc;
	}
	dd div.list-cell-interact ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	dd div.list-cell-interact ul li{
		display: inline;
		padding: 0 5px;
		font-size: 90%;
	}
	dd div.list-cell-interact ul li a,
	dd div.list-cell-interact ul li a:visited{ color: #666; }
	dd div.list-cell-interact ul li a:hover{ color: orange; }
	/*
	 * Form-table Design
	 */
	table#table-inner-form tbody td,
	table#table-inner-form tbody th{ padding: 5px; }
	table#table-inner-form tbody tr th{
		text-align: right;
		vertical-align: top;
	}
	/*
	 * Data-table Design
	 */
	div#mydl-contents h2.table-datatable-caption{
		margin: 10px 0;
		padding: 0 10px 0 10px;
		font-size: 100%;
		font-family: serif;
		letter-spacing: 0.25em;
		line-height: 1.5em;
		border-width: 1px 1px 1px 5px;
		border-style: solid;
		border-color: #ccc;
	}
	table.table-datatable{
		width: 100%;
		margin-bottom: 20px;
		border-width: 0;
		border-collapse: collapse;
	}
	table.table-datatable tr td,
	table.table-datatable tr th{
		padding: 5px;
		border-width: 0;
	}
	table.table-datatable thead th{ border-bottom: 1px solid #ccc; }
	table.table-datatable tr th{ text-align: left; }
	/*
	 * Interaction-pages Design
	 */
	form#mydl-post-form{
		text-align: center;
		line-height: 1.5em;
	}
	form#mydl-post-form table,
	form#mydl-post-form table tr,
	form#mydl-post-form table th,
	form#mydl-post-form table td{
		display: block;
		border-width: 0;
	}
	form#mydl-post-form table tr{ clear: left; }
	form#mydl-post-form table th,
	form#mydl-post-form table td{
		float: left;
		margin: 5px 0;
	}
	form#mydl-post-form table th{
		width: 25%;
		text-align: right;
	}
	form#mydl-post-form table td{
		text-align: left;
	}
	div#mydl-comments{
		border: 1px solid #ccc;
	}
	div#comments-nav{
		margin: 10px;
		line-height: 150%;
		text-align: center;
	}
	div#comments-list{
		margin: 10px;
		border-top: 1px solid #ccc;
	}
	div#comments-list table.outer th{
		text-align: left;
	}
	div#comments-list table.outer div.comTitle{
		font-size: 14px;
		font-weight: bold;
	}

/*
 * CSS Hack for Boxlayout
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*
 * Overroded CSS Statements
 */

/*-------------------------General Rules-------------------------*/
#header,#contents{
	position: relative;
	margin:0 auto 0;
	width:600px;
	line-height:120%;
	letter-spacing:10%;
}
/*-------------------------Title Rules-------------------------*/
#mydl_title {
	position: relative;
	margin:0;
	padding:0;
	height:90px;
	background:url(./images/dw_title.jpg) no-repeat;
	color:Black;
}
h1{
	position: relative;
	margin:0;
}
h1.titleonly{
	position: relative;
	margin:0;
}
#mydl_title p{
	position: relative;
	margin:0;
	padding:0 20px;
}
#mydl_title img{
	position:absolute;
	top:5px;
	right:5px;
	padding:0;
}
/*-------------------------Category Rules-------------------------*/
#category{
	margin:0;
	padding:0px;
	fontsize:100%;
	list-style:none;
	width:600px;
}
#category br { 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
#category li {
    float: left;
	display: inline; /* for IE6 */
    width: 168px;
    height: 80px;
    margin: 0 0 0 4px;
    padding: 8px 0 0 8px;
    background: url(./images/dw_chap.jpg) no-repeat;
    font-size: 14px;
    color: blue;
    position:relative;
}
#category blockquote{
	position: absolute;
	top:20px;
	left:-30px;
    font-size: 12px;
}
#category img{
	position: absolute;
	top:30px;
	right:15px;
	padding:5;
    width: 72px;
}
/*-------------------------Menu Rules-------------------------*/
#mydl_menu {
	position: relative;
	margin:0;
	padding:2px 2.5%;
	height:20px;
	background: url(./images/dw_sm.jpg) no-repeat;
	color: #FFF;
	text-align: right;
	font-size:10pt;
}
#mydl_menu2{
	position: relative;
	margin:0;
	padding-right:2.5%;
	padding-left:2.5%;
	height:46px;
	background: url(./images/dw_sm2.gif) no-repeat;
	color: #FFF;
	text-align: right;
	font-size:10pt;
	line-height:23px;
}
#mydl_menu a:link, #mydl_menu2 a:link,
#mydl_menu a:visited, #mydl_menu2 a:visited,
#mydl_menu a:hover, #mydl_menu2 a:hover{
	color: #FFF;
	background:none;
	text-decoration:none;
	font-weight:normal;
	background:none;
}

