html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body	{
	margin:0px;
	font-size:12px/100%;
	font-family:arial;
}

a{
	text-decoration:none;
}
img{
	border:0;
}
li{
	list-style:none;
	white-space: nowrap;
}




div#header_container{
	width:100%;
	height:36px;
	background-repeat:repeat-x;
}

div#logo {
	float:left;
	height:30px;
	display:block;
	margin:3px 5px;
}

div#header	{
	float:left;
	color:#FFF;
	font-size:20px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	display:block;
}
div#bar_btn {
	float:right;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	height:20px;
	padding:8px;

}
div#bar_btn .left{
	width:3px;
	float:left;
	height:20px;
}
div#bar_btn .label{
	width:auto;
	height:20px;
	background-repeat:repeat-x;
	float:left;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	color:#FFF;
}
div#bar_btn .label a{
	color:#FFF;
}
div#bar_btn .right{
	width:4px;
	float:left;
	height:20px;
}

div#navigation	{
	height:30px;
	width:100%;
	overflow:hidden;
	background-color:#AAAAAA;
	background-repeat:repeat-x;
	
}


div#navigation div {
	width:33.3%;
	height:30px;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
}
div#navigation a	{
	height:30px;
	font-size:14px;
	text-align:center;
	color:#FFF;
	background-color:#AAA;
	text-decoration:none;
}
div#navigation div.selected	{
	background-repeat:repeat-x;
}

div#tool_bar {
	padding-left:10px;
	padding-top:5px;
}



div#copyright	{
	color:#FFF;
	background-color:#AAAAAA;
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-repeat:repeat-x;
	height:30px;
	line-height:16px;
	clear:both;
}

div#copyright a	{
	color:#FFF;
	font-size:1em;
	text-decoration:none;
}

div#contact	{
	width:100%;
	
}



div.news_row	{
	overflow:auto;
	padding:8px 8px 8px 8px;
	border-bottom:1px solid #ddd;
	background-image:url(../images/go_detail.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
}

div#news_date	{
	font-size:11px;
	font-family:sans-serif;
	color:#666;
}

div#news_title	{
	color:#666;
	width:95%;
	font-family:sans-serif;
}

 div#news_detail	{
	padding:10px;
	font-family:sans-serif;
}

div#pageContent	{padding-top:5px;}

li#album_list	{list-style:none; padding:3px;}
div#album_thunb	{float:left;margin-right:10px;}
div#album_name	{color:#666;font-family:sans-serif;overflow:hidden;}
div#album_desc	{float:width:100%;font-size:12px;color:#999;font-family:sans-serif;overflow:hidden;

}
div#album_photo_count	{
	display: inline-block;
	width:10px; height:10px;
	padding: .3em;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-size:10px;
	position: relative;
	cursor: pointer;
	background-color:#95CCD3;
}

#large_photo	{display:none;margin-bottom:5px;}

.word_break{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/************************ img list ************************/


.cat_name{
	padding-left:5px;
	font-weight:bold;
	color:#333333;
}



#img_list_container{
	padding:0 5px;
}
#img_list_container .img_list{
	width:77px;
	height:92px;
	overflow:hidden;
	float:left;
	border:0px solid;
}
#img_list_container div a{
	color:#666666;
	font-size:11px;
}
#img_list_container .img_list_img{
	padding:6px 10px 2px 10px;
	height:57px;
	width:57px;
	overflow:hidden;
	border:0px solid;
}
#img_list_container .img_list_title{
	padding:1px 4px 6px 4px;
	overflow:hidden;
	font-size:11px;
	color:#454545;
	text-align:center;
	line-height:13px;
}
#img_list_container .img_list_icon{
	width:57px;
	height:57px;
	background-repeat:no-repeat;
}

/***********************/




.clear{
	clear:both;
}

