* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.SingleTab {
    margin: 0px 0px 8px 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 13px/30px arial;
    /* background:url("images/r.png") darkcyan; */
        background: #1459ad;
    display:inline-block;
    padding: 0 20px;
    height: 30px;
    border-radius: 5px;
    text-transform: uppercase;
}
.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 10px;
}
.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;
    color: black !important;
    font: 13px "Segoe UI",Tahoma,Verdana;
}
.SingleTab .Wrap .first .title a {
    color: #555;
    font: bold 13px "Segoe UI",Tahoma,Verdana;
    text-decoration: none;
}
.SingleTab .Wrap .first .title a:hover {
    color: #dd127b;    
}
.SingleTab .Wrap a:hover {
    color: #dd127b;    
}
.SingleTab .Wrap .clear {
    clear: both;
}
.SingleTab .Wrap .next {
    color: #1879cf;
    list-style: outside none square;
    margin-top: 5px;
    padding-left: 11px;
}
.SingleTab .Wrap .next li {
    padding: 4px 0;
}
.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;
}
