﻿/* -- MAIN -- */
#main { width:960px; margin:0 0 10px 0; }
.dmttitle { width:960px; height:50px; background:url(../img1/dmt_title.jpg) no-repeat; }
.dmtcontent { width:960px; height:500px; background:url(../img1/dmtplayer_bg.jpg) no-repeat; }
.dmtcontent .player { width:642px; height:482px; padding:1px; border:1px solid #9CF; background:#F0F8FB; margin-top:10px;}
.dmtlist { width:960px; height:113px; background:url(../img1/dmtlist_bg.jpg) no-repeat; margin:20px 0 20px 0; padding:0 50px 0 50px; }
  .item { width:150px; margin:30px 10px 0 10px; text-align:left; float:left; }
  .item .title { font-size:12px; height:36px; line-height:18px; color:#666; }
  .item .title a { color:#06F;}
  .item .title a:hover { color:#FFF; text-decoration:none; }
	  
  .item .time { font-size:12px; height:18px; line-height:18px; color:#666;}

/* -- 分页 -- */
			 #subpage { width:960px; height:30px; line-height:30px; margin-bottom:10px;}
			   #subpage #pagecount { float:left; margin-left:100px; }
			   #subpage #navigation { float:right; margin-right:100px; }
			   #subpage #navigation a { color:#999; }
			   #subpage #navigation a:hover { color:#F60; }
