﻿/* 产品中心
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#procuctBanner
{
    background:url(Images/productBanner.jpg);
}

.productInfoThumb
{    
    padding:12px 0px 14px 14px;
    width:698px;
    border-bottom:1px dashed #cecece;    
    }


.productInfoThumb img.highlight
{
    background-position:left 130px;
    cursor:pointer;
    }
    
.productInfoThumb img,
.productInfoThumb ul
{
    float:left;    
    }

.productInfoThumb img
{
    margin-right:22px;
    padding: 18px 14px 18px 13px;
    width:150px;
    background:url(Images/productBg.png);
    }
    
.productInfoThumb ul
{
    width:420px;
    line-height:1.8em;    
    }

.productInfoThumb ul li 
{
    padding:0;
    border:0;
    width:auto;
    }

.productInfoThumb ul li label
{
    margin-right:1em;
    }
    
.productInfoThumb ul li.profile label,
.productInfoThumb ul li.profile p
{
    display:inline-block;*display:inline;zoom:1;
    line-height:1.5em;
    }
    
.productInfoThumb ul li.profile p{width:300px;vertical-align:top;height:62px;overflow:hidden;}
    
    
.productInfoDetailNav a
{
    width:107px;
    height:23px;
    display:block;
    text-indent:-999px;
    overflow:hidden;
    background:url(Images/productDetailButton.jpg);
    }
    
    
.productInfoGoOrder a { background:url(Images/productGoOrder.gif);display:block;width:107px;height:23px;text-indent:-9999px;overflow:hidden;}
 #prdDetail{padding:25px;line-height:1.8em;letter-spacing:0em;}
    
/* 产品选择器 */
#productSelector
{
    position:absolute;
    z-index:1999;
    border:1px solid #666;
    padding:3px;
    background:#99f;
    display:none;
    height:300px;      
    }
#productSelector .cbProduct
{
    
    }
#productSelector .cbProduct input
{
    width:auto;
    }
#productSelector .cbProduct label
{
    zoom:0;
    display:inline;
    }
    
