/**********************************/
/* Filternavigation               */
/**********************************/

#filterNavi1{
  color: #8B8B8B;
  font-size:11px;
  width: 220px;
  overflow: hidden;
  margin-bottom: 1px;
  float:left;
}

#filterNavi1 .filter{
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}

#filterNavi1 .filter_name {
  background-color: #ebebeb;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  height: 40px;
}

#filterNavi1 .filter_name_text {
  color: #666666;
  font-size: 16px;
  /*font-weight: bold;*/
  font-family: Verdana;
  cursor: pointer;
  height: 40px;
}

#filterNavi1 .filter_name_status {
  cursor: pointer;
  background-position: 0px center;
  background-repeat: no-repeat;
  height: 40px;
  width: 21px;
}

#filterNavi1 .filter_open .filter_name_status {
  background-image: url(images/filternavi/button_filter_expanded.gif);
}

#filterNavi1 .filter_close .filter_name_status {
  background-image: url(images/filternavi/button_filter_collapsed.gif);
}

#filterNavi1 div.hr{
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  border-top: 1px solid #ECECEC;
  margin-top: 5px;
  margin-bottom: 10px;
}

#filterNavi1 .filter_close_overflow {
  overflow: hidden;
}

#filterNavi1 .nocollapse {
  background-image: none;
  cursor: default;
}

/*#filterNavi1 .scrollKnob {
  height: 0px;
  display: none;
}*/

#filterNavi .filter_list {
  margin-top: 10px;
}

#filterNavi1 .b-wrapper {
  position: relative;
  border: 0px solid #ffffff;
}
#filterNavi1 .scrollbar_on {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 174px;
}

#filterNavi1 .scrollbar_off {
  overflow: hidden;
}

#filterNavi1 .body {
  margin-left: 0px;
  border: 0px solid #ffffff;
  width: 218px;
}

#filterNavi1 .box_brand_input {
  width: 135px;
  padding: 1px 0 2px;
}

#filterNavi1 .priceslider {
  overflow: hidden;
}

#filterNavi1 .box_slider {
  width: 202px;
  height: 60px;
  padding: 1px 0px 2px 0px;
  /*border-top: 70px solid #FFFFFF; HACK to fix firefox issue of the Fx.Slide and margin*/
  margin: 0px 8px 0px 8px;
}

#filterNavi1 .fact-finder-onetouchslider-bar {
	background-color: #8B8B8B !important;
}

#filterNavi1 .fact-finder-onetouchslider-bar-selected {
	background-color: #FF641E !important;
}

#filterNavi1 .brand_input {
  width: auto;
  padding: 1px 0 2px;
}

#filterNavi1 .scrollbar_on .value_list {
  height: 174px;
}
#filterNavi1 .scrollbar_off .value_list {
  height: auto;
}

#filterNavi1 .value_list_indented {
  margin-left: 10px;
}

#filterNavi1 .value_list_icon_indented {
  margin: 5px 5px;
}

#filterNavi1 li {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 0px solid #ffffff;
  height: 29px;
}

/*#filterNavi1 li.scroll{
  margin-left: 9px;
}*/

#filterNavi1 .li_elem {
  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/button_filter_unselected.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
}

#filterNavi1 .inactive {
  background-image: url(images/filternavi/button_filter_unselected.gif);
  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/button_filter_selected.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
}

#filterNavi1 .inactive_selected {
  background-image: url(images/filternavi/button_filter_unselected.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  *background-position: 0px 7px;
  color: #E6E6E6;
}

#filterNavi1 .active_hidden {
  display:none;
}

#filterNavi1 .li_text {
  padding-left: 26px;
  height: 29px;
  line-height: 29px;
  font-size: 12px;
  border: 0px solid #ffffff;
}

#filterNavi1 .li_hint_count {
  margin-right: 2px;
}

#filterNavi1 .scrollbar_on .li_hint_count {
  margin-right: 20px;
}

#filterNavi1 .li_child_ul {
  margin-left: 11px;
}

#filterNavi1 .li_left {
  float: left;
  display: inline;
  list-style-type: none;
  height: 26px;
  margin: 1px;
  border-width: 0px;
}
#filterNavi1 .li_left_width {
  width: 46px;
}
#filterNavi1 .li_left_width_2 {
  width: 94px;
}

#filterNavi1 .filter_value_icon {
  height: 18px;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
}
#filterNavi1 .filter_value_padding_img {
  padding: 3px 6px;
}
#filterNavi1 .filter_value_padding_text {
  padding: 3px 0px;
}

#filterNavi1 .li_left_content {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  border-width: 0px;
}
#filterNavi1 .li_left_content_img_width {
  width: 32px;
}
#filterNavi1 .li_left_content_img_width_2 {
  width: 80px;
}
#filterNavi1 .li_left_content_text_width {
  width: 44px;
}
#filterNavi1 .li_left_content_text_width_2 {
  width: 92px;
}

#filterNavi1 .active_icon {
  display: block;
  border: 1px solid #ebebeb;
}

#filterNavi1 .active_icon:hover {
  display: block;
  border: 1px solid #e46600;
}

#filterNavi1 .inactive_icon {
  display: none;
  color: #E6E6E6;
  /*border: 1px solid #ECECEC;
  padding: 1px 1px 1px 1px;
  background-position: -17px 0px;
  background-repeat: no-repeat;*/
}

#filterNavi1 .inactive_selected_icon {
  border: 1px solid #e46600;
  color: #E6E6E6;
  /*padding: 0px 0px 0px 0px;
  background-position: -17px 0px;
  background-repeat: no-repeat;*/
}

#filterNavi1 .active_selected_icon {
  border: 1px solid #e46600;
}

#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;
}

#filterNavi1 .seo_text {
  border: 1px solid #EBEBEB;
  padding: 5px;
  width: 208;
}

/**********************************/
/* Mini Product                   */
/**********************************/

#content_new .mini_product {
  float: left;
  height: 283px;
  width: 172px;
  cursor: pointer;
  border-style:solid;
  border-width:1px;
  border-color:#c6c6c6;
}

#content_new .mini_product_normal {
  margin: 0px 8px 8px 0px;
}

#content_new .mini_product_right {
  margin: 0px 0px 8px 0px;
}

#content_new .mini_product:hover {
  border-color:#e46600;
}

#content_new .mini_product a{
  text-decoration: none;
}

#content_new .mini_product .image {
  height: 172px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

#content_new .mini_product .image .prodImage {
  top: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
}
#content_new .mini_product .image .priceIcon {
  top: 0px;
  left: 0px;
  height: 64px;
  width: 64px;
  z-index: 10;
  position: absolute;
}

#content_new .mini_product .image .buttonIcon {
  height: 18px;
  width: 46px;
  z-index: 10;
  position: absolute;
}

#content_new .mini_product .image .buttonIcon img {
  margin: 3px 0px 2px 0px;
  z-index: 10;
}

#content_new .mini_product .image .kidsIcon {
  top: 0px;
  right: 0px;
}

#content_new .mini_product .image .reducedIcon {
  top: 18px;
  right: 0px;
}

#content_new .mini_product .image .reducedText {
  top: 0px;
  right: 0px;
  height: 18px;
  width: 46px;
  z-index: 20;
  position: absolute;
  line-height:18px;
  text-align: right;
  padding: 0px 5px;
  z-index: 20;
  color:#ffffff;
  font-size:10px;
}

#content_new .mini_product .image .bonusIcon {
  top: 36px;
  right: 0px;
}

/*#content_new .mini_product .image .remarkIcon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 64px;
  width: 64px;
  z-index: 20;
}*/

#content_new .mini_product .image .prodImage img {
}

#content_new .mini_product .mini_product_desc {
  color:#666666;
  width: 152px;
  font-family:Verdana;
  font-size:12px;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
  padding:10px;
}

#content_new .mini_product .mini_product_desc a {
  color:#666666;
}

#content_new .mini_product .mini_product_desc .product_name_area, 
#content_new .category_hero .category_hero_name .product_name_area {
  min-height: 68px;
}

#content_new .mini_product .price {
/*  background-image: url(/images_shop/arrow/arrow_right_red.gif);
  background-position: right center;
  background-repeat: no-repeat;*/
  width: 152px;
  float:right;
}

#content_new .mini_product .price .price_normal {
  float:right;
}

#content_new .mini_product .price .listprice {
  text-decoration: line-through;
  float: left;
}

#content_new .mini_product .price .price_red {
  color: #af1e1e;
  float:right;
}

#content .line_gray {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  border-top: 1px solid #ECECEC;
  float: left;
  width: 795px;
}

#content_new .category_emoteaser_big {
  height: 578px;
  width: 720px;
  float: left;
  overflow: hidden;
  padding: 0px;
}

#content_new .category_teaser {
  height: 285px;
  width: 356px;
  float: left;
  overflow: visible;
  padding: 0px;
}

#content_new .category_emoteaser {
  height: 578px;
  width: 356px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}


#content_new .category_hero {
  height: 576px;
  width: 354px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #c6c6c6;
  cursor: pointer;
}

#content_new .category_hero:hover {
  border: 1px solid #e46600;
}

#content_new .category_hero a {
  text-decoration: none;
}

#content_new .category_hero_img {
  height: 467px;
  width: 354px;
  overflow: hidden;
}

#content_new .category_hero_text {
  font-family: Verdana;
  font-size: 12px;
  line-height: 17px;
  float: left;
  margin: 10px;
}

#content_new .category_hero_name {
  width: 152px;
}

#content_new .category_hero_desc {
  width: 162px;
  position: relative;
}

#content_new .category_hero .description_more {
  color: #e46600;
  float: right;
  bottom: 0px;
  right: 0px;
}

#content_new .category_hero .price {
  width: 152px;
  float:right;
}

#content_new .category_hero .price .price_normal {
  float:right;
}

#content_new .category_hero .price .listprice {
  text-decoration: line-through;
  float: left;
}

#content_new .category_hero .price .price_red {
  color: #af1e1e;
  float:right;
}

/**********************************/
/* Pager                          */
/**********************************/

#content_new #pager{
  height:40px;
  line-height:40px;
  width:700px;
  padding:0px 10px;
  background-color:#ebebeb;
  margin:0px;
}

#content_new #pager a{
  color: #8B8B8B;
}


#content_new #pager select{
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #8B8B8B;
}

#content_new #pager .right {
  float: right;
}

#content_new #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;
}*/

#content_new #pager .info_bar_text {
  margin: 0px;
  font-family:Verdana;
  font-size:16px;
  font-weight: normal;
  color:#666666;
  width:390px;
  height:40px;
  overflow:hidden;
}

#content_new #pager .sorting_text {
  font-family:Verdana;
  font-size:12px;
  color:#666666;
}

