﻿/* 购销中心
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#mallBanner
{
    background:url(Images/mallBanner.jpg);
    }

.productInfoList {width:738px;}

.productInfoList .productInfoThumb
{   
    float:left;
    margin:1px;
    padding:12px 0px;
    width:240px;   
    height:240px;
    /*background:#f9f9f9;
    border:1px dashed #f3f3f3;*/
    overflow:hidden; 
    }


.productInfoList .productInfoThumb img.highlight
{
    background-position:left 130px;
    cursor:pointer;
    }

.productInfoList .productInfoThumb .checkProduct
{
    float:left;
    }

.productInfoList .productInfoThumb img
{
    margin:auto;
    margin-bottom:15px;
    padding: 18px 14px 18px 13px;
    width:150px;
    background:url(Images/productBg.png);
    
    }
    
.productInfoList .productInfoThumb ul
{
    padding-top:10px;
    width:220px;
    line-height:1.8em;        
    border-top:1px dashed #cecece;
    }

.productInfoList .productInfoThumb ul li 
{
    padding:0;
    border:0;
    width:auto;    
    }

.productInfoList .productInfoThumb ul li label
{
    margin-right:1em;
    }
    
.productInfoList .productInfoThumb ul li.profile label,
.productInfoList .productInfoThumb ul li.profile p
{
    display:inline-block;*display:inline;zoom:1;
    }
    
.productInfoList .productInfoThumb ul li.profile p{width:300px;vertical-align:top;height:62px;overflow:hidden;}
    
    
.productInfoList .productInfoDetailNav a
{
    margin:auto;
    width:107px;
    height:23px;
    display:block;
    text-indent:-999px;
    overflow:hidden;
    background:url(Images/productDetailButton.jpg);
    }
    

#doOrderPanel{padding:30px 0;text-align:center;width:100%;}

a.checkPrice,
a.doOrder
{
    display:inline-block;
    *display:inline;
    zoom:1;
    
    width:156px;
    height:47px;
    text-indent:-9999px;
    *text-indent:0;
    *font-size:0;
    color:White;
    overflow:hidden;    
    }    
a.checkPrice{background:url(Images/checkPrice.gif);}
a.doOrder{background:url(Images/doOrder.gif);}

