.top_store_category li{
	display:inline-block;
	padding:8px 5px;
	border-right:1px solid #e2e2e2;
	font-weight:bold;
}
.top_store_category li.active a {
	color:#999;
}
@media (min-width: 768px) {
	body{
		padding-top:124px !important;
	}
	
	.span3.store_change_alignment {
		float: left;
	}
	.span9.store_change_alignment {
		float: right;
	}
	#store_category_top{
		display:block;
	}
	#store_category_top_mobile{
		display:none;
	}
	#store_top_no_scroll {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9900;
	}
	
	#store_category_top{
		position:fixed;
		top: 145px;
		z-index:9890;
	}
	
	
}

/*MOBILE*/
@media (max-width: 767px) {
	#store_category_top{
		display:none;
	}
	#store_category_top_mobile{
		display:block;
	}
	.row-fluid.store_items .span3 {
		width: 48%;
		float:left;
		margin-left: 10px;
	}
	.row-fluid.store_items [class*="span"]:nth-child(2n+1) {
		margin-left: 0;
	}
	#fixHeaderBox{
		display:none;
	}
}

#fixHeaderBox{
	display:none;
}
.box-style-1.storeBox{
	background:#ace3f9!important;height:310px; overflow:hidden; color:#000;
}

.box-style-1.storeBox .storeBoxHeading{
	background-color:#006dcc; color:#FFF; padding:4px; font-size:16px; font-weight:bold; text-align:center; margin-bottom:4px;border-radius:3px;
}
.box-style-1.storeBox .storeBoxSection{
	height:200px; overflow:hidden; margin-bottom:5px;
}
.box-style-1.storeBox .storeBoxTitle{
	color: #000; font-size:14px; font-weight:500;text-align:center;
}
.box-style-1.storeBox .storeBuyButton{
	
}
.box-style-1.storeBox .storeBoxSection img{
	width:48px;height:48px; margin-bottom: 10px;
}
.storeBoxClick{
	color:inherit;
}
.storeBoxClick:hover{
	text-decoration:none;
}

.box-style-1.storeBox .storeBuyButton.examBoxButton{
	height: 25px;
	font-weight: bold;
	padding: 4px;
	line-height: 12px;
	font-size: 10px;
}
 