﻿/*@import url("Base.css");*/
/*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;
    
}

/*@import url("Layout.css");*/
/*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;
    #padding-bottom: 10px;
    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('../Img/Site/LayoutContentPaneMainBackground.png');
}
#ContentContainerFullWidth
{
    background-image: url('../Img/Site/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('../Img/Site/LayoutContentPaneMainBottom.png');
}
#ContentBottomPaneFullWidth 
{
    background-image: url('../Img/Site/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('../Img/Site/ItemBtnRegularRightAlpha.png') !important;
    _background-image: url('../Img/Site/ItemBtnRegularRight.gif');
}
.WebBtn div.Arrow a
{
    padding: 0 22px 0 0;
    background-image: url('../Img/Site/ItemBtnArrowRightAlpha.png') !important;
    background-image: url('../Img/Site/ItemBtnArrowRight.gif');
}
.WebBtn div.TopMenu a
{
    color: #333333;
    font-weight: normal;
    background-image: url('../img/Site/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 10px;
    _padding: 0 0 0 11px;
    margin: 0;
    background: transparent no-repeat scroll top left;
}
.WebBtn div.Regular a span
{
    background-image: url('../Img/Site/ItemBtnLeftAlpha.png') !important;
    _background-image: url('../Img/Site/ItemBtnLeft.gif');
}
.WebBtn div.Arrow a span
{
    background-image: url('../Img/Site/ItemBtnLeftAlpha.png') !important;
    _background-image: url('../Img/Site/ItemBtnLeft.gif');            
}
.WebBtn div.TopMenu a span 
{
    background-image: url('../Img/Site/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('../Img/Site/ItemWebMenuLeftAlpha.png') !important;
    _background-image: url('../Img/Site/ItemWebMenuLeft.gif');
    background-position: top left;
    border-right: 1px solid #FFFFFF;
}
.WebMenu div.LastItem a
{
    background-image: url('../Img/Site/ItemWebMenuRightAlpha.png') !important;
    _background-image: url('../Img/Site/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('../Img/Site/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('../Img/Site/ItemBtnNotificationLeft.png') !important;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left:11px;
}

div.AuctionNotification div
{
    float:left;
    background-image: url('../Img/Site/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
{
    color: #333333;
    text-decoration: none;
    display: block;
    width: auto;
    height: 100%;
    padding-left: 5px;
    margin: 0;
}
#CategoryContainer #CategoryList li a:hover 
{
   border-left: solid 2px #ff9900;
   padding-left: 3px;
   color: #000000;
}

#CategoryContainer #CategoryList li.Active a:hover
{
  border-left: none;
  padding-left: 5px;
}

#CategoryContainer #CategoryList li.Sub a:hover 
{
    background-image: none;
    background-color: #f8f8f8;
}
/*Breadcrumb*/
#ContentTopPane
{
    background-image: url('../Img/Site/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("../Img/Site/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("../Img/Site/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 
{
    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 
{
    /*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('../Img/Site/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('../Img/Site/ItemBreadCrumbSearchBackground.png');
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center left;
}
#Search .SearchBox
{
    margin: 3px 0 0 2px !important;
    #margin: 1px 0 0 2px;
    _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('../Img/Site/ItemBtnShort.png');
    background-position: top center;
    width: 100px;
    height: 38px;
    line-height: 38px;
}
.btnLong
{
    background-image: url('../Img/Site/ItemBtnLong155px.png');
    background-position: top center;
    width: 155px;
    height: 38px;
    line-height: 38px;
}
.bcSearchBtn 
{
    background: url('../Img/Site/ItemBreadCrumbSearchBtn.png');
    background-position: top left;
    width: 55px;
    height: 23px;
    line-height: 23px;
    padding-bottom: 2px !important;
    #padding: 0;
    margin: 0;
    font-size: 11px;
    color: #333333;
}
.formButton:hover 
{
    background-position: bottom left;
    /*color: #000000;*/
}
/*Fieldsets*/
fieldset
{
     background-color: Transparent;
     background-image: url('../Img/Site/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
{
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
    background-image: url('../Img/Site/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
{
    background-position: bottom left;
    color: #ffffff;
}

#ProgressBar .Line 
{
    height: 20px;
    width: 160px;
    background-image: url('../Img/Site/ItemProgressLine.png');
    background-repeat: repeat-x;
    float: left;
}
/*Global*/
.GlobalGradient 
{
     background-color: Transparent;
     background-image: url('../Img/Site/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: 20px;
    _height: 18px;
    padding-top: 2px !important;
    #padding-top: 0;
    _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('../Img/Site/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
{
    padding-bottom: 10px;
}

/*@import url("Promotion.css");*/

#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("../Img/Site/ItemPromotionPaneBg.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #e9e9e9;
}

#MainPromotionPane div.Hovered
{
    background-image: url("../Img/Site/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(../Img/Site/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(../Img/Site/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(/Img/Site/ItemShowAllAuctionsBg.png) no-repeat top left !important;
}