/* themeshock banner v1 */
html div.img_tag{
	font-family:inherit;
	width:250px;
}
html div.img_tag a {
	text-align: inherit;
}
html div.ts_banner{
	font-family: 'Open Sans', sans-serif;
	width:100%;
	background-color:#fff;
	/*box-shadow: 0px 1px 6px #9e9e9e;*/
	border-radius:4px;
	border:1px solid #9e9e9e;
	/*max-height: 500px;*/
}
html div.ts_banner *{
	font-family: inherit;
}

html div.ts_banner h3{
	margin: 0;
	padding:10px;
	text-align:center;
	font-size: 21px;
}
html div.ts_banner h3.main_title{
	background: #B40101;
	color: #fff;
	margin-bottom: 5px;
	border-radius: 4px 4px 0 0;
}
html div.ts_banner h3.emph-title{
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 7px;
}
html div.ts_banner p{
	margin: 0;
	padding:0 10px;
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	color: #333;
}
html div.ts_banner ul li.c1 a,html div.ts_banner p a{
	text-decoration: underline;
	display: inline;
}
html div.ts_banner ul li.c1 a:hover,html div.ts_banner p a:hover{
	text-decoration: none;
}
html div.ts_banner ul{
	padding: 0 0 4px 2px;
	margin: 0;
}
html div.ts_banner ul li{
	display: inline-block;
	padding: 0 0 10px 2px;
	margin: 0;
	vertical-align: bottom;
	font-size: 11px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 7px;
	color: #333;
	position: relative;
}
html div.ts_banner ul li.c1{
	width: 91%;
	margin-left: 10px;
}
html  div#header_ic div.ts_banner p{
	font-weight:normal;
}
html div#header_ic{
	width:inherit;
}
html div#header_ic div.ts_banner ul li.c1 a.btn{
	padding-top:8px;
	text-align:center;
}
html div.ts_banner ul li.c1 a.btn{
	position: absolute;
	top: 0;
	right: 0;
}
html div.ts_banner ul li.c2{
	width: 26%;
	text-align: right;
}
html div.ts_banner ul li.c2 a{
	padding: 4px;
	width: 40px;
	margin: 0 auto;
	text-align: center;
}
html div.ts_banner ul li.last{
	border-bottom:none;
	margin-bottom:0;
}
/*Only sttles info_ts parent*/
html div.ts_banner.info_ts h3.main_title{
	font-size: 20px;
}

html div.ts_banner.info_ts ul li.c1{
	margin-top: 9px;
	padding-bottom: 16px;
	text-align: center;
}
html div.ts_banner.info_ts ul li.c1 h5{
	font-size: 17px;
	margin:0;
	padding:0 0 10px;
}

