﻿/* CSS Document */
*{ font-size:12px}
body{ padding:0; margin:0}
#header{ width:100%; height:410px; overflow:hidden; margin:0px auto;}
#footer{width:100%; height:450px; overflow:hidden; margin:0px auto;}
#bodyer{position:relative; width:990px; margin:30px auto 30px auto;height:620px}
	/*#bodyer .left{position:absolute; width:225px; top:0px; left:0px; bottom:0px; background:url(list_l.gif) no-repeat rgb(39,80,132); background-position-y:50%}*/
	#bodyer .left{position:absolute; width:225px; top:0px; left:0px; bottom:0px;}
	#bodyer .right{position:absolute; top:5px; right:0px; bottom:0px; left:230px}

#logo{ position:relative; z-index:9999; margin-top:-580px; width:200px; height:50px; background-color:#F00}

img#issueimage{ width:205px; height:300px;  margin:10px}
select#issuelist{width:205px; margin:0px 10px}
#issuename {font-size:16px; margin:0px; color:#333333; font-weight:bold}
#issueform {list-style:none; padding:0; margin:0}
#issueform li{float:left; width:63px; height:19px; margin:0px 0px 0px 10px; cursor:pointer}
/*中文按钮*/
#issueform li[form=flash]{ background-image:url(flash.png); background-repeat:no-repeat}
#issueform li[form=flash]:hover,#issueform li[form=flash].selected{ background-image:url(flash_selected.png)}
#issueform li[form=text]{ background-image:url(text.png); background-repeat:no-repeat}
#issueform li[form=text]:hover,#issueform li[form=text].selected{ background-image:url(text_selected.png)}
#issueform li[form=pdf]{ background-image:url(pdf.png); background-repeat:no-repeat}
#issueform li[form=pdf]:hover,#issueform li[form=pdf].selected{ background-image:url(pdf_selected.png)}
/*英文按钮*/
#issueform li[form=flash_en]{ background-image:url(flash_en.png); background-repeat:no-repeat}
#issueform li[form=flash_en]:hover,#issueform li[form=flash_en].selected{ background-image:url(flash_en_selected.png)}
#issueform li[form=text_en]{ background-image:url(text_en.png); background-repeat:no-repeat}
#issueform li[form=text_en]:hover,#issueform li[form=text_en].selected{ background-image:url(text_en_selected.png)}
#issueform li[form=pdf_en]{ background-image:url(pdf_en.png); background-repeat:no-repeat}
#issueform li[form=pdf_en]:hover,#issueform li[form=pdf_en].selected{ background-image:url(pdf_en_selected.png)}
