/* CSS style sheet */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
a {color:#8ea229; text-decoration:underline;}
a:hover {text-decoration:none;}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
div.clear {
	clear: both;
}
.nolist {
	list-style: none;
}
p {
	text-align: justify;
	padding:0 0 7px 0;
	line-height:20px;
}
p.double {
	text-align: justify;
	padding:0 0 25px 0;
}
p.center { text-align:center; }
p span.red {
	color:#111;
	font-size:16px;
	font-weight:bold;
	background:url('red-span-bullet.gif') 0 0 no-repeat;
	padding:0 0 0 30px;
	display:block;
	text-align:left;
}
a.redTitle {
	color:#d40032;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
p.orange {
	color:#8EA229;
	text-decoration:underline;
	font-size:13px;
	padding:0 0 5px 0;
	font-weight:bold;
}
#nav {
	width: 100%;
	height: 30px;
	background: #66665a url('nav.gif') bottom left repeat-x;
}
#nav ul {
	width: 780px;
	height: 30px;
	margin: 0 auto;
}
#nav ul li {
	list-style: none;
	float: left;
	text-align: center;
}
#nav a {
	line-height:30px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 8px 10px;
}
#nav a.small {
	width: 60px;
}
#nav a.medium {
	width: 90px;
}
#nav a.mediumbig {
	width: 110px;
}
#nav a.big {
	width: 140px;
}
#nav a:hover {
	background: #6a6a6a url('nav_hover.gif') top left repeat-x;
}

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
}
#header div.logo {
	width: 329px;
	float: left;
	position: relative;
	top: 1px;
}
#header .logo div {
	width: 329px;
	height: 25px;
	background: #fff url('lang.gif') top left repeat-x;
}
#header .logo div a {
	margin: 0 0 0 25px;
	position: relative;
	top: 6px;
}
#header .logo div a.first {
	margin: 0;
}
#header div#flash {
	float: right;
}

#body {
	width: 100%;
	background: #fff url('body.gif') top left repeat-x;
}
#container {
	width: 780px;
	margin: 0 auto;
}
#container div.sidebar {
	width: 193px;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	
}

#container div.sidebar.page {
 padding-right: 10px;
 padding-top: 10px;
 margin-left:-9px;
/*	background: url('/uploads/sidebar_bg.jpg') center center no-repeat; */
}
#container div.sidebar img {
	margin-bottom:20px;
}
.sidebar h1 {
	font-size: 17px;
	color: #3d6493;
}
.sidebar h1 span {
	font-size: 12px;
	font-weight: normal;
}
.sidebar ul {
	margin: 15px 0;
}
.sidebar ul li {
	list-style: none;
	padding: 0 0 0 20px;
	line-height: 18px;
	background: url('bullet1.gif') no-repeat;
	background-position: left 5px;
}
.sidebar a {
	color: #8EA229;
}
.sidebar a:hover {
	text-decoration: none;
}
#container div.content {
	width: 555px; 
	float: left;
	padding: 10px;
	margin-top:10px;
	background: #f3f3f3;
	border:1px solid #ebe9ea;
}
#container div.content.page{
	width: 555px !important;
	background:#F3F3F3 none repeat scroll 0 0;
	border:1px solid #EBE9EA; 
	
}
.content h1 {
	font-size: 17px;
	color: #525252;
	padding:0 0 10px 0;
}
.content h1 span {
	font-weight: normal;
}
.content ul {
	margin: 15px 0;
}
.content ul li {
	list-style: none;
	padding: 0 0 0 10px;
	line-height: 18px;
	background-position: left 4px;
	text-align:justify;
/*	background: url('bullet2.gif') no-repeat;
	font-weight: bold; */
}
.content ul li.dot {
	padding: 0 0 0 20px;
	line-height: 18px;
	text-align:justify;
	background: url('bullet2.gif') 0 5px no-repeat;
	font-weight: bold;
	margin: 0 0 0 20px;
}
.content a.paylink {
	width: 200px;
	display: block;
	float: left;
	background: #fda701 url('p_block.gif') top left repeat-x;
	border: 1px solid #8EA229;
	text-align: center;
	padding: 5px;
	color: #000;
	text-decoration: none;
	margin: 15px 0 0 0;
}
.content a.paydirect {
	width: 200px;
	display: block;
	float: right;
	background: #fda701 url('p_block.gif') top left repeat-x;
	border: 1px solid #8EA229;
	text-align: center;
	padding: 5px;
	color: #000;
	text-decoration: none;
	margin: 15px 0 0 0;
}
.paylink span, .paydirect span {
	font-size: 14px;
	color: #d40032;
	font-weight: bold;
}
.content p.learn {
	clear: both;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.content .learn a, .noteu a {
	color: #3d6493;
}
.content .learn a:hover, .noteu a:hover {
	text-decoration: none;
}
.content .noteu {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	background: url('ext.gif') center left no-repeat;
}
#container span.left {
	float: left;
	line-height: 28px;
	margin: 20px 0;
}
#container span.right {
	float: right;
	line-height: 28px;
	margin: 22px 0;
}
#container .right img {
	position: relative;
	bottom: 2px;
}
#container div.content2 {
	width: 772px;
       padding-bottom:10px;
       padding-left:10px;
       padding-right:10px;
}
.content2 h1 {
	font-size: 17px;
	margin: 0 0 10px 0;
}
.content2 h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.content2 ul {
	margin: 0 0 10px 30px;
}
.content2 p {
	padding: 0 0 15px 10px;
}
.content2 a {
	color: #8EA229;
	font-weight:bold;
}
.content2 a:hover {
	text-decoration: none;
}
div.footer {
	clear: both;
	width: 760px;
	padding: 10px;
	background:url(emerchant_footerbar.jpg) repeat-x top left #67685A;
	font-size: 10px;
	color: white;
	margin-bottom:30px;
	border:1px solid #67685A;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer span {
	line-height: 10px;
	margin: 0!important;
}

/* TIP */
.tipDiv {
	position: absolute;
	visibility: hidden;
	display:block;
}
DIV.tipDiv TABLE.notice TD.left {
	background-image: url(../images/tip_notice_left.gif);
	width:14px;
	height: 40px;
}
DIV.tipDiv TABLE.notice TD.center {
	background-image: url(../images/tip_notice_bg.gif);
	color: black;
	padding-left: 10px;
	padding-right: 6px;
}
DIV.tipDiv TABLE.notice TD.right {
	background-image:url(../images/tip_notice_right.gif);
	width: 14px;
}
DIV.tipDiv TABLE.error TD.left {
	background-image: url(../images/tip_error_left.gif);
	width:14px;
	height: 40px;
}
DIV.tipDiv TABLE.error TD.center {
	background-image: url(../images/tip_error_bg.gif);
	color: white;
	padding-left: 10px;
	padding-right: 6px;
}
DIV.tipDiv TABLE.error TD.right {
	background-image:url(../images/tip_error_right.gif);
	width: 14px;
}

.inquiry input.text-field {
	font:14px tahoma;
	padding: 4px;
	width:200px;
}

ol { margin-left:49px; }
.blocked { font: 40px myriad pro; padding-top:20px;text-align:center;}
.notshow { display:none;}

td a {
	color:#666;
	font-weight:bold;
}

a img{
 text-decoration:none;
}