#tab_box {
  display:inline;
  float:left;
  width:370px;
  height:290px;
  padding:20px;
  overflow:hidden;
}
#tab_box dl {
  background:url(l_line.gif) center top no-repeat;
}


#tab {
  float:left;
  background:url(tab_bg.gif) 189px top no-repeat;
}

.tab_m {
  float:left;
  width:190px;
  margin-top:40px;
  text-align:right;
}

.tab_m ul li {
  line-height:34px;
  padding-right:20px;
}

.tab_m ul li.s {
  background:url(tab_m_bg.png) left top no-repeat;
  font-weight:bold;
  color:#1F7ACD;
}



#tab_box dl {
  clear:both;
  margin-bottom:10px;
  padding:15px 0px 0px 0px;
  background:url(c_line.gif) center top no-repeat;
  text-align:left;
}

#tab_box dt {
  font-weight:bold;
}

#tab_box dd {
  font-size:12px;
  color:#999;
}

#tab_box dl .image {
  float:left;
  width:55px;
  height:55px;
  margin:0px 15px 0px 0px;
  padding:4px;
  background:url(tab_box_img_bg.gif) left top no-repeat;
}

#tab_box dl .image span {
  display:block;
  width:55px;
  height:55px;
  overflow:hidden;
}

#tab_box dl .image img {
  width:55px;
  height:auto;
}

#tab_box .dl1,#tab_box .article_list .dl1 {
  background:none;
}

.dis {
 display:block;
}

.undis {
 display:none;
}


#sidebar {
  float:right;
  width:300px;
  line-height:16px;
  min-height:304px !important;
  padding:0px 30px 0px 20px;
  background:url(sidebar_line.gif) left center no-repeat;
  color:#999;
  font-size:12px;
  overflow:hidden;
}

#sidebar h4 {
  line-height:50px;
  color:#1F7ACD;
  font-weight:normal;
}

#sidebar ul li {
  font-size:12px;
  overflow:hidden;
  height:47px;
  line-height:23px;
  font-size:12px;
  overflow:hidden;
}

#sidebar dl {
  float:left;
  width:70px;
  height:60px;
  margin:3px 6px 6px 3px;
}

#sidebar dt {
  display:none;
}

#sidebar dl span {
  display:block;
  width:70px;
  height:60px;
  overflow:hidden;
  border:1px solid #ccc;
}

#sidebar dl a img {
  width:70px;
}


#sidebar ul {
  padding:5px 0px 0px 24px;
  background:url(sidebar_icon.gif) left 14px no-repeat;
}

#sidebar a {
  display:block;
}

/*=== tabs ===*/

/*
	* Required 
*/
.loopedCarousel .container {height:177px; overflow:hidden; position:relative;  padding-bottom:19px;}
.loopedCarousel .slides {position:absolute; top:0; left:0;}
.loopedCarousel .slides div {
	position:absolute;
	top:0;
	width:172px;
	height:217px;
	margin-top:10px;
	display:none;
	color:#999;
}	


.loopedCarousel .slides div dt a {display:block;height:120px;overflow:hidden;color:#999;text-align:center;}
.loopedCarousel .slides div dt img {
text-align:center;
width:166px;
}

	.loopedCarousel .slides dl {

	}
	.loopedCarousel .slides dl dt {}
	.loopedCarousel .slides dl dd {

		border-top:none;
		padding:8px 7px 10px 11px;

	}
	.loopedCarousel .slides dl dd.last {
		overflow:hidden;
		border-top:none;
		padding:6px 7px 6px 11px;
	}
		.loopedCarousel .slides dl dd.last img {
			float:right;
			
		}
		.loopedCarousel .slides dl dd strong {
		color:#666;
		display:block;
		}
	h2.extra-title {
		position:absolute;
		left:0;
		top:0;
		line-height:30px;
		margin-bottom:0;
		padding-left:20px;
		color:#002B72;
		font-size:18px;
		background:url(liens.gif) 8px 12px no-repeat;
		font-weight:normal;
		}
h2.extra-title a {color:#002B72;}
h2.extra-title span {padding-left:10px;color:#84A4CA;}
/*
	* Optional
*/
.loopedCarousel { position:relative; clear:both; }
.loopedCarousel ul.pagination { 
	float:right;
	padding:10px 6px 0 0;
}
.loopedCarousel ul.pagination li  { float:left; padding-left:4px;}
.loopedCarousel ul.pagination li a {
	float:left;
	width:15px;
	height:15px;
	background:url(bull1.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999em;
}
.loopedCarousel ul.pagination li a:hover {
	text-decoration:none;
	background:url(bull2.gif) no-repeat 0 0;
}
.loopedCarousel ul.pagination li.active a {
	background:url(bull2.gif) no-repeat 0 0;
}

.carousel-nav {
	float:right;
	padding:0 0 0 0;
}
	.carousel-nav li {
		float:left;
		padding-left:4px;
	}

.loopedCarousel .previous {
	float:left;
	width:31px;
	height:31px;
	background:url(prev-button.gif) no-repeat 0 0;
}
.loopedCarousel .next {
	float:left;
	width:31px;
	height:31px;
	background:url(next-button.gif) no-repeat 0 0;
}