﻿html {
	overflow-y: scroll; /* IE */
	height: 100%;/* Moz */
	margin-bottom: 0.1em;
}

body {
	background:url(../../images/header_bg.gif) repeat-x;
	margin: 0;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	line-height:14pt;
}

h2,h3,h4 { font: bold 16px "細明體", Arial, Helvetica, sans-serif; }

img { border: 0; }

pre {
	font-family: "細明體";
	line-height:24px;
	white-space: pre-wrap;
	word-wrap: break-word;	
}

a {color:#017ca5;text-decoration:none; cursor: pointer;}
a:hover {color:#6e4e3a;text-decoration:underline;}

.clear { clear:both; }

#print-bar {display:none;}

#float_ad {
	display: none;
	position: absolute;
	z-index:999;
}

#float_ad .close_ad {
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
}

#page {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

* html #page { width: 980px } /* IE hack */

#header {
	position: relative;
	width: 980px;
	height: 95px;
	margin: 0;
	padding: 0;
}

#header .logo {
	position:absolute;
	left:25px;
}

#header .info {
	position:absolute;
	top: 10px;
	left:320px;
	color:#fff;
}

/*- navMenu in Header */
.navMenu {
	position:absolute;
	top:10px;
	right:5px;
	margin: 0;
	padding: 0;
	width: 405px;
}

.navMenu ul {
	margin: 0;
	padding: 0;
}

.navMenu ul li {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#FFFFFF;
}

.navMenu ul li a {
	color:#FFFFFF;
}

.navMenu ul li img{
	margin:0 1px -2px 0 !important;
	vertical-align:baseline !important;;
}

.intro {
	position:absolute;
	left: 570px;
	top: 30px;
}

/* mainMenu in Header */

.mainMenu {
	position: relative;
	top:65px;
	width: 980px;
	height: 30px;
	font:bold 15px Tahoma, Arial, Helvetica, Sans-Serif;
	z-index: 1;
}

.mainMenu .nav {
	position: relative;
	margin: 0;
	padding: 0;
}

.mainMenu .nav ul {
	display: none;
	background: url('../../images/transparent.png');
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainMenu .nav a {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.mainMenu .nav .top {
	background:url('../../images/mainMenu_bt.gif') no-repeat;
	width:97px;
	margin-right:1px;
	color: #FFFFFF;
}

.mainMenu .nav > li + li {

}

.mainMenu .nav .top, .mainMenu .nav li li.sfhover {
	height:34px;
	padding: 0;
	line-height:34px;
	color: #FFFFFF;
	text-align: center;
}

.mainMenu .nav ul li {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	padding: 2px 5px 10px 5px;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
}

.mainMenu .nav .top:hover {
	background:url('../../images/mainMenu_bt_on.gif') no-repeat;
	color: #FFFFFF;
}

.mainMenu .nav .current .top {
	background:url('../../images/mainMenu_bt_on.gif') no-repeat;
	color: #FFFFFF;
}

.mainMenu .nav .current:hover a.top, .mainMenu .nav .sfhover a.top {
}

.mainMenu .nav .parent {
	background: url('../../images/arrow_right.png') 95% center no-repeat;
}

.mainMenu .nav li {
	float: left;
	list-style: none;
}

.mainMenu .nav li ul {
	position: absolute;
}

.mainMenu .nav li li {
	clear: both;
}

.mainMenu .nav li ul a {
	height: 15px;
	width: 215px;
	color: #000;
}

.mainMenu .nav li ul ul {
	margin: -27px 0 0 227px;
}

.mainMenu .nav li li:hover, .nav li li.sfhover {
	background:url('../../images/dot01.gif') 0 100% repeat-x #3a85bc;
	color: #000000;
}

.mainMenu .nav li li a:hover {
	color: #FFF;
}

/* content */
#content {
	clear:both;
	position: relative;
	float:left;
	width: 980px;
	height:auto!important;/* IE7 */
/*	height:800px;
	min-height:800px;	/* Moz */*/
	margin: 0;
	padding: 0;
}

/* sidebar */	
.sidebar {
	position: relative;
	float: left;
	width: 245px;
	margin-top:35px;
	padding-left:10px;
}

.sideblock {
	clear:both;
	position: relative;
	width: 245px;
	margin: 0;
	padding: 0;
}

.sideblock .body { clear:both; }

.sideblock h2 {
	position:absolute;
	top: 20px;
	left: 20px;
	width:200px;
	color:#FFFFFF;
}

.sideblock h4 {
	position:absolute;
	top: 20px;
	left: 10px;
	width:200px;
	text-align:center;
	color:#fff;
}

.sideblock .bt2 {
	position:relative;
	float:left;
	width:110px;
	height:60px;
}

.sideblock .frame {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	float:left;
	width:243px;
}

.sideblock .frame .bt {
	position:relative;
	margin:5px 0;
	text-align:center;
}

.sideblock .frame .member {
	position:relative;
	width:200px;
	margin: 0 auto;
}

.sideblock .frame .member .pic {
	border:1px solid #CCCCCC;
	position:relative;
	float:left;
	padding:5px;
	width:80px;
	height:60px;
	text-align:center;
}

.sideblock .frame .member .info {
	position:relative;
	float:left;
	padding:5px;
}

.sideblock .frame .member .info ul li { 
	margin:2px 0;
	color:#663300;
}

.sideblock .frame .absolute {
	position:relative;
	width:190px;
	margin: 5px auto;
}

.sideblock .frame .absolute .item {
	position:relative;
	float:left;
	margin: 4px 0;
	width:50%;
}

.sideblock .frame .relative {
	position:relative;
	width:220px;
	margin: 0 auto;
}

.sideblock .frame .relative .pic {
	border:1px solid #CCCCCC;
	position:relative;
	float:left;
	width:70px;
	height:60px;
	padding:5px;
	text-align:center;
}

.sideblock .frame .relative .info {
	position:relative;
	float:left;
	width:125px;
	padding:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.sideblock .frame .relative .chose {
	position:relative;
	float:left;
	width:100%;
}

.sideblock .frame .relative .chose .subject {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	width:100%;
	padding:5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.sideblock .frame .relative .chose .content {
	height:70px;
	padding:5px 0;
	overflow:hidden;
	text-overflow:ellipsis;
}

.sideblock .frame .relative .more {
	position:relative;
	float:left;
	width:100%;
	padding:5px 0;
	text-align:right;
}

.sideblock .frame .relative ul li.list {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	width:220px;
	padding:5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.sideblock .frame .relative ul li.list em {
	background:url('../../images/capTxt2_01_bg.gif') no-repeat;
	display:inline-block;
	width:30px;
	height:20px;
	color:#93b758;
	text-align:center;
}

.adv dt {
	width: 220px;
	height:26px;
	line-height:26px;
	text-indent:25px;
}

.adv dt.close { background: url('../../images/menubg_off.gif') no-repeat; }

.adv dt.open { background: url('../../images/menubg_on.gif') no-repeat; }

.adv dt a { color: #000; }

.adv dd {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px;
	width: 208px;
}

.adv dd a { color:#333; }
.adv dd a:hover { color:#017ca5; }

.adv dd ul {}

.adv dd ul li {
	display:inline-block;
	_display:inline; /* IE6 Hack */
	*display: inline; /* IE7 Hack */
	zoom:1; /* IE6 7 Hack */
	width:80px;
	height:25px;
	padding-left:20px;
}

.adv dd ul li.forum {
	display:inline-block;
	_display:inline; /* IE6 Hack */
	*display: inline; /* IE7 Hack */
	zoom:1; /* IE6 7 Hack */
	width:170px;
	height:25px;
}

.adv .adv-clear {
	position:relative;
	text-align:right;
}

.adv .adv-clear a {
	padding:5px;
	color:#017ca5;
	text-decoration:underline;
}

/* primary */
.primary {
	position: relative;
	float: left;
	width: 725px;
	margin: 0px auto;
}

.form {
	position: relative;
	float: left;
	width: 725px;
	margin: 0;
	padding: 0;
}

.detail {
	position: relative;
	float: left;
	width: 725px;
	margin: 0;
	padding: 0;
}

.content-bottom {
	position: relative;
	float:left;
	width:980px;
	height:10px;
	margin: 0;
	padding: 0;
}

/*- footer */
#footer {
	clear: both;
	background:url(../../images/dashed_line.gif) repeat-x;
	position: relative;
	float:left;
	width: 980px;
	height:65px;
	margin: 5px auto;
	bottom: 0;
}

#footer .logo {
	position:absolute;
	top:5px;
	left:0px;
}

#footer .fun {
	position:absolute;
	top:15px;
	right:10px;
	color: #999;
}

#footer .copyright {
	position:absolute;
	top:14px;
	left:125px;
	margin: 0;
	padding: 0;
	color: #999;
}

#footer .nav {
	position:absolute;
	top:0;
	left:700px;
	margin: 0;
	padding: 0;
}

#footer .nav a {
	margin: 0;
	padding: 0;
}

/* subMenu in primary */
.position {
	position:relative;
	width:725px;
	height:40px;
	line-height:35px;
	overflow:hidden;
}

.subMenu01 {/*內頁頁籤樣式*/
	background:url('../../images/subMenu01_bg.gif') repeat-x;
	position:relative;
	float:left;
	width:725px;
	height:40px;
	padding:0;
}

.subMenu01 ul {
	margin: 0;
	padding: 0;
}

.subMenu01 ul li {
	display:inline;
	float:left;
	margin-left:5px;
	font: 15px "微軟正黑體", Tahoma, Arial, sans-serif;
	text-align:center;
}

.subMenu01 ul li a {
	background:url('../../images/subMenu01_off.gif') no-repeat;
	display:block;
	width:102px;
	line-height:40px;
	text-decoration:none;
	color:#555;
}

.subMenu01 ul li a:hover {
	background:url('../../images/subMenu01_on.gif') no-repeat;
	font-weight:bold;
	line-height:33px;
	color:#FFF;
}

.subMenu01 ul li.current a {
	background:url('../../images/subMenu01_on.gif') no-repeat;
	font-weight:bold;
	line-height:33px;
	color:#FFF;
}

.subMenu01 ul li.badge a {
	background:url('../../images/subMenu03_off.gif') no-repeat;
	font-weight:bold;
	line-height:33px;
	color:#9f4569;
}

.subMenu01 ul li.badge a:hover {
	background:url('../../images/subMenu03_on.gif') no-repeat;
	font-weight:bold;
	line-height:33px;
	color:#FFF;
}

.subMenu01 ul li.current3 a {
	background:url('../../images/subMenu03_on.gif') no-repeat;
	font-weight:bold;
	line-height:33px;
	color:#FFF;
}

/* index */
.index {
	position: relative;
	float: left;
	width: 725px;
	margin: 0;
	padding: 0;
}

.panel {
	position:relative;
	display:inline-block;
	width:725px;
	height:210px;
}

.panel h3 {
	position:relative;
	top:5px;
	width: 95%;
	height:28px;
	margin: 0 auto;
	line-height:28px;
}

.panel .lawyerqa {
	position:absolute;
	left: 20px;
	top: 45px;
	width:430px;
}

.panel .lawyerqa li {
	position:relative;
	font:13px "細明體";
	line-height:16pt;
}

.panel .lawyerqa li.subject {
	height:18px;
	font:bold 15px "細明體";
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .lawyerqa li.content {
	height:45px;
	margin-bottom:5px;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .lawyerqa li.reply {
	height:22px;
	font:bold 13px "細明體";
    color:#990000;
}

.panel .lawyerqa li img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.panel .lawyer {
	position:absolute;
	width:240px;
	left: 477px;
	top: 52px;
}

.panel .lawyer .pic {
	border:1px solid #CCCCCC;
	position:relative;
	float:left;
	width:70px;
	height:60px;
	padding:2px;
	text-align:center;
}

.panel .lawyer .info {
	position:relative;
	float:left;
	width:150px;
	padding:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .lawyer .sdata {
	position:relative;
	float:left;
	width:230px;
	height:50px;
	padding:5px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .newlawyer {
	position:relative;
	float:left;
	width:230px;
	margin-top: 20px;
	margin-left: 11px;
}

.panel .newlawyer .pic {
	border:1px solid #CCCCCC;
	position:relative;
	float:left;
	width:70px;
	height:60px;
	padding:2px;
	text-align:center;
}

.panel .newlawyer .info {
	position:relative;
	float:left;
	width:140px;
	padding:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.panel .newlawyer .info2 {
	position:relative;
	float:left;
	width:140px;
	padding:5px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .newlawyer .sdata {
	position:relative;
	float:left;
	width:220px;
	height:50px;
	padding:5px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .newspic {
	position:absolute;
	border:1px solid #cccccc;
	background:#fff;
	top:44px;
	left:26px;
	width:160px;
	height:120px;
	padding:5px;
	text-align:center;
}

.panel .news {
	position:absolute;
	left: 210px;
	top: 45px;
	width:400px;
}

.panel .news li {
	position:relative;
}

.panel .news li.title {
	height:22px;
	font-size:15px;
}

.panel .news li.content {
	margin-bottom:10px;
}



.panel .nei {
	position: relative;
	top:15px;
	width:720px;
	margin:0 auto;
}

.panel .nei ul li {
	position:relative;
	float:left;
	width:120px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .nei ul li.pic img {
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
}

.panel .flist {
	position: relative;
	top:15px;
	width:680px;
	margin:0 auto;
}

.panel .flist ul li {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;

	padding:5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
}

.panel .block01 {
	position:absolute;
	top:40px;
	left:10px;
	width:320px;
}

.panel .block01 ul li {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	float:left;
	padding:2px 5px;
	font: 13px "細明體", Tahoma, Arial, sans-serif;
	line-height:24px;
}

.panel .block01 ul li img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.panel .block01 ul li.subject {
	width:220px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .block01 ul li.postdate {
	width:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}

.panel .more01 {
	position:absolute;
	left: 260px;
	top: 8px;
}

.panel .more02 {
	position:absolute;
	left: 650px;
	top: 8px;
}

.panel .block02 {
	position:absolute;
	top:40px;
	left:350px;
	width:360px;
	font:13px "細明體";
}

.panel .block02 .hotlawyer {
	position: relative;
	margin:0 auto;
}

.panel .block02 .hotlawyer ul li {
	position:relative;
	float:left;
	width:120px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.panel .block02 .hotlawyer ul li.pic img {
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
}

/* searchStyle */
.form h3 {
	position:absolute;
	top: 18px;
	left: 42px;
}

.form .search {
	position:absolute;
	top: 16px;
	left: 120px;
}

.form .count {
	position:absolute;
	top: 20px;
	left: 525px;
}

.form .body { clear:both; }

.form .frame {
	border-left: 1px solid #aaacac;
	border-right: 1px solid #aaacac;
	position: relative;
	float:left;
	width:723px;
}

.form .frame .condition {
	position: relative;
	width:90%;
	margin:0 auto;
}

.form .frame .condition .title,
.form .frame .condition .item { 
	position: relative;
	float:left;
}

.form .frame .condition .title {width:auto;}
.form .frame .condition .item {width:85%;}

/* detailStyle */
.detail .body { clear:both; }

.detail .frame {
	border-left: 1px solid #aaacac;
	border-right: 1px solid #aaacac;
	position: relative;
	float:left;
	width:723px;
}

.detail .frame h3 {
	position:relative;
	width:95%;
	height:28px;
	margin: 0 auto;
	line-height:28px;
}

.detail .frame h3 img,
.detail .frame .exp img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}


.detail .frame h3 em {
	background:url('../../images/capTxt2_01_bg.gif') no-repeat;
	width:30px;
	font: bold 16px "微軟正黑體", Arial, Helvetica, sans-serif, "細明體";
	color:#93b758;
}

.detail .frame .exp {
	position:relative;
	width:95%;
	margin: 5px auto;
}

.detail .frame .status {
	position:relative;
	width:95%;
	height:20px;
	margin: 0 auto;
	line-height:20px;
}

.detail .frame .fun {
	background:url('../../images/frame_fun_bg01.gif') no-repeat;
	position:relative;
	width:690px;
	height:35px;
	margin: 5px auto;
}

.detail .frame .fun .item01, .detail .frame .fun .item02, .detail .frame .fun .display, .detail .frame .fun .share { position:absolute; }

.detail .frame .fun .item01 {
	top:9px;
	left:15px;
}

.detail .frame .fun .item02 {
	top:9px;
	right:10px;
}

.detail .frame .fun .display {
	top:4px;
	left:205px;
}

.detail .frame .fun .share {
	top:9px;
	left:435px;
}

.detail .frame .fun .item01 img,
.detail .frame .fun .display img,
.detail .frame .fun .share img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.detail .frame .option {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position: relative;
	width:95%;
	margin:5px auto 10px auto;
	padding-bottom:10px;
	font-family: "細明體";
	font-size:15px;
}

.detail .frame .option td {
	padding:3px;
}

.detail .frame .option input[type=checkbox] {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

table#compare {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	margin:10px auto 0
}
table#compare td {
	letter-spacing:.05em;
	border:1px solid #bbb;
	padding:2px
}
table#compare th {
	border:1px solid #ccc;
	background:url('../../images/title2.gif') center top repeat-x;
	color:#fff;
	padding:2px;
	line-height:25px;
	text-align:center;
	font-weight:bold
}
table#compare td.function {
	background:#dce4f5;
	font-size:13px;
	line-height:18px;
	padding:3px 5px;
	width:250px;
	letter-spacing:0
}
table#compare td.function img {
	vertical-align:middle
}
table#compare td.des {
	background:#fff;
	font-size:11px;
	*font-size:10px;
	color:#369;
	line-height:18px;
	padding-left:5px
}
table#compare .type01 {
	background:#eee
}
table#compare .type02 {
	background:#fff
}
table#compare .type03 {
	background:#eee
}
table#compare .type04 {
	background:#fff
}
table#compare .type05 {
	background:#eee
}
table#compare td.type01, table#compare td.type02, table#compare td.type03, table#compare td.type04, table#compare td.type05 {
	text-align:center;
	line-height:25px;
	font-family:arial;
	color:#444
}
table#compare td.na-title {
	font-weight:bold;
	color:#fff;
	font-size:15px;
	height:25px;
	line-height:25px;
	padding-left:10px;
	background:url('../../images/title3.gif') center 0 repeat-x
}
table#compare td img {
	margin:5px
}
table#compare .tick {
	background:url('../../images/tick.png') no-repeat;
	text-indent:-9999px;
	outline:0;
	display:block;
	margin:0 auto;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pimg.tw/pixnetvisual/6e7db45e95b91697529e975dd6cad3c6.png', sizingMethod='scale');
	_background:0;
	width:24px;
	height:24px
}
table#compare .cross {
	background:url('../../images/cross.png') no-repeat;
	text-indent:-9999px;
	outline:0;
	display:block;
	margin:0 auto;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pimg.tw/pixnetvisual/2680f2b183ec1338e728eb02d6961a23.png', sizingMethod='scale');
	_background:0;
	width:24px;
	height:24px
}
table#compare .test {
	background:url('../../images/process.png') no-repeat;
	text-indent:-9999px;
	outline:0;
	display:block;
	margin:0 auto;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://pic.pimg.tw/pixnetvisual/2680f2b183ec1338e728eb02d6961a23.png', sizingMethod='scale');
	_background:0;
	width:32px;
	height:32px
}

table.settings-table {
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	.width:auto;
}

table.settings-table th{
	width:160px;
	color:#808080;
	padding:8px 10px 8px 8px;
	background:#F3F3F3;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	line-height:18px;
	border-bottom:5px solid white;
}

table.settings-table td{
	padding:5px 16px 5px 10px;
	background:#FAFAFA;
	border-bottom:5px solid white;
	vertical-align:top;
	line-height:200%;
}

table.settings-table td li{
	position:relative;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 1px;
}

table.settings-table td li div.image-checkbox{
	position:relative;
	height:20px;
	width:128px;
	text-align:center;
}

table.settings-table td li div.image-checkbox input{
	margin:3px 0 0 5px;
	padding:0;
	height:13px;
	width:13px;
}

table.settings-table td li div.image-thumbnail {
	position:relative;
	border:1px solid #cccccc;
	background:#FFFFFF;
	width:128px;
	height:105px;
	padding:2px;
	margin: 0 auto;
	text-align:center;
}

table.settings-table td li div.image-caption{
	color:#66829A;
	margin:10px;
	height:30px;
	line-height:15px;
	text-align:center;
	overflow:hidden;
}

.List-Table {
	table-layout:fixed;
	width:95%;
	margin: 0 auto;
	border-collapse:collapse;
}

.List-Table th {
	border:1px solid #CCC;
	background:url(../../images/list_titlebg01.gif) repeat-x;
	height:30px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	color:#000;
	z-index:1000;
}

.List-Table td {
	border:1px solid #CCC;
	padding:8px;
	font:12px Verdana, Arial, Helvetica, Sans-Serif;
}

.input-text {
	font-size:13px;
	padding:3px;
	font-family:Verdana;
	background:white;
	border:1px solid #AAAAAA;
}

.detail .frame .list {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position: relative;
	width:95%;
	margin:0 auto;
	font-size:15px;
}

.detail .frame .list table {
	margin:5px auto;
}

.detail .frame .list td {
	padding:3px;
	line-height:24px;
}

.detail .frame .list ul {
	position:relative;
	height:150px;
	padding:35px 5px 0px 5px;
}

.detail .frame .list ul li {
	position:relative;
	float:left;
	width:120px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
	line-height:15px;
}

.detail .frame .list ul li.pic img {
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
}

.detail .frame .article {
	position: relative;
	width:95%;
	margin:10px auto;
	font-size:15px;
}

.detail .frame .article table {
	border-spacing: 0px;
    border-collapse: collapse;
}

.detail .frame .article td {
	padding:5px;
	line-height:24px;
}

.detail .frame .article .btn {
	margin-top:15px;
	text-align:center;
}

.detail .frame .list-e {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position: relative;
	width:95%;
	height:200px;
	margin:0 auto;
}

.list-e .pic, .list-e .name, .list-e .ctime, .list-e .view, .list-e .compname, .list-e .Invite, .list-e .InviteReplay {
	position:absolute;
	height:20px;
	line-height:20px;
}

.list-e .pic {
	border:1px solid #cccccc;
	background:#fff;
	top:10px;
	left:10px;
	width:110px;
	height:100px;
	padding:5px;
	text-align:center;
}

.list-e .Invite {
	top:130px;
	left:10px;
	width:110px;
	text-align:center;
}

.list-e .InviteReplay {
	top:135px;
	right:10px;
	text-align:center;
}

.list-e .name {
	top:15px;
	left:140px;
	width:140px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font:bold 16px Tahoma, Arial, Helvetica, Sans-Serif;
}

.list-e .ctime {
	top:15px;
	left:280px;
	color:#333;
}

.list-e .compname {
	top:45px;
	left:140px;
	font:bold 15px "微軟正黑體","新細明體",Tahoma, Arial, Helvetica, Sans-Serif;
	color:#663300;
}

.list-e .view {
	top:15px;
	left:500px;
	color:#333;
}

.list-e .info {
	position:absolute;
	top:70px;
	left:140px;
	width:520px;
}

.list-e .info .title {
	position:relative;
	float:left;
	width:60px;
	line-height:22px;
}

.list-e .info .item {
	position:relative;
	float:left;
	line-height:22px;
	width:450px;
}

.list-e .contacttype {
	position:absolute;
	top:140px;
	left:140px;
	width:520px;
}

.list-e .contacttype .item {
	position:relative;
	float:left;
	line-height:22px;
	width:260px;
}

.list-e .contacttype .item img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.detail .frame .eobject {
	position: relative;
	width:95%;
	margin:10px auto;
}

.detail .frame .eobject .info01 {
	position: relative;
	float:left;
	height:180px;
	width:100%;
}

.eobject .info01 .pic,  .eobject .info01 .name, .eobject .info01 .compname, .eobject .info01 .ctime,
.eobject .info01 .view, .eobject .info01 .workcnt, .eobject .info01 .postcnt, .eobject .info01 .contact, .eobject .info01 .msg, .eobject .info01 .contacttype {
	position:absolute;
}

.eobject .info01 .pic {
	border:1px solid #cccccc;
	background:#fff;
	width:110px;
	height:100px;
	padding:5px;
	text-align:center;
}

.eobject .info01 .name {
	left:130px;
	width:140px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font:bold 16px Tahoma, Arial, Helvetica, Sans-Serif;
}

.eobject .info01 .compname {
	top:25px;
	left:130px;
	font:bold 15px "微軟正黑體","新細明體",Tahoma, Arial, Helvetica, Sans-Serif;
	color:#663300;
}

.eobject .info01 .ctime, .eobject .info01 .workcnt {
	left:280px;
	color:#333;
}

.eobject .info01 .view, .eobject .info01 .postcnt {
	left:550px;
	color:#333;
}

.eobject .tab {
	background:url('../../images/etab_bg01.gif') no-repeat;
	position:absolute;
	top:142px;
	left:350px;
	width:300px;
	height:30px;
}

.eobject .tab img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.eobject .tab ul li {
	position:relative;
	float:left;
	padding:7px;
}

.eobject .info01 .workcnt {
	top:145px;
	left:400px;
	color:#333;
}

 .eobject .info01 .postcnt {
	top:145px;
	left:500px;
	color:#333;
}

.eobject .info01 .contact {
	top: 50px;
	left:130px;
	width:530px;
}

.eobject .info01 .msg { top: 135px; }

.eobject .info01 .contacttype {
	top:148px;
	left:120px;
	color:#333;
}

.eobject .info01 .contacttype img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

.eobject .info01 .msg ul li {
	position:relative;
	float:left;
	width:115px;
}

.eobject .info01 .contact .item01, .eobject .info01 .contact .item02 {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	float:left;
	height:25px;
	line-height:25px;
}

.eobject .info01 .contact .item01 {	width:200px; }
.eobject .info01 .contact .item02 { width:330px; }

.eobject .info02 {
	position: relative;
	float:left;
	width:650px;
	padding:5px;
}

.eobject .info02 h4 {
	position:absolute;
	top: 10px;
	left: 15px;
}

.eobject .info02 ul li {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	float:left;
	width:215px;
	font: 15px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:30px;
}

.eobject .info02 p {
	position:relative;
	float:left;
	width:650px;
	font: 14px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:30px;
}

.eobject .info02 pre {
	position:relative;
	float:left;
	width:650px;
	font: 14px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:30px;
}

.detail .frame .list-ea {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position: relative;
	height:110px;
	width:95%;
	margin:0 auto;
}

.list-ea .p-subject, .list-ea .p-content, .list-ea .p-view, .list-ea .p-upd {
	position:absolute;
	height:20px;
	line-height:20px;
}

.list-ea .p-subject {
	top:15px;
	left:10px;
	width:450px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font:bold 16px Tahoma, Arial, Helvetica, Sans-Serif;
}

.list-ea .p-content {
	top:40px;
	left:10px;
	height:60px;
	width:640px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-ea .p-view {
	top:10px;
	left:480px;
	width:70px;
}

.list-ea .p-upd {
	top:10px;
	left:560px;
	width:105px;
}


.detail .frame .list-ebadge {

	position: relative;
	width:95%;
	margin:0 auto;
}

.detail .frame .list-ebadge ul {
	display:inline-block;
	width:100%;
}

.detail .frame .list-ebadge ul li {
	position:relative;
	float:left;
	width:135px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.detail .frame .list-ebadge ul li.pic img {
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
	height:100px;
}

.detail .frame .list-f {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position: relative;
	height:60px;
	width:95%;
	margin:0 auto;
}

.detail .frame #list-f-title {
	height:35px;
}

#list-f-title  .cat, #list-f-title  .name, #list-f-title  .view, #list-f-title  .repost, #list-f-title  .author, #list-f-title  .reply {
	position:absolute;
	top:10px;
	height:20px;
	line-height:20px;
}

.list-f .cat, .list-f .name, .list-f .view, .list-f .repost, .list-f .author, .list-f .reply, .list-f .gpoint {
	position:absolute;
	top:10px;
	height:20px;
	line-height:20px;
}

.list-f .cat {
	left:5px;
	width:110px;
	text-align:center;
}

.list-f .cat a{ color:#6e4e3a; }

.list-f .name {
	top:20px;
	left:115px;
	width:255px;
	font:bold 15px Tahoma, Arial, Helvetica, Sans-Serif;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-f .name em {
	background:url('../../images/capTxt3_01_bg.gif') no-repeat;
	display:inline-block;
	width:40px;
	color:#aa132c;
	text-align:center;
}

.list-f .gpoint {
	top:42px;
	left:135px;
}

.list-f .view {
	top:20px;
	left:370px;
	width:40px;
	text-align:center;
}

.list-f .repost {
	top:20px;
	left:410px;
	width:40px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-f .author {
	left:450px;
	width:110px;
	height:45px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-f .reply {
	left:570px;
	width:110px;
	height:45px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
}

.detail .frame .none {
	clear:both;
	position: relative;
	width:95%;
	height:75px;
	margin:0 auto;
	font: 16px "微軟正黑體", Tahoma, Arial, sans-serif;
	text-align:center;
	line-height:75px;
}

.detail .frame .object {
	position: relative;
	width:95%;
	margin:10px auto;
}

.detail .frame .object h4 {
	position:absolute;
	top: 10px;
	left: 15px;
}

.detail .frame .object .photo {
	position: relative;
	float:left;
	width:375px;
	height:390px;
}

.detail .frame .object .photo .lpic {
	border:1px solid #cccccc;
	position:absolute;
	width:360px;
	height:270px;
	margin:2px;
	padding:5px;
	text-align:center;
}

.detail .frame .object .photo .spic {
	position:absolute;
	top: 285px;
}

.detail .frame .object .photo .spic ul li {
	border:1px solid #cccccc;
	position:relative;
	float:left;
	width:60px;
	height:47px;
	margin:2px;
	padding:4px 4px 1px 4px;	
}

.detail .frame .object .photo .msg {
	position:absolute;
	top: 350px;
}

.detail .frame .object .photo .msg ul li {
	position:relative;
	float:left;
	width:115px;
}

.detail .frame .object .info01 {
	position: relative;
	float:right;
	width:275px;
	padding:5px;
}

.detail .frame .object .info01 ul li {
	position:relative;
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	font: 15px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:30px;
}

.detail .frame .object .info02 {
	position: relative;
	float:left;
	width:650px;
	margin:5px 0;
	padding:5px;
}

.detail .frame .object .info02 ul li {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	float:left;
	width:215px;
	font: 15px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:30px;
}

.detail .frame .object .info02 p {
	/*background:url('../../images/dot01.gif') 0 100% repeat-x;*/
	position:relative;
	width:650px;
	font: 14px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:25px;
}

.detail .frame .object .info02 ol {
	list-style:decimal;
	margin-left: 25px;
	font: 14px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:25px;
}

.detail .frame .object .info03 {
	position: relative;
	float:left;
	width:650px;
	margin:5px 0;
	padding:5px;
}

.detail .frame .object .info03 ul li {
	background:url('../../images/dot01.gif') 0 100% repeat-x;
	position:relative;
	float:left;
	width:50%;
	font: 15px "微軟正黑體", Tahoma, Arial, sans-serif;
	line-height:30px;
}

.detail .frame .object #map {
	border:1px solid #999;
	position:relative;
	width:100%;
	height: 340px;
}
	
.detail .frame .object #map-icon {
	width: 100%;
	height:30px!important;/* IE7 */
}

.detail .frame .post {
	background:#FFFFef;
	border:1px solid #e0e0e0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	width:95%;
	margin:20px auto;
}

.post .question,
.post .reply {
	position:relative;
	border:1px solid #bbb;
	background:#fff;
	width:550px;
	color:#333;
	margin:10px;
	padding:10px;
}

.post .reply { margin-left:105px; }

.post .question {
	background:url('../../images/qa_bg01.gif') 105px 5px no-repeat #FFF;
}

.post .reply {
	background:url('../../images/qa_bg02.gif') 105px 5px no-repeat #FFF;
}

.post .pic, .post .name, .post .date, .post .content {
	position:relative;
	float:left;
}

.post .pic {
	border:1px solid #cccccc;
	background:#FFFFFF;
	width:80px;
	height:60px;
	padding:2px;
	text-align:center;
}

.post .name {
	width:190px;
	margin-left:50px;
}

.post .date {
	width:200px;
	color:#999;
}

.post .content {
	width:420px;
	margin-top:10px;
	padding:10px;
	line-height:24px;
	color:#333;
}

.post .replyBT {
	position: relative;
	width:95%;
	margin:10px auto;
	margin-top:30px;
}

.detail .frame .issue {
	clear:both;
	position:relative;
	width:95%;
	margin:0 auto;
}

.detail .frame .issue ul li {
	position:relative;
	padding:5px 0;
	width:100%;
}

.detail .frame .issue ul li .list-invite {

	position: relative;
	width:95%;
	margin:0 auto;
}

.detail .frame .issue ul li .list-invite ul {
	display:inline-block;
	width:100%;
}

.detail .frame .issue ul li .list-invite ul li {
	position:relative;
	float:left;
	width:130px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.detail .frame .issue ul li .list-invite ul li.pic img {
	border:1px solid #cccccc;
	margin:2px;
	padding:3px;
	width:100px;
	height:100px;
}

.detail .frame .issue textarea {
	border:1px solid #ccc;
	width:98%;
	padding:1%;
	font: 14px "微軟正黑體", Arial, Helvetica, sans-serif, "細明體";
	line-height:18px;
}

.detail .frame .post-f {
	background:#FFF;
	border:1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	width:95%;
	margin:10px auto;
}

.post-f .qa {
	overflow: hidden;
	_overflow: none;
	_height: 1%;
/*	margin:10px 0;*/
	padding:10px;
}

.post-f .qa {}

.post-f .pic, .post-f .name, .post-f .info, .post-f .content, .post-f .bookmark, .post-f .fun01, .post-f .fun02 {
	position:relative;
	float:left;
}

.post-f .pic {
	border:1px solid #cccccc;
	background:#FFFFFF;
	width:110px;
	height:100px;
	padding:2px;
	text-align:center;
}

.post-f .name {
	width:280px;
	margin:5px 0;
	margin-left:10px;
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
}

.post-f .info {
	width:450px;
	margin-left:10px;
}

.post-f .badge {
	position:absolute;
	top:35px;
	left:590px;
}

.post-f .badge2 {
	position:absolute;
	top:60px;
	left:520px;
}

.post-f .content {
	width:100%;
	margin-top:20px;
	font:15px Verdana,Arial,Helvetica,sans-serif;
	line-height:28px;
	color:#333;
}

.post-f .content strong {
	font-weight:bold;
}

.post-f .content ol {
	list-style:decimal;
	padding-left:40px;
}

.post-f .bookmark {
	width:100%;
	margin-top:30px;
	line-height:24px;
	color:#333;
}

.post-f .bookmark img {
	margin:0 0 -3px 0 !important;
	vertical-align:baseline !important;
}

.post-f .fun01 {
	width:50%;
	margin-top:10px;
	line-height:24px;
	color:#333;
}

.post-f .fun02 {
	width:50%;
	margin-top:10px;
	line-height:24px;
	text-align:right;
	color:#333;
}

.detail .frame ul.MutualCategory {
	width:80%;
	margin:0 auto;
}

ul.MutualCategory li {
	float:left;
	width:50%;
	margin:10px 0;
}

ul.MutualCategory li h4 img {
	margin:0 3px -3px 0 !important;
	vertical-align:baseline !important;
}

ul.MutualCategory li .txt {
	text-indent:20px;
}

.detail .frame .mpost {
	position: relative;
	width:95%;
	margin:10px auto;
}

.detail .frame .mpost .info01 {
	position: relative;
	float:left;
	height:120px;
	width:100%;
}

.mpost .info01 .pic,  .mpost .info01 .name, .mpost .info01 .time {
	position:absolute;
}

.mpost .info01 .pic {
	border:1px solid #cccccc;
	background:#fff;
	width:110px;
	height:100px;
	padding:5px;
	text-align:center;
}

.mpost .info01 .name {
	left:130px;
	width:140px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font:bold 16px Tahoma, Arial, Helvetica, Sans-Serif;
}

.mpost .info01 .time {
	top:30px;
	left:130px;
	line-height:24px;
}

/* 分隔線 */
.detail .frame .divider {
	background:url('../../images/dot01.gif') repeat-x;
	width:95%;
	height:1px;
	margin: 0px auto;
	font-size:1px;
}

/* pageStyle */
.pagination {
	position:relative;
	width:95%;
	height:21px;
	margin: 10px auto;
}

.TotalPage {
	position:relative;
	float:left;
	width:15%;
	text-align:center;
}

.PageNum {
	position:relative;
	float:left;
	width:70%;
	text-align:center;
}

.PageNum ul {
	margin: 0;
	padding: 0;
}

.PageNum ul li {
	list-style-type: none;
	display: inline;
}

.PageNum ul li a.Num, .PageNum ul li a:visited.Num {
	border: 1px solid #ccc;
	background-color:#ffffff;
	display:inline-block;
	width:24px;
	text-decoration: none;
	color: #666 !important;
}

.PageNum ul li a:hover.Num {
	border: 1px solid #fb8102;
	background-color:#fb8102;
	text-decoration: none;
	color: #fff !important;
}

.RowCount {
	position:relative;
	float:left;
	width:15%;
	text-align:center;
}

/* formStyle */
input.text {
	border:#c7c7c7 solid 1px;
	padding:2px;
	line-height:20px;
}

textarea {
	border:1px solid #ccc;
	font: 14px "微軟正黑體", Arial, Helvetica, sans-serif, "細明體";
	line-height:18px;
}

input.submit {
	BORDER-TOP: #ccc 1px solid;
	BORDER-RIGHT: #999 1px solid;
	BORDER-LEFT: #ccc 1px solid;
	BORDER-BOTTOM: #999 1px solid;
	BACKGROUND: url(../../images/fade-butt.gif);
	padding:1px 2px 1px 2px;
	cursor:pointer;
	font-size:12px;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	line-height:16px;
	COLOR: #333;
}

a.button,
input.button,
button {
	position:relative;
	border:1px solid #b89c00;
	background:#FFF url('../../images/btn.png') repeat-x top;
	position:relative;
	margin:0 2px;
	padding: 2px 8px;
	-moz-border-radius: 5px;
	-webit-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
	color:#454;
	behavior: url('include/css/PIE.htc');
}

a.button {
	padding: 2px 8px 4px\9;
}

button {
	padding: 2px 0px 3px\9;
}

input.button {
	min-width:75px\9;
	padding: 6px 0 2px\9;
}

a.button:hover,
input.button:hover,
button:hover {
	background-color:#fede78;
	border:1px solid #b89c00;
	color:#454;
	text-decoration:none;
}

a.button:active,
input.button:active,
button:active {
	background:#d6d087 url(../../images/btn.png) repeat-x 0 -82px;
	text-shadow:0 3px 3px rgba(0, 0, 0, .3);
}

a.button img,
button img {
	margin:3px 3px -3px 0 !important;
	vertical-align:baseline !important;
}

blockquote {
	border:1px dotted #666;
	background:#FAFAFA;
	margin:10px;
	padding:5px;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	line-height:24px;
}

/* adbanner */
.ad475 {
	position:relative;
	margin-bottom:5px;
}


/* caption style */
.capTxt2_01, .capTxt2_02, .capTxt2_03, .capTxt2_04, .capTxt2_05, .capTxt2_06, .capTxt2_07 { 
	display:inline-block;
	width:30px;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	line-height:23px;
	text-align:center;
}

.capTxt4_01, .capTxt4_02 {
	display:inline-block;
	width:60px;
	height:17px;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	text-align:center;
}

.capTxt4_01 a, .capTxt4_02 a { color:#fff;}

.capTxt2_01 { background: url(../../images/capTxt2_01_bg.gif) no-repeat; color:#5a8b03;}
.capTxt2_02 { background: url(../../images/capTxt2_02_bg.gif) no-repeat; color:#e88c04;}
.capTxt2_03 { background: url(../../images/capTxt2_03_bg.gif) no-repeat; color:#aa132c;}
.capTxt2_04 { background: url(../../images/capTxt2_04_bg.gif) no-repeat; color:#7c58b7;}
.capTxt2_05 { background: url(../../images/capTxt2_05_bg.gif) no-repeat; color:#fff;}
.capTxt2_06 { background: url(../../images/capTxt2_06_bg.gif) no-repeat; color:#fff;}
.capTxt2_07 { background: url(../../images/capTxt2_07_bg.gif) no-repeat; color:#fff;}
.capTxt4_01 { background: url(../../images/capTxt4_01_bg.gif) no-repeat; color:#fff;}
.capTxt4_02 { background: url(../../images/capTxt4_02_bg.gif) no-repeat; color:#fff;}


.search_div{
	position:absolute;
	background:URL(../../images/sprite.gif) 0 -151px;
	width:508px;
	height:37px;
	left: 106px;
	top: 25px;
}

.search_input{
	background-color:Transparent;
	border:0px none;
	float:left;
	height:36px;
	width:419px;
	_width:416px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	font-size:20px;
	color:#666;
	line-height:36px;
}

.search_btn{
	background:URL(../../images/sprite.gif) 0 -188px #eaf4f7;
	border:0px none;
	width:77px;
	height:33px;
	margin:0px;
	margin-top:2px;
	padding:0px;
	cursor:pointer;
}

.search_tags{margin-bottom:4px;}
.search_tags UL{ padding-left:2px; _padding-left:1px;  }
.search_tags LI{
	float:left;
	background-image:URL(../../images/search_tags_bg01.gif);
	width:70px;
	height:70px;
	margin:0 2px 2px 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: center;
	line-height:70px;
	color:#999999;
	cursor:pointer;
}

.search_tags LI.hover{background-image:URL(../../images/search_tags_bg02.gif);color:#FFF;}
.search_tags LI A:link,.search_tags LI A:active,.search_tags LI A:visited{color:#999999;}
.search_tags LI.hover A:link,.search_tags LI.hover A:hover{color:#FFF;}

/* LoginStyle */
#login {
	position:relative;
	width:800px;
	margin:20px auto;
	padding:0;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
}

.login_input {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #c7c7c7;
	margin-bottom:0pt;
	padding:4pt;
	font:bold 16px Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height:13pt;
}

.join_input {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #c7c7c7;
	margin:0pt;
	padding:3pt;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height:12pt;
}

.join_read {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-bottom:3pt;
	padding: 0;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height:13pt;
}

.login-bt {
	position:absolute;
	margin:0;
	padding:0;
	left: 350px;
	top: 85px;
	width: 75px;
}

#login475 {
	position:relative;
	width:475px;
	margin:0px auto;
	padding:0;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
}

#logOutN {
	position:relative;
	width:800px;
	margin:50px auto;
	padding:0;
	font:15px Tahoma, Arial, Helvetica, Sans-Serif;
}


.chkbox {
	margin:0 0 -2px 0 !important;
	vertical-align:baseline !important;
}

.ads {  
    height:  150px;  
    width:   245px;  
    padding: 0;  
    margin:  0;  
}
.ads img {  
    width:  245px; 
    height: 150px; 
    top:  0; 
    left: 0;
}

.ad175x100 {
	position:relative;
	float:left;
    height:  100px;  
    width:   175px;  
    padding: 0;  
    margin:  2px;  
}

.skilltag {
	background-color:#e88c04;
	-moz-border-radius: 5px;
	-webit-border-radius: 5px;
	border-radius: 5px;
	padding:3px 5px;
	font-size: 12px;
	color: #fff;
	behavior: url('include/css/PIE.htc');
}

.skilltag:hover {
	color: #fff;
	text-decoration:none;
}

.survey {
	position:relative;
	margin:0 auto; 
	width:691px;
}