/* @override http://themes.siiimple.com/zoho/wp-content/themes/zoho/framework/css/style_common.css */

/* @override http://themes.siiimple.com/zoho/wp-content/themes/zoho/framework/css/style_common.css */

/* @override http://themes.siiimple.com/zoho/wp-content/themes/zoho/framework/css/style_common.css */

/* @override http://themes.siiimple.com/zoho/wp-content/themes/zoho/framework/css/style_common.css */

.view {
   width: 172px;
   height: 172px;
  
   float: left;
      overflow: hidden;
   position: relative;
   text-align: center;
   
   cursor: default;
   background: #111 url(loading.gif) no-repeat center center;
}
.view .mask,.view .content {
   width: 172px;
   height: 172px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
span.title-loop { background: #FF5500;color: #fff;padding: 2px 4px; }
h2 span.title-loop a { color: #fff !important; text-decoration: none; }
.view h2 {
   text-transform: uppercase;
   
   font-weight: bold;
   text-align: center;
   position: relative;
   font-size: 11px;
   font-family: "Droid Sans";
  
   line-height: 18px;
   margin: 40px 0 0 0;
}
.view p {
   font-family: "Droid Serif", serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 5px 10px 0px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
  
   
 
   font-size: 11px;
   color: #fff;
   text-transform: uppercase;
  
}
a.more{ background: #FF5500 url(arrow-right.png)center no-repeat;width: 15px;padding: 5px; position: absolute;right: 0px;bottom: 0; text-decoration: none;}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}