div.section-module h6{
	font-size:18px;
	font-weight:bold;
	margin:10px 10px 5px 10px;
	line-height:19px;
	padding:0;
}

div.section-module p{
	font-size:9px;
	margin:0 35px 0 10px;
	line-height:13px;
}

.section-module{
	width:169px;
	height:101px;
	cursor:pointer;
	margin-bottom:4px;
	overflow: hidden;
}

.section-module-red{
	background:url("../images/red_bg.png") no-repeat;
}

.section-module-black{
	background:url("../images/black_bg.png") no-repeat;
}

.section-module-blue{
	background:url("../images/blue_bg.png") no-repeat;
}


.section-module-gray{
	background:url("../images/gray_bg.png") no-repeat;
}

.section-module-green{
	background:url("../images/green_bg.png") no-repeat;
}

.section-module-orange{
	background:url("../images/orange_bg.png") no-repeat;
}
.section-module-pink{
	background:url("../images/pink_bg.png") no-repeat;
}

.section-module-lightblue{
	background:url("../images/lightblue_bg.png") no-repeat;
}