﻿/*TOOLS TEMPLATE VIEW*/

.tollstemplate-item{ float:left; border:4px solid #DFE4EE; display:block; width:300px; height:300px; margin:10px 10px;  overflow:hidden; cursor:pointer;     }
.tollstemplate-item-inner{background-color:#F5F7FA;  display:block; overflow:hidden;   height:294px; margin:3px; position:relative;           }
.tollstemplate-item-inner:hover{ background-color:#EBEFF5; }
.tollstemplate-item-image{ height:294px;  width: 294px; position:absolute ; top:0px; left:0px;  text-align:center ;}  
.tollstemplate-item-image img {  margin:30px  30px 10px 40px ;   display:block;  } 
.tollstemplate-item-title { text-align:center ; padding:2px 0px; position:absolute ; top:254px; width:280px;    }  
   
 