#productShowBackground {
    height: 302px;
    background-image:url(../../images/productShow/pbackground.png);
    background-repeat:repeat-x;
}
#productshow {
    width:986px;
    height: 302px;
    margin: auto;
}
#productshow_info {
    width: 986px;
    height: 263px;
    /*position: absolute;*/
    overflow: hidden;
}
.productShow_info_item {
    width: 986px;
    height: 263px;
    background-image: url('../../images/productShow/background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position:absolute;
    float:left;
    display: none;
}
.productShow_info_item:first-child {
    display: block;
}
.productShow_info_item_image {
    float: left;
    margin-top: 10px;
    width: 320px;
    height: 254px;
}
.productShow_info_item_image img {
    max-width: 320px;
    max-height: 254px;
}
.productShow_info_item_text {
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    width: 416px;
}
.productShow_info_item_menu {
    float: left;
}
.productShow_info_item_textTitle {
    height: 63px;
}
.productShow_info_item_textTitle img {
    float: left;
}
.productShow_info_item_textTitle .slogan {
    width: 230px;
    height: 60px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    font-style: italic;
    color: #929c92;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}
.productShow_info_item_textContent  {
    margin-top: 20px;
}
.productShow_info_item_textContent p {
    line-height: 20px;
    font-size: 1.2em;
    /**/
}
.productShow_info_item_menu {
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    width: 166px;
}
.productShow_info_item_menu ul li {
    width: 166px;
    height: 21px;
    background-image: url('../../images/productShow/menu_background.png');
    background-repeat: no-repeat;
    padding-top: 8px;
    color: #9a9a9a;
    border-bottom: 1px dashed #dbdbdb;
}
    .productShow_info_item_menu ul li:hover {
        background-image: url('../../images/productShow/menu_background_hover.png');
        background-repeat: no-repeat;
    }
.productShow_info_item_menu ul li a{
    font-size: 1.2em;
    padding-left: 35px;
}
.productShow_info_item_menu a img {
    margin-top: 20px;
}
/* CHOICE */
#productShow_choice {
    width: 986px;
    height: 39px;
    /*overflow: hidden;*/
}
#productShow_choice_text {
    float: left;
    height: 33px;
    width: 240px;
    margin-top: 10px;
    text-align: right;
}
#productShow_choice_text p {
    float: left;
    width: 350px;
    height: 33px;
    color: #e0e0e0;
    margin-left: 5px;
    margin-top: 4px;
}
#productShow_choice_text img {
    width: 13px;
    height: 21px;
    float: left;
}
#productShow_community {
    float: left;
    width: 150px;
    padding-top: 6px;
    padding-left: 10px;
}
#productShow_community a img {
    float: left;
    margin-left: 10px;
}
#productShow_choice_select {
    float: left;
    width: 420px;
    height: 33px;
    margin-left: 150px;
    margin-top: 3px;
    background-image: url('../../images/productShow/choice_select.png');
    background-repeat: no-repeat;
    background-position: 30px;
}
.productShow_choice_item {
    float: left;
    height: 33px;
    width: 105px;
    margin-left: 30px;
    text-align: center;
}
.productShow_choice_item a img{
    margin-top: 10px;
}

