	.statusbar {width:100%; height:30px; box-sizing:border-box;}
	.statusbar div{float:left;box-sizing:border-box; height:30px; background: #ebebeb; color:#333; font-size:10px; padding:7px 10px 0px 10px; border-right:1px solid #dddddd; text-transform:uppercase;}
	#selstat {background: #2f4050; color:#fff;}
	#statusbarpaging, #statusbarpaging2 {float:right;background: #2f4050; color:#fff; border-right:none; }
	#statusbarpaging {border-top-right-radius:3px;} #statusbarpaging2 {border-bottom-right-radius:3px;}
	.statusbar div span {height:10px;width:10px;border-radius:50%;display:inline-block;margin-right:5px; margin-bottom:-2px;}
	.sbar_authorised {background: #bada55;}
	.sbar_pending {background: #dddddd;}
	.sbar_complete {background: #4c70e6;}
	.sbar_declined, .sbar_cancelled {background: #ed2f46;}
	.sbar_despatched {background: #6f6f6f;}
	.sbar_pob {background: #f958f0;}
	.sbar_active {background: #bada55;}
	.sbar_disabled {background: #ed2f46;}
    .wsug {display:none; position:absolute; height:200px; overflow-y:scroll;box-sizing:border-box; border:1px solid #ffb931; background:#fff;}
    .wsug ul {list-style:none; margin:0; padding:0;}
	.wsug ul li {padding:2px 4px; font-size:11px;border-bottom: 1px dotted #ffe594;cursor:pointer;}
    .wsug ul li:nth-child(odd){background:#fff9e7;}
	.wsug ul li:nth-child(even){background:#fff;}
    .psug {display:none; position:absolute; height:200px; box-sizing:border-box;}
    #cash, #card, #paypal, #account {width:40px; height:40px;}
	#cash:hover, #card:hover, #paypal:hover, #account:hover {opacity:0.9;border-bottom:1px solid #ebebeb;}
	#cash {background: url('/admin/img/cashicon.jpg') center center no-repeat; background-size:40px;}
	#card {background: url('/admin/img/cardicon.jpg') center center no-repeat; background-size:40px;}
	#paypal {background: url('/admin/img/paypalicon.jpg') center center no-repeat; background-size:40px;}
	#account {background: url('/admin/img/accounticon.jpg') center center no-repeat; background-size:40px;}
#jSuggestContainer {position:absolute;font-size:11px;border:1px solid #ffb931;background:#fff; width:50%;}
.jSuggestLoading {font-style:italic;padding: 10px;}
#jSuggestContainer ul, #jSuggestContainer ul li{margin: 0;padding:0;list-style:none;}
#jSuggestContainer ul li{padding: 2px 4px;border-bottom: 1px dotted #ffe594;color:#666;cursor:pointer;}
#jSuggestContainer ul li span{width:23%; float:left; box-sizing:border-box; padding:2px;}
#cp_acc_type {width:8% !important;}
#jSuggestContainer ul li:nth-child(odd){background:#fff9e7;}
#jSuggestContainer ul li:nth-child(even){background:#fff;}

#jSuggestContainer ul li.last{border-bottom: 0;}
#jSuggestContainer ul li.jSuggestHover{background:#ffeaaa;color:#333;}
