﻿@charset "utf-8";
/* 68star.com CSS Document */
/* Author: h7s8 */
/* Date: 2006-03-07 */

/* basic style */

/* id style */
/*内容*/
#content{
	width:980px;
	height:100%;
	padding:10px 40px;
	background:#fff;
}
/*左侧内容*/
#left{
	display:table;
	float:left;
	width:200px;
	height:100%;
	padding:3px;
	background:#fff;
	border:#A1D1D1 1px solid;
	word-break:break-all;
}
#left h2{
	padding:2px 6px;
	background:#A1D1D1;
	font-size:14px;
	font-weight:bold;
}
#left div{
	padding:4px;
	background:#E7F4F4;
}
#left em{
	margin-left:4px;
	font-style:normal;
	color:#666;
}
#left .more{
	float:right;
	margin:-21px 4px 0 0;
	color:#063;
}
/*热点星闻*/
#news_hot{}
/*热点星闻列表*/
#news_hot_list div{
	background:#fff;
	padding:0;
}
/*热点图片*/
#image_hot{
	height:100%;
}
#image_hot h2{
	margin-bottom:4px;
}
#image_hot .more{
	margin-top:-25px;
}
/*热点图片列表*/
#image_hot_list{
	height:310px;
	margin-left:10px;
	overflow:hidden;
	text-align:center;
}
#image_hot_list li{
	float:left;
	margin:5px 0 3px;
}
#image_hot_list .a_image{
	width:160px;
	height:120px;
	background:#fff;
	border-color:#fff;
}
#image_hot_list .a_image:hover{
	border-color:#f60;
}
#image_hot_list .a_image img{
	width:160px;
}
/*右侧内容*/
#right{
	display:table;
	height:100%;
	margin-left:10px !important;
	margin-left:215px;
	padding-bottom:15px;
}
#right h2{
	padding:2px 15px;
	background:#E7F4F4;
	font-size:14px;
	font-weight:bold;
	color:#f60;
}
#right .more{
	margin-bottom:10px;
	padding:2px 10px;
	background:#ffc;
	border:#cc0 1px solid;
	font-weight:bold;
	color:#f60;
	text-decoration:none;
}
/*流星雨*/
#star_death{
	border:#cc0 1px solid;
	text-align:center;
}
#star_death h2{
	background:#ffc;
	border-bottom:#DBDBC4 1px dashed;
	text-align:left;
}
#star_death_list{
	width:97%;
	height:123px !important;
	height:130px;
	overflow:hidden;
	margin-bottom:10px;
	padding:6px 0;
	background:#f8f8f8;
}
#star_death_list ul{
	display:inline;
}
#star_death_list li{
	display:inline;
	width:100px;
	margin-right:11px;
	text-align:center;
}
#star_death_list li a img{
	width:100px;
	border:#ccc 1px solid;
	filter:gray;
}
#star_death_list li a:hover img{
	width:100px;
	border-color:#f60;
	filter:none;	
}
#star_death_list li strong{
	display:none;
}
#star_death_list .current strong{
	display:inline;
	position:absolute;
	margin-top:100px;
	padding:0 6px;
	background:#f60;
	color:#fff;
	text-align:center;
	filter:Alpha(opacity=80);
}
/*最新星闻*/
#news_new{
	padding-bottom:10px;
}
#news_new h2{
	background:#E7F4F4;
}
/*最新星闻列表*/
#news_new_list{
	margin:6px 0;
}
#news_new_list li{
	padding-left:16px;
	background:url(images/arr_list.gif) no-repeat 6px 8px;
	line-height:200%;
}
#news_new_list a{
	font-size:14px;
}
#news_new_list a b{
	margin-left:6px;
	font-size:12px;
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
#news_new_list em{
	float:right;
	margin-top:-24px;
	font-style:normal;
	color:#999;
}
/*最新图片*/
#image_new_list{
	height:100%;
}
#image_new_list li{
	float:left;
	width:150px;
	margin:8px;
	padding-bottom:4px;
	background:#E7F4F4;
	text-align:center;
}
#image_new_list a{
	width:150px;
	height:120px;
}
#image_new_list a hr{
	margin-top:120px;
	color:#fff;
}
#image_new_list a:hover hr{
	color:#ffe;
}
#image_new_list a img{
	width:150px;
}
/*图片缩放*/
#image_zoom{
	float:right;
	width:200px;
	margin-top:-22px;
}
#image_zoom li{
	float:left;
	margin-left:10px;
}
#image_zoom li a{
	color:#f60;
	text-decoration:none;
}
/*图片缩小*/
#image_new .image_new_list_small li{
	width:110px;
	margin:12px 10px 15px;
}
#image_new .image_new_list_small li hr{
	margin-top:90px;
}
#image_new .image_new_list_small li a{
	width:110px;
	height:90px;
}
#image_new .image_new_list_small li a img{
	width:110px;
}
/*图片放大*/
#image_new .image_new_list_big li{
	width:300px;
	margin:10px 15px;
}
#image_new .image_new_list_big li hr{
	margin-top:220px;
}
#image_new .image_new_list_big li a{
	width:300px;
	height:220px;
}
#image_new .image_new_list_big li a img{
	width:300px;
}
/*热门明星*/
#star_death_hot_list{
	height:256px;
	overflow:hidden;
}
#star_death_hot_list li{
	margin-bottom:10px;
	text-align:center;
}
#star_death_hot_list li img{
	width:185px;
}

/* class style */
