@charset "UTF-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	font-family:Arial;
	}

/* *** Float containers fix:
       http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
 .clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body {
	background: #F9A542 url(images/bg.png) repeat-y center top;
	font-size: 12px;
	font-family: Arial, MingLiU;
}

a {
	color: #14337B;
	text-decoration: none;
}

a:hover {
	color: #14337B;
	text-decoration: underline;
}

input.text {
	border: solid #906839 1px;
	background: #FFFAF4;
	padding: 2px;
}

textarea.text {
	border: solid #906839 1px;
	background: #FFFAF4;
	padding: 2px;
}

button {
	border: solid #906839 1px;
	background: #FFFAF4;
	font-weight: bold;
	font-size: 1em;
	color: #906839;
	padding: 0.15em 0.5em;
}

.access {
	display: none !important;
}

.error {
	color: red;
}

.strong {
	font-weight: bold;
}

.leftf, .leftcol, .midcol {
	display: block;
	float: left;
}

.rightf, .rightcol {
	display: block;
	float: right;
	text-align: right;
}

.pagewrap {
	padding: 5px;
	width: 998px;
	margin: 0 auto;
}

.header {
	padding: 10px 5px 0px 5px;
	height: 106px;
}

.header .logo {
	text-indent: -5000px;
	width: 323px;
	height: 96px;
	background: url(images/logo.png) no-repeat left top;
}

.navbar {
	margin-bottom: 0.5em;
	background: url(images/nav_bg.png) left top;
}

.navbar div.nav {
	width: 100%;
}

.navbar div.nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding:0px;
	position: relative;
	z-index: 100;
}

.navbar div.nav ul li span {
	display: block;
	
}
.navbar div.nav ul li a {
	width:83px;
	display: block;
	height: 29px;
	text-indent: -5000px;
	background: no-repeat center center;
}

.navbar div.nav ul li.index a {
	width:74px;
	background-image: url(images/nav_home.png);
}
.navbar div.nav ul li.about a {
	background-image: url(images/nav_about.png);
}
.navbar div.nav ul li.seminar a {
	background-image: url(images/nav_seminar.png);
}
.navbar div.nav ul li.topic a {
	width:113px;
	background-image: url(images/nav_topic.png);
}
.navbar div.nav ul li.faq a {
	background-image: url(images/nav_faq.png);
}
.navbar div.nav ul li.contact a {
	background-image: url(images/nav_contact.png);
}

.navbar div.nav ul li.column a {
	width:60px;
	background-image: url(images/nav_column.png);
}

.navbar div.nav ul li.jetso a {
	background-image: url(images/nav_jetso.png);
}

.navbar div.nav ul li.seminar_free a {
	width:142px;
	background-image: url(images/nav_freecourse.png);
}

.navbar div.nav ul li.s_thanks a {
	background-image: url(images/nav_thank.png);
}

.navbar div.nav ul li.forum a {
	background-image: url(images/nav_forum.png);
}

.navbar div.nav ul li.member a {
	width:110px;
	background-image: url(images/nav_member.png);
}


.navbar div.nav ul li.index a:hover {
	background-image: url(images/nav_homeb.png);
}
.navbar div.nav ul li.about a:hover {
	background-image: url(images/nav_aboutb.png);
}
.navbar div.nav ul li.seminar a:hover {
	background-image: url(images/nav_seminarb.png);
}
.navbar div.nav ul li.topic a:hover {
	background-image: url(images/nav_topicb.png);
}
.navbar div.nav ul li.faq a:hover {
	background-image: url(images/nav_faqb.png);
}
.navbar div.nav ul li.contact a:hover {
	background-image: url(images/nav_contactb.png);
}
.navbar div.nav ul li.column a:hover {
	background-image: url(images/nav_columnb.png);
}

.navbar div.nav ul li.jetso a:hover {
	background-image: url(images/nav_jetsob.png);
}

.navbar div.nav ul li.seminar_free a:hover {
	background-image: url(images/nav_freecourseb.png);
}

.navbar div.nav ul li.s_thanks a:hover {
	background-image: url(images/nav_thankb.png);
}

.navbar div.nav ul li.forum a:hover {
	background-image: url(images/nav_forumb.png);
}

.navbar div.nav ul li.member a:hover {
	background-image: url(images/nav_memberb.png);
}



.navbar div.status p {
	display: inline;
	font-size: 0.9em;
	line-height: 29px;
	color: #FFFFFF;
}
.navbar div.status span {
	padding-right: 1em;
}
.navbar div.status a {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	font-size: 0.9em;
	margin-top: 0px;
	padding: 15px 5px;
	background: url(images/foot_border.png) repeat-x left top;
	color: #7D7568;
	text-align:center;
}
.footer a {
	text-decoration: underline;
}
.footer ul.snav li {
	display: inline;
	padding: 0em 0.5em;
}
.footer ul.snav li.last {
	border-right: none !important;
	padding-right: 0;
}
.footer .partner p span {
	float: left;
	display: block;
	margin: 0em 0.15em;
}
.footer .partner p span a {
	color: #7D7568;
}

.footer .footnote ul.site {
	margin-bottom: 0.7em;
}
.footer .footnote ul.site li {
	border-right: solid 1px #1A3D85;
}
.footer .footnote ul.site li a {
	color: #1A3D85;
}

.footer .footnote ul.law li {
	border-right: solid 1px #AEAEAE;
}
.footer .footnote ul.law li a {
	color: #AEAEAE;
}

.leftcol {
	width: 200px;
}

.rightcol {
	width: 210px;
}

.midcol {
	width: 578px;
	padding: 0px 5px;
}

.nr {
	width: 787px !important;
}
.nl {
	width: 778px !important;
}
.nrnl {
	width: 988px !important;
}
.subscribe, .subscribe * {
	zoom: 1 !important;
}
.subscribe h6 {
	display: block;
	height: 46px;
	width: 200px;
	background: url(images/subscr_dhead.png) no-repeat left top;
}
.subscribe h6 span {
	display: none;
}
.subscribe .subscribe-content {
	background: url(images/subscr_dbg.png) repeat-y left top;
}
.subscribe .subscribe-content .padding {
	display: block;
	padding: 0.5em 1em 1em;
	line-height: 2em;
	background: url(images/subscr_dfoot.png) no-repeat left bottom;
}
.subscribe .subscribe-content input {
	width: 95%;
}
.subscribe .subscribe-content button {
	margin-top: 0.6em;
	margin-right: 0.3em;
	float: right;
	height: 1.8em;
}
.subscribe .subscribe-content .subscribe-ismember {
	display: block;
	color: #EB2F05;
	padding-left: 20px;
	padding-top: 2px;
	background: url(images/subscr_arrow.png) no-repeat .2em .6em;
}

.submember {
	/*position: relative;*/
	z-index: 3px;
}
.submember .subscribe-content .padding {
	padding-top: 1px;
}
.submember h6 {
	background: url(images/member_dhead.png) no-repeat left top;
}
.submember .subscribe-content {
	background: url(images/member_dbg.png) repeat-y left top;
}
.submember .subscribe-content .padding {
	background: url(images/member_dfoot.png) no-repeat left bottom;
}
.submember .subscribe-content .subscribe-ismember {
	margin-top: 1em;
}

.mbutton {
	display: block;
	margin: 1em auto;
	background: url(images/member_button.png);
	width: 164px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
}


.box h4 {
	height: 25px;
	background: repeat-x left top;
	margin-top: 1em;
}
.box h4 .head {
	display: block;
	float: left;
	text-indent: -5000px;
	height: 25px;
	width: 155px;
	background: no-repeat left top;
}
.box h4 .more {
	display: block;
	float: right;
	text-align: right;
	padding-right: 0.15em;
}
.box h4 .more a {
	color: #EB2F05;
	font-weight: normal;
}

.box div.box-content {
	padding: 0.5em;
	line-height: 1.3em;
}
.main .box div.box-content {
	background: #F7DEB7;
}
.inpage .box div.box-content {
	background: #FFFFFF;
	border: solid 1px #E0E0DF;
}
.box.column div.box-content {
/* 	height: 272px; */
	height: 370px;
}

ul.bull li {
	margin: 0.5em 0em;
	padding-left: 14px;
	background: url(images/icon_redball.png) no-repeat 3px center;
}
ul.bull li.no {
	background: none;
}
ul.bull2col li {
	text-align: right;
	clear: both;
}
ul.bull2col li .topic {
	text-align: left;
	float: left;
}

ul.block li {
	margin: 1px 0em;
	padding: 1px 0em 1px 14px;
	background: #FFC270 url(images/icon_redarrow.png) no-repeat 3px center;
}

table.styled th {
	color: #1A3D85;
	background: #E8E5E3;
	font-weight: normal;
	text-align: left;
}

table.styled td,
table.styled th {
	border: solid 2px #FFFFFF;
	padding: 0.05em 0.5em;
}

table.styled tr.odd td {
	background: #f7f6c3;
	color:#000000;
}
table.styled tr.even td {
	background: #FFFFFF;
	color:#000000;
}


.box.semcol h4 {
	background-image: url(images/semcol_bbg.png) !important;
}
.box.semcol h4 .head {
	background-image: url(images/semcol_bhead.png) !important;
	cursor:pointer;
}
.box.semcol div.box-content span.img {
	display: block;
	margin: 0 auto;
	width: 73px;
	height: 56px;
	padding: 2px;
	border: solid 1px #DEDEDE;
	background: #FFFFFF;
}
.box.semcol div.box-content ul li {
	float: left;
	display: block;
	width: 89px;
	padding: 5px 0px;
	text-align: center;	
}
.box.column h4 {
	background-image: url(images/column_bbg.png);
}
.box.column h4 .head {
	background-image: url(images/column_bhead.png);
	cursor:pointer;
}
.box.forum div.box-content,
.box.sembox div.box-content{
	height: 10.0em;
}
.box.topic div.box-content{
	height: 12.2em;
}
.box.forum div.box-content ul.bull li ,
.box.sembox div.box-content ul.bull li {
	margin: 3px 0em !important;
}
.box.topic div.box-content ul.bull li {
	margin: 6px 0em !important;
}
.box.sembox h4 {
	background-image: url(images/seminar_bbg.png);
}
.box.sembox h4 .head {
	background-image: url(images/seminar_bhead.png);
	cursor:pointer;
}
.box.sembox div.box-content .listable {
	height: 9.3em;
	
}
.box.sembox .box-content img {
	border: solid 1px #F9B884;
	padding: 4px;
	background: #FFFFFF;
	float: left;
}
.box.sembox .box-content .semimg {

}
.box.sembox .box-content .semview {
	text-align: left;
	width: 420px;
}
.box.sembox .box-content ul.block {
	float: left;
	width: 145px;
}
.box.sembox .box-content ul.bull {
	margin-top: -1px;
	text-align: left;
	width: 245px;
}
.box.sembox .box-content ul.bull li {
	display: block;
	overflow: hidden;
	height: 1.25em;
	background-position: 3px 4px;
}

/*** box forum ***/
.box.forum h4 {
	background-image: url(images/seminar_bbg.png);
}
.box.forum h4 .head {
	background-image: url(images/forum_bhead.png);
	cursor:pointer;
}
.box.forum div.box-content .listable {
	height: 4.6em;
	
}
.box.forum .box-content img {
	border: solid 1px #F9B884;
	padding: 4px;
	background: #FFFFFF;
	float: right;
	height:100px; width:100px;
}
.box.forum .box-content .forumimg {
}
.box.forum .box-content .forumview {
	text-align: left;
	width: 445px;
	background-image: url(images/forum_line.gif);
	background-repeat:repeat-x;
}
.box.forum .box-content ul.block {
	float: left;
	width: 145px;
}
.box.forum .box-content ul.bull {
	margin-top: -1px;
	float:left;
	text-align: left;
	width: 245px;
	padding-left:20px;	
}
.box.forum .box-content ul.bull li {
	display: block;
	overflow: hidden;
	height: 1.25em;
	background-position: 3px 4px;
	padding-left:15px;
}










.box.topic h4 {
	background-image: url(images/topic_bbg.png);
}
.box.topic h4 .head {
	background-image: url(images/topic_bhead.png);
	cursor:pointer;
}
.box.topic .box-content ul.bull2col {
	width: 49%;
}

.simpler .legend {
	background: none;
	padding: 0.2em 2em;
}

.simple .legend {
	background: none;
	padding: 0.2em 2em;
}

.legend {
	font-weight: normal;
	background: url(images/legend_bg.png) top left;
	margin-bottom: 0.3em;
}
.legend 	span.head, 
.legend 	span.tail {
	width: 14px;
	height: 31px;
	background: no-repeat top left;
}
.legend 	span.content {
	display: block;
	float: left;
	padding-top: 4px;
	color: #D1360E;
} 
.legend 	span.content a {
	color: #D1360E;
}
.legend 	span.content .current {
	color: #000000;
}
.legend 	span.head {
	background-image: url(images/legend_head.png);
}
.legend 	span.tail {
	background-image: url(images/legend_tail.png);
}

.cat-selector {
	text-align: right;
	line-height: 27px;
	background: #E5E2DE url(images/main_hbar.png) no-repeat left top;
}

.cat-selector select {
	width: 10em;
	z-index: 2;
}

.panel {
	border: solid 1px #E0E0DF;
	margin: 0.5em 0;
	background: #FFFFFF;
	z-index: 2px;
	top: 0;
}

.panel h2 {
	padding: 0.5em 0.1em 0.1em 0.6em;
	font-size: 1.25em;
	border-bottom: solid 3px;
	color: #353535;
}

.panel .panel-img {
	display: block;
	float: left;
	padding: 1px;
	border: solid 1px #DEDEDE;
	background: #FFFFFF;
	margin: 0.5em 0.6em;
}

.panel .panel-content table.styled {
	margin: 0.5em 0em;
	width: 420px;
}

.panel .panel-bar {
	background: url(images/main_panel_bg.png) left top;
	line-height: 21px;
}

.panel .panel-bar .nav a {
	padding: 0em 0.9em;
	text-decoration: underline;
	display: block;
	float: left;
	background: url(images/main_panel_barbg.png) no-repeat right top;
}
.panel .panel-bar .detail {
	padding-left: 11px;
	background: url(images/main_panel_arrow.png) no-repeat left top;
}

.panel .panel-bar .detail .bg {
	padding: 0 1em;
	display: block;
	background: url(images/main_panel_bg2.png) repeat-x left bottom;
}

.panel .panel-friend {
	background: url(images/main_panel_friend.png) repeat left top;
	height: 168px;
}

.panel .panel-friend h3 {
	text-indent: -5000px;
	height: 35px;
}

.panel .panel-friend form p {
	clear: both;
}

.panel .panel-friend form p label {
	width: 135px;
	display: block;
}
.panel .panel-friend form p input,
.panel .panel-friend form p textarea {
	width: 250px;
}

.panel .panel-friend form p input,
.panel .panel-friend form p textarea,
.panel .panel-friend form p button,
.panel .panel-friend form p label,
.panel .panel-friend .friend-note {
	float: left;
	margin: 0.1em 0.1em 0.1em 1em;
}
.panel .panel-friend form p textarea {
	height: 2em;
}

.panel .panel-friend .friend-note {
	font-size: 0.9em;
	display: block;
	padding-left: 0.4em;
}
.panel .panel-friend .friend-desc {
	color: #999999;
	font-size: 0.9em;
}

.panel.seminar-first h2 {
	border-color: #7AB40A;
}

.panel.seminar-second h2 {
	border-color: #F68356;
}

.panel.column-depth h2 {
	border-color: #2284CD !important;
}

.panel.member-depth h2 {
	border-color: #EE3C3E;
}

.panel.news-depth h2 {
	border-color: #F8425B;
}

.panel.news-other h2 {
	border-color: #F8425B;
}

.panel.news-other table.styled {
	width: 570px;
	margin: 0.5em 1px;
}

.panel.news-other table.styled td{
	padding: 0.2em 0.3em;
}

.index .subscribe {
	margin-bottom: 0.5em;
}

.index .news td {
	text-align: center;
	padding: 3px;
	color: #EB2F05;
}

.simpler .leftban {
	width: 309px;
}

.simpler .rightpad {
	padding: 36px;
	width: 470px;
}
.simpler .rightpad .content {
	padding: 5px;
	line-height: 1.7em;
}

dl.about {
	margin: 2em 0em;
}
dl.about dt {
	color: #ED6514;
	font-weight: bold;
	width: 7em;
	float: left;
}
dl.about dd {
	float: left;
	width: 30em;
	margin-bottom: 1em;
	display: block;
}

dl.contact dd {
	margin-bottom: 2em;
}

.contactform {
	margin: 2em 0em;
}
.contactform p {
	clear: both;
}
.contactform label,
.contactform input,
.contactform textarea{
	margin: 2px;
}
.contactform label {
	float: left;
	width: 6em;
}
.contactform input,
.contactform textarea {
	float: left;
	width: 330px;
} 
.contactform textarea {
	height: 7.5em;
}
.contactform button {
	width: 70px;
	margin-left: 344px;
}

.org a, .org {
	color: #ED3908 !important;
}

table.styled tr td a {
	color:#000000;
	}
	
table.styled tr td a:hover {
	color:#1A3D85;
	}

.sem-table {
	margin-bottom: 1.3em;
}

.sem-desc {
	color: #5E5E5E;
	padding: 0.3em 0.5em !important;
}
.sem-desc a {
	text-decoration: underline;
}

.news-source {
	color: #989898;
}

.column-image {
	color: #989898;
}

.other-desc {
	color: #989898;
}

.column-image img {
	padding: 1px;
	border: solid 1px #DEDEDE;
	background: #FFFFFF;
	margin: 0.3em 0.3em;
}

h3.highlight-head {
	color: #ED6514;
}

.loginform {
	z-index: 2;
	height: 165px;
	width: 564px;
	padding: 1px;
	background: url(images/login_bg.png) no-repeat left top;
	/*position: relative;*/
}

.loginform h2 {
	padding: 3px;
	/*position: absolute;*/
	top: 20px;
	left: 15px;
	font-size: 1.7em;
	color: #ED3908;
}

.loginform.forgot h2 {
	font-size: 1.5em;
}
.loginform fieldset {
	margin: 30px 0px 0px 126px;
}

.loginform p {
	clear: both;
}

.loginform label {
	width: 6em;
	color: #ED3908;
}

.loginform input {
	width: 15em;
}

.loginform label,
.loginform input,
.loginform button {
	display: block;
	float: left;
	margin: 2px;
}

.loginform span {
	margin-right: 1em;
}

.signupform {
	padding: 1.5em;
}

.signupform p,
.signupform h3 {
	clear: both;
}

.signupform h3 {
	height: 2.5em;
}

span.input-desc {
	color: #989898;
	font-size: 0.9em;
}

.signupform label.step1 {
	margin-bottom: 3em !important;
}

.signupform label {
	width: 9em;
}
.signupform label.strong {
	margin-top: 1em !important;
	width: 30em;
}
.signupform select {
	width: 12em;
}
.signupform input.text {
	width: 20em;
}
.signupform input.short {
	width: 9em;
}

.signupform label,
.signupform input.alone,
.signupform button,
.signupform span.input-desc,
.signupform span.float-box {
	display: block;
	float: left;
	margin: 2px;
}

.signupform span.newline-box {
	display: block;
	clear: both;
	margin: 2px;
}

.signupform textarea.text {
	width: 20em;
}

.signupform .other-desc {
	padding: 2em 0em;
	font-size: 0.9em;
}

.simple .pad {
	padding: 1.5em;
}

.dotborder {
	width: 553px;
	margin: 1em auto;
}

.dotborder h3 {
	color: #F15906;
	font-weight: bold;
}	
.dotborder .dotdotdot {
	display: block;
	height: 1px;
	background: url(./images/dotborder_line.png) no-repeat left top;
}
.dotborder .dotborder-content {
	padding: .7em;
	background: #EEEEEE url(./images/dotborder_bg.png) repeat-y left top;
}
.dotborder .dotborder-content .dotborder-img {
	width: 135px;
}
.dotborder .dotborder-content .dotborder-text {
	width: 370px;
}
.dotborder .dotborder-content .dotborder-text .dotborder-para {
	padding: 0.5em 0.1em;
}
.dotborder .dotborder-bar {
	padding: .4em 0em;
	text-align: right;
	background: #FFC536 url(./images/dotborder_bg.png) repeat-y left top;
}
.dotborder .dotborder-bar a {
	color: #F15906;
	text-decoration: underline;
	padding: 1em;
}
.dotborder .dotborder-bar a.print {
	padding-left: 2em;
	background: url(./images/icon_print.png) no-repeat left center;
}
.column-content {
	margin: 2px;
}

.product-list-more-padding {
	padding-left: 26px;
}

.product-list li {
	float: left;
	display: block;
	width: 114px;
	height: 166px;
	padding: 5px 5px;
	text-align: center;
}

.product-list li.wider {
	float: left;
	display: block;
	width: 114px;
	padding: 5px 14px;
	text-align: center;	
}
.product-list li .price {
	font-weight: bold;
	color: #FF9900;
}

.offer-table .offer-img {
	padding: 1px;
	border: solid 1px #DEDEDE;
	background: #FFFFFF;
	margin: 0.5em 0.6em;
}
.offer-table .offer-float-left {
	float: left;
	text-align: center;
}
.offer-table .styled {
	float: right;
	width: 400px !important;
}
.offer-table .of-desc {
	color: #666666 !important;
}
.offer-table .of-price {
	height: 3em;
	font-size: 1.2em;
	vertical-align: middle;
	color: #FF9900 !important;
	font-weight: bold;
}
.offer-table .of-pricevol {
	font-size: 1.2em;
	font-weight: bold;
}

.sml-desc {
	font-weight: normal;
	font-size: 0.8em;
	color: #999999 !important;
}


.panel .panel-detail {
	background: url(images/main_panel_detail_bg.png) no-repeat left bottom;
}

.panel .panel-detail h3 {
	text-indent: -5000px;
	height: 30px;
	background: url(images/main_panel_detail_top.png) no-repeat left top;
}
.panel .panel-detail div.wrapper {
	padding: 1em;
	color: #333333;
}

.legend-naked {
	background: none !important;
	padding: 0.2em 0.2em;
}
.box.offer div.box-content ul li {
	float: left;
	display: block;
	width: 89px;
	height: 105px;
	padding: 5px 2px;
	text-align: center;	
}
.box.offer-new h4 .head {
	background-image: url(images/offer_new_bhead.png);
}
.box.offer-mem .box-content, .offer-new .box-content {
	height: auto !important;
}
.box.offer-mem h4 .head {
	background-image: url(images/offer_mem_bhead.png);
}

.panel.offer-depth h2 {
	border-color: #EE3C3E !important;
}
.panel.offer-main {
	/*width: 48%;*/
	width: 98%;	
	/*float: left;*/
	margin-right: 6px;
	height: 580px;
	position: relative;
}
.panel.offer-main-6 {
	height: 420px;
}
.panel.offer-main .panel-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.offer-table {
	margin-bottom: 1.3em;
}
.of-desc {
	color: #5E5E5E;
	padding: 0.3em 0.5em !important;
}
.of-desc a {
	text-decoration: underline;
}
.offer-table .of-image img {
	padding: 1px;
	border: solid 1px #DEDEDE;
	background: #FFFFFF;
	margin: 0.3em 0.3em;
}

.right_name {
	text-align:right;
	}
	
.right_name p {
	float:right;
	padding-right:5px;
	}
	
.thanks .content {
	padding-left:5px;
	}

.thanks .content h3 {
	color:#ed6514;
	padding:10px 0px;
	}

.thanks div.logo {
	width:185px;
	text-align:center;
	float:left;
	padding: 20px 0px;
	padding-right:3px;
	}
	
.thanks .cat-selector a {
	color:#906839;	
	}
	
.thanks a.th_a {
	color:#2d2e2e;
	}

.thanks .th_a2 {
	color:#906839;	
	}

.thanks a.th_a:hover {
	color:#ff7200;
	}
	
.flash{
	z-index:1;
	/*border:10px solid #0099CC;*/
}
/*
.menu{
z-index: 5;position:absolute;width: 105px; list-style:none; padding: 0px 7px;border: solid 1px #fae6b3; background-color:#FFFF99; color:#000000;
}
*/

ul#seminar_free_menu {
	width: 127px;
}

ul#seminar_free_menu li a {
	width: 127px !important;
}

ul#seminar_menu {
	left: -20px;
}
ul#topic_menu {
	left: -5px;
}
ul#offer_menu {
	left: -20px;
}

.navbar div.nav ul li ul.subnav {
	display: none;
	z-index: 100 !important;
	position: absolute;
	width: 105px;
	height: auto !important;
	list-style: none;
	padding: 0px 7px;
	background:url(images/drop_bg.png) repeat left top;
	zoom: 1;
}

.navbar div.nav ul li ul.subnav li {
	padding-top:3px;
	display: block;
	float: none;
	background-image: none !important;
	height: auto !important;
}

.navbar div.nav ul li ul.subnav li a {
	display: block;
	padding:3px 0;
	width: auto;
	height: auto;
	text-align: center;
	color:000000;
	background-image: none !important;
	border-bottom: solid 1px #f7d681;
	text-indent: 0px;
	color:#686868;
	zoom: 1;
}

ul.subnav li a:hover {
	color:#525351;
	text-indent: 0px  !important;
	}

ul.subnav li.last a {
	border-bottom: none;
	background-image: none !important;
}

.icon-member-signup {
	display: block;
	background: url(./images/member_signup.png) no-repeat left top;
	text-indent: -5000px;
	margin: 1em auto;
	width: 159px;
	height: 41px;
}

.offer-banner-main span {
	margin: 2.5px;
	position:relative;
}

.offer-banner-main span:not([border]) {
	margin: 0px;
	position:relative;
}

.xleft{
	float:left; 
	width:393px;
}

.xright{
	float:right; 
	width:393px;
}

.flashFaker{
	display: inline; 
	position: relative; 
	z-index:1;
}

.fakerLayer{
	bottom: 0px;
	*top: 0px; 
	left: 0px; 
	position: absolute;  
	background:url(images/spacer.gif);
	cursor: pointer;
}

.mybannerRight span{
	border: none;
	position:relative;
	display:block;
}