.rightplanetList{
background-color: #ffffff;
margin-bottom: 18px;  
}

.rightplanetList .header1{ 
background: url(/application/img/modules/planet_right_list1.gif) no-repeat left top;        
height: 30px; 
}

.rightplanetList .header2{ 
background: url(/application/img/modules/planet_right_list3.gif) no-repeat left top;        
height: 30px; 
}

.rightplanetList .header3{ 
background: url(/application/img/modules/planet_right_list3.gif) no-repeat left top;        
height: 30px; 
}
 
      
.rightplanetList .content{     
   /* border:1px #e2deae solid; */ 
    background-color: #e3ebd9;
   /* font-size: 11px;      */
    width: 286px;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 7px;
    margin-bottom: 5px;
}

.rightplanetList .content h1{     
    font-size: 12px;
    color: #98c852;
    
    padding-left: 5px;
}


.rightplanetList .more{ 
font-family: Tahoma;    
vertical-align: bottom;    
text-align: right; 
/*color: red;   */

font-size: 8pt;
font-weight: 500;
color: #87a6ca;
padding: 3px;

}

.rightplanetList .more a{ 
color: #948d54;
}

.rightplanetList .more a:hover{ 
color: #5b5736;
}




/*----*/

.rightplanetList .content .squareProductView{
    width:250px;
 /*  background-color: red;    */
    height: 55px;
    margin-left: 20px;
}
.rightplanetList .content .squareProductView .content .cover{
    width:50px;
    height:50px;
   padding:50 8px 50 50px; 
}
.rightplanetList .content .squareProductView .cover img{
    width:48px;
    height:48px;
    border:1px solid #8EBA63;
    float: left;  
} 

.rightplanetList .content .squareProductView .name{
    /*width:200px;       */
    overflow:hidden;

    font-weight:bold;
    color:#345015;   
    padding-left: 10px;
}

.rightplanetList .content .squareProductView .name a{
    color:#345015;   
}

.rightplanetList .content .squareProductView .name a:hover{
    color:#000;   
}

.rightplanetList .content .squareProductView .artist{
   /* width:200px;     */
    overflow:hidden;

    padding-left: 10px;
}
    
