.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: 1px solid #FFF;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #5388d7;
  font-family:"Arial", Helvetica, sans-serif;
  padding: 10px;
  color:#FFF;
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #FFF;
  color: #7B7E85;
  padding: 3px 0px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #2f73d7;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}
.tb
{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	border:none;
	width:600px;
}
.tr1
{
	width:600px;
	border:#FFF solid 1px;
	height:30px;
	margin:0px;
	padding:0px;
	float:left;
	background:#7fb3e3;
}
.td1
{
	width:50px;
	border-right:#FFF solid 1px;
	line-height:30px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	font-weight:normal;
	color:#FFF;
	background:#7fb3e3;

}
.td2
{
	width:310px;
	border-right:#FFF solid 1px;
	line-height:30px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	font-weight:normal;
	color:#FFF;
	background:#7fb3e3;

}
.td3
{
	width:180px;
	line-height:30px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	font-weight:normal;
	color:#FFF;
	background:#7fb3e3;

}