#finderItFitsWidget ul li {
    margin: 0;
    padding: 0;
}


#finderBoxTop {
    background-repeat: repeat-x;
    background-position: 0 -15px;
    clear: both;
}

#finderBoxTopRight {
    background-repeat: no-repeat;
    background-position: right -30px;
}

#finderBoxTopLeft {
    background-repeat: no-repeat;
    background-position: 0 0;
}

#finderBoxTop,
#finderBoxTop div {
    font-size: 1px;
    height: 15px;
}

#finderBoxBottom {
    background-repeat: repeat-x;
    background-position: 0 -5px;
}

#finderBoxBottomRight {
    background-repeat: no-repeat;
    background-position: right -10px;
}

#finderBoxBottomLeft {
    background-repeat: no-repeat;
    background-position: 0 0;
}

#finderBoxBottom,
#finderBoxBottom div {
    font-size: 1px;
    height: 5px;
}

#finderBoxRightBorder {
    background-repeat: repeat-y;
    background-position: top right;
}

#finderBoxLeftBorder {
    background-repeat: repeat-y;
    background-position: top left;
}

#finderBoxRightBorder {
    padding-right: 5px;
}

#finderBoxLeftBorder {
    padding-left: 5px;
}



#finderContent {
    background-color: #ffffdd;

    padding: 0 8px 4px;
}

.finder-no {
    color: #900;
    font-weight: bold;
}

.finder-yes {
    color: #090;
    font-weight: bold;
}

#finderItFitsWidget {
    margin-top: 10px;
}

#finderItFitsWidget.finder-js {
    width: 294px;
}

#finderDynamicContent h2 img {
    margin-bottom: -4px;
}

#finderDynamicContent,
#findDevicePanel,
#finderMyDevicesPanel,
#foundPanel,
#findDevicePanel.showing-found-device #finderPanel,
#finderItFitsWidget.finder-js #finderNoJSContent  {
    display: none;
}

#finderItFitsWidget.showing-finder #findDevicePanel,
#finderItFitsWidget.showing-my-devices #finderMyDevicesPanel,
#findDevicePanel.showing-found-device #foundPanel ,
#finderItFitsWidget.finder-js #finderDynamicContent {
    display: block;
}

#finderItFitsWidget h2 {
    font-size: 12px;
    margin: 0 0 6px;
}

#finderItFitsWidget label {
    clear: left;
    float: left;
    display: block;
    width: 60px;
}

#finderItFitsWidget .finder-dd {
    float: left;
    width: 124px;
    margin-bottom: 4px;
}

.finder-device-match {
    background-color: #fff;
    border: 1px solid #cbccba;
    padding: 6px 8px;
    font-size: 11px;
}

.finder-device-title {
    font-weight: bold;
}

.finder-device-match .product-image {
    float: left;
    margin-right: 8px;
}

.finder-device-match .finder-carat-link {
    margin-left: 55px;
}

#finderMyDevicesPanel .finder-secondary-device {
    display: none;
    margin-top: 10px;
}

#finderMyDevicesPanel.show-more-devices .finder-secondary-device {
    display: block;
}

#finderShowMoreDevicesLink,
#finderMyDevicesPanel.show-more-devices #finderHideMoreDevicesLink {
    display: block;
}

#finderMyDevicesPanel.show-more-devices #finderShowMoreDevicesLink,
#finderHideMoreDevicesLink {
    display: none;
}

#finderShowMoreDevicesLink {
    background-repeat: no-repeat;
    background-position: -30px 3px;
    padding-left: 10px;
}

#finderHideMoreDevicesLink {
    background-repeat: no-repeat;
    background-position: -30px -14px;
    padding-left: 10px;
}

#finderShowMyDevicesContainer,
#finderMoreDevicesContainer {
    border-top: 1px solid #cbccba;
    padding-top: 2px;
    margin-top: 6px;
}

.finder-carat-link {
    margin-top: 4px;
    font-size: 10px;
}

.finder-carat {
    color: #CC6600;
    font-weight: bold;
    margin-right: 2px;
}

#finderUpdateButton img{
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 29px;
    height: 17px;
    
    margin-left: 8px;
    margin-top: 2px;
    
    border: 0px;
}

#finderUpdateButton.disabled img {
    background-position: 0px -17px;
}

#finderItFitsWidget.finders-hero-quick #finderContent {
    background-color: #fff;
    padding: 0px;
}

#finderNoJSContent img {
    float: left;
    margin-right: 11px;
}

#finderNoJSContent .finder-small-title {
    color: #CC6600;
    font-weight: bold;
    margin: 0px;
}

#finderItFitsWidget .ie h2 {
    width: 100%;
    padding-bottom: 4px;
}

.ie #finderUpdateButton {
    margin-top: -28px;
    zoom: 1;
}

.finders-clearfix {
    clear: both;
    height: 0px;
    font-size:0px;
    line-height: 0px;
}
