@charset "UTF-8";

/* HOME BASE
---------------------------------------- */
#home { background-color: #f5f5f5; }
#home a { text-decoration: none; }
#home a:hover { color: #369; text-decoration: underline; }
#home img { _behavior: url(js/iepngfix/iepngfix.htc); border: 0; } 

/* HOME LAYOUT
---------------------------------------- */
#wrapper { position: relative; margin: 0 auto; padding:0; border: 0; width: 840px; }
#header, #breadcrumbs, #homeimage, #homeimagewide, #footer { position: relative; margin: 0 auto; padding: 0; border: 0; width: 800px; clear: both; }

#header { margin-bottom: 10px; height: 90px; }
#breadcrumbs { margin-bottom: 25px; font-size: 10px; line-height: 15px; color: #999; text-decoration: none; }
#breadcrumbs a { color: #999; }
#footer { margin: 0 auto; margin-bottom:80px; }

#homeimage { margin-bottom: 15px; height: 400px; }
#homeimagewide { margin-bottom: 15px; width: 840px; height: 400px; }
#homeimage p.more a:link, #homeimage p.more a:visited { position: absolute; left: 630px; top: 355px; margin: 0; width: 135px; color: #369; margin-right: 15px; padding-left: 8px; background: url(../images/common/arrow_369.gif) no-repeat 0 50% ; font-weight: normal; text-decoration: none; white-space: nowrap; }
#homeimage p.more a:hover { color: #369; text-decoration: underline; }



/* HOTNEWS & RECOMMENDED BOX
---------------------------------------- */
#hotnews, #hotnews #headline, #hotnews dl, 
#recommended { position: relative; width: 800px; margin: 0 auto; padding: 0; zoom: 1; }
#hotnews #headline:after, #hotnews dl:after, 
#recommended:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#hotnews { margin-bottom: 25px; }
#hotnews #headline { margin-bottom: 20px; height: 30px; text-indent: -9999px; }
#hotnews #headline h1 { float: left; background: url(../images/hotnews/hotnews_headline.jpg) no-repeat 0 0; width: 700px; height: 30px; }
#hotnews #headline p a { float: left; background: url(../images/hotnews/hotnews_link.jpg) no-repeat 0 0; width: 100px; height: 30px;  /*\*/overflow: hidden;/**/  }
#hotnews dl { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #ccc; }
#hotnews dl.bottom { margin-bottom: 0; }
#hotnews dl dt { float: left; width: 115px; font-size: 10px; color: #666; margin: 0; padding-left: 5px; }
#hotnews dl dd { float: left;  width: 680px; font-size: 12px; line-height: 18px; color: #666; margin: 0; }
#hotnews dl dd p { color: #333; margin: 0; }
#hotnews dl dd img { float: right; margin: 0 5px 0 15px; }

#recommended .boxfirst { float: left; margin: 0 12px 0 0; width: 191px; height: 150px; }
#recommended .boxlast { float: right; margin: 0; width: 191px; height: 150px; }
#recommended .boxfirst img, #recommended .boxlast img { margin: 0; border: 0; }



