/* EXTENDED WRAPPING OF SHOP-SECTION, DISPLAY OF BOTTOM-NAVIGATION*/



/**/

div#footerwrap{
position: relative;
width: 980px;
margin: 0 auto;
background: White;
color: inherit;
}
div#footermenu{
}
div#content{
}
div#contentwrap{
}
div#wrap{
}

#vsection_container {
    position: relative;
    width: 100%;
}


#wrap {
    position: relative;
    overflow: hidden;
}

#bottomnavwrap {
    position: absolute;
    z-index:2;
    width: 100%;
    height: 1px;
    bottom: 0;
}

/* bottomwrap off for eny */
body.csid24 #bottomnavwrap {
display: none;
}

/* shop_claim off for eny */
body.csid24 #shop_claim{
display: none;
}


#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 p,
#bottom_navigation div.filled_cat p {
font-size: 1.3em;
margin: 0 0 .5em 0;
font-weight: bold;
    letter-spacing: -1px;
}
#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;
}

div.copyright,
div.parseTime{
display: none;
}
