* {
    margin: 0;
    padding: 0;
}

body {
    font: 11px Verdana, Geneva, sans-serif;
    background: url(../images/bg_body.gif) #336699 repeat-x;
}

#mother {
	width: 820px;
	margin: 20px auto;
}

#header {
    height: 263px;
    background: url(../images/bg_header.jpg) no-repeat;
}

#menu_container {
	padding: 2px 0 0 180px;
}

#footer {
	clear: both;	
}

#footer #foot_text {
	padding: 10px 25px 20px 25px;
    color: #FFF;    
}

#footer #foot_text a {
	text-decoration: none;
    color: #EEE;
}

#footer #foot_text a:hover {
	text-decoration: none;
    color: #CCC;
}

#child {
	background: url(../images/bg_child.gif) #FFF repeat-y;
	margin-bottom: -1px;
}

#child_c {	
	margin: 0;
	padding: 0 0 0 11px;	
}

.child_left {
	float: left;
	width: 530px;
	padding: 10px 5px 10px 20px;	
}

.child_left h1 {
	font-family: arial;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #336699;
}

.child_left h2 {
	font-family: arial;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #336699;
}

.child_left_c li {
	margin-left: 20px
}

.child_left a {
	text-decoration: none;
	color: #0099FF;
	font-weight:bold;
	border-bottom: 1px solid #336699;
}

.child_left a:hover {
	text-decoration: none;
	color: #336699;
}

.child_right {
	float: left;
	width: 240px;
	background: url(../images/bg_side.gif) 2px repeat-y;
}

.child_right_c {	
	background: url(../images/bg_side_bottom.gif) bottom no-repeat;
}

.child_right h1 {
	font-family: arial;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	margin: 10px;
	padding: 7px 0 15px 50px;
	border-bottom: 3px solid #336699;
	background: url(../images/ico_news.gif) no-repeat;
}

.child_right h2 {
	font-size: 14px;
	font-weight: bold;
}

.child_right h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.child_right_c {
	padding: 0 20px;
}

.side_c {	
	margin: 10px 0 10px 10px;
}

.side_c img {	
	border: 0;
}

.da_news {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.da_news_title {
	font-weight: bold;
	font-size: 14px;	
}

.da_news_date {
	color: #666;
	margin: 5px 0;
	padding: 2px 5px;
	border: 1px solid #FFCC00;	
	background: url(../images/bg_date.gif) center repeat-x;
	width: 100px;
	text-align:center;
}

.da_news_content {
	
}

.da_news a {
	text-decoration: none;
	color: #336699;
	font-weight:bold;
}

.da_news a:hover {
	text-decoration: none;
	color: #0099FF;
}

.side_news {		
	padding-left: 10px;
	margin-bottom: 10px;
}

.side_news_title {
	font-weight: bold;
	font-size: 12px;
}

.side_news_date {
	color: #666;
}

.side_news_content {
	
}

.side_news a {
	text-decoration: none;
	color: #336699;
	font-weight:bold;
}

.side_news a:hover {
	text-decoration: none;
	color: #0099FF;
}

.right_cc {
	float: left;
	width: 690px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.breadcrumb {
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
}

.breadcrumb a {
	text-decoration: none;
	color: #999;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #CCC;
}

.tb {
    padding: 2px 5px;
	border: 2px solid #CCC;
}

.bt {
    background-color: #EEE;
    border: 1px solid #CCC;
    font-size: 9px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0;
}

.bt:hover {
    background-color: #FFF;
    border: 1px solid #CC0000;
}

.notetext {
    background-color: #0099FF;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
}

.notetext a {
    text-decoration: none;
    color: #FFCC00;
}

.notetext a:hover {
    text-decoration: none;
    color: #CCC;
}

.warntext {
    background: url(images/warn.gif) top no-repeat;
    text-align: center;
    color: #CC0000;
    font-weight: bold;
    padding: 25px 10px 0 10px;
    margin-bottom: 2px;
}

.warntext2 {
    background-color: #CC0000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
}

.order_head {
	padding: 5px;
	background-color: #EEE;
	font-weight: bold;
	margin-bottom: 5px;
}

.tbl_form td {
	padding: 2px;
}

#paging {
    margin: 5px 0;
}

#paging #pageresult {
    margin: 2px 0;
}

#paging a {
    text-decoration: none;
    font-weight: bold;
    color: #999;
}

#paging a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #CCC;
}

.ico_download {
	font-family: arial;
	font-size: 14px;	
	font-weight: bold;
	margin: 10px;
	padding: 12px 15px 12px 50px;	
	background: url(../images/ico_download.gif) 25px #F5F5F5 no-repeat;
	border: 1px dashed #336699;
}


.ico_download a {
	text-decoration: none;
	color: #336699;
}

.ico_download a:hover {
	color: #0099FF;
}

.ico_dl {
	float:left;
	margin-right: 5px;
}

.ico_dl img {
	border: 0;
}
