	.contentContainer .sfContentBlock {
	background:#ff6b00;
	padding:20px 0;
	}
	.contentContainer .sfContentBlock h1 {
		margin:0 auto;
	    max-width: 1365px;
		color:#fff;
	}
	
	.contentContainer .contentPadding {
		max-width:1365px;
		margin:0 auto;
	}
	
	.gridder-list.faq {
		width:18%;
		padding:0;
		margin:0;
		margin-right:1.3%;
		height:100px;
		background:none;
		margin-top:20px;
		*margin-bottom:20px;
	}
	.gridder-list.faq .gridder-thumb {
		height:100px;
		width:100%;
		/*background:#ff6b00;*/
		background:#fff;
		position:relative;
		-webkit-box-shadow: 0 0 10px #999;
		-moz-box-shadow: 0 0 10px #999;
		box-shadow: 0 0 10px #999;
		
	}
	.gridder-list.faq .gridder-thumb:hover, .gridder-list.imactive .gridder-thumb {
		background:#ff6b00;
		color:#fff;
	}
	
	.gridder-list.faq .gridder-thumb .tinner
	{
		width:100%;
		height:100px;
		font-size:20px;
		font-weight:bold;
	}
	
	.faq-content .gridder-show
	{
		background:#ff6b00;
		color:#fff;
		margin-left:0%;
		/*margin-right:1.3%;*/
		width:96%;
		-webkit-box-shadow: 0 10px 10px #999;
		-moz-box-shadow: 0 10px 10px #999;
		box-shadow: 0 10px 10px #999;
		
	}
	
	.gridder-list.imactive:after {
		background: #ff6b00;
		color:#fff;
		width: 100%;
		left: 0;
		border: 0;
		height: 20px;
		margin-bottom: -10px;
		-webkit-box-shadow: 0 10px 10px #999;
		-moz-box-shadow: 0 10px 10px #999;
		box-shadow: 0 10px 10px #999;
	}
	
	.faqitem {
		font-size:18px;
		line-height:28px;
		width:48%;
		*width:47.5%;
		float:left;
		
		padding-right:2%;
	}
	.faqitem table {
		margin-bottom:0;
	}
	.tinner td {
		padding:5px 5px 5px 5px;
		vertical-align:middle;
	}
	.faqitem td {
		padding:5px 5px 5px 5px;
		vertical-align:top;
	}
	.faqitem td ul, .faqitem td ul li {
		list-style:none;
		margin:0;
	}
	
	.faqitem td ul li {
		font-weight:normal;
		background:url(../images/common/tick2.png) no-repeat left top;
		padding: 0px 0px 0px 30px;
		list-style: none;
		margin: 0;
		font-size:18px;
		line-height:28px;
	}
	.faqitem td a {
		color:#fff;
	}

	
@media only screen and (max-width: 1024px){
	.gridder-list.faq .gridder-thumb .tinner, .faqitem {
		font-size:16px;
	}
	.faq-content .gridder-show {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 10px;
	}
}
@media only screen and (max-width: 767px){
	.gridder-list.faq {
		width:31.5%;
	}
	.faqitem {
		width:100%;
	}
}

@media only screen and (max-width: 568px){ 
	.gridder-list.faq {
		width:48%;
	}
}