#shop-wrapper { width:980px; margin:0px auto; }
.shop-wrapper { width:980px; margin:0px auto; }

.shop-overlay-box{
	color: #08c;
}
.shop-overlay-box .product-details{
color: #08c;
}


.shop-top-wrapper{
	color: white; 
	float: left;
	top: -10px; 
	position: relative; 
	width: 100%; 
	padding-top: 0px;
	background-color: rgba(242,242,242,0.85);
	border-bottom: rgb(222, 222, 222);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 99999;
}

.shop-overlay-selected-box{


}
.shop-mouseover-category{
	color: rgba(51, 51, 51,0.6);
}
.shop-mouseout-category{
	color: rgba(51, 51, 51,1);
}
.shop-selected-category{
	color: rgba(51, 51, 51,0.6);
}
.shop-selected-category img{
	opacity: 0.4;
}

.shop-category-title {
	font-family: "myriad-pro", Verdana, Arial, sans-serif;
	margin-top: 5px;
	font-size: 18px;
	float: left;
	width: 100%;
}

.category-area{
	
}
.buyfooter-inspiration-ramen{
	margin-top: 0px;
	float: left;
	width: 100%;
}

#category-inspiration-footer{
	width: 100%;
	position: fixed;
	display: none;
	bottom: 0px;
	height: 55px;
	background-color: rgba(242,242,242,0.85);
	border-top: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 999;

}

#tillbud-link-footer{
	width: 100%;
	position: fixed;
	display: none;
	bottom: 0px;
	height: 55px;
	background-color: rgba(242,242,242,0.85);
	border-top: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 999;

}




.shop-selected-category .shop-category-title {
	padding-bottom: 10px;
	
}

.shop-category-box{
	text-align: center;
	height: 120px;
	padding-bottom: 5px;
	padding-top: 20px;
	float: left;
}

.shop-menu-title-text-font{
	color: #8a8a8a;
	font-size: 13px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}