
.BulkOrderList ul {
    list-style-type: none;
    padding: 0 0 0 8px;
    margin: 0;
    width: 100%;
}
.BulkOrderList ul > li {
    display: block;
    list-style-type: none !important;
    margin: 0 0 5px;
    position: relative;
}
.BulkOrderList ul > li::before {
    background:url(http://cdn.shopclues.com/images/banners/Work/MerchantSeller/star-list.jpg);
    content: " ";
    height: 9px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 9px;
}
.BulkOrderList ul > li > span {
    color: #6b6969;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 20px;
}
.SupportList{
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;	
}
.SupportList li{
	float:left;
	width:30%;
	margin:0 49px 0 0;	
}
.SupportList li:last-child{
	margin-right:0;	
}
.SupportList li > div:first-child{
	display:inline-block;
	padding:4px 16px;
	text-align:left;
	color:#219fc7;	
	font-size:16px;
	margin:0 0 10px 0;
	position: relative;
	text-transform: uppercase;
	
}
.SupportList li > div:first-child:before{
	position: absolute;
content: "";
height: 27px;
width: 7px;
left: 0;
top: 2px;
background-color: #219fc7;
	border:1px solid #eeeeee;
}
.SupportList li > div:nth-child(2){
	display:block;
	padding:3px 0 0 0px;	
}
.SupportList li > div:nth-child(2) > span{
	display:block;
	color:#000;
	font-size:13px;
	font-weight: 600;
	
}
.boxText{
	display: inline-block;
	text-align: left;
	padding: 11px 16px;
	background-color: #fcfcfc;
	color: #000;
	border:1px solid #efeeeb;
	font-weight: 600;font-size: 14px;
}
.lightGrey{
	color: #6b6969  !important;
	font-size: 14px !important;
	
}
.ListPanel li.ActiveArrow{
	background-color:#fff;
}
.ListPanel li.ActiveArrow > span:first-child:after{
	background-image:url(http://cdn.shopclues.com/images/banners/Work/MerchantSeller/minus-icon.png);
}

.ListPanel > li > span:first-child:after{
background-image:url(http://cdn.shopclues.com/images/banners/Work/MerchantSeller/plus-arrow.png);
    background-repeat: no-repeat;
    content: "";
    height: 9px;
    right: 25px;
	top:16px;
    position: absolute;
    width: 9px;
	transition:all 0.3s ease-in-out 0s;
}
.noBullet{
	list-style: none;
}
.ListPanel {
    padding: 0px;
    border: solid 1px #d9d9d9;
    list-style-type: none;
    width: 916px;
}
.ListPanel li.ActiveArrow {
    background-color: #fff;
}
.ListPanel > li {
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #d9d9d9;
}
.ListPanel > li > span:first-child {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    margin-left: 20px;
    position: relative;
}
.ListPanel > li > span:nth-child(2) {
    text-align: left;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 21px;
    padding-left: 42px;
    transition: all 0.3s ease-in-out 0s;
}
.policytext > li > span:nth-child(2){
	font-size: 12px !important;
	color: #6b6969 !important;
	padding-bottom: 10px;
	
}
.ListPanel > li ul{
	list-style-type: disc;
	
}
.merchantQues {
    display: inline-block;
    width: 100%;
}
.merchantQues > span:first-child {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #3d3d3c;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.merchantQues > span:nth-child(2) {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #6b6969;
    margin: 0 0 10px 0;
}
.lstTab{
	

	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	padding-top: 30px;
}
.lstTab li{
	float: left;
	margin-right: 31px;
}
.lstTab li a{
	display: inline-block;
	padding: 13px 27px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-align: center;
	background-color: #f5f5f5;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	border: 1px solid #fff;
}
.lstTab li a:hover{ 
	color: #219fc7;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
	border: 1px solid #e1e1e1;
}
.lstTab li:last-child{
	margin-right: 0;
}