.white, .grey, .yellow, .blue, .green {
	margin-bottom: 20px;
}

.modList {
	padding: 0 10px;
	margin: 0;
	margin-left: 5px;
}

.inline li {
	display: inline;
}

.thumbs {
	list-style-type: none;
	text-align: center;
	margin-left: 0;
}

.thumbs .thumb1 {
	margin: 15px 0;
}

.modList li {
	padding: 0px 2px;
	padding-bottom: 7px;
}

.subList {
	padding: 0 25px;
	margin: 0;
	margin-left: 5px;
}
.subList li {
	padding: 0px 4px;
}

.blue, .yellow, .green, .white, .grey {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	
}
.blue h1, .yellow h1, .green h1, .white h1, .grey h1 {
	text-shadow: 1px 1px 1px #FFF;
	padding: 8px 10px;
	cursor: default;
}

/* White Module */
.white .modtext {
	padding: 8px 10px;
}
.white .modtext, .white .modtext ul li {
	text-align: left;
	font: 11px Arial;
	color: #666;
}
.white a {
	color: #333;
	text-decoration: none;
}
.white a:hover {
	text-decoration: underline;
}

/* Grey Module */

.grey, .white {
	border: 1px solid #CCC;
	background: #EEE
}
.white {
	background: none;
}
.grey h1, .white h1 {
	background: url("../images/white_bg.png") repeat-x bottom center #FFF;
	font: 12px Arial;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding: 8px 10px;
	margin: 0
}

.grey h2, .white h2 {
	background: url("../images/white_bg.png") repeat-x bottom center #FFF;
	font: 12px Arial;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding: 8px 10px;
	margin: 0
}


.grey .modtext {
	padding: 8px 10px;
}
.grey .modtext, .grey .modtext ul li {
	text-align: left;
	font: 11px Arial;
	color: #666;
}
.grey a {
	color: #333;
	text-decoration: none;
}
.grey a:hover {
	text-decoration: underline;
}

/* Blue Module */

.blue {
	border: 1px solid #cae4ff;
	background: #e8f3ff
}
.blue h1 {
	background: url("../images/blue_bg.png") repeat-x bottom center #FFF;
	font: 13px Arial;
	font-weight: bold;
	color: #0076ce;
	text-align: left;
	margin: 0;
}

.blue h2 {
	background: url("../images/blue_bg.png") repeat-x bottom center #FFF;
	font: 13px Arial;
	font-weight: bold;
	color: #0076ce;
	text-align: left;
	margin: 0;
}

.blue .modtext {
	padding: 8px 10px;
}
.blue .modtext, .blue .modtext ul li {
	text-align: left;
	font: 11px Arial;
	color: #33a8ff;
}
.blue a {
	color: #0076ce;
	text-decoration: none;
}
.blue a:hover {
	text-decoration: underline;
}

/* Yellow Module */

.yellow {
	border: 1px solid #ffe991;
	background: #ffffc6
}
.yellow h1 {
	background: url("../images/yellow_bg.png") repeat-x bottom center #FFF;
	font: 12px Arial;
	font-weight: bold;
	color: #ff8000;
	text-align: left;
	margin: 0;
}

.yellow h2 {
	background: url("../images/yellow_bg.png") repeat-x bottom center #FFF;
	font: 12px Arial;
	font-weight: bold;
	color: #ff8000;
	text-align: left;
	margin: 0;
}


.yellow .modtext {
	padding: 8px 10px;
}
.yellow .modtext, .yellow .modtext ul li {
	text-align: left;
	font: 11px Arial;
	color: #ff8000;
}
.yellow a {
	color: #ce6700;
	text-decoration: none;
}
.yellow a:hover {
	text-decoration: underline;
}

/* Green Module */

.green {
	border: 1px solid #aeffae;
	background: #efffdf
}
.green h1 {
	background: url("../images/green_bg.png") repeat-x bottom center #FFF;
	font: 12px Arial;
	font-weight: bold;
	color: #00c400;
	text-align: left;
	margin: 0;
}

.green h2 {
	background: url("../images/green_bg.png") repeat-x bottom center #FFF;
	font: 12px Arial;
	font-weight: bold;
	color: #00c400;
	text-align: left;
	margin: 0;
}

.green .modtext {
	padding: 8px 10px;
}
.green .modtext, .green .modtext ul li {
	text-align: left;
	font: 11px Arial;
	color: #00c400;
}
.green a {
	color: #009b00;
	text-decoration: none;
}
.green a:hover {
	text-decoration: underline;
}

