/* EXTENDED WRAPPING OF SHOP-SECTION, DISPLAY OF BOTTOM-NAVIGATION*/
#vsection_container {
    position: relative;
    width: 100%;
}
#wrap {
    position: relative; 
}
#bottomnavwrap {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 1px;
    bottom: 0;
}
#bottom_navigation {
margin: 0em auto 0 auto;
padding-bottom: 2em;
padding-top: 2em;
	width: 980px;
	font-family: verdana;
	background: #d4e5ff;
	color: inherit;
}
#bottom_navigation a,
#bottom_navigation a:visited{
color: #83a3d5;
background: none;
}
#bottom_navigation div.empty_cat h1,
#bottom_navigation div.filled_cat h1 {
font-size: 12px;
margin: 0 0 .5em 0;
}
#bottom_navigation div.empty_cat {
font-size: 10px;
float: left;
padding: .5em;
text-align: left;
}
#bottom_navigation div.filled_cat  {
font-size: 10px;
float: left;
padding: 0 0 0 1em;
margin: 0 0 3em 0;
width: 150px;
text-align: left;
min-height: 150px;
border-left: 1px dotted #83a3d5;
}
#bottom_navigation ul{
list-style: none;
}