#tombowBoxBg{
background-color:#f2f2f2;
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
top:0;
left:0;
bottom:0;
right: 0;
z-index: 499;
position: fixed;
display: none;
}


#tombowBoxClose{
background-image: url('img/fancybox-close.png');
position: absolute;
top: 43px;
left: 50%;
margin-left: 434px;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 8040;
}

body section#brandlist{
display: none;
margin:30px auto;
width:960px;
}

body section#brandlist li.nomargin{
margin-left: 0;
margin-right: 0;
}


body section#brandlist h2 {
margin-left: 7px;
margin-bottom: 16px;
}


body section#brandlist li {
float: left;
display: inline;
width: 232px;
margin: 0 10px 11px 0;
background: url(img/brand_bg.png) no-repeat left top;
text-align: center;
padding: 5px 0;
}

/*
#boxLoading{
width:16px;
height: 16px;
z-index: 510;
position: fixed;
left:50%;
top:50%;
margin-left: -8px;
margin-top: -8px;
background-image: url(../img/boxLoading.gif);
}
*/

#tombowBoxWrap{
overflow-x: auto;
overflow-y: scroll;
position:fixed;
top:0;
left:0;
bottom:0;
right: 0;
z-index: 1500;
display: none;
}

