/* CSS Document */
body{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background:url(images/01.jpg) repeat-x top #60C007;
}
a{
	color:#000000;
}
a:hover{
	color:#0000FF;
	text-decoration:underline;
}
#header{
	width:900px; height:230px; margin:0px auto; padding:0px 10px;
	background:url(images/bg.jpg) top center no-repeat;
}
#tanbee{
	display:block; width:300px; height:50px; margin:0px; padding:0px;
}
#logo{
	display:block; width:300px; height:95px; margin:0px; padding:0px;
}
.nav{
	color:#000000; text-decoration:none; display:block; float:left;
	padding:15px 10px 5px 5px; font-size:18px; font-weight:bold; text-shadow:1px 1px 1px #FFFFFF;
}
.nav:hover{
	color:#FF0000;text-decoration:overline; text-shadow:1px 1px 1px #000000;
}

#main{
	width:860px; margin:0px auto;color:#333333;
	background:#F5F5F5 url(images/main-bg.jpg); padding:10px 30px;
}

#footer{
	background:url(images/main-buttom.jpg) top no-repeat;	
	width:920px;padding:25px 0px 0px 0px;margin:0px auto;text-align:center;color:#333333;
    text-shadow: rgba(0,0,0,.4) 0px 1px 0px;
}
#footer a{
	color:#333333;text-shadow: rgba(0,0,0,.4) 0px 1px 0px; text-decoration:none;
}
#footer a:hover{
	color:#333333;text-shadow: rgba(0,0,0,.4) 0px 1px 0px; text-decoration:underline;
}

.left{
	float:left;width:220px; margin-bottom:50px;
}
.left dl{
	width:220px;
	margin:0px 0px 10px 0px; padding:0px 0px 5px 0px;
	background:url(images/dtbbg.jpg) bottom no-repeat;
}
.left dl dt{
	display:block; 
	padding:4px 0px 0px 10px; 
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	width:210px;
	height:25px;
	background:url(images/dttbg.jpg) no-repeat;
}
.left dl dd{
	display:block;margin:0px; padding:0px; border-left:solid 1px #60c008; border-right:solid 1px #60c008;
}
.left dl dd a{
	display:block;width:208px; padding:4px 0px 4px 10px;
	text-decoration:none;
}
.left dl dd b{
	display:block;width:208px; height:18px; padding:4px 0px 0px 10px; font-weight:normal;
}
.left dl dd a:hover{
	text-decoration:none; background-color:#60c008; color:#FFFFFF;
}

#content{
	float:right;width:620px; padding-left:20px; margin-bottom:50px;
}
#content h1{
	font-size:24px; clear:both; border-bottom:dotted 1px #666666; padding-bottom:5px;
}
#content h1 a{
	font-size:24px; color:#009900; text-decoration:none;
}
#content h1 a:hover{
	color:#FF3300; text-decoration:underline;
}
#content span{
	font-size:14px; color:#FF0000;
}


#content p{
	line-height:160%; margin-bottom:20px; text-align:justify;
}

#content a{
	text-decoration:none; color:#009900;
}
#content a:hover{
	text-decoration:underline;
}

.download{
	display:block; float:left; width:80px; height:20px; margin-right:20px; padding:23px 0px 0px 14px; color:#000000;
	background:url(images/downlaod.jpg) top center no-repeat;
}
.buynow{
	display:block; float:left; width:74px; height:20px; margin-right:20px; padding:23px 0px 0px 20px; color:#000000;
	background:url(images/buynow.jpg) top center no-repeat;
}
.buynow:hover{
	font-weight:bold; color:#FF6600;
}
.download:hover{
	font-weight:bold; color:#FF6600;
}
#content dt{
	font-weight:bold; line-height:200%; margin:0px; padding-left:18px;
	background:url(images/dt.jpg) left no-repeat; color:#000000;
}
#content dd{
	line-height:200%; margin:0px 0px 0px 15px;
}
#content li{
	line-height:200%;
}
.guide-desc{
	border:solid 1px #999999;
	background-color:#666666;
	padding:5px;
}

.outlist p{
	margin:0px; padding:0px;
}

.reftab{
	width:100%; border:0px; background:#E7E7E7;
}
.reftab th{
	text-align:left; background:#F3F3F3; padding:3px 8px;
}
.reftab td{
	background:#FFFFFF; padding:3px 8px; line-height:160%;
}
.reftab td p{
	padding:0px; margin:0px; height:12px; line-height:12px;
}
.reftab td em{
	color:#009900; font-style:normal;
}

.convert-win{
	background:url(/images/win.jpg); height:72px;
}
.convert-mac{
	background:url(/images/mac.jpg); height:72px;
}
.convert-win td{
	padding:0px 10px 0px 70px;
}
.convert-mac td{
	padding:0px 10px 0px 70px;
}
