



/*
---------------------------------------------------------------------
==feature box
------------------------------------------------------------------ */

#feature_box {
    position: relative;
    clear: both;
    margin: 10px 0px 0px 0px;
    padding-top: 35px;
}



/*
---------------------------------------------------------------------
==tabbed browsing
------------------------------------------------------------------ */

#feature_box_tabs {
    position: absolute;
    top: 10px;
    margin: 0px;
    z-index: 10;
}


#tabbed_menu {
    margin: 0px;
    padding: 0px;
}

#tabbed_menu li { display: inline; }

#tabbed_menu img { float: left; }

#tabbed_menu img.right { margin-right: -5px; }

#tabbed_menu img.rightLast { margin-right: 0px; }

#tabbed_menu span {
    background: #e3e3e3;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #2d66a3;
    position: relative;
    float: left;
    font-weight: bold;
    padding: 6px 13px 6px 7px;
    text-decoration: none;
    cursor: pointer;
}

#tabbed_menu span.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #004793;
}


/*
---------------------------------------------------------------------
==content
------------------------------------------------------------------ */

#feature_box_content {
    position: relative;
    clear: both;
}

#feature_box_content div.top { height: 10px; }

#feature_box_content div.content {
    position: relative;
    width: 570px;
    height: 100%;
    padding: 7px 10px 10px 14px;
    margin: 0px;
    background: #fff url("../box/ft_box_body_content.gif") repeat-y top left;
}

#feature_box_content div.printHeadline { display: none; }

#feature_box_content table {
    width: 300px;
    margin: 0 0 15px 0;
    padding: 0px;
    border: 0px solid;
}

#feature_box_content td.bold {
    width: 145px;
    font-weight: bold;
}


#feature_box_content div.compatibility {
    position: absolute;
    top: 115px;
    left: 340px;
    width: 180px;
}

#feature_box_content div.top50px { top: 9px; }

#feature_box_content div.top140px { top: 96px; }

#feature_box_content div.bold { font-weight: bold; }

#feature_box_content ul {
    margin: 2px 0px 20px;
    padding: 0px;
    font-size: 11px;
    width: 480px;
}

#feature_box_content li {
    list-style: disc;
    margin: 0px 0px 2px 15px;
    width: auto;
    clear: both;
}

#feature_box_content a { text-decoration: underline; }

#feature_box_content a:hover { text-decoration: none; }



#feature_box_content div.box_kit {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}



#feature_box_content .headline {
    position: relative;
    width: 540px;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    margin: 10px 0px 12px;
    cursor: auto;
}

#feature_box_content div.box100x100 {
    position: relative;
    float: left;
    margin: 10px 9px 0px 0px;
    width: 100px;
    height: 100px;
}

#feature_box_content img.color_code {
    position: absolute;
    top: 7px;
    left: 5px;
}

#feature_box_content p.nr_code {
    position: absolute;
    top: 10px;
    left: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

#feature_box_content p.nr_code_WO {
    position: absolute;
    top: 7px;
    left: -5px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

#feature_box_content img.border {
    position: absolute;
    top: 0px;
    left: 0px;
}

#feature_box_content img.icon {
    float: left;
    margin-right: 9px;
}

#feature_box_content span.icon {
    position: relative;
    margin: 0px;
    vertical-align: text-bottom;
    margin-bottom: 5px;
    height: 40px;
}

#feature_box_content div.pic {
    float: left;
    margin: 10px 17px 10px 0px;
    width: auto;
    /*width: 248px;
    height: 164px;*/
}

#feature_box_content img.pic {
    border: 1px solid #707477;
}

#feature_box_content div.bottom { height: 12px; }


.hidden{ display: none; }
		
.shown{ display: table; }

#feature_box_content p.manualBox {
 color:#333333;
 cursor:auto;
 font-size:11px;
 font-weight:normal;
 margin:0px 0 12px;
 position:relative;
 width:540px;
}
 
#feature_box_content span.iconManual{
    position: relative;
    margin: 0px;
    vertical-align: text-bottom;
    margin-bottom: 15px;
    height: 40px;
 display: block;
 }
 
#feature_box_content span.iconManual a {
 font-weight: normal;
} 
