@charset "utf-8";

/* Index Image
------------------------------*/
#indeximage {
	width:900px;
	height:261px;
	margin:0 auto;
	padding:0;
}
#indeximage h2 {
	float:left;
}
#indeximage #news {
	float:right;
	width:295px;
	height:261px;
	background-image:url(images/index_newsbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#indeximage #news h3 {
	display:none;
}
#indeximage #news ul {
margin:86px 14px 0 11px;
padding:0;
}
#indeximage #news ul li {
display:block;
width:270px;
height:14px;
margin:0 0 34px 0;
padding:0;
overflow:hidden;
font-size:12px;
text-align:left;
}
#indeximage #news ul li .date {
margin:0 2px 0 0;
}

/* Contener
------------------------------*/
#main {
	float:left;
	width:455px;
	background:#FFF;
}
#ex {
	float:right;
	width:160px;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0 5px 0 5px;
}
#ex p {
margin:0 0 10px 0;
}

/* Main
------------------------------*/
#recommend {
width:450px;
margin:0 auto 18px;
padding:2px 0 9px 0;
background-color:#eeeeee;
}
#recommend p {
margin:0 0 7px 0;
padding:0;
}
#topics {
width:450px;
margin:10px auto 18px;
padding:0;
}
#topics table {
width:450px;
}
#topics table tr td {
text-align:left;
height:34px;
padding:10px 9px;
overflow:auto;
}
#topics .sprytr1 {
background-color:#ffffff;
}
#topics .sprytr2 {
background-color:#ecf7fd;
}
#topics .sprytrhover {
background-color:#D5F8FE;
}

