
/*************************************************************************************************/
div.brush_list li.brush{
         float:left;
         height:164px;  
}
div.brush{
      position: relative;
      background-image: url("/template/v1/images/brush-bg.gif");
      background-repeat: no-repeat;
      width:139px;
      height:139px;
      float:left;
      overflow: hidden;
}

.brush a{
	color:#FFFBDE; 
        text-decoration: underline;
}

.brush a:hover{
	color:#FFFBDE; 
        text-decoration: none;
}

.brushimg{
       position: relative;

       width:139px;
       height:139px;
       overflow: hidden;
       margin:0;
       padding:0;
}
.info{
       left: 10px; 
       position:absolute; 
       bottom: -110px; 
	   width: 139px;
       background: #090809; 
       padding: 10px 0 0 10px; 
       display: block; 
	   font-family: arial;
	   font-size: 10px;
       min-height: 50px; 
       overflow: hidden; 
       filter:alpha(opacity=85);
       -moz-opacity:.85;
       opacity:.85; 
}
.brush img{
      padding:0;
      float:left;
}
.info h3{
	color: #ffffff;
    font: 14px; sans-serif,verdana, Georgia,"Lucida Sans Unicode", "trebuchet MS";     
	font-weight: bold;
}


.brush-info{
      position: relative;
      font:  1.3em sans-serif,verdana, Georgia,"Lucida Sans Unicode", "trebuchet MS";     
      color:#FFFBDE;
      margin: 20px 0px 0px 10px;
      float:left;
      overflow: hidden;
}
.brush-info a{
      font:  1.0em sans-serif,verdana, Georgia,"Lucida Sans Unicode", "trebuchet MS";        
}    
.brush-description p{
      font:  1.1em sans-serif,verdana, Georgia,"Lucida Sans Unicode", "trebuchet MS";        
}