﻿div#particular_group
{
    width:1000px;
    height:auto;
    overflow:auto;
	}
div#navigation_body
{
    width:185px;
    height:auto;
    float:left;
    padding:10px 5px 0px 10px;
	}
ul#navigation_group
{
    display:block;
    width:185px;
    height:auto;
	}
ul#navigation_group li
{
    display:block;
    width:175px;
    height:auto;
    padding-left:10px;
    overflow:hidden;
    color:#0072BC;
    float:left;
    background:#E1E1E1;
    position:relative;
	}
ul#navigation_group li a.outspread,
ul#navigation_group li a.closedown
{
    display:block;
    position:absolute;
    width:10px;
    height:10px;
    top:7px;
    left:5px;
    background-image:url('../images/particular/arrows.gif');
    background-repeat:no-repeat;
    background-position:-3px -4px;
    cursor:pointer;
	}
ul#navigation_group li a.outspread
{
    background-position:-20px -4px;
	}
ul#navigation_group li a.outspread:hover
{	
    background-position:-52px -4px;
	}
ul#navigation_group li a.closedown:hover
{
	background-position:-35px -4px;
	}
ul#navigation_group li.title
{
    font-weight:bold;
    line-height:25px;
	}
ul#navigation_group li.active
{
    background:url('../images/particular/active_bg.gif') #E1E1E1 repeat-x left top;
	}
ul#navigation_group li a.leftnav
{
    display:inline-block;
    width:auto;
    height:25px;
    line-height:25px;
    padding-left:10px;
    overflow:hidden;
    color:#000;
	}
ul#navigation_group li.header,
ul#navigation_group li.bottom
{
    height:7px;
    line-height:7px;
    position:relative;
	}
ul#navigation_group li.header span.left,
ul#navigation_group li.bottom span.left,
ul#navigation_group li.header span.right,
ul#navigation_group li.bottom span.right
{
    display:block;
    width:7px;
    height:7px;
    position:absolute;
	}
ul#navigation_group li.header span.left
{
    top:0px;
    left:0px;
    background:url('../images/particular/header_left.jpg') no-repeat left top;
	}
ul#navigation_group li.bottom span.left
{
    bottom:0px;
    left:0px;
    background:url('../images/particular/bottom_left.jpg') no-repeat left bottom;
	}
ul#navigation_group li.header span.right
{
    top:0px;
    right:0px;
    background:url('../images/particular/header_right.jpg') no-repeat right top;
	}
ul#navigation_group li.bottom span.right
{
    bottom:0px;
    right:0px;
    background:url('../images/particular/bottom_right.jpg') no-repeat right bottom;
	}
div#content_body
{
    width:785px;
    height:auto;
    float:left;
    padding:0px 10px 0px 5px;
	}
div#content_title_img
{
	width:783px;
	height:150px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	}
div#content_title_img img
{
    width:100%;
    height:100%;
	}
div#content_navigation
{
	width:780px;
	height:25px;
	line-height:25px;
	padding-left:5px;
	text-align:left;
	overflow:hidden;
	}
div#content_navigation span,
div#content_navigation a
{
	color:#000;
	display:inline-block;
	width:auto;
	height:auto;
	padding:0px 0px 0px 2px;
	}
div#content_navigation a:hover
{
    color:Red;
	}
div#content_detile_body
{
    width:783px;
    height:auto;
	border:1px solid #CCCCCC;
	}
div#content_detile_title
{
    width:773px;
    height:25px;
    line-height:25px;
    padding-left:10px;
    border-bottom:1px solid #cccccc;
    background:#F7F7F7;
    font-weight:bold;
	}
div#content_detile_mation
{
	width:773px;
	height:auto;
	background:#fff;
	overflow:auto;
	}
div#content_detile_bottom
{
    height:20px;
    width:783px;
    border-top:1px solid #cccccc;
    background:#F7F7F7;
    position:relative;
	}
a.prove,
a.next
{
    display:inline-block;
    width:auto;
    height:20px;
    line-height:20px;
    padding:0px 3px 0px 3px;
    position:absolute;
    top:0px;
    color:#000;
	}
a.prove
{
    left:20px;
	}
a.next
{
    right:20px;
	}
a.prove:hover,
a.next:hover
{
    color:Red;
	}
a.provpage,
a.nextpage,
a.fistpage,
a.lastpage
{
	display:inline-block;
    width:auto;
    height:20px;
    line-height:20px;
    padding:0px 3px 0px 3px;
    float:left;
    color:#000;
	}
div#content_detile_mation ul.mationlist
{
    display:inline;
    width:773px;
    height:auto;
	}
div#content_detile_mation ul.mationlist li
{
    display:block;
    height:25px;
    width:765px;
    float:left;
    padding-left:8px;
	}
div#content_detile_mation ul.mationlist li a
{
    display:inline-block;
    width:auto;
    height:25px;
    line-height:25px;
    color:#000;
    padding-left:16px;
    background:url('../images/particular/list_icon.gif') no-repeat left center;
    position:relative;
	}
div#content_detile_mation ul.mationlist li a:hover
{
	color:Red;
	}