/* Module Block Layout */
div.theme-right-theme {  
  padding:0px 20px;
}

div.theme-right-theme .module {  }

div.theme-right-theme .module-title {
  margin:0;
}

div.theme-right-theme .module_top{  }

div.theme-right-theme .module_bottom{  }

div.theme-right-theme .module-content h2 a {
  text-decoration: none;
}

div.theme-right-theme .module-content h2 a:hover {
  text-decoration: underline;
}

div.theme-right-theme .module-content {
  font-size:12px;
}

div.theme-right-theme .module-content p {
  line-height:16px;
}

div.theme-right-theme .module ul {
    list-style-type: none;
    margin:0;
}

div.theme-right-theme .module li {
    list-style-type: none;
}

div.theme-right-theme .module .module_view_all {
    padding-top: 10px;
    text-align: right;
}