/* Module Block Layout */
div.theme-red-theme { width:260px; background:url(/themes/red-theme/images/bg.jpg) repeat-y; margin-bottom:20px; }

div.theme-red-theme .module {  }

div.theme-red-theme .module-title {
	padding:5px 20px 10px;
	text-align:center;
	width:218px;
	margin:0;
	margin-left:1px;
	background:#000 url(/themes/red-theme/images/title-bg.jpg) repeat-x;
	font-family:trebuchet ms, arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	color:#FFF;
	font-size:20px;
}

div.theme-red-theme .module_top{ 
	background:url(/themes/red-theme/images/top-cap.jpg) no-repeat;
	width:260px;
	height:5px;
}

div.theme-red-theme .module_bottom{ 
	
}

div.theme-red-theme .module-content {
	padding:5px 20px 20px 24px;
	background:url(/themes/red-theme/images/bottom.jpg) bottom left no-repeat;
	color:#000;
}

div.theme-red-theme .module-content h1, div.theme-red-theme .module-content h2, div.theme-red-theme .module-content h3,  {
	color:#FFF;
}

div.theme-red-theme .module ul {
    list-style-type: none;
}

div.theme-red-theme .module .module_view_all {
    padding-top: 10px;
    text-align: right;
}