/* CSS Document */

#contentMain
{
	margin:0px;
	height:400px;
	width:100%;
	padding:0px;
}

#contentMainLeft
{
	float:left;
	margin:0px;
	padding:0px;
	width:420px;
	clear:left;
	height:400px;
 
}

#contentMainRight
{
    width:280px;
    height:400px; 
    margin-top:32px;
    overflow:hidden;

    
}

#contentMainRight  .zuo  li 
{
 
    width:150px;
    margin-top:15px;
    border-bottom:2px double #dddddd;
    
    
}
#contentMainRight a
{
    width:100px;
  
}

#articleList
{
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
 
}

#articleList .listLeft
{
 
 	height:100%;
	float:left;
	clear:left;
	margin:0px;
	padding:0px;
	list-style:none;
	overflow:hidden;
	
}

#articleList .listRight
{

	height:100%;
	float:left;
	clear:right;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:10px;
	overflow:hidden;
}

#articleList li
{
    margin-left:10px;
    list-style:none;

    text-align:left;
    margin-top:10px;
    width:190px;
}



#articleList a
{
    width:140px;
    text-align:left;
    overflow:hidden;
    font-weight:bold;
    background:url(img/newsIcon.gif) no-repeat;
    background-position:0px 5px;
    padding-left:15px;
}


#contentMainRight div
{
    clear:both;width:100%;
    height:50%;
}
 
#contentMainRight div ul
{
    margin:0px;
    float:left;
    Padding:0px;
    list-style:none;
    

}
#contentMainRight div ul.left
{
    width:150px;
    clear:left;
    height:150px;
    margin-left:15px;
    margin-right:15px;

   
    
}

#contentMainRight div ul.right
{
    width:80px;
    clear:right;
    height:150px;
        
    
}

#contentMainRight div ul.right img
{
    width:84px;
    height:60px;
}

a.aHomeDetail
{
    color:#E97B00;
    margin-left:3px;
    padding-right:15px;
    background:url(img/detailIcon.gif) no-repeat;
    background-position:45px 3px;
    font-weight:bold;
    font-size:14px;
 
}

.divProductBorder
{
    border-bottom:2px double #777;
    margin-bottom:15px;
}
