@charset "utf-8";
/* CSS Document */

@import url("common.css?_=2");

body
{
	background-color:#414956;
}

#NavPanel
{
	width:100%;
	height:70px;
	background:url(media/NavBg.jpg) repeat-x center top;
}

#Nav a
{
	border-right:1px solid #6a696f;
}

#DetailSearchPanel
{
	border-bottom:1px solid #363e49;
}

#DetailSearch
{
	width:1050px;
	padding-left:1px;
}

#DetailSearch
{
	padding-left:0px;
}

#DetailSearch #Search .btn
{
	width:50px;
	height:26px;
	border:0px;
	color:#fff;
	background-color:#8a766d;
}

#DetailSearch #State , #DetailSearch #State a
{
	color:#979797;
}

#Warp
{
	width:100%;
	height:auto;
}

#MainPanel
{
	width:1060px;
	height:auto;
	padding:20px;
	text-align:center;
	margin:0px auto;
	border-top:3px solid #3d4552;
}

#MainPanel:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

#MainPanel Ul 
{
       height:800px;
}

#MainPanel Ul Li a
{
	width:200px;
	height:210px;
	float:left;
	margin:15px 20px;
	padding:10px;
	overflow:hidden;
	background-color:#717580;
}

#MainPanel Ul Li a:hover
{
	background-color:#f2f2f2;
}

#MainPanel Ul Li a img
{
	width:200px;
	height:150px;
}

#MainPanel Ul Li h3
{
	line-height:20px;
	font-size:14px;
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
	font-weight:none;
}

#MainPanel Ul Li span
{
	font-size:12px;
	text-align:center;
	padding-top:10px;
	font-weight:none;
}


#MainPanel .pagesite
{
        width:1060px;
        height:30px;
        clear:both;
}


#BottomPanel 
{
       border-top:5px solid #363e49;
}

#BottomPanel p
{
    color:#f2f2f2;
}