/*@import url(../../css/style.css);*/

/** COLOR SECTION **/
.thead th, 
th.thead,
#topnavi ul li ul li a,
#topnavi ul li#caller ul li a,
#qsfield,
.suggest a,
.register h2 a,
.infobox .boxheader h4,
.ctrl h3,
.lower .active,
.boxbox.half h3 {
  /*color: #868F76;*/
  color: #fff;
}

#topnavi .navlink a:focus, #topnavi .navlink a:hover, #topnavi .navlink a:active,
#topnavi #caller a,
#search h1,
.register a,
.infobox.vip .boxheader h4 {
  color: #FFFFFF;
}
/*
.thead th, 
th.thead {
  background: #D9E2C5;
}
*/
#topnavi ul li ul,
#topnavi ul li ul.compact li,
#topnavi ul li ul li a,
#topnavi ul li#caller ul li a,
#cart thead th,
#cart tfoot th {
  border-color: #B2BD92;
}


/** IMAGE SECTION **/
/*html, body {
  background-image: url(/static/images/bg_body.gif);
}

input.dropdown {
  background-image: url(/static/images/dropdown.gif);
}

button div.bg {
  background-image: url(/static/images/bg_button.gif);
}

button:hover div.bg,
button:focus div.bg,
button:active div.bg {
  background-image: url(/static/images/bg_button_over.gif);
}*/

#topnavi .navlink a:focus, #topnavi .navlink a:hover, #topnavi .navlink a:active {
/*  background-image: url(/static/images/bg_topnavi_over.gif);*/
}

#topnavi .navlink a:focus .more, #topnavi .navlink a:hover .more, #topnavi .navlink a:active .more {
 /* background-image: url(/static/images/arrow_topnavi_b.gif);*/
}

#topnavi #caller {
 /* background-image: url(/static/images/bg_topnavi_caller.gif);*/
}

#topnavi #caller a .more {
  /*background-image: url(/static/images/arrow_topnavi_b.gif);*/
}

#cartsummary a {
 /* background-image: url(/static/images/bg_cart_r.gif);*/
}

#cartsummary a:focus, #cartsummary a:hover, #cartsummary a:active {
 /* background-image: url(/static/images/bg_cart_r_over.gif);*/
}

#search {
  /*background-image: url(/static/images/bg_search_scope.gif);*/
}

.register a span,
.infobox.vip .boxheader h4 span {
  /*background-image: url(/static/images/register_off_r.gif);*/
}

.register a strong,
.infobox.vip .boxheader h4 strong {
/*  background-image: url(/static/images/register_off_l.gif);*/
}

#filtering #basicfilter,
#filtering #advfilter.over {
  /*background: url(/static/images/sym_filtering_more.gif) 0px 4px no-repeat;*/
}


#filtering #basicfilter.over,
#filtering #advfilter {
  /*background: url(/static/images/sym_filtering_less.gif) 0px 4px no-repeat;*/
}

#basicfilter {
font-size:17px;
}

strong.description { display: block; margin-bottom: 10px; }

/*#categoryfilter li { margin-right: 10px; }*/

#min0, #max0, #min1, #max1 { width: 50px; }
