﻿@import url('/common.css');
/*前台默认css*/
html{
scrollbar-face-color:#f6f6f6;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#cccccc;
scrollbar-3dlight-color:#cccccc;
scrollbar-arrow-color: #330000;
scrollbar-track-color: #f6f6f6;
scrollbar-darkshadow-color:#ffffff;
}
body {
	margin:0px auto;
	width:980px;
	font-size:12px;
	text-align:left;
	background:url('/images/background.gif') repeat-x;
}
/*默认设置*/
a:link 	    { color:#333;text-decoration:none}
a:visited   { color:#333;text-decoration:none}
a:hover     { color:#900;text-decoration:underline}
a:active    { color:#333;text-decoration:none}
/*img{vertical-align:middle;}*/
button{padding:0px;margin:0px;line-height:1.2;}
ul,li{list-style:none;padding:0px;margin:0px;}
p,div,ul,li,button,form,textarea,input{margin:0px;padding:0px;}
/*兼容table版本*/
td{line-height:150%;font-size:13px;color:#333;}
table{text-align:center;border-collapse:collapse;}
/**/

/*图片列表用*/
.pic_list_out	/*图片列表外框*/
{
	overflow:hidden;
	height:100%;
	vertical-align:middle;
}
.pic_list	/*图片列表内框*/
{
	height:100%;
}
.pic_box_out	/*图片块外框*/
{
	float:left;
	overflow:hidden;
}
.pic_box	/*图片块*/
{
	border:solid 1px #ccc;
	overflow:hidden;
	position:relative;
}
.pic_box div.title
{
	position:absolute;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.pic_box div.bg
{
	position:absolute;
	background:#000;
	filter:alpha(opacity=40);
	opacity:0.4;
}

/*广告*/
.ad-980x110-950x90 {
	width:950px;
	height:90px;
	padding:10px 15px;
	background:#ccc;
	text-align:center;
	margin-bottom:5px;
}
.ad-980x110-950x90 div{background:#fff;}
.ad-980x90-960x60 {
	width:960px;
	height:90px;
	padding:10px;
	background:#ccc;
	text-align:center;
	margin-bottom:5px;
}
.ad-980x90 {
	width:980px;
	height:90px;
	padding:0px;
	background:#ccc;
	text-align:center;
	margin-bottom:5px;
}
.ad-252x252-250x250 {
	width:250px;
	height:250px;
	padding:1px 1px;
	background:#ccc;
	text-align:center;
	margin-bottom:5px;
	overflow:hidden;
}
.ad_tl_960_60
{
	width:960px;
    height:90px;
    padding:10px;
    background:#ccc;
    text-align:center;
    margin-bottom:10px;
}
.ad_tl_980_90
{
	width:100%;
	height:90px;
	background:#ccc;
	margin-bottom:10px;
}
.ad_right_280
{
	width:280px;
	background:#ccc;
	height:250px;
	margin-bottom:10px;
	overflow:hidden;
}



