.detailsRow h1{
    float:          left;
    font-size:      1.4em !important;
    font-weight:    bold;
    color:          #EA930A;
    width:          650px;
    margin-right:   50px;
}
.detailsRow{
    float:          left;
    width:          834px;
}
.detailsRow .small{
    color:          #666;
    font-size:      0.7em;
}
.eanNorm, .eanBig{
    color:          #666;
    font-size:      1em;
}
.eanBig{
    font-size:      1.2em;
    font-weight:    bold;
    color:          #000;
}
.detailsRow ul, .detailsRow li{
    float:              left;
    list-style-type:    none;
    margin:             0px;
    padding:            0px;
}
.detailsRow ul{
}
.detailsRow li{
    margin-right:   32px;
    color:          #666;
    font-size:      0.9em;
}
.detailsRow .money{
    display:        block;
    font-size:      1.1em;
    font-weight:    bold;
}
.detailsRow .moneyBig{
    color:          #196500;
    font-size:      1.2em;
    font-weight:    bold;
}
.detailsRow .error{
    font-size:      1em;
    font-weight:    bold;
    color:          #c00 !important;
}
.sumRow{
    font-weight:    bold;
    color:          #000;
    font-size:      1.2em;
    width:          auto;/*920px;*/
    display:        inline;
}
.sumRow b{
    color:          #196500;
    font-size:      1.2em;
}

.deleteItemButton{
    width:              16px;
    height:             16px;
    border:             none;
    background-image:   url('/images/icons/delete.gif');
    cursor:             pointer;
}

.searchBox{
    width:          620px;
    padding:        2px;
    font-size:      1.4em;
    border:         1px solid #CDCBCB;
}
#categoryFilter{
    border:         1px solid #cdcbcb;
    font-size:      1.4em;
    width:          260px;
    height:         26px;
    margin:         0px;
    margin-right:   8px;
    float:          left;
    padding:        0px;
}
.searchButton{
    height:             28px;
    width:              84px;
    border:             none;
    cursor:             pointer;
    font-size:          1em;
    color:              #ccc;
    font-weight:        bold;
    background:         url('/images/dealunited/search.png') transparent no-repeat;
    float:              right;
}


.softBreak2{
    text-align:     left;
    width:          910px;
    border:         none;
    border-bottom:  2px dotted #ffcd7f;
}

#errorBoxHead{
}

#toolTipPopup, #toolTipPopupIsbn{
    display:        block;
    position:       absolute;
    z-index:        1000;
    width:          220px;
    height:         50px;
    padding:        2px 10px 58px 8px;
    background:     url('/images/dealunited/tooltip.gif') no-repeat;
    left:          880px;
    top:            300px;
}
#toolTipPopup *, #toolTipPopupIsbn *{
    background-color:   transparent;
}

#basketContainer, #basketContainer *{
    background-color:   #fff;
    padding-top:        4px;
}
#basketContainer {
    border:         none;
    border-top:     1px dashed #cdcbcb;
}

.partnerLogo{
    vertical-align:     middle;
}

.itemRowComplete{
    margin-bottom:  12px;
}

#container, .detailsRow{
}