/**********************************/
/* Filternavigation               */
/**********************************/

#filterNavi1{
  color: #8B8B8B;
  font-size:11px;
  width: 180px;
  overflow: hidden;
  margin-top: 3px;
}

#filterNavi1 .filter{
  margin-bottom: 15px;
}

#filterNavi1 .filter_name {
  color: #FF641E;
  font-size: 13px;
  font-weight: bold;
  font-family: Verdana;
  cursor: pointer;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#filterNavi1 div.hr{
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  border-top: 1px solid #ECECEC;
  margin-top: 5px;
  margin-bottom: 10px;
}

#filterNavi1 .filter_open {
  background-image: url(images/filternavi/fn_close.jpg);
}

#filterNavi1 .filter_close {
  background-image: url(images/filternavi/fn_open.jpg);
}

#filterNavi1 .scrollKnob {
  height: 0px;
  display: none;
}

#filterNavi .filter_list {
  margin-top: 20px;
}

#filterNavi1 .body {
  margin-left: 15px; /*20px*/
  width: 165px;
}

#filterNavi1 .value_list {
}

#filterNavi1 .scroll_area{
  width: 135px;
  border: 1px solid #D2D2D2;
}

#filterNavi1 .scrollBack {
  height: 17px;
  background-image: url(images/filternavi/fn_up.jpg);
  cursor: pointer;
}

#filterNavi1 .scrollForward {
  height: 17px;
  background-image: url(images/filternavi/fn_down.jpg);
  cursor: pointer;
}

#filterNavi1 .value_list_scroll {
  height: 95px;
  padding111-left: 5px;
}

#filterNavi1 li {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#filterNavi1 li.scroll{
  margin-left: 9px;
}

#filterNavi1 .li_left{
  float: left;
  display: inline;
  list-style-type: none;
}

#filterNavi1 .li_elem {
  /*float: left;*/
  cursor: pointer;
}

#filterNavi1 .filter_reset{
  text-decoration: underline;
  line-height: 20px;
  cursor: pointer;
}

#filterNavi1 ul ul{
  margin-left: 11px !important;
}

#filterNavi1 .active {
  background-image: url(images/filternavi/fn_active.jpg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
}

#filterNavi1 .inactive {
  background-image: url(images/filternavi/fn_active.jpg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
  color: #E6E6E6;
}

#filterNavi1 .inactive_scroll {
  display: none;
}

#filterNavi1 .active_selected {
  background-image: url(images/filternavi/fn_active_selected.jpg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
}

#filterNavi1 .inactive_selected {
  background-image: url(images/filternavi/fn_active_selected.jpg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
  color: #E6E6E6;
}

#filterNavi1 .li_text {
  padding-left: 15px;
  line-height: 18px;
}

#filterNavi1 .li_child_ul {
  margin-left: 11px;
}

#filterNavi1 .filter_value_icon {
  width: 15px;
  height: 15px;
  border: 2px solid #FFF;
  overflow: hidden;
  text-align: center;
  margin: 2px 3px 2px 0px;
  *margin: 3px 2px 3px 0px;
}

#filterNavi1 .active_icon {
  display: block;
  border: 1px solid #ECECEC;
  padding: 1px 1px 1px 1px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#filterNavi1 .inactive_icon {
  display: none;
  border: 1px solid #ECECEC;
  color: #E6E6E6;
  padding: 1px 1px 1px 1px;
  background-position: -17px 0px;
  background-repeat: no-repeat;
}

#filterNavi1 .inactive_selected_icon {
  border: 2px solid #8B8B8B;
  color: #E6E6E6;
  padding: 0px 0px 0px 0px;
  background-position: -17px 0px;
  background-repeat: no-repeat;
}

#filterNavi1 .active_selected_icon {
  border: 2px solid #8B8B8B;
  padding: 0px 0px 0px 0px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#filterNavi1 .collapsed_icon{
  background-image: url(images/filternavi/fn_collapsed.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  float: left;
  cursor: pointer;
  width: 6px;
  height: 13px;
  margin-right: 5px;
}

#filterNavi1 .expanded_icon{
  background-image: url(images/filternavi/fn_expanded.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  float: left;
  cursor: pointer;
  width: 6px;
  height: 13px;
  margin-right: 5px;
}

/**********************************/
/* Mini Product                   */
/**********************************/

#content .mini_product {
  float: left;
  height: 251px;
  margin-top: 12px;
  width: 191px;
  cursor: pointer;
  margin-right: 7px;
}

#content .mini_product a{
  text-decoration: none;
}

#content .mini_product a p {
  font-size:13px;
}

#content .mini_product .image {
  height: 191px;
  overflow: hidden;
}

#content .mini_product img {
  width: 191px;
}

#content .mini_product h1 {
  color: #AA2126;
  font-weight: bold;
  overflow: hidden;
  padding: 3px 0px 0px 0px;
  width: 191px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
}

#content .mini_product .price {
  background-image: url(/images_shop/arrow/arrow_right_red.gif);
  background-position: right center;
  background-repeat: no-repeat;
  color: #8C8C8C;
  width: 191px;
  font-size: 13px;
  line-height: 11pt;
  text-decoration: none;
  cursor: pointer;
  float:left;
}

#content .mini_product .listprice {
  text-decoration: line-through;
  float: left;
}

#content .mini_product .price_red {
  padding-right: 18px;
  color: #AF1E1E;
  float: right;
}

#content .line_gray {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  border-top: 1px solid #ECECEC;
  float: left;
  width: 795px;
}

/**********************************/
/* Pager                          */
/**********************************/

#content #pager{
  margin-bottom: 3px;
}

#content #pager a{
  color: #8B8B8B;
}


#content #pager select{
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #8B8B8B;
}

#content #pager .right {
  float: right;
}

#content #pager .page{
  color: #8B8B8B;
  padding-left: 6px;
}

#content #pager .page_text{
  padding-left: 0px;
  margin-left: 95px;
  line-height: 18px;
}

#content #pager .page_delim{
  padding-left: 10px;
  padding-right: 4px;
  line-height: 18px;
}

#content #pager .page_link{
  line-height: 18px;
}

#content #pager .active_page{
  color: #AF1E1E;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
}

#content #pager .browse_button{
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  margin-left: 10px;
  background-position: 0 3px;
}

#content #pager .next_page{
  background-image: url(/images_shop/arrow/arrow_right_gray.gif);
  cursor:hand;
}

#content #pager .previous_page{
  background-image: url(/images_shop/arrow/arrow_left_gray.gif);
  margin-left: 20px;
  cursor:hand;
}

#content #pager .next_page_inactive{
  background-image: url(/images_shop/arrow/arrow_right_gray_inactive.gif);
}

#content #pager .previous_page_inactive{
  background-image: url(/images_shop/arrow/arrow_left_gray_inactive.gif);
  margin-left: 20px;
}
