p {
  margin: 0 0 10px 0;
  padding: 0;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


td {
    font-size: 100%;
    padding: 0;
}

body#bd {
    background: none repeat scroll 0 0 #ccc;
    color: #333333;
}

body#bd #ja-wrapper {
    
    overflow: hidden;
}

/* main navi */
#ja-mainnav .main {
    background: #124093;
    border-bottom: 4px solid #ED1A24;
    margin-top: 10px;
    
}

/* logo head */
#ja-header .main {
    padding: 0;
	height: 100px;
	border-bottom: none;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5; 
	
}

h1.logo {
    
    width: 132px;
	height: 68px;
	margin-top: 16px;
}

h1.logo a {
    background: url("../images/logo.gif") no-repeat scroll left center transparent;
    display: block;
    height: 68px;
    width: 132px;
}
#ja-slogan {
    width: 450px;
	position: absolute;
	right: 10px;
	top: 26px;
	font-weight: bold;
	text-align: right;
		
}
#ja-slogan p.s1{
    font-size: 18px;
	color: #124093;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 2px #fff;
	
}
#ja-slogan p.s2{
    font-size: 14px;
	color: #5a5959;
	margin: 0;
	padding: 0;
	
}
#ja-linehoz{
    width: 980px;
	height: 10px;
	border-top: 1px solid #cccccc;
	position: relative;
	top: 80px;
	left: 10px;
}



/*  message under logo  */

#ja-topsl .main {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 20px 0 0;
	border-bottom: none;
	background: #ffffff;
}
#ja-topsl .main-inner1 {
    border-bottom: none;
}

/*  body contents  */
#ja-container .main {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 20px 0 0;
}

/* path way */
#ja-navhelper .main {
    border-bottom: none;
    border-top: none;
    text-transform: uppercase;
	background: #f2f2f2;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0;
}

/*   slide show */
#ja-slidebody {
    margin: 0;
	padding: 0;
	
}
#ja-slidebody .main {
    
    background: #4871b7 url("../images/bg_slideshow.gif") repeat-x;
    position: relative;
	padding-top: 10px;
	height: 352px;
	
}


/* start GK4 style Appsprotech */


#gkIs-slideshow {
    width: 470px;
	background: #0d357d;
	padding: 10px 12px 10px 10px;
	margin-left: 10px;
	float: left;
}


.gkIsWrapper-gk_appsprotech .gkIsImage {
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: opacity 1s ease-out 0s;
    width: 100%;
	border: 1px solid #fff;
}

.gkIsWrapper-gk_appsprotech.loaded .gkIsPrev {
    left: 0;
    opacity: 1;
    transform: scale(1);
    z-index: 200;
}

.gkIsWrapper-gk_appsprotech.loaded .gkIsNext {
    opacity: 1;
    right: 0;
    transform: scale(1);
    z-index: 200;
}

.gkIsWrapper-gk_appsprotech .gkIsText h1{
    background: url(../images/bg_title_slide.png) repeat scroll 0 0 transparent;
    display: block;
    margin-top: 0;	
	color: #fff;
	font-size: 100%;
	text-transform: capitalize;
	text-shadow: 1px 1px 2px #000;
	
	line-height: 1em;
}

.gkIsWrapper-gk_appsprotech .gkIsText h1 a {
    color: #FFFFFF;
    display: block;
    line-height: 46px;
    margin-top: 0;
}


.gkIsWrapper-gk_appsprotech .gkIsPagination {
    bottom: -100px;
    height: 40px;
    position: absolute;
    text-align: center;
    transition: bottom 0.3s ease-out 0s;
    width: 100%;
    z-index: 100;
}

.gkIsWrapper-gk_appsprotech .gkIsPrev:hover,
.gkIsWrapper-gk_appsprotech .gkIsNext:hover { background-color: #047cb6; cursor: pointer; transform: scale(0.85)!important; }


.gkIsWrapper-gk_appsprotech .gkIsPagination:before, .gkIsWrapper-gk_appsprotech .gkIsPagination:after {
   /*  background: url("http://www.eabc-thailand.eu/templates/ja_t3_blank/themes/eabc-theme/css/images/pagination_lines.png") no-repeat scroll center 0 transparent; */
    background: none;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 101;
}


.gkIsWrapper-gk_appsprotech .gkIsPagination > ol li {
    float: left;
    height: 12px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 12px;
}

.gkIsWrapper-gk_appsprotech .gkIsPagination > ol li.active a, .gkIsWrapper-gk_appsprotech .gkIsPagination > ol li:hover a {
    background: none repeat scroll 0 0 #047cb6;
    height: 14px;
    margin: 0;
    width: 14px;
}

.gkIsWrapper-gk_appsprotech .gkIsPagination > ol li a {
    background: none repeat scroll 0 0 #cdcdcd;
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 12px;
    margin: 2px;
    transition: all 0.1s ease-out 0s;
    width: 12px;
}


.gkIsWrapper-gk_appsprotech .gkIsPrev, .gkIsWrapper-gk_appsprotech .gkIsNext {
  
    /* border: 1px solid #6d6d6d; */
    border: none;
    height: 50px;
	width: 50px;
    top: 82%;
    transform: scale(0);
    transition: background-color 0.3s ease-out 0s, transform 0.3s ease-out 0s, left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.3s linear 0s;
    
	    
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;    
    /* left: 30%; */
    margin-top: 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;

}

.gkIsWrapper-gk_appsprotech .gkIsPreloader {
    animation-direction: alternate;
    animation-duration: 0.35s;
    animation-iteration-count: infinite;
    animation-name: preloader;
    background: none repeat scroll 0 0 #8b602f;
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 8px;
    z-index: 128;
}


/* end GK4 style Appsprotech */



/* jevent list */
#ja-slidebody .latest_event_box{
    float: right;
    margin-right: 18px;
    position: relative;
    width: 444px;
	background: #b3d1ff;
    height: 292px;
}


#ja-slidebody .mod_events_latest_table {
   width: 400px;
   margin: 0 auto;
}

#ja-slidebody .mod_events_latest_table td{
    border-bottom: 1px dashed #fff;
	background: none;

}

td.mod_events_latest_first, td.mod_events_latest {
    border: none;
    padding: 10px 0 10px 0;	
}

#ja-slidebody .custom_alleventbt{
    background: url("../images/corner_3.png") no-repeat right bottom;
    bottom: 10px;
    height: 49px;
    position: absolute;
    right: 10px;
}

#ja-slidebody .custom_alleventbt p{
    float: right;
    margin-right: 16px;
	margin-top: 0;
}
#ja-slidebody .custom_upcoming{
    background: url("../images/box_left.png") no-repeat 0 0, url("../images/box_right.png") no-repeat right 0, url("../images/calendar_icon2.png") no-repeat 8px 4px,  url("../images/bg_title_event.gif") repeat-x 0 0;
    float: right;
    font-weight: bold;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 0;
    text-transform: uppercase;
    width: 460px;
	
}

#ja-slidebody .custom_upcoming h1{
     color: #FFFFFF;
    font-size: 14px;
    margin: 12px 0 0 44px;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px #00395e;
}






/* Jevent event calendar */
.mod_events_monthyear {
    background-color: #828282;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #F0F0F0;
    cursor: pointer;
    font-weight: bold;
    height: 21px !important;
    line-height: 21px;
    text-align: center !important;
    width: 190px !important;
}

.mod_events_table {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 0.25em;
    text-align: center;
    text-decoration: none;
    width: 190px !important;
}

#ja-right1 .moduletable_jcalendar table {
 margin-left: 16px;
}


/*  Home page title content */
h1.componentheading, .componentheading {
    background: url("../images/bg_title.gif") repeat-x 0 0;
    color: #124093;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    padding-left: 10px;
    padding-top: 6px;
}
.items-row {
    padding: 15px 10px;
}

/* article show full detail */
h2.contentheading, .contentheading{
    font-weight: normal;
	 color: #124093;
    font-size: 18px;
	padding-left: 0;
    padding-bottom: 16px;	
	
}
#ja-content-main .article-tools {
    	 padding-left: 0;
		 padding-bottom: 10px;
}

#ja-content-main .item-page h3 {

		 margin-bottom: 12px;
}

#phocagallery .pg-category-view-desc h3 {

		 margin-bottom: 12px;
}

#phocagallery .pg-category-view-desc p {

		 margin-bottom: 16px;

}

#ja-content-main .item-page p {
    	 padding-left: 0;
		 margin-bottom: 16px;
		 argin-top: 16px;
}

#ja-content-main .itemFullText p {
    	 padding-left: 0;
		 margin-bottom: 16px;
		 margin-top: 16px;
}

.blog-featured .contentheading {
    font-size: 18px;
}

h2.blog-featured .contentheading{
    font-weight: normal;
    color: #124093;
	padding-left: 0;
    padding-bottom: 16px;	
}

.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl {
    margin: 0;
    
}





/*  right colume */
div.ja-moduletable h3, div.moduletable h3 {
    border-bottom: 4px solid #CCCCCC;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 100%;
    text-transform: uppercase;
}
#ja-right1 .bcalendar{
    text-align: center;
}

/* mailing list box */
#ja-right1 .moduletable_maillist {
   background: #f9f5e6;
   padding-top: 8px;
   margin-top: 0;
}

#ja-right1 .moduletable_maillist  form {
    margin-left: 10px;
}
#ja-right1 .moduletable_maillist .email_maillist {
    margin-bottom: 6px;
}
#ja-right1 .moduletable_maillist #status103 {
     margin: 0 10px 10px 10px;
}


/*  footer page */
#ja-botsl .main {
    padding: 0;
	background: #124093;
	border-top: 4px solid #ED1A24;
	color: #ffffff;
}
#ja-botsl .main-inner1 {
    border-top: none;
    padding: 10px 0;
}

#ja-botsl  a:link{
   
	color: #ffffff;
}
#ja-botsl  a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#ja-botsl a:visited{
	color: #ffffff;
}


#ja-footer {
    clear: both;
    padding: 0;
}

#ja-footer .ja-copyright {
    background: #2955a4;
	/* height: 40px;
	padding-top: 16px; */
}
#ja-footer .menu ul{
    margin: 0;
	padding: 0;
	
}
#ja-footer .menu li{
 display: inline;
}
#ja-footer .menu li a:link{
    padding: 8px 10px 8px 10px;
	color: #ffffff;
}
#ja-footer .menu li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#ja-footer .menu li a:visited{
	color: #ffffff;
}

/* dot line */
#ja-topsl .ja-box {
    background: url("../images/dot-2.gif") repeat-y scroll right center transparent;
}
#ja-botsl .ja-box {
    background: url("../images/dot-1.gif") repeat-y scroll right center transparent;
}
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
    background: none;
}

/*  Jevent style */
.eventcontentheading {
    color: #124093;
    font-size: 18px;
    font-weight: normal;
    padding-top: 16px;
}

.facebook {
  width: 300px;
  height: 40px;
}
#jev_maincal{
  border: 1px solid #708088;
}


/* module styles
--------------------------------------------------*/
/* Round Module */
.ja-box-br{
   /* background: url("../images/b-br.gif") no-repeat bottom right #fff; */
      background: none;
   
}
.ja-box-bl{
   background: none;
}
.ja-box-tr{
   background: none;
}
.ja-box-tl{
   background: none;
   padding: 0 15px 0px;
}

/* none border Module */

div.modulenoneborder .ja-box-br{
   background: none;
}
div.modulenoneborder .ja-box-bl{
   background: none;
}
div.modulenoneborder .ja-box-tr{
   background: none;
}
div.modulenoneborder .ja-box-tl{
   background: none;
   padding: 0;
}

/*  Blue */
div.moduleblue{
  /* background: url("../images/bb-br.gif") no-repeat bottom right #00a9dd; */
  background: #009ccd;
  color: #fff;
  
}

div.moduleblue h3{
    background: #0065A8;
    color: #FFFFFF;
    font-size: 12px;
    
    left: 0;  
    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
	top: 0;
	text-shadow: 1px 1px 2px #00395e;
}


div.moduleblue form .LNAMEblue {
    margin-bottom: 10px;
}


div.moduleblue .ja-box-bl{
 /* background: url("../images/bb-bl.gif") no-repeat bottom left; */
  background: #009ccd;
}

div.moduleblue .ja-box-tr{
 /* background: url("../images/bb-tr.gif") no-repeat top right; */
  background: #009ccd;
}

div.moduleblue .ja-box-tl{
  /* background: url("../images/bb-tl.gif") no-repeat top left; */
  background: #009ccd;
}



/* gray */

div.modulegray h3{
    background: none repeat scroll 0 0 #0065A8;
    color: #FFFFFF;
    font-size: 12px;   
    left: 0;  
    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
	top: 0;
	text-shadow: 1px 1px 2px #00395e;
}

div.modulegray{
  /* background: url("../images/bb-br.gif") no-repeat bottom right #00a9dd; */
  background: #f6f6f6;
  padding: 40px 0 10px 0;
  
}
div.modulegray .ja-box-bl{
 /* background: url("../images/bb-bl.gif") no-repeat bottom left; */
  background: #f6f6f6;
}

div.modulegray .ja-box-tr{
 /* background: url("../images/bb-tr.gif") no-repeat top right; */
  background: #f6f6f6;
}

div.modulegray .ja-box-tl{
  /* background: url("../images/bb-tl.gif") no-repeat top left; */
  background: #f6f6f6;
}

/* end gray */

/* banner */
div.silver .banneritem{
text-align: center;
background: #f6f6f6;

}

div.modulebanner h3{
    background: none repeat scroll 0 0 #0065A8;
    color: #FFFFFF;
    font-size: 12px;   
    left: 0;  
    padding: 8px 0 8px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
	top: 0;
	text-shadow: 1px 1px 2px #00395e;
}

div.modulebanner{

  /* background: #fafafa; */
  padding: 30px 0 0 0;
  
}

div.modulebanner .ja-box-bl{

 
}
 div.modulebanner .ja-box-tr{

  
}

div.modulebanner .ja-box-tl{
  padding: 0;
}


/* end banner */



/*  Red */
div.modulered{
  background: url("../images/br-br.gif") no-repeat bottom right #bf0000;
}
div.modulered .ja-box-bl{
  background: url("../images/br-bl.gif") no-repeat bottom left;
}

div.modulered .ja-box-tr{
  background: url("../images/br-tr.gif") no-repeat top right;
}

div.modulered .ja-box-tl{
  background: url("../images/br-tl.gif") no-repeat top left;
  color: #fff;
}

/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badge ---*/
.badge {
	background-image: url("../images/badge.png");
	background-repeat: no-repeat;
	height: 46px;
	position: absolute;
	right: 0;
	width: 45px;
}

.badge-hot 	.badge { background-position: 0 0; }
.badge-new 	.badge { background-position: 0 -46px; }
.badge-pick .badge { background-position: 0 -92px; }
.badge-top 	.badge { background-position: 0 -138px; }



.bt-readmore a {
  background: #00a9dd url("../images/arrow.png") no-repeat 8% 47%;
  border: 1px solid #00a9dd;
  color: #fff;
  padding: 4px 8px 4px 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-top: 14px;
  display: block;
  width: 78px;
  
}

.bt-member a{
  background: #124093 url("../images/bg_spbt.gif") repeat-x;  
  color: #fff;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-top: 14px;
  display: block;
  width: 150px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;

}

p.readmore a {
  background: #00a9dd url("../images/arrow.png") no-repeat 8% 47%;
  border: 1px solid #00a9dd;
  color: #fff;
  padding: 4px 8px 4px 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-top: 14px;
  display: block;
  width: 78px;
}



.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
    float: left;
	}

#ja-content-main .bfPage p{
    margin: 0 0 10px 0;
	padding: 0;

}

/*  jevent style */

#jevents_body td, #jevents_body tr, #jevents_body p, #jevents_body div {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#ja-content .itemFullText ul li {

    line-height: 1.6em;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 30px;
}
#jevents_body li.ev_td_li {
    border-style: solid;
    border-width: 0 0 1px 5px;
    display: block;
    list-style-type: none !important;
    margin: 10px 0;
    padding: 0 0 10px 10px;
}
#jevents_body .ev_ul p{
    margin: 0;
	padding: 0;
	line-height: 20px;
}
 /*  Tool tip event calendar */
.jevtip {
    background-color:#cecfcf !important;
	z-index:999;
	box-shadow: 5px 5px 5px #888888;
	padding: 4px;
	}
.jevtip hr{
    color: #fff;
	width: 100%;
	height: 2px;
	background: #fff;
}
 /*  event catalog bar */

div#jevcatbar {
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9;
}
div#cal_title{
text-align: left;
font-weight: bold;
}
.cal_td_daysnames{
text-align: left;
font-weight: bold;
}

/* banner right */
.bannergrouprightbanner {
   padding-top: 15px;
}


/* top big banner */

#ja-topbigbanner .main {
  
   height: 102px; 
   text-align: center;
   background: #fff;
   padding-top: 12px;
}



/* top banner */
#ja-top-banner .main {
   background: #e2e2e2;
 /* padding-top: 6px;
   text-align: center; */
   height: 100px; 
}

#ja-top-banner .main .nbs-flexisel-inner {
    /* background: -moz-linear-gradient(center top , #FCFCFC 0%, #EEEEEE 100%) repeat scroll 0 0 #FCFCFC; */
	background: none;
    overflow: hidden;
    width: 100%;
}
#ja-top-banner .main .nbs-flexisel-nav-left{
display: none;
}
#ja-top-banner .main .nbs-flexisel-nav-right{
display: none;
}
/*  end top banner  */




/*  partner banner style  */

.moduletable_partner .nbs-flexisel-inner {
    /* background: -moz-linear-gradient(center top , #FCFCFC 0%, #EEEEEE 100%) repeat scroll 0 0 #FCFCFC; */
	background: none;
    overflow: hidden;
    width: 100%;
}






/*  end partner banner style  */




.bannergrouptopbanner .banneritem {
   float: left;
   padding-left: 40px;
}

/*  Table Consurtium */
.table_consurtium {
    width: 640px;
}
.table_consurtium td{
    text-align: center;
}

/* more article */
.items-more h3{
font-size: 16px;
font-weight: normal;
}

/* event page display */


#ja-content-main .eventcontent p {
 padding: 14px 10px 0 10px;
}

.eventcontentheading h3{
   font-size: 16px;
   font-weight: bold;
   padding: 10px;
   background: #ccc;
}
.eventdatetime {
   width: 60%;
   padding: 10px 10px 10px 60px;
   background: #eee url("../images/calendar_icon.png") no-repeat 10px 10px;
   height: 50px;
   vertical-align: top;
}
.eventlocation {
   width: 40%;
   padding: 10px 10px 10px 40px;
   background: #eee;
   height: 50px;
   vertical-align: top;
   background: #eee url("../images/pin_icon.png") no-repeat 10px 10px;
}
.eventinfo {
   padding: 10px;
   vertical-align: top;
}

.eventdetail td{
   padding: 10px;
}



.bt-backevent a {
  background: #eee;
  border: 1px solid #ccc;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 74px;
}
.bfQuickMode legend {
    background: none repeat scroll 0 0 #92C1FF;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 100%;
    padding: 5px;
}
 /* avocacy detail page */
.avocacy_person {
    float: right;
	width: 160px;
	padding: 16px 10px 0 10px;
	background: #eeeeee;
	margin-left: 20px;
	text-align: center;
}
.avocacy_person img{
    border: 1px solid #dbdbdb;
	margin: 10px 0 10px 0;
}

#ja-content-main .category-desc {
   padding: 10px 10px 0 10px;
   background: #eee;
}
#ja-content-main .category-desc h3{
   margin-bottom: 16px;

}
 /*  sub menu event cat */
div#jevcatbar {
	z-index: 999;
	padding: 0px 0px 0px 0px;
	margin:0px;
	height: 28px;
	width:100%;
	border-bottom:1px solid #e3e3e3;
	border-left:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
}
div#jevcatbar li:hover ul, div#jevcatbar li.sfhover ul {
	left: 2px;  
	z-index: 999;
	margin-left: 0px;
	padding-left:1px;
}

/* attach file box style  */

#main div.attachmentsList caption, div.attachmentsList caption {
    font-size: 110%;
    font-weight: bold;
    margin: 10px 0 10px 0;
    text-align: left;
}
#main div.attachmentsList tbody tr.odd, #main div.attachmentsList table tbody tr.odd td, div.attachmentsList tbody tr.odd, div.attachmentsList table tbody tr.odd td {
    background: none repeat scroll 0 0 transparent;
    padding: 8px;
}

#main div.attachmentsList tbody tr.even, #main div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even td, div.attachmentsList tbody tr.even {
    background-color: #EEEEEE;
	  padding: 8px;
}

/* style slide and tap in article */
div.jwts_content {
    padding: 16px;
}

/* board of director */
.boardtable {
width: 680px;
margin: 0 auto;
font-size: 12px;
}

.boardtable img{
border: 1px solid #dbdbdb;
}



.boardtable tr td{
text-align: center;
padding: 8px;
vertical-align: top;
}

.position-title{
text-align: center;
padding: 8px 14px 8px 14px;
background: url("../images/bg_position.gif") repeat-x #0066CC;
color: #fff;
font-weight: bold;
width: 120px;
margin: 0 auto;
}


.board-name{
text-align: center;
padding: 8px 14px 8px 14px;
background: #e2e2e2;
color: #000;
width: 160px;
margin: 0 auto;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0px 2px 2px #888888;
}

.board-member{
text-align: center;
padding: 8px 14px 8px 14px;
background: #e2e2e2;
color: #000;
width: 180px;
margin: 0 auto;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 0px 2px 2px #888888;
}

.custom-error h2{

padding-top: 6px;
padding-left: 10px;
height: 22px;
font-size: 15px;
}
.custom-error h3{

padding-top: 6px;
padding-left: 10px;
font-size: 14px;
font-weight: bold;

}

.gkIsWrapper-gk_coffe .gkIsText {
    color: #585048;
    font-size: 12px;
    height: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}

/*  page num style */

.pagination ul, ul.pagenav {
    float: left;
    margin-bottom: 0;
    padding-top: 10px;
}

p.counter {
  margin-top: 10px;

}

/* staff page */
.staffinfo{
 width: 96%;
 padding: 16px 16px 0 16px;
 margin: 0 0 40px 0;
 border-top: 1px solid #e2e2e2;
 border-bottom: 1px solid #e2e2e2;
 background: #f2f2f2;
}
.staffinfo img{
 float: left;
 border: 1px solid #dbdbdb;
 margin-right: 20px;
}
.staffinfo p{
overflow: hidden;
padding: 0;
margin: 0;
}

/* member table list style */
.membertable {
  width: 650px;
  font-size: 12px;
  margin: 0 auto;
}
.membertable tr{
vertical-align: top;
}
.memberlinestyle td{
  border-bottom: 1px dashed #CACACA;
  padding: 4px 8px 4px 6px;
}

.membertable-title{
  background: #dbdbdb;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  height: 30px;
}
.membertable-title span{
 padding-left: 6px;
}
.membertable-title td{
 vertical-align: middle;
}


#ja-content .jwts_tabbernav li{
list-style: none;
background: none;
padding: 0;
margin: 0;  
}


ul.jwts_tabbernav li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/tab_bg.jpg") repeat-x scroll 50% center #EEEEEE;
    border-color: #BBBBBB #BBBBBB -moz-use-text-color;
    border-image: none;
    border-radius: 2px 2px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #222222;
    font-size: 14px;
    margin: 0 2px 0 0;
    padding: 4px 8px 2px;
}


/* style catagory list */
#ja-content-main .category-list h2 {
    background: url("../images/bg_title.gif") repeat-x 0 0;
    color: #124093;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    padding-left: 10px;
    padding-top: 6px;
	border-bottom: none;
}
thead tr th {
	background: #B7CBEB;
	color: #1240B3;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #124093; }

cat-list-row0, .cat-list-row1, .cat-list-row12, tr.cat-list-row0 td, tr.cat-list-row1 td, tr.cat-list-row2 td {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}
cat-list-row0, .cat-list-row2, .cat-list-row1, tr.cat-list-row0 td, tr.cat-list-row2 td, tr.cat-list-row1 td {
    border-color: #DDDDDD;
	}
.cat-list-row0:hover, .cat-list-row1:hover, .cat-list-row2:hover { background: #ffffcc; }

/* end style catagory list */


/* WTO Form */
.wtodiv {
background: #eee;
margin: 0 0 0 20px;
position: relative;
border: 1px solid #ccc;
padding: 16px 10px 0 10px;

}
.wtotitle {
 width: 575px;
 margin-left: 20px;
 margin-top: 20px;
 height: 20px;
 background: url("../images/bg_title.gif") repeat-x 0 0;
 text-align: left;
 padding: 6px 0 5px 5px;
 font-weight: bold;
}
.btsubmit {
  width: 70px;
  height: 30px;

}


/* style member news */

#ja-newsbox .main {
  background: #fff;
}

#ja-newsbox .main .main-inner1 .moduletable_membernews{
  padding: 10px 10px 20px 10px;
  width: 728px;
  height: auto;
  position: relative;
  margin: 0;
}

#ja-newsbox .main .main-inner1 .moduletable_membernews h3{
  background: url("../images/bg_title.gif") repeat-x;
  color: #124093;
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  padding-left: 10px;
  padding-top: 8px;
  text-transform: none;
  border-bottom: none;
  margin: 0;
  
}
 
#ja-newsbox .main .main-inner1 .custom_membernews{
background: #eee;
padding: 10px;
}
#ja-newsbox .main .main-inner1 .custom_membernews ul{
list-style: disc;
padding-left: 20px;
}
/*
#ja-newsbox .main .main-inner1 .membernews-box{
 padding: 0 20px 10px 20px; 
}

#ja-newsbox .main .main-inner1 h1 {
  background: url("../images/bg_title.gif") repeat-x;
  color: #124093;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  padding-left: 10px;
  padding-top: 6px;
  margin-bottom: 14px;
 }
 #ja-newsbox .main .main-inner1 p {
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
 }
 #ja-newsbox .main .main-inner1 h2 {
 padding: 0;
 margin: 0 0 8px 0;
 font-size: 110%;
 }
*/

/* start table for ICT unlock */
.icttable {
 font-size: 14px;
 width: 700px;
}
.icttable td{
 padding: 6px;
 /* border: 1px dotted #ccc; */
 
}

.tabletitle {
 font-size: 18px;
 font-weight: bold;
}
.titlebox{
 border: 2px solid #000;
}
.tablesubtitle {
 border-top: 2px solid #5a7cba;
 border-bottom: 2px solid #5a7cba;
}
.tableend {
border-bottom: 2px solid #5a7cba;
}

/* end table for ICT unlock */

/* partner banner */
div.ja-moduletable, div.moduletable {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 20px;
    position: relative;
}

div.ja-moduletable h3, div.moduletable h3 {
    border-bottom: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    margin: 0 0 8px 20px;
    overflow: hidden;
    padding: 8px 8px 8px 14px;

}

.moduletable_partner {
   border-top: 1px solid #efefef;
}

.moduletable_partner h3{
     background: #efefef;
	 width: 270px;

}

/* start home colum */
#ja-homecolume .main{
  padding-top: 20px;
  background: #fff;
}
div.module_newshome {
  margin-bottom: 0;
}
div.module_newshome h3{
 background: url("../images/box_left_white.png") no-repeat scroll 0 0px, url("../images/box_right_white.png") no-repeat scroll right 0px, url("../images/bg_title_gray.gif") repeat-x scroll 0 0 transparent;
    /* background: #0065A8; */
    color: #FFFFFF;
	font-size: 14px;
    height: 30px;
    left: 7px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 12px;
    position: absolute;
    text-shadow: 1px 1px 2px #00395E;
    text-transform: uppercase;
    top: 0;
    width: 323px;
}

.nspArts {
    -moz-box-sizing: border-box;
    overflow: hidden;
    padding: 0;
	background: #efefef;
	margin-top: 50px;
}
.nspArt img.nspImage {
    border: 6px solid #d1d1d1;
    max-width: 100%;
}

.nspArt h4.nspHeader {
    font-size: 14px;
    margin: 0;
    padding: 15px 15px 6px;
	width: 90%;
}
.nspArt p.nspInfo {
    display: block !important;
    font-size: 12px;
	padding: 0 15px;
	color: #00a9dd;
}
.nspArt p.nspText {
    display: block !important;
    margin: 0;
    padding: 15px !important;
}
.nspCol1 {
    margin-bottom: 20px;
    width: 100%;
	position: relative;
}
.nspArt .fright {
    background: url("../images/bg_readmore.png") no-repeat transparent;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    padding: 4px 8px 4px 24px;
    text-transform: uppercase;
    width: 82px;
	
}
div.module_readmore_home {
margin-left: 0;
margin-right: 0;
}

div.custom_readmore_home {
    background: none repeat scroll 0 0 #00A9DD;
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px #00395E;
}

div.custom_readmore_home a:link, div.custom_readmore_home a:visited {
   color: #fff;
   text-decoration: none;
}
div.custom_readmore_home a:hover{
   color: #fff;
   text-decoration: underline;
}

div.module_newshome .nspPagination li {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    float: left;
    height: 12px;
    margin: 1px 4px 0 0 !important;
    text-indent: -999em;
    width: 12px;
	padding-left: 0;
}

div.module_newshome .nspPagination li:hover, div.module_newshome .nspPagination li.active {
    background-color: #999999;
}


.ja-breadcrums {
    float: left;
    padding: 4px 10px;
	margin-top: 0;
	width: 98%;
	text-indent: 0;
}


/* k2 style */

/* #k2Container a.modal {
border: 0px;
display: inline-block;
margin: 0 10px 0 0;
position: relative;
top: auto;
left: 0px;
width: auto;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 0 0 0;
-moz-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
} */

div.itemView {
    border-bottom: none;
    margin: 0 0 24px;
    padding: 8px 0 24px;
}

div.itemBackToTop {
   background: #e2e2e2;    
    float: right;
    text-align: center;
	-moz-border-radius: 4px;
    border-radius: 4px;
	padding: 6px 10px;

}


div.itemBackToTop a {
    color: #999;
    text-decoration: none;
	
}

div.itemListCategory {
    background: #F7FAFE;
	border-top: none;
	border-left: none;
	border-right: none;
    /* border-bottom: 1px dotted #ccc; */
	border: 1px dotted #d1d1d1;
    margin: 0;
    padding: 8px;
	
}

div.itemListCategory h2 {
    margin: 0;
	padding-bottom: 0;
	font-size: 16px;
	color: #124093;
	text-transform: uppercase;
}

div.itemIntroText {
    color: #000;
    font-size: 100%;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
}

div.k2Pagination {
    color: #999999;
    margin: 24px 0 4px;
    padding: 8px;
    text-align: left;
}


.k2Pagination {
    margin: 20px 0;
}
.counter {
    float: right;
    line-height: 1;
    margin: 10px 0;
    text-align: right;
}
.k2Pagination ul {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
	
}
.k2Pagination ul > li {
    display: inline;
	background: none;
	line-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 0;
}

.k2Pagination ul > li:first-child > a, .k2Pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.k2Pagination ul > .disabled > span, .k2Pagination ul > .disabled > a, .k2Pagination ul > .disabled > a:hover, .k2Pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.k2Pagination ul > li > a, .k2Pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.k2Pagination ul > li > a:hover, .k2Pagination ul > li > a:focus, .k2Pagination ul > .active > a, .k2Pagination ul > .active > span {
background-color: #eee;
}

.k2Pagination ul > li:last-child > a, .k2Pagination ul > li:last-child > span{
 border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
}

div.catItemHeader h3.catItemTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 110%;
    margin: 0;
    padding: 4px 8px;
	text-transform: uppercase;
	font-weight: bold;
}

div.itemContainer {
    border: 1px dotted #CCCCCC;
    float: left;
    margin-top: 10px;
	
}
div.itemContainerLast {
    margin-left: 24px;
}
div.catItemImageBlock {
    margin: 0;
    padding: 0;
}

div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background: none;
}

div.catItemLinks {
    margin: 0;
    padding: 0;
}
.catItemReadMore a {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: block;
    font-size: 92%;
    line-height: normal;
    padding: 6px 10px;
	background: #eee;
}

.catItemReadMore a:hover {
   background: #0099cc;
   border-color: #0099cc;
   color: #fff;
   text-shadow: 0 -1px 0 rgba (0, 0, 0, 0.4);
   text-decoration: none;


}

div.catItemReadMore {
    display: block;
    padding: 4px;
    width: 110px;
	float: right;
}

div.k2FeedIcon {
position: absolute;
left: 712px;
top: 27px;
}
div.k2Pageresults {
float: right;
margin: 8px 8px 0 0;
}

div.itemHeader h2.itemTitle {    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px;
    font-weight: bold;
	color: #124093;
    line-height: 110%;
    margin: 0;
    padding: 0 0 4px 0;
	text-transform: uppercase;
}

div.catItemHeader span.catItemDateCreated {
   color: #00A9DD;
    font-size: 100%;
	padding-left: 8px;
}
div.itemHeader span.itemDateCreated {
    
	color: #00A9DD;
    font-size: 100%;
}



div.itemFullText {
    padding: 0;
}
div.itemBackToTop a {
    text-decoration: none;
}

/* top toolbar  */
div.itemToolbar {
    
	background: #FFFFF0;
	border: 1px dotted #e9e9d9;
	box-shadow: 1px 1px 1px #e9e9d9;
    margin: 16px 0 0;
    padding: 4px;
}

div.itemToolbar ul li {
    background: none;
    border-left: none;
    display: inline;
    float: right;
    list-style: none outside none;
    margin: 0;
    text-align: center;
}

div.itemToolbar ul li.fontResizer {
    color: #2484B0;
    float: left;
    font-size: 12px;
    margin-right: 548px;
    padding-left: 0;
}

div.itemToolbar ul li a#fontDecrease img {
    background: url("../images/font_decrease.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    width: 17px;
}

div.itemToolbar ul li a#fontIncrease img {
    background: url("../images/font_increase.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    width: 17px;
}

div.itemToolbar ul li a.itemPrintLink {
    background: url("../images/print-link-icon.png") no-repeat scroll center 3px transparent;
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -999em;
    width: 24px;
}

div.itemToolbar ul li a.itemImageGalleryLink {
    background: url("../images/photo-link-icon.png") no-repeat scroll center 4px transparent;
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -999em;
    width: 24px;
}
/* end top toolbar  */

/* start item navigation */
div.itemNavigation {
    background: #FFFFF0 url("../images/dot-navi.png") repeat-y center 0;
    border-bottom: none;
    border-top: none;
	border: 1px dotted #e9e9d9;
	box-shadow: 1px 1px 1px #e9e9d9;
    margin: 0 0 24px;
    padding: 4px 8px;
}

div.itemNavigation a.itemPrevious {
    padding: 0;
}

div.itemNavigation a.itemNext {
    padding: 0;
}

div.itempreviousbox{
  
   background: url("../images/previous.png") no-repeat 0 10px;
    float: left;
    min-height: 60px;
    padding: 28px 0 0 22px;
    width: 45%;
}

div.itemnextbox{
   width: 45%;
   float: right;
   background: url("../images/next.png") no-repeat right 10px;
 
   min-height: 60px;
   padding: 28px 22px 0 0;
   text-align: right;
}


/* end item navigation */


span.itemImage {
    display: block;
    line-height: 1px;
}
span.itemImageCaption {
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 8%;
}
span.itemImageCredits {
    color: #999999;
    display: block;
    float: right;
    font-style: italic;
    margin-right: 8%;
	overflow: hidden;
}
span.itemImage img {
    border: 6px solid #eee;
    padding: 0;
}
span.catItemImage img{
	width: 298px;
	height: 194px;
    border: 6px solid #eee;
    padding: 0;

}

/* images on member page */
span.catItemImageMember {
    display: block;
    margin: 0 0 8px;
    text-align: center;
}

span.catItemImageMember img{
	
	
    border: none;
    padding: 0;

}

div.itemImageBlockMember{
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
	margin-bottom: 10px;
}
div.itemImageBlockMember img{
 border: none;
 }

/* images on member page */


/* mailchimp style */

div.moduleblue form {
    margin-top: 44px;
	height: 180px;
}

div.moduleblue input {
    font-family: Helvetica,Arial,sans-serif;
    background: #38b9e1;
    border: 1px solid #6fd4f3;
    color: #FFFFFF;
    height: 18px;
    width: 170px;
}


div.moduleblue .chimp_button {
    background: #38b9e1;
    color: #fff;
    cursor: pointer;
    height: 26px;    
    width: 84px;
	border: 1px solid #048ab4;
}

/* end mailchimp style */


div.k2SearchBlock form input.inputbox {
    background: #0d3988;
    border: 1px solid #517ac5;
    color: #FFFFFF;
    height: 20px;
    width: 140px;
}
div.k2SearchBlock form input.button {
    background: #0d3988;
    color: #FFFFFF;
    cursor: pointer;
	padding: 3px;
	border: 1px solid #517ac5;

}

/* k2 extrafields */
div.itemExtraFields {
    border-top: 1px dotted #DDDDDD;
    margin: 0;
    padding: 8px 0 0;
}
div.itemExtraFields ul li.typeTextarea span.itemExtraFieldsValue {
white-space: pre-line;
display: table;
}



/* end k2 extrafields */



#k2Container {
    padding: 0;
}

div.catItemBody {
    margin: 0;
    padding: 8px;
}

div.catItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
}

div.catItemHeader {
    margin-top: 4px;
}

div.itemImageGallery h3{
 font-size: 16px;
 color: #124093;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 0;
    padding: 4px;
}

/* k2 image gallery style */

ul.sigProSleek span.sigProPseudoCaption {
    /* background: #000000; */
	background: none;
    opacity: 0.7;
}

ul.sigProSleek span.sigProPseudoCaption, ul.sigProSleek span.sigProCaption {
    bottom: 0;
    display: block;
    font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
    font-size: 11px;
    left: 0;
    padding: 2px 4px;
    position: absolute;
    right: 0;
    text-align: left;
}
ul.sigProSleek li.sigProThumb a.sigProLink {
    border: 6px solid #EEEEEE;
    color: #FFFFFF;
}
.fancyboxCounter {
    margin-right: 10px;
}
/* end k2 style */

#ja-botsl div.moduletable_address h3{
margin: 0 0 10px 0;
padding: 0;
}


div.itemContainerLast_jeab {
    margin-left: 0;

}

div.itemContainer_jeab {
    border: 1px dotted #ccc;
    float: left;
    margin-top: 10px;
	background: #F7FAFE;
}

div.itemContainer_jeab .catItemBody{
  display: none;
}

/* k2 attach block */

div.itemAttachmentsBlock {
    border-bottom: none;
	border-top: none;
    padding: 8px 0 8px 40px;
	margin: 20px 0 0 0;
	background: #FFFFF0 url("../images/attach_icon.png") no-repeat 4px 6px;
}

div.itemAttachmentsBlock ul.itemAttachments {
    display: list-item;
    list-style: none;
    margin: 0;
    padding: 0;
}
div.itemAttachmentsBlock ul.itemAttachments li {
    display: list-item;
    list-style: disc;
    margin: 0;
    text-align: left;
	line-height: 180%;
	background: none;
}

/* style member page */
span.itemImage {
    display: block;
    margin: 0 0 8px;
    text-align: center;
}
div.itemExtraFieldsMember {
    border-top: none;
    margin: 16px 0 0;
    padding: 8px 0 0;
}

div.itemExtraFieldsMember h3 {
    background: #F6F6F6;
	padding: 8px;
}

div.itemExtraFieldsMember ul li span.itemExtraFieldsLabel {
    display: block;
    float: left;
    font-weight: bold;
    margin: 8px;
    width: 30%;
}

div.itemExtraFieldsMember ul li span.itemExtraFieldsValue {
  display: block;
    float: left;
    font-weight: bold;
    margin: 8px;
}
div.itemExtraFieldsMember .itemExtraFieldsValue img {
    border: 1px solid #CCCCCC;
    box-shadow: 3px 3px 3px #CCCCCC;
    padding: 4px;
}

div.userItemImageBlock {
    float: none;
    margin: 0;
    padding: 0;
}
span.userItemImage {
    display: block;
    margin: 0 8px 8px 0;
    text-align: left;
}
div.eventcalendar{
 margin-left: -7px;
}


/*  member menu type */
div.membertype ul li {
    background: none;
    border: none;
    margin-bottom: 4px;
	padding-left: 0;
   
}
div.membertype ul li a {
    display: block;
	 padding: 4px;
}
div.membertype ul li a:hover {
    display: block;
	background: #eee;
	color: #000;
	 padding: 4px;
	 text-decoration: none;
}
/* end member menu type */

/* smart search */

div.finder button {
    background: #0d3988;
    border: 1px solid #517ac5;
    color: #fff;
    cursor: pointer;	
	font-size: 100%;
	padding: 3px;
	margin-left: 6px;
}

div.finder input.inputbox {
    background: #0d3988;
    border: 1px solid #517ac5;
    color: #fff;
    height: 20px;
    width: 154px;
}
div#search-results dt.result-title{
    font-weight: normal;
    margin-bottom: 10px;
	font-size: 110%;
}
div#search-results dd.result-text{
    margin-bottom: 10px;
	margin-left: 0;
}

div#search-results dd.result-url{
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
	margin-left: 0;
	padding-bottom: 10px;
	color: #999;
}

#finder-filter-window {
    border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
    margin: 0;
    overflow: auto;
    padding: 6px 0 12px;
    width: 100%;
}

ul#finder-filter-select-list {
    top: 4em !important;
}

#finder-filter-select-list li {
   margin-top: 6px;
}
#finder-filter-select-list label {
   margin-right: 6px;
}
/* end smart serch */
#k2Container ul.jwts_tabbernav li{
     padding-left: 0;
}