/* Module Block Layout */
div.theme-2012_gray_bar {  }

div.theme-2012_gray_bar .module {
	margin-right: 20px;
	margin-top: 16px;
}

@media (max-width: 767px) {
  div.theme-2012_gray_bar .module {
	margin-right: 0;
  }
}

div.theme-2012_gray_bar .module-title {
	color:#676767;
	font-family:"Myriad Pro", "Helvetica LT Std", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
    border-bottom: 1px solid rgba(145, 145, 145, 0.29);
    padding-bottom: 11px;
}

div.theme-2012_gray_bar .module_top{  }

div.theme-2012_gray_bar .module_bottom{  }

div.theme-2012_gray_bar .module-content {
	padding-bottom: 20px;
	color: #676767;
	font-size: 14px;
	margin-top: 20px;
}

div.theme-2012_gray_bar .module ul {
    list-style-type: none;
}

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