html, body {
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	background-color:#ffffff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	direction: rtl;
}
h1, h2, h3, h4, p, form, fieldset, ul, li {
	margin: 0;
	padding: 0;
}
ul{ list-style: disc; padding-right:20px; }
ol{ list-style-type:decimal; list-style-position:inside;  }
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bold{ font-weight:bold; }
.s5{ height:5px; }
.s15{ height:15px; }
.s30{ height:30px; }
.s50{ height:50px; }
.sTop{ /* FF */
padding-top:0px;
}
.link3, .link3:hover{ color:#000; text-decoration:none; }
.link4{ color:#fff; text-decoration:none; float:right; }
.link4:hover{ color:#fff; text-decoration:none; }
.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.pink {
	color: #e83471;
}
.orange {
	color: #e65f05;
}
.blue {
	color: #136fb2;
}
.green {
	color: #a7d743;
}
.white {
	color: #ffffff;
}
.orange-bg {
	background-color: #e65f05;
}
.blue-bg {
	background-color: #156eb2;
}
.lblue-bg {
	background-color: #a7dbf1;
}
.green-bg {
	background-color: #a7d743;
}
.grey-bg {
	background-color: #f0f2f1;
}
#wrapper {
	margin: 0 auto;
	margin-top: -16px;
	width: 920px;
}
#header {
	height: 151px;
}
#header .logo {
	float: right;
	margin-top: 8px;
	margin-right: 6px;
}
#top {
	float: left;
	margin-top: 14px;
	margin-left: 24px;
	height: 26px;
	line-height: 26px;
}
#top img, #top input {
	vertical-align: middle;
}
#top .text {
	width: 181px;
	height: 24px;
	border: solid 1px #a7dbf1;
}
#main_menu {
	margin-top: 22px;
	padding: 0 17px;
	line-height: 46px;
	font-size: 18px;
	color: #a7d743;
}
#main_menu a {
	display: inline-block;
	height: 51px;
	color: #000000;
	text-align: center;
	background-image: url(../Img/menu_sep.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#main_menu a.last {
	background-image: none;
}
#main_menu a.tiny {
	width: 71px;
}
#main_menu a.small {
	width: 81px;
}
#main_menu a.medium {
	width: 96px;
}
#main_menu a.big {
	width: 142px;
}
#main_menu a.tiny:hover, #main_menu a.tiny_selected {
	width: 71px;
	background-image: url(../Img/menu_tiny_bg.jpg);
}
#main_menu a.small:hover, #main_menu a.small_selected {
	width: 81px;
	background-image: url(../Img/menu_small_bg.jpg);
}
#main_menu a.medium:hover, #main_menu a.medium_selected {
	width: 96px;
	background-image: url(../Img/menu_medium_bg.jpg);
}
#main_menu a.big:hover, #main_menu a.big_selected {
	width: 142px;
	background-image: url(../Img/menu_big_bg.jpg);
}
#main_menu a:hover, #main_menu a.selected:hover {
	text-decoration: none;
}
#index_menu {
}
#index_menu a.main {
	display: inline-block;
	margin-left: 6px;
	width: 158px;
	height: 31px;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #e95f06;
	text-align: center;
	background: url(../Img/btn_bg_index.jpg) no-repeat 0 0;
}
#index_menu a.main.last {
	margin-left: 0;
}
#index_menu a.main:hover {
	text-decoration: none;
}
#index_menu a.main.open {
	background-position: 0 -31px;
}
#index_menu .index-menu-subs {
	display: none;
	margin: 0px 245px 5px 0px;
	width: 650px;
	background: url(../Img/index_subs_bg.jpg) #c5edf9 no-repeat 0 0;
}
#index_menu .index-menu-subs .top {
	height: 7px;
	font-size: 0px;
	line-height: 7px;
	background: url(../Img/index_subs_top.jpg) no-repeat;
}
#index_menu .index-menu-subs.t1 .top {
	background-position: 0 0;
}
#index_menu .index-menu-subs.t2 .top {
	background-position: 0 -7px;
}
#index_menu .index-menu-subs.t3 .top {
	background-position: 0 -14px;
}
#index_menu .index-menu-subs.t4 .top {
	background-position: 0 -21px;
}
#index_menu .index-menu-subs ul {
	display: none;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#index_menu .index-menu-subs ul li {
	display: inline;
}
#index_menu .index-menu-subs ul li a {
	display: inline-block;
	margin-right: 10px;
	padding-right: 18px;
	width: 130px;
	height: 18px;
	line-height: 18px;
	background: url(../Img/index_subs_bullet.gif) no-repeat right center;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
body:nth-of-type(1) #index_menu .index-menu-subs ul li a {
	margin-right: 7px;
	padding-right: 16px;
	width: 137px;
}
#index_menu .index-menu-subs .bottom {
	height: 7px;
	font-size: 0px;
	line-height: 7px;
	background: url(../Img/index_subs_bottom.jpg) no-repeat 0 0;
}
#index_menu .index-menu-subs.small .bottom {
	background-position: 0 -7px;
}
#index_menu .index-menu-subs.medium .bottom {
	background-position: 0 -14px;
}
#index_menu .index-menu-subs.open {
	display: block;
}
#index_menu .index-menu-subs ul.open {
	display: block;
}
#main {
	padding: 0px 12px 30px 12px;
}
#main .right {
	float: right;
	margin-left: 23px;
	width: 222px;
}
#top_menu {  /* FF */
	margin:0 auto;
	margin-top: 18px;
	padding:0;
	float: right;
	padding-bottom: 12px;
	width: 650px;
}
#top_menu ul {
	list-style: none;
	margin:0 auto;
	padding:0;
}
#top_menu ul li {
	display: block;
	float: right;
	margin-left: 5px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 16px;
	background-image: url(../Img/orange_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	white-space:nowrap;
}
#main h1.title {
	margin-bottom: 0px;
	font-size: 22px;
	color: #1470b3;
}
#main .sub_menu {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #043254;
}
#main .sub_menu a {
	color: #043254;
}
.articles {
	position: relative;
	float: right;
	margin-bottom: 15px;
	width: 650px;
	height: 250px;
}
.articles .newsticker {
	position: relative;
	z-index: 0;
}
.articles .newsticker ul li {
	width: 650px;
	height: 250px;
}
.articles .newsticker ul li img {
	float: right;
	margin-left: 20px;
}
.articles .newsticker ul li h1 {
	margin-bottom: 5px;
	font-size: 28px;
	line-height: 26px;
}
.articles .newsticker ul li h3 {
	margin-bottom: 12px;
	font-size: 17px;
	color: #999999;
}
.articles .newsticker ul li p {
	font-size: 14px;
}
.articles .newsticker ul li a {
	text-decoration: underline;
}
.articles .go {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: #ffffff;
}
.articles .go a {
	display: inline-block;
	width:18px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}
.articles .go a.next, .articles .go a.prev, .articles .go a.selected  {
	color: #ffffff;
}
.articles .go {
	text-align: left;
}
#main .center {
	float: right;
	margin-left: 20px;
	width: 350px;
}
#main .left {
	float: right;
	width: 280px;
}
#main .center2 {
	float: right;
	margin-left: 15px;
	width: 250px;
}
#main .left2 {
	float: right;
	width: 380px;
}
#regForm {
	margin-bottom: 9px;
	padding: 0 10px;
	height: 243px;
	background-image: url(../Img/reg_form_bg.jpg);
	font-size: 14px;
	color: #000000;
}
#regForm p {
	padding-top: 35px;
	margin-bottom: 9px;
}
#regForm label {
	display: inline-block;
	width: 42px;
}
#regForm .text {
	margin-bottom: 3px;
	width: 143px;
	height: 24px;
	border: solid 1px #8bb9c9;
}
#regForm .submit {
	float: left;
	margin-top: 10px;
}
.banner {
	text-align: center;
	margin-bottom: 10px;
}
.bannerb {
	text-align: center;
	margin-bottom: 4px;
}
.bannerb img {
	border: solid 1px #999999;
}
.bannern {
	margin-bottom: 4px;
	width: 221px;
	height: 72px;
	background-image: url(../Img/new_banner_bg.png);
}
.bannern a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.bannern a img {
	float: right;
	margin-left: 9px;
}
.bannern a span {
	display: block;
	margin-top: 14px;
}
#pollForm {
	margin-top: 16px;
	margin-bottom: 15px;
}
#pollForm h3 {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
#pollForm label {
	font-size: 14px;
	color: #000000;
}
#pollForm input {
	vertical-align: middle;
	margin-bottom: 4px;
}
#pollForm .submit {
	float: left;
	margin-left: 8px;
}
#main .center .new {
	margin-top: -4px;
	margin-bottom: 8px;
}
#main .center .new .newsticker2 ul li {
	/*height: 87px;*/
	height: 90px;
}
#main .center .new h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 5px;
}
#main .center .experts {
	margin-bottom: 10px;
	width:350px;
}
#main .center .experts h2 {
	padding: 0 8px;
	height: 34px;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;
	text-align: left;
}
#main .center .experts ul{
width:350px;
margin:0 auto;
padding:0;
}
#main .center .experts ul li {
	float: right;
	list-style: none;
	margin-top: 7px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	width:87px;
}
#main .center .experts ul li.last {
	margin-left: 0px;
}
#main .center .experts ul li img {
	border: 1px solid #156eb2;
	/*border: ridge 2px #2469a0;*/
}
#main .center .kid_week h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 5px;
}
#main .center .kid_week img {
	float: right;
	margin-left: 10px;
}
#main .center .kid_week h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
#main .center .kid_week p {
	font-size: 13px;
}


#main .center .word {
	margin-bottom: 10px;
	width:350px;
}
#main .center .word h2 {
	padding: 0 8px;
	height: 34px;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;
	text-align: right;
}
#main .center .word img {
	float: right;
	margin-left: 10px;
	margin-top:5px;
}
#main .center .word h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
#main .center .word p {
	font-size: 13px;
}



.promote {
	margin-bottom: 20px;
}
#main .promote h2 {
	margin: 0;
	padding: 0 4px;
	height: 22px;
	font-size: 19px;
	line-height: 22px;
	color: #ffffff;
}
.promote h3 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.promote img {
	float: right;
	margin: 13px 3px 0 8px;
}
.promote .extra {
	float: left;
	margin: 6px 6px 0 0;
}
.promote p {
	font-size: 14px;
	padding-left:15px;
}
.promote a.btn {
	display: inline-block;
	float: left;
	margin-top: -7px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.promote a.btn img {
	margin: -5px 0 0 0;
	float: left;
}
.manager {
	margin-bottom: 6px;
	height: 100px;
}
.manager img {
	float: right;
	margin-left: 16px;
}
.manager p {
	padding-top: 20px;
	font-size: 14px;
	color: #525252;
}
.fb {
	margin-bottom: 8px;
}
.subject {
	margin-bottom: 6px;
}
.subject2 {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
	width: 189px;
	height: 127px;
}
.subject3 {
	float: right;
	margin-bottom: 6px;
	width: 185px;
	height: 127px;
}
.subject4 {
	margin-bottom: 8px;
}
.subject h3, .subject3 h3, .subject4 h3 {
	padding-top: 12px;
	padding-right: 13px;
	font-size: 18px;
}
.subject h3 {
	padding-top: 5px;
}
.subject3 h3 {
	padding-right: 8px;
}
.subject img {
	float: left;
	margin-right: 6px;
}
.subject4 img {
	float: right;
	margin-left: 14px;
}
.subject p, .subject3 p, .subject4 p {
	padding-top: 6px;
	padding-right: 13px;
	font-size: 14px;
}
.subject4 p {
	padding-left: 13px;
}
.subject3 p {
	padding-right: 8px;
	padding-left: 13px;
}
.subject2 p {
	padding-top: 6px;
	text-align: center;
}
.musaf {
	margin-bottom: 9px;
}
.musaf .item {
	padding-right: 13px;
}
.musaf h2 {
	margin: 0;
	padding: 0 14px;
	height: 23px;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	color: #ffffff;
}
.musaf h2.link {
	margin-top: 9px;
	text-align: left;
}
.musaf h3 {
	padding-top: 13px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.musaf img {
	float: right;
	margin: 9px 0px 0 14px;
}
.musaf .extra {
	float: left;
	margin: 4px 6px 0 2px;
}
.musaf p {
	padding-left: 13px;
	font-size: 14px;
}
.paging {
	font-size: 17px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
}
#footer {
	margin-bottom: 11px;
	border-top: solid 26px #a7dbf1;
}
#bottom_menu {
	margin: 0 auto;
	width: 920px;
	/*height: 33px;*/
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#footer .credit {
	margin: 0 auto;
	width: 920px;
	font-size: 12px;
	text-align: left;
}


/*****************************************************************************
//-> Imaba index
*****************************************************************************/
.index_tbl{
margin:0 auto;
padding:0;
width:650px;
}

.index_tbl_new{
margin:0 auto;
padding:0;
width:450px;
}
.index_tbl_new td{
margin:0 auto;
padding:10px 0;
vertical-align:top;
text-align:right;
}
.rtd_new{
width:85px;
}
.ltd_new{
width:365px;
font: 14px arial;
color:#000000;
}



.index_tbl td{
margin:0 auto;
padding:10px 0;
vertical-align:top;
text-align:right;
}
.rtd{
width:85px;
}
.ltd{
width:565px;
font: 14px arial;
color:#000000;
}
.ltd h2, .ltd_new h2{
font:bold 20px arial;
color:#a6daef;
}
.ltd a, .ltd_new a{
text-decoration:none;
color:#000000;
}
.ltd a:hover, .ltd_new a:hover{
text-decoration:underline;
color:#000000;
}
.index_h2, .index_h2 a{
font: bold 12px Arial, Helvetica, sans-serif;
/*color:#a7d743;*/
color: #1470b3;
text-decoration:none;
padding-bottom:5px;
}
.index_h2 a:hover{ text-decoration:underline; }


/*================*/
.index_tbl_new2{
margin:0 auto;
padding:0;
width:430px;
}
.index_tbl_new2 td{
margin:0 auto;
padding:0;
vertical-align:top;
text-align:right;
}
.index_tbl_new2 .rtd{
width:85px;
vertical-align:top;
}
.index_tbl_new2 .ltd{
width:285px;
font: 14px arial;
color:#000000;
vertical-align:top;
padding-bottom:25px;
}
.index_tbl_new2 .ltd h2{
font:bold 20px arial;
color:#a6daef;
}
.index_tbl_new2 .ltd a{
text-decoration:none;
color:#000000;
}
.index_tbl_new2 .ltd a:hover{
text-decoration:underline;
color:#000000;
}
.index_tbl_new2 .index_h2, .index_tbl_new2 .index_h2 a{
font: bold 12px Arial, Helvetica, sans-serif;
color: #1470b3;
text-decoration:none;
padding-bottom:5px;
}
.index_tbl_new2 .index_h2 a:hover{ text-decoration:underline; }

/*****************************************************************************
//-> Articles
*****************************************************************************/
.articles_tbl{
margin:0 auto;
padding:0;
width:650px;
margin-top:5px;
direction:rtl;
}
.articles_tbl td{
margin:0 auto;
vertical-align:top;
text-align:right;
width:305px;
padding-bottom:20px;
direction:rtl;
}
.articles_tbl td img{
float:right;
}
.articles_tbl td a{
float:left;
}
.articles_tbl td p{
margin:0 auto;
padding:5px 0 0 0;
}
.arttd_ttl{
width:298px;
height:20px;
/*background:#a7dbf1;*/
padding-right:5px;
padding-bottom:2px;
padding-left:2px;
}
.arttd_ttl h2{
font:bold 16px arial;
color:#ffffff;
float:right;
}
/*****************************************************************************
//-> Art
*****************************************************************************/
.artMaindiv{
margin:0 auto;
padding:0;
width:650px;
float:left;
}
.artRight{
margin:0 auto;
padding:0;
float:right;
width:465px;
}
.artRight img{
margin:0px 0px 6px 6px;
float:right;
}
.artLeft{
margin:0 auto;
padding:0;
width:185px;
float:left;
vertical-align:top;
}
.artPage_ads{
width:160px; height:600px; float:left; padding-top:15px; background:#ffffff;
}
/*****************************************************************************
//-> Article page
*****************************************************************************/
.articlePage{
width:650px; float:left; padding-top:10px;
}
.articlePage p{ margin:0 auto; padding:0 0 10px 0; }
.articlePageT{ line-height:24px; }
.articlePageIMG{ float:left; margin-right:10px; margin-bottom:10px; }
.link1{ color:#0e2e47; font:bold 14px arial; }
.link2{ color:#e65f05; font:bold 14px arial; }
.linksd{ color:#0e2e47; font:bold 14px arial; padding-bottom:5px; }
.articlePageSub{ margin:0 auto; padding:0px 0 20px 0; color:#535250; font: normal 14px arial; }
.articlePageMore{ width:195px; float:right; padding-top:10px; padding-left:10px; }
.articlePageMore a{ text-decoration:none; color:#000000; }
.articlePageMore a:hover{ text-decoration:none; }
.articlePageMore a img{ float:right; margin-left:5px; }



.articlePage_new{
width:515px; float:right; padding-top:10px;
}
.articlePage_new p{ margin:0 auto; padding:0 0 10px 0; line-height:18px; }
.articlePage_new p ul, .articlePage_new ul{ list-style-position:outside; padding:0; padding-right:15px; padding-bottom:5px; }
.articlePage_new p ul li, .articlePage_new ul li{ padding-bottom: 4px; line-height:18px; }

.articlePage_new p ol, .articlePage_new ol{ list-style-position:outside; padding:0; padding-right:15px;padding-bottom:5px; }
.articlePage_new p ol li, .articlePage_new ol li{ padding-bottom: 4px; line-height:18px; }

.articlePage_ads{
width:120px; height:600px; float:left; padding-top:15px; background:#ffffff;
}
/*****************************************************************************
//-> Member card
*****************************************************************************/
.mc_tbl{
margin:0 auto;
padding:0;
width:1000px;
background: url('../img/member_card_header.jpg') no-repeat top center;
margin-top:15px;
vertical-align:top;
}
.mc_tbl td{ vertical-align:top; }
.mc_titles{
width:575px; padding-right:65px; text-align:right; color:#063153; font: 14px Arial, Helvetica, sans-serif; padding-top:10px;
}
.mc_titles h1{
margin-bottom:0px;
font-size: 22px;
color: #e65f05;
}
.mc_titles h2{
margin-bottom:0px;
font-size: 18px;
}
.mc_titles img{ position:relative; top:5px; }
.mc_logo{ width:335px; text-align:center; margin:0 auto; padding:0; }
.mc_content{ width:435px; padding:75px 65px 30px 60px; text-align:right; }
.mc_pics{ width:335px; text-align:left; padding-top:120px; }
.mc_pic_bg{ float:left; width:275px; margin-left:60px; background:#2176b7; margin-bottom:30px; margin-top:40px; text-align:center; padding:3px 0; }
.mc_footer{ width:1000px; height:27px; background:#a7dbf1; }
.mc_credit{  font-size: 12px; text-align: left; padding-bottom:10px; }

.mc_coupon_box{ float:left; width:275px; margin-left:60px; }
.mc_coupon_top{
margin:0 auto;
padding:0;
width:275px;
height:23px;
background:url('../img/coupon_top.jpg') no-repeat top center;
}
.mc_coupon{
margin:0 auto;
padding:0;
border:1px dashed #000000;
border-top:none;
width:275px;
height:auto;
background:url('../img/coupon_bg.jpg') no-repeat bottom left;
text-align:right;
}
.mc_coupon p{
margin:0 auto;
padding:0;
padding-right:10px;
padding-left:10px;
}
.mc_coupon a, .mc_coupon p a{
color: #e65f05;
}


.mc_addrec{
margin:5px -10px 5px 5px; color:#000000;
}
.mc_addrec td{ vertical-align:top; }
.radio1{
position:relative;top:2px; width:12px; height:12px;
}
.mc_input1{
width:155px; border:1px solid #000000;
}
.mc_input2{
width:158px; border:1px solid #000000; 
}
.mc_input3{
width:155px; border:1px solid #000000; height:55px; overflow:auto;
}
.mc_p1{
text-align:right; line-height:20px;
}
.mc_p2{
line-height:20px;
padding:0;
margin:0;
font:12px Arial, Helvetica, sans-serif; 
color:#000000;
}
/*****************************************************************************
//-> Paging
*****************************************************************************/
.paging {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:14px;
	color:#166fb3;
}
.paging.display {
	text-align:right;
}
.paging a, .paging span {
	padding:0px 1px 2px 1px;
	font-weight:normal;
	color:#166fb3;
}
.paging span {
	font-weight:bold;
	font-size:28px;
	color:#166fb3;
}
.paging a, .paging a:visited {
	color:#91cefb;
	text-decoration:none;
}
.paging a:hover {
	text-decoration:none;
	background-color:#6C6C6C;
	color:#fff;
}
.paging span.prn {
	font-size:28px;
	color:#166fb3;
	font-weight:normal;
}
.paging a.prn, .paging a.prn:visited {
	/* border:2px solid #dddddd; */
}
.paging a.prn:hover {
	/* border-color:#000; */
}
.paging p#total_count {
	color:#166fb3;
	font-size:28px;
	font-weight:normal;
	padding-top:8px;
	padding-left:18px;
}
.paging p#total_display {
	color:#166fb3;
	font-size:28px;
	padding-top:10px;
}
/*****************************************************************************
//-> Contact
*****************************************************************************/
.contact_tbl{
margin:0 auto;
padding:0;
width:580px;
direction:rtl;
float:right;
padding:2px;
}
.contact_tbl td{
margin:0 auto;
padding:2px;
vertical-align:top;
}
/*****************************************************************************
//-> Links
*****************************************************************************/
.links{ margin:0 auto; padding:0; width:650px; float:left;  }
.linkItem{ margin:0 auto; padding:0; width:650px; padding-bottom:15px;   }
.linkItem h3{
font-size: 14px;
font-weight: normal;
line-height: 20px;
color: #a7dbf1;
font-weight:bold;
}
.linkItem h3 a{ color: #a7dbf1; text-decoration:none; }
.linkItem p{
margin:0 auto;
padding:0;
display:inline;
}
.link5{ color: #e65f05; text-decoration:none; }

/*****************************************************************************
//-> FAQ
*****************************************************************************/
#faq{
margin: 0 auto;
padding:0;
width:540px;
margin:20px 0;
}
#faq h2{
margin: 0 auto;
padding:0;
padding-right:10px;
height: 34px;
font-size: 22px;
font-weight: bold;
line-height: 34px;
color: #ffffff;
text-align: right;
}
#faq .qusts{ margin:8px 0 20px 0; }
#faq .qusts a{
color:#74ae04;
font-size:14px;
font-weight:bold;
line-height:18px;
}
#faq .qusts a img{ margin-left:4px; position:relative; top:1px; }
#faq .answs{ padding-top:25px; }
#faq .answs h3{ color:#74ae04; font-size:14px; font-size:14px;  }
/*****************************************************************************
//-> Blog
*****************************************************************************/
.blog{ margin:0 auto; padding:0; width:650px; float:left;  }
.blogItem{
margin:0 auto; padding:0; width:650px; padding-bottom:15px;
}
.blogItem h3{
font-size: 30px;
font-weight: normal;
line-height: 20px;
color: #a7dbf1;
padding-bottom:10px;
}
.blogItem p{
margin:0 auto;
padding:0;
padding-bottom:10px;
}
/*****************************************************************************
//-> Market
*****************************************************************************/
.market{ margin:0 auto; padding:0; width:650px; float:left;  }
.market_tbl{ float:right; width:450px; margin-top:15px; }
.market_ltd{ width:95px; border:1px solid #a7d743; border-left:none; background:#a7d743; padding:2px; vertical-align:top;  }
.market_rtd{ width:350px; border:1px solid #a7d743;  padding:2px 5px; vertical-align:top; text-decoration:none; }
.market_rtd a{ text-decoration:none; }
.market_date{  color:#b8b8b8;float:left; padding-left:2px;   }
.market_giving{ color:#a7d743; }
.market_asking{ color:#eb8404; }
.market_contact{
float:left; width:185px; height:880px;
margin:0 auto;  margin-top:15px;padding:0;
background-color:#ed8200;
/*
background-image: url(../img/market_form_bg.jpg);
background-repeat: no-repeat;
*/
}
.marketin{ text-decoration:none; color:#000000;}


.market_ltd_new{ width:95px; border:1px solid #eb8404; border-left:none; background:#eb8404; padding:2px; vertical-align:top;  }
.market_rtd_new{ width:350px; border:1px solid #eb8404;  padding:2px 5px; vertical-align:top; text-decoration:none; }
.market_rtd_new a{ text-decoration:none; } 
.market_new_giving{ color:#eb8404; }
.market_new_asking{ color:#009ecd; }
