/*body{
	margin: 20px;
	padding: 0px;
	width: 60%;
}*/

li{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
.ask-questions-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 4px;
}
.ask-content{
	font-size: 13px;
	word-wrap: break-word;
	line-height: 19px;
}
.ask-content-form{
	width: 90%;
	margin-bottom: 14px;
}
.ask-content-form input{
	width: 65%;
	padding: 3px 7px 3px 29px;
	background-color: #fff;
	height: 31px;
	line-height: normal;
	border: 1px solid #a6a6a6;
    border-top-color: #949494;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.5),0 1px 0 rgba(0,0,0,.07) inset;
    outline: 0;
    margin: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    transition: all 100ms linear;
	margin-top: 18px;
	margin-bottom: 10px;
}
.cus-ask-form input:focus{
	border-color: #e77600;
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}
.changeable-icon .fa{
font-size: 38px;
vertical-align: middle;
}

.boxes .box-header {
  font-family: "Oswald",sans-serif !important;
  letter-spacing: 1px;
}
.cus-ask-form > i {
  color: #868a8d;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 26px;
  position: absolute;
}
.cus-qa .left-section ul {
  padding: 0;
  margin: 0;
}
.cus-qa .left-section {
  float: left;
  /*width: 65px;*/
  width: 8%;
}
.cus-qa .right-section {
  float: left;
  padding-left: 1%;
  width: 90%;
}
.cus-qa .left-section li{
	text-align: center;
	line-height: 20px;
}
.cus-qa .left-section i {
  cursor: pointer;
  font-size: 40px;
  line-height: 20px;
  color: #868a8d;
  display: block;
}
.cus-qa .left-section i:hover{
	color: #E47910;
} 
.cus-qa .left-section ul {
  border-right: 1px solid #ddd;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 65px;
}
.cus-list-text {
  font-size: 13px;
}
.cus-qa .right-section .questions {
  margin-bottom: 10px;
}
.cus-qa .right-section .cus-bold-left {
  color: #000;
  float: left;
  font-size: 13px;
  font-weight: 700;
  width: 100px;
}
.cus-qa .right-section .questions .cus-designe-que a {
  color: #0066c0;
}
.cus-qa .right-section .questions .cus-designe-que a:hover {
  color: #c45500;
  cursor: pointer;
  text-decoration: underline;
}
.cus-qa .right-section .answer .cus-designe-ans {
  color: #111;
  float: left;
}
.cus-qa .right-section .answer .cus-designe-ans .ans-by {
  color: #767676;
}
.cus-qa .right-section .answer .cus-designe-ans .see-more a {
  color: #0066c0;
  margin-left: 5px;
}
.cus-qa .right-section .answer .cus-designe-ans .see-more a:hover{
	color: #c45500;
	text-decoration: underline;
}
.cus-qa .right-section .answer .internal-ans{
	margin-bottom: 10px;
}
.cus-qa {
  display: inline-block;
  margin-bottom: 14px;
  width: 100%;
}
.cus-qa .right-section .answer .cus-designe-ans .cus-collaps {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cus-qa .right-section .answer .cus-designe-ans .cus-collaps button{
  line-height: 19px;
  padding: 5px 10px 5px 11px;
  text-align: left;
  white-space: normal;
  background: transparent;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  border-radius: 2px;
  border: 1px solid #949494; 
  cursor: pointer;
}
.cus-qa .right-section .answer .cus-designe-ans .cus-collaps button:focus{
	box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.pages.dckap_pager {
  width: 100%;
    height: 29px;
}
.pages.dckap_pager > span {
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 4px;
}
.pages.dckap_pager > ol {
  float: right;
} 
.pages.dckap_pager a:hover {
  text-decoration: none;
  border-color: #777;
}
.pages.dckap_pager li.current {
  background: none repeat scroll 0 0 #777;
  color: #fff;
  line-height: 22px;
  margin-right: 5px;
  margin-top: 3px;
}
.pages.dckap_pager a {
  background: none repeat scroll 0 0;  
  color: #000;
  width: 30px;
  line-height: 27px;
}
.pages.dckap_pager .totalitems {
  color: #444;
  margin-right: 15px;
  text-transform: uppercase;
}
.pages.dckap_pager {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #c3c3c3;
  margin: 10px 0;
  padding: 2px 0px;
  width: 100%;
}
.pages.dckap_pager > span.totalitems {
  float: left;
  margin-left: 10px;
  width:auto;
}
.page_no {
    float: right;
}
.page_no span {
    float: left !important;
    line-height: 26px;
    padding-right: 7px;
}
.page_no > ol {
    float: left;
}
.page_no > ol li {
    float: left;
    text-align: center;
    width: 20px;
}