/*#SLTreeNavi div {border:1px solid #dddddd;}*/

/*
** SLTreeNavi 0.3.27
** Search Box
***********************************
*/
#SLTreeNavi {
    width:920px;
    height:520px;
    margin:5px;
    overflow:hidden;
    text-align:left;
}

#SLTreeNaviTitle {
    height:40px;
    font-size:24px;
    font-weight:bold;
    border:none;
}

#SLTreeNaviSearch {
    /*    height:30px;*/
    margin-top:20px;
    height:72px;
    border-bottom:1px solid #dddddd;
}

#SLTreeNaviLabel {
    margin:7px 0 0px 0;
    font-size:16px;
    font-weight:bold;
    float:left;
    padding:0 5px;
}

#SLTreeNaviInput {float:left;}

/*
#SLTreeNaviSearchAlertContainer {
    padding-top:14px;
    height:42px;
    border-bottom:1px solid #dddddd;
}
*/

#SLTreeNaviSearchAlert {
    text-align:left;
    font-weight:bold;
}
.SLTreeNaviSearchAlertRedActive {color:#b72a2a;display:block;}
.SLTreeNaviSearchAlertNotFoundActive {color:#666666;display:block;}
.SLTreeNaviSearchAlertInactive {display:none;}


/*
** Main
***********************************
*/
#SLTreeNaviMain {
    font-size:16px;
    font-weight:bold;
    padding:0 0 30px;
    margin-top:30px;
}

#SLTreeNaviCells {
    position: relative;
    border:none;
    padding: 0 0 0 62px;

}


.SLTreeNaviCell {
    display:block;
    float:left;
    width:250px;
    height:300px;
    margin-right:22px;
    position: relative;
}

.SLTreeNaviCellArrowLeft {
    position: absolute;
    top: 130px;
    left: 0;
    width: 37px;
    height: 47px;
}

.SLTreeNaviCellArrowRight {
    position: absolute;
    float: left;
    top: 130px;
    left: 883px;
    width: 37px;
    height: 47px;
}

.SLTreeNaviHeader {
    float:left;
    width:215px;
    height:12px;
    font-weight:bold;
}
.SLTreeNaviHeaderActive {color:#000000;}
.SLTreeNaviHeaderInactive {color:#CCCCCC;}



.SLCellBody {
    position:absolute;
    margin-top:25px;
    width:250px;
    height:260px;
    overflow-y:scroll;
    border:#CCCCCC 1px solid;
}

#SLTreeNavi ul {
    list-style: none;
    margin:0px;
    padding:0px;
}
#SLTreeNavi li {
    margin:0px;
    list-style-type: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.SLTreeNaviLi {padding:12px 5px 7px 10px;font-size:12px;text-align:left;}
.SLTreeNaviLiActive {background-color:#CCCCCC;}
.SLTreeNaviLiInactive {background-color:#FFFFFF;}

#SLTreeNaviCellChrome, #SLTreeNaviCellChrome1, #SLTreeNaviCellChrome2 {display:none;}
#SLTreeNaviCellChrome .SLCellBody {border:#EEEEEE 1px solid; overflow:hidden;}
#SLCellBodySC, #SLCellBodySSC, #SLCellBodyM {border:#EEEEEE 1px solid; overflow:hidden;}


/*
** ResultBox
***********************************
*/


.ResultBox {
    padding: 15px 20px;
}

.ResultBox > .ResultBoxImg {
    margin: 0 auto;
    width:123px;
    height: 92px;
}

.ResultBox > .ResultBoxImg img{
    display: block;
    width:123px;
    height: 92px;
}

.ResultBox > h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #444;
    padding: 5px 0;
    text-align: center;
}


.ResultBox > a {
    background-image: url("/etc/designs/panasonic-cs/lightbox-clientlibs/product/images/selectbg.png");
    font-size: 1em;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 0;
    margin: 10px auto 20px auto;
    display: block;
    width:  160px;
    height: 28px;
}

.ResultBox > h4 {
    font-size: 1em;
    line-height: 1.1em;
    font-weight: bold;
    color: #555;
    padding: 5px 0 2px 0;
    text-align: center;
}

.ResultBox > p {
    font-size: 0.9em;
    line-height: 1.1em;
    color: #555;
    padding: 5px 0;
    text-align: left;
}


#SLTreeNaviCellChrome {
    visibility:hidden;
}

/*
** ProductInfo
***********************************
*/
#SLTreeNaviProduct {
    display:block;
    height:92px;
}

.SLTreeNaviShowActive {display:block;}
.SLTreeNaviShowInactive {display:none;}

#SLTreeNaviThumbCont {float:right;}

#SLTreeNaviLeafLink {margin-left:10px; text-decoration: none; }

#SLTreeNaviThumbTitleCont {
    float:right;
    height:92px;
    text-align:left;
}
#SLTreeNaviThumbTitleCont a {padding-bottom:4px;}

#SLTreeNaviThumbTitle {
    width:140px;
    height:30px;
    font-size:16px;
    font-weight:bold;
    margin:31px 0px 0px 10px;
}

#SLTreeNaviText {
    color:#666666;
    display:block;
    width:283px;
    height:60px;
    margin:32px 50px 0px 0px;
    background-repeat:no-repeat;
    font-size:12px;
    font-weight:bold;
    float:right;
    overflow:hidden;
}

#SLTreeNaviText p {margin:17px 25px 5px 38px;}

#SLTreeNavi .ac_button, .select-button {
    background-color: rgb(41, 39, 40);

    background-image: -ms-linear-gradient(top, #444243 0%, #292728 100%);

    background-image: -moz-linear-gradient(top, #444243 0%, #292728 100%);

    background-image: -o-linear-gradient(top, #444243 0%, #292728 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444243), color-stop(1, #292728));

    background-image: -webkit-linear-gradient(top, #444243 0%, #292728 100%);

    background-image: linear-gradient(to bottom, #444243 0%, #292728 100%);

    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#444243', endColorstr='#292728');

    top: 16px; left: 0px; ;
    padding: 0px 15px;
    line-height: 30px;
    font-weight:bold;
    color: white;
    font-size: 17px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

a {
    text-decoration: none;
}

#rolling_contents{
    position: relative;
    width: 798px;
    height: 300px;
}

#rolling_contents .rolling{
    position: relative;
    overflow: hidden;
}

#rolling_contents .rolling-list{
    width: 1500px;
}

#SLTreeNaviCellArrowLeft,
#SLTreeNaviCellArrowRight{
    cursor: pointer;
}
