/*default design*/
#power{padding:20px 0}
#power a{color:#fff}
.btn-primary{
	color: #FFF;
	background-color: #2b65ed;
	border-color: #214bb5;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary{
	color: #FFF;
	background-color: #214bb5;
	border-color: #214bb5;
}
/*used for column box headers:*/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	color: #FFF;
	background-color: #585858;
	border-color: #585858;
}
.category_breadcrumbs{display:none;}
/*used for category menu, active categories and parents*/
/*including the to-be-changed incorrect ID catagorytree*/
#categorytree a.list-group-item-success, #catagorytree a.list-group-item-success{
	color: #fff;
}
#categorytree .list-group-item-success, #catagorytree .list-group-item-success {
	background-color: #001B58;
}
/*used for category menu, hover on active categories and parents*/
/*including the to-be-changed incorrect ID catagorytree*/
#categorytree a.list-group-item-success:focus, #categorytree a.list-group-item-success:hover, #catagorytree a.list-group-item-success:focus, #catagorytree a.list-group-item-success:hover {
	color: #fff;
	background-color: #4D5F8A;
}
/*custom*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
.center{text-align:center}
#pagefooter{padding:25px}

.v2_productListQty{display:none !important}
.v2_productListWeight{display:none !important}
#grid_vs_table{display:none !important}

.prodListRow{min-height:100px}
.prodListEachInner{text-align:left}
.productListBuyNow, .productListPrice{float:right}
.productListImage{float:left}
.prodListEach{overflow:hidden}

.productListName h2, .productListImage{margin-top:8px}
.productListPrice{font-size:20px;margin:6px 0 0 12px}

#hero{
	color:#fff;
	text-shadow:1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000;
	background:#dedede url(/images/assets/hero_1366_449_80.jpg);
	background-size:cover;
	background-position: center 75%;
	padding:100px 0;
}
.logowrap{width:80%;background-color:rgba(254, 254, 254, 0.7);padding:25px;margin:0 auto;border-radius:6px}
#hero_checkout{
	color:#fff;
	text-shadow:1px 1px #000, 1px -1px #000, -1px 1px #000, -1px -1px #000;
	background:#dedede url(/images/assets/hero_1366_449_80.jpg);
	background-size:cover;
	background-position: center 75%;
	padding:10px 0;
}
.logowrap_checkout{width:80%;background-color:rgba(254, 254, 254, 0.7);padding:25px;margin:0 auto;border-radius:6px}

#custommainpage h4{display:table;width:100%;white-space: nowrap;}
#custommainpage h4.through-line:after{
	background-clip: padding;
	background-image: linear-gradient(transparent 48%, #dddddd 49%, #dddddd 51%, transparent 51%);
	content: "";
	display: table-cell;
	width: 100%;
	border-left: 10px solid #eaeaea;
}

.productListWeight{
	text-align: right;
	padding-right: 15px;
}

.show_orderweight_throughout{display:block}

.wrap_staff_select_account_list_each{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#fff
}
	#rp_segmented_metrics .table{background-color:#fff !important}

#power a{color:#fff}
