/* ============ Start of Site.css?v=f64d44d9580b ============ */

/*HTML resets*/
fieldset, img { border: none; }
Html, Body, div, ul, ol, li, form, fieldset, input
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5
{
    padding: 0;
    margin: 0;
}
/*I just love IE*/
html
{
    height: 100%;
    margin-bottom: 1px;
}
html div
{
    min-height: 0;
    /*height: 1%;*/
}
/*Global Syntax*/
h1 { font-size: 23px; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
Body
{
    background-color: #ebecec;
    margin: 0;
    /*text-align: center;*/
    min-width: 1000px;
    width: 100%;
    font-family: "Lucida Grande", Arial, Sans-Serif;
    color: #333333;
    font-size: 12px;
}
textarea, input
{
    font-family: "Lucida Grande", Arial, Sans-Serif;
    font-size: 12px;
    outline: none;
}
textarea
{
    overflow-x: none;
    overflow-y: auto;
}
/*Font Classes*/
.s10 { font-size: 10px; }
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s13 { font-size: 13px; }
.bold { font-weight: bold; }
.red { color: #ff0000; }
.green { color: #009900; }
.orange { color: #ff9c00; }
.faded { color: #666666; }
.upper
{
    text-transform: uppercase;
    font-family: Verdana, Arial, Sans-Serif;
}
/*List Classes*/
ul.none, ol.none
{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

/*Links*/
a
{
    /*color: #CC6600;*/
    color: #0059be;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/*Layout Classes*/
.Clear
{
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;

}


/*Layout framework*/
#MasterContainer
{
    width: 1000px;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 171px 0 0;
}
#HeaderContainer
{
    padding: 0;
    margin: 0px 0 5px 0;
    overflow: hidden;
    width: 1000px;
}
#LogotypeContainer
{
    float: left;
    width: 270px;
    height: 43px;
    margin: 3px 15px 0 8px;
}
#PrefsContainer {
    height: 20px;
    width: auto;
    margin-top: 32px;
    padding-right: 5px;
    overflow: hidden;
}
#LoginStatus
{
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
}
#LoginStatus a
{
    color: #333333;
}
#ContentPaneContainer
{
    width: 1000px;
    overflow: hidden;
}
#LeftColumnContainer
{
    float: left;
    clear: left;
    width: 171px;
}
#RightColumnContainer
{
    float: right;
    clear: right;
    width: 827px;
    margin: 0;
    padding: 0;
}
#FooterContainer
{
    font-size: 11px;
    color: #333333;
    width: auto;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
}
#ContentContainerMain, #ContentContainerFullWidth
{
    margin: 0;
    padding: 0 6px 0 6px;
    overflow: hidden;
    background-repeat: repeat-y;
    width: 815px;
}
#ContentContainerMain ul, #ContentContainerMain ol, #ContentContainerFullWidth ul, #ContentContainerFullWidth ol
{
    padding: 0;
    margin-left: 25px;
}
#ContentContainerMain
{
    background-image: url('https://images.staticjw.com/enk/3023/layoutcontentpanemainbackground.png');
}
#ContentContainerFullWidth
{
    background-image: url('https://images.staticjw.com/enk/2797/layoutcontentpanefullwidthbackground.png');
}
#ContentContainerMain #LeftContent
{
    clear: left;
    float: left;
    width: 600px;
    padding: 0;
    margin: 12px 0 12px 12px;
    _display: inline; /*IE6*/
}
#ContentContainerMain #RightContent
{
    float: right;
    clear: right;
    width: 189px;
    padding: 0;
    margin: 0;
}
#ContentContainerFullWidth #MainContent
{
    padding: 0;
    margin: 12px;
}
#TopPromotion
{
    float: left;
    width: 625px;
}
#RightPromotionPane
{
    width: auto;
    background-color: Fuchsia;
    padding: 5px;
    margin: 0;
}
#ContentBottomPaneMain, #ContentBottomPaneFullWidth
{
    background-repeat: no-repeat;
    height: 11px;
    padding: 0;
    margin: 0;
}
#ContentBottomPaneMain
{
    background-image: url('https://images.staticjw.com/enk/1170/layoutcontentpanemainbottom.png');
}
#ContentBottomPaneFullWidth
{
    background-image: url('https://images.staticjw.com/enk/3728/layoutcontentpanefullwidthbottom.png');
}
/*Content Container Dependent Styles*/
#ContentContainerMain p, #ContentContainerFullWidth p
{
    margin: 4px 0 10px 0;
    padding: 0;
    line-height: 1.5em;
}
/*Web menus & Web buttons*/
.WebBtn
{
    font-size: 11px;
    height: 20px;
    overflow: hidden;
}
.WebBtn div
{
    float: left;
}
.WebBtn div.Regular a, .WebBtn div.Arrow a, .WebBtn div.TopMenu a
{
    float: left;
    height: 20px;
    background: no-repeat right top;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px 0 0;
    margin: 0 3px 0 2px;
}
.WebBtn div.Regular a
{
    background-image: url('https://images.staticjw.com/enk/5025/itembtnregularrightalpha.png') !important;
    _background-image: url('https://images.staticjw.com/enk/7212/itembtnregularright.gif');
}
.WebBtn div.Arrow a
{
    padding: 0 22px 0 0;
    background-image: url('https://images.staticjw.com/enk/4576/itembtnarrowrightalpha.png') !important;
    background-image: url('https://images.staticjw.com/enk/3167/itembtnarrowright.gif');
}
.WebBtn div.TopMenu a
{
    color: #333333;
    font-weight: normal;
    background-image: url('https://images.staticjw.com/enk/3923/itemtopmenuright.png');
}
.WebBtn div.Regular a span, .WebBtn div.Arrow a span, .WebBtn div.TopMenu a span
{
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 11px;
    _padding: 0 0 0 11px;
    margin: 0;
    background: transparent no-repeat scroll top left;
}
.WebBtn div.Regular a span
{
    background-image: url('https://images.staticjw.com/enk/8637/itembtnleftalpha.png') !important;
    _background-image: url('https://images.staticjw.com/enk/2622/itembtnleft.gif');
}
.WebBtn div.Arrow a span
{
    background-image: url('https://images.staticjw.com/enk/8637/itembtnleftalpha.png') !important;
    _background-image: url('https://images.staticjw.com/enk/2622/itembtnleft.gif');
}
.WebBtn div.TopMenu a span
{
    background-image: url('https://images.staticjw.com/enk/4642/itemtopmenuleft.png') !important;
}
.WebBtn div a:hover
{
    background-position: center right;
}
.WebBtn div a:hover span
{
    background-position: center left;
}
.WebMenu
{
    height: 28px;
    overflow: hidden;
    float: right;
}
.WebMenu div
{
    float: left;
}
.WebMenu div a
{
    display: block;
    height: 28px;
    float: left;
    text-decoration: none;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: bold;
    width: 120px;
    text-align: center;
}
.WebMenu div.FirstItem a
{
    background-image: url('https://images.staticjw.com/enk/2258/itemwebmenuleftalpha.png') !important;
    _background-image: url('https://images.staticjw.com/enk/5049/itemwebmenuleft.gif');
    background-position: top left;
    border-right: 1px solid #FFFFFF;
}
.WebMenu div.LastItem a
{
    background-image: url('https://images.staticjw.com/enk/8635/itemwebmenurightalpha.png') !important;
    _background-image: url('https://images.staticjw.com/enk/1310/itemwebmenuright.gif');
    background-position: top right;
    border-left: 1px solid #FFFFFF;
}
.WebMenu div.Item a
{
    background-color: #999999;
}
.WebMenu div.FirstItem a:hover, .WebMenu div.FirstItem a.Act
{
    background-position: bottom left;
    text-decoration: none;
}
.WebMenu div.Item a:hover, .WebMenu div.Item a.Act
{
    background-color: #FF9900;
    text-decoration: none;
}
.WebMenu div.LastItem a:hover, .WebMenu div.LastItem a.Act
{
    background-position: bottom right;
    text-decoration: none;
}

.AuctionNotification
{
    font-size: 11px;
    height: 43px;
}

.AuctionNotification span
{
    color: #fff;
    font-weight: bold;
    float:none;
    display: block;
    background-image: url('https://images.staticjw.com/enk/4879/itembtnnotificationcenter.png') !important;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 0 5px 0 5px;
    height: 43px;
    line-height: 43px;
}

div.AuctionNotification
{
    background-image: url('https://images.staticjw.com/enk/4007/itembtnnotificationleft.png') !important;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left:11px;
}

div.AuctionNotification div
{
    float:left;
    background-image: url('https://images.staticjw.com/enk/5847/itembtnnotificationright.png') !important;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right:41px;
}


/*Category List*/
#CategoryContainer
{
    width: 172px;
    margin: 2px 0 15px 0;
}
#CategoryContainer #Header {
    height: 43px;
    width: auto;
}
#CategoryContainer ul#CategoryList
{
    list-style-type: none;
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 13px;
    width: 153px;
}
#CategoryContainer #CategoryList li
{
    height: 25px;
    line-height: 25px;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    background-color: white;
    white-space:nowrap;
}
#CategoryContainer #CategoryList li.Active
{
    border-left: solid 2px #ff9900;
    padding-left: 1px;
    font-weight: bold;
}
#CategoryContainer #CategoryList li.Sub
{
    font-size: 12px;
}
#CategoryContainer #CategoryList li a,
#CategoryContainer #CategoryList li span
{
    color: #333333;
    text-decoration: none;
    display: block;
    width: auto;
    height: 100%;
    padding-left: 5px;
    margin: 0;
}
#CategoryContainer #CategoryList li a:hover,
#CategoryContainer #CategoryList li span:hover
{
    border-left: solid 2px #ff9900;
    padding-left: 3px;
    color: #000000;
}

#CategoryContainer #CategoryList li.Active a:hover,
#CategoryContainer #CategoryList li.Active span:hover
{
    border-left: none;
    padding-left: 5px;
}

#CategoryContainer #CategoryList li.Sub a:hover,
#CategoryContainer #CategoryList li.Sub span:hover
{
    background-image: none;
    background-color: #f8f8f8;
}
/*Breadcrumb*/
#ContentTopPane
{
    background-image: url('https://images.staticjw.com/enk/3431/layoutcontentpanetop.png');
    width: auto;
    height: 42px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#ContentTopPane div.HomeIcon
{
    float: left;
    clear: left;
    width: 43px;
    height: 42px;
    background-image: url("https://images.staticjw.com/enk/9320/itembreadcrumbhouse.png");
    background-repeat: no-repeat;
}
#ContentTopPane div.HomeIcon a
{
    text-decoration: none;
}
#ContentTopPane div.HomeIcon:hover
{
    background-position: bottom left;
}
#ContentTopPane div.HomeIcon a.HomeLink
{
    width: 43px;
    height: 42px;
    display: -moz-inline-block;
    display: inline-block;
}
#ContentTopPane #Crumb
{
    float: left;
    padding: 0;
    margin: 0;
}
#ContentTopPane #Crumb ul
{
    list-style: none;
}
#ContentTopPane #Crumb ul li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#ContentTopPane #Crumb ul li div
{
    float: left;
    background: url("https://images.staticjw.com/enk/9449/itemiconbreadcrumbdevider.png") no-repeat left top;
    height: 33px;
    line-height: 33px;
    font-size: 11px;
    margin: 7px 0 0 0;
    padding: 0 3px 0 18px;
    font-weight: bold;
}
#ContentTopPane #Crumb ul li div a,
#ContentTopPane #Crumb ul li div span
{
    color: #676767;
    height: 100%;
    display: -moz-inline-block;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
#ContentTopPane #Crumb ul li div a:hover,
#ContentTopPane #Crumb ul li div span:hover
{
    /*color: #FF9900;*/
    color: #000000;

    text-decoration: none;
}
#Search
{
    float: right;
    clear: right;
    height: 23px;
    margin: 12px 0 0 0;
    padding: 0 15px 0 0;
}
#Search div.LeftCorner
{
    float: left;
    width: 23px;
    height: 23px;
    background-color: transparent;
    background-image: url('https://images.staticjw.com/enk/2263/itembreadcrumbsearchleft.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}
#Search div.RightCorner
{
    float: left;
    width: 55px;
    height: 23px;
}
#Search div.Middle
{
    float: left;
    width: 140px;
    height: 23px;
    background-image: url('https://images.staticjw.com/enk/9850/itembreadcrumbsearchbackground.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center left;
}
#Search .SearchBox
{
    margin: 3px 0 0 2px !important;
    _margin: 2px 0 0 2px;
    height: 18px;
    background-color: Transparent;
    border: none;
    width: 100%;
    font-size: 12px;
    padding-top: 1px;
    color: #333333;
}

.search_completion_list
{
    list-style-type: none;
    white-space:nowrap;
    width: auto;
    min-width: 250px;
    max-width: 450px;
    padding: 3px;
    background-color: white !important;
    border: solid 1px #e5e6e6;
    z-index: 999;
    position: absolute;
    overflow: hidden;
}

.search_completion_list_item
{
    white-space:nowrap;
    width: auto;
}

.search_completion_list_hilight
{
    background-color: #d7eC3e !important;
    white-space:nowrap;
    width: inherit;
    width: auto;
}

/*Form Buttons*/
.formButton
{
    border-width: 0pt;
    border-style: none;
    border-color: -moz-use-text-color;
    background-color: transparent;
    cursor: pointer;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.btnShort
{
    background-image: url('https://images.staticjw.com/enk/3402/itembtnshort.png');
    background-position: top center;
    width: 100px;
    height: 38px;
    line-height: 38px;
}
.btnLong
{
    background-image: url('https://images.staticjw.com/enk/6899/itembtnlong155px.png');
    background-position: top center;
    width: 155px;
    height: 38px;
    line-height: 38px;
}
.bcSearchBtn
{
    background: url('https://images.staticjw.com/enk/5856/itembreadcrumbsearchbtn.png');
    background-position: top left;
    width: 55px;
    height: 23px;
    line-height: 23px;
    padding-bottom: 2px !important;
    margin: 0;
    font-size: 11px;
    color: #333333;
}
.formButton:hover
{
    background-position: bottom left;
    /*color: #000000;*/
}
/*Fieldsets*/
fieldset
{
    background-color: Transparent;
    background-image: url('https://images.staticjw.com/enk/7683/fieldsetgradientbackground.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: solid 1px #d5d5d5;
    margin: 0;
    padding: 0 0 0 15px;
}
fieldset div.fieldsetPadding
{
    margin: 0;
    padding: 10px 15px 15px 0;
}
fieldset legend
{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
/*Progress Bar*/
#ProgressBar
{
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 20px;
}
#ProgressBar .Item
{
    float: left;
    width: 80px;
    font-family: Arial;
    font-size: 11px;
    color: #CCCCCC;
}
#ProgressBar .Active
{
    color: #333333;
}
#ProgressBar a,
#ProgressBar span
{
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    background-image: url('https://images.staticjw.com/enk/1070/itemprogressstep.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 80px;
    height: 27px;
    display: block;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: default;
}
#ProgressBar a.Active,
#ProgressBar span.Active
{
    background-position: bottom left;
    color: #ffffff;
}

#ProgressBar .Line
{
    height: 20px;
    width: 160px;
    background-image: url('https://images.staticjw.com/enk/5534/itemprogressline.png');
    background-repeat: repeat-x;
    float: left;
}
/*Global*/
.GlobalGradient
{
    background-color: Transparent;
    background-image: url('https://images.staticjw.com/enk/7683/fieldsetgradientbackground.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border-top: solid 1px #d5d5d5;
    margin: 0;
    padding: 10px;
}
fieldset .textInput, input.globalTextInput
{
    height: 18px !important;
    _height: 18px;
    padding-top: 2px !important;
    _padding-top: 2px;
    width: 200px;
    border: 1px solid #7f9db9;
}
fieldset .vResult
{
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 5px;
    color: #ff0000;
}
p.HelpParagraph
{
    font-size: 15px;
    font-weight: bold;
}
ul.NiceList
{
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
}
ul.NiceList li
{
    padding: 0 0 5px 22px;
    background-image: url('https://images.staticjw.com/enk/5303/itemiconbulletlistrow.gif');
    background-repeat: no-repeat;
    background-position: 0 2px;
}
#ReceiptLogoContainer
{
    display:none;
}
#RightSideBannerPromotion
{
    width: auto;
    text-align: center;
    margin-top: 10px;
}
#RightSideBannerPromotion a img
{
    padding-bottom: 10px;
}
#AddThis
{
    margin-top: 10px;
    text-align: right;
}
#LeftSideBannerPromotion
{
    width: auto;
    text-align: center;
    margin-top: 10px;
}
#LeftSideBannerPromotion a img,
#LeftSideBannerPromotion span img
{
    padding-bottom: 10px;
}



#MainPromotionPane
{
    margin: 5px 4px 5px 5px;
}
#MainPromotionPane div.ItemBox
{
    width: 180px;
    height: 74px;
    overflow: hidden;
    padding: 0 0 3px 0;
    margin: 0 0 3px 0;
    cursor: hand;
    cursor: pointer;
    background-image: url("https://images.staticjw.com/enk/3651/itempromotionpanebg.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #e9e9e9;
}

#MainPromotionPane div.Hovered
{
    background-image: url("https://images.staticjw.com/enk/6383/itempromotionpanehover.png");
    background-repeat: no-repeat;
}

#MainPromotionPane .ImageCol
{
    float: left;
    clear: left;
    width: 91px;
    height: 100%;
    padding: 0;
    margin: 0;
}
#MainPromotionPane .ItemBox .ImageCol a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#MainPromotionPane .ItemBox .ImageCol .ItemImage
{
    padding: 0;
    margin: 4px 0 0 4px;
    width: 85px;
    height: 64px;
    border: 1px solid #DDDDDD;
}
#MainPromotionPane .ItemBox .DescCol
{
    float: right;
    clear: right;
    width: 86px;
    padding: 0 3px 0 0;
    height: 100%;
    text-align: right;
}
#MainPromotionPane .ItemBox .DescCol a
{
    color: #333333;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 6px;
    text-decoration: none;
}

#MainPromotionPane .ItemBox .DescCol .Price
{
    font-size: 18px;
    display: block;
    width: 100%;
    height: 20px;
    position:relative;
}

#MainPromotionPane span.leadingBid
{
    background-image: url(https://images.staticjw.com/enk/6392/itemleadingbidpromotionbackground.png) !important;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 4px;
}

#MainPromotionPane .ItemBox .DescCol .TimeLeft
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    border: 0;
    text-align: right;
    background-color: Transparent;
    width: 80px;
    cursor: pointer;
    color: #666666;
    margin: 2px 0 0 0 ;
}
#MainPromotionPane .ItemBox .DescCol input.LessThan5
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
#MainPromotionPane .ItemBox .DescCol input.LessThan1
{
    font-weight: bold;
    font-size: 16px;
    color: #cc0000;
}

/* Superklipp */

div.Superklipp-Title
{
    margin-left: -5px;
}

#ItemInfoContainer span.leadingBid
{
    background-image: url(https://images.staticjw.com/enk/9615/itemleadingbidbackgroundreversed.png) !important;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 4px;
    display: block;
    width: 120px;
}

/* Discount Wrapper */
.DiscountWrapper {
    width: 365px;
    text-align: left;
}

.DiscountWrapper div.floatingBlock {
    float:left;
    height:25px;
}

.DiscountWrapper span.InvalidDiscountCode {
    font-size: 10px;
    color: #ee0000;
    display: block;
    text-align: left;
    padding-left: 70px;
}

.DiscountWrapper div.WarningBox {
    width: 345px;
    margin: 5px 0;
    border: solid 1px #f90;
    padding: 3px;
}

.DiscountWrapper input.DiscountCode {
    border: solid 1px #bbb !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 18px !important;
    width: 125px;
    margin-top: -1px;
    text-transform: uppercase;
}


#showAllAuctionButton a {
    display: block;
    line-height: 50px;
    width: 100%;
    text-align: center;
    height: 50px;
    background: url(https://images.staticjw.com/enk/6357/itemshowallauctionsbg.png) no-repeat top left !important;
}
/*
     FILE ARCHIVED ON 12:26:42 Mar 04, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:37:04 Jul 02, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 1804.47 (3)
  esindex: 0.011
  captures_list: 3135.722
  CDXLines.iter: 14.091 (3)
  PetaboxLoader3.datanode: 1815.843 (4)
  exclusion.robots.fetch: 1309.79 (4)
  exclusion.robots: 1310.556
  exclusion.robots.policy: 0.368
  RedisCDXSource: 2.137
  PetaboxLoader3.resolve: 533.566
  load_resource: 935.924
*/
/* ============ End of Site.css?v=f64d44d9580b ============ */

/* ============ Start of Browse.css?v=11be055f6be4 ============ */
div.ItemRow, div.ItemRowProduct
{
    width: 582px;
    height: 82px;
    overflow: hidden;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #CCCCCC;
    cursor:pointer;
}

a.auctionItem {
    color: #333333;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

div.ItemRowProduct
{
    width: auto;
}

div.ItemRow:hover, div.ItemRowProduct:hover
{
    background-image: url('https://images.staticjw.com/enk/3515/itembrowsehoverbackground.png')!important;
    background-repeat: repeat-x;
    text-decoration: none;
}

div.Alt
{
    background-image: url('https://images.staticjw.com/enk/4360/itembrowsealtbackground.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 582px;
    height: 82px;
    overflow: hidden;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

div.Alt:hover
{
    background-image: url('https://images.staticjw.com/enk/3515/itembrowsehoverbackground.png')!important;
    background-repeat: repeat-x;
    text-decoration: none;
}

div.Alt1
{
    width: 582px;
    height: 82px;
    overflow: hidden;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #CCCCCC;
    cursor:pointer;
}

div.Alt1:hover
{
    background-image: url('https://images.staticjw.com/enk/3515/itembrowsehoverbackground.png')!important;
    background-repeat: repeat-x;
    text-decoration: none;
}
div.Superklipp
{
    background-image: url('https://images.staticjw.com/enk/4473/itembrowsesuperklippbackground.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    border-bottom: 1px solid #b4c91a !important;
    border-left: 1px solid #b4c91a !important;
    border-right: 1px solid #b4c91a !important;
}

div.Superklipp:hover
{
    /*background-image: url('https://images.staticjw.com/enk/5789/itembrowsehoversuperklippbackground.png') !important;
    background-repeat: repeat-x;*/
}

div.SuperklippContainer {
    height: 99px;
    overflow: hidden;
}

div.Image
{
    float: left;
    width: 116px;
    height: 82px;
}

div.Image img
{
    border: 1px solid #CCCCCC;
    width: 106px;
    height: 80px;
    display: block;
}

div.Description
{
    float: left;
    width: 345px;
    height: 82px;
    color: #333333;
}

div.ItemRowProduct div.Description
{
    width: 465px;
}

div.Description h4
{
    font-weight: normal;
}

div.RightCol
{
    float: left;
    width: 120px;
    height: 82px;
    padding: 0;
    margin: 0;
}

div.RightCol input.Price
{
    display:block;
    background-color: Transparent;
    border: 0px;
    line-height: 30px;
    text-align: right;
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #333333;
    position: relative;
}

div.Superklipp div.RightCol input.Price { font-weight: bold; }

div.RightCol input.leadingBid
{
    background-image: url(https://images.staticjw.com/enk/6254/itemleadingbidbackground.png) !important;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 3px;
}

div.Superklipp div.RightCol input.leadingBid {
    background-image: url(https://images.staticjw.com/enk/8578/itemleadingbidsuperklippbackground.png) !important;
}

div.RightCol input.Time
{
    height: 30px;
    display: block;
    line-height: 30px;
    background-color: Transparent;
    border: 0px;
    text-align: right;
    width: 100%;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

div.Superklipp div.RightCol input.Time { font-weight: bold; }

div.RightCol a.Link
{
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: right;
    font-weight: bold;
    background-color: Transparent;
}

div.RightCol a.Link:focus { outline: 0; }

div.RightCol a.Subscription
{
    margin-top: 41px;
    height: 20px;
    padding-top: 25px;
}

div.RightCol a.SubscriptionSet
{
    margin-top: 46px;
    background: url(https://images.staticjw.com/enk/4260/itemsubscriptionicon.png) no-repeat top right !important;
    padding: 25px 0 0 0;
    font-weight: normal;
    font-size: 10px;
}

div.RightCol input.LessThan5
{
    color: #444;
    font-weight: bold;
}

div.RightCol input.LessThan1
{
    color: #cc0000;
    font-size: 22px;
    font-weight: bold;
}


/*
     FILE ARCHIVED ON 09:36:13 Oct 07, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:37:06 Jul 02, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 68.576 (3)
  esindex: 0.01
  captures_list: 151.734
  CDXLines.iter: 11.615 (3)
  PetaboxLoader3.datanode: 89.874 (4)
  exclusion.robots.fetch: 65.931 (4)
  exclusion.robots: 66.452
  exclusion.robots.policy: 0.308
  RedisCDXSource: 2.0
  PetaboxLoader3.resolve: 141.312
  load_resource: 183.899
*/
/* ============ End of Browse.css?v=11be055f6be4 ============ */