* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    text-rendering: geometricprecision;
     /*font-family: 'Nunito', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
.SingleTab {
    margin: 0px 0px 15px 0px;
    width: 100%;
}
.SingleTab .Header {
  	background: #f5f3f3;
  	height: 28px;
  	width: 100%;
}
.SingleTab .Header span.text {
    background: url(images/c.png) no-repeat left top;
    display: block;
    float:left;
    height: 35px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.SingleTab .Header .HeaderWraper {
}
.SingleTab .Header .HeaderWrap .text > a {
    position: relative;
    color: #ffffff;
    font: bold 12.5px/30px 'Arial', sans-serif, arial;
    background: #1a3f5e url("images/r.png") no-repeat top right;
    display:inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.SingleTab .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.SingleTab .Header .HeadWraper li {
    display: inline-block;
    float: left;
}
.SingleTab .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
    background: #cecece none repeat scroll 0 0;
    margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
    margin-right: 6px;
}
.SingleTab .Wrap {
  	border: 1px solid #e0e0e0;
  	height: 285px;
  	margin: 0;
  	padding: 10px 15px 10px 5px;
}
.SingleTab .Wrap .first {
}
.SingleTab .Wrap .first .image {
    float: left;
    height: 120px;
    margin-right: 10px;
    width: 160px;
}
.SingleTab .Wrap .first .title {
    margin: 0;
    padding: 0;
}
.SingleTab .Wrap .first .title .new{
  	padding-left: 8px;
    background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
    color: transparent;
  	
}
.SingleTab .Wrap .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    font-size: 14px;
  /*  border-bottom: 1px dotted #8c8c8c; */
}
.SingleTab .Wrap .first .title a {
    color: #555;
    font-weight: bold;
    font-size: 15px;
}
.SingleTab .Wrap .first .title a:hover {
    color: #dd127b;    
}
.SingleTab .Wrap a:hover {
    color: #dd127b;    
}
.SingleTab .Wrap .clear {
    clear: both;
}
.SingleTab .Wrap .next {
    color: #cc0000;
    list-style: outside none square;
    margin-top: 5px;
    padding-left: 18px;
}
.SingleTab .Wrap .next li {
    padding: 4px 0;
    border-top: 1px dotted #8c8c8c;
}
.SingleTab .Wrap .next li a {
    text-decoration: none;
}
.SingleTab .Wrap .next li a .new{
    padding-left: 7px;
    background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
    color: transparent;
}

.SingeTabPager .header-title .title {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background-color: #1575d6;
    padding: 0 15px;
    line-height: 29px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.SingeTabPager .header-title .title::after {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 24px solid #1575d6;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}
.SingeTabPager {
    margin-bottom: 15px;
}
.SingeTabPager .header-title 
{
    border-bottom: 2px solid #1575d6;
    width: 100%;
}
.SingeTabPager > div:nth-child(2) {
    border: 1px solid #eee;
}
.SingeTabPager .lvwContent {
}
.SingeTabPager .tb-content {
    padding: 5px;
}
.SingeTabPager .lvwContent .tb-content .td-item {
    background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll left center;
    padding: 4px 0 4px 18px;
}
.SingeTabPager .lvwContent .a-item:hover {
    color: #b82805;
    font: 10pt arial;
}
.SingeTabPager div:nth-child(3) {
    padding: 10px;
    text-align: right;
}
.SingeTabPager .div-pager {
    text-align: right;
}
.SingeTabPager .CurrentPage {
    background: #02A2F2 none repeat scroll 0 0;
    color: #0099d6;
    cursor: pointer;
    display: inline-block;
    font: bold 0 arial;
    height: 10px;
    margin-right: 5px;
    vertical-align: top;
    width: 10px;
}
.SingeTabPager .ButtonPage {
    background: #02A2F2 none repeat scroll 0 0;
    display: inline-block;
    font: 0 arial;
    height: 10px;
    margin-right: 5px;
    opacity: 0.5;
    vertical-align: top;
    width: 10px;
}
