.sp-module.white {
	color: #333;
	margin: 0 5px 10px 5px;
	background-color: #fff;
}
.sp-module.white:hover {
	color: #333;
	background-color: #f9f9f9;
}
.sp-module.beige {
	color: #000;
	margin: 0 5px 10px 5px;
	background-color: #f9f4ed;
}

.sp-module.greys {
	color: #333;
	margin: 0 5px 10px 5px;
	background-color: #f9f9f9;
}
.sp-module.greys:hover {
	color: #333;
	margin: 0 5px 10px 5px;
	background-color: #f1f1f1;
}
.sp-module.reds {
	color: #222;
	margin: 0 5px 10px 5px;
	background-color: #ffeeee;
}
.sp-module.blues {
	color: #222;
	margin: 0 5px 10px 5px;
	background-color: #eef6ff;
}
.sp-module.greens {
	color: #222;
	margin: 0 5px 10px 5px;
	background-color: #f1f6e2;
}
.sp-module.oranges {
	color: #222;
	margin: 0 5px 10px 5px;
	background-color: #fff6ee;
}

.sp-module.colors {
	color: #f1f1f1;
	background: #ff7b26;
    background: -moz-linear-gradient(45deg, #ff7b26 0%, #ffc108 100%);
    background: -webkit-linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    background: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b26', endColorstr='#ffc108',GradientType=1 );
	margin: 0 5px 10px 5px;
}

.sp-module.dark {
	background-color: #333;
	color: #ddd;
	margin: 0 5px 10px 5px;
}

.sp-module.dark a, .sp-module.colors a { color: #ddd !important;}
.sp-module-content  {
	padding: 0 10px 10px 10px;
}

.fl{float:left}.fr{float:right}
.sp-module-title,.white .sp-module-title,.greys .sp-module-title,.colors .sp-module-title,.oranges .sp-module-title,.greens .sp-module-title,.blues .sp-module-title,.reds .sp-module-title,.dark .sp-module-title{background:url(../images/sprite.png) -68px -289px no-repeat;color:#fff;font-size:19px;font-weight:500;height:34px;line-height:28px;margin:0 -5px;text-shadow:0 1px 1px rgba(0,0,0,0.6);}
.sp-module-title .t1,.white .t1,.colors .t1,.oranges .t1,.greens .t1,.blues .t1,.reds .t1,.dark .t1{background:url(../images/sprite.png) 0 -289px no-repeat;display:inline-block;height:41px;width:20px;margin-left:-15px}
.sp-module-title .t2,.white .t2,.colors .t2,.oranges .t2,.greens .t2,.blues .t2,.reds .t2,.dark .t2{background:url(../images/sprite.png) -42px -330px repeat-x;display:inline-block;height:30px;padding-right:4px;overflow:hidden}
.sp-module-title .t3,.white .t3,.colors .t3,.oranges .t3,.greens .t3,.blues .t3,.reds .t3,.dark .t3{background:url(../images/sprite.png) -20px -289px no-repeat;display:inline-block;height:30px;width:20px}
.sp-module-title .t4,.white .t4,.colors .t4,.oranges .t4,.greens .t4,.blues .t4,.reds .t4,.dark .t4{background:url(../images/sprite.png) -54px -289px no-repeat;display:inline-block;height:38px;width:12px;margin-right:-8px}
.white .sp-module-title, .beige .sp-module-title {background-position:-68px -216px}
.white .t1, .beige .t1{background-position:0 -216px}
.white .t2, .beige .t2{background-position:-42px -258px}
.white .t3, .beige .t3{background-position:-20px -216px}
.white .t4, .beige .t4{background-position:-54px -216px}
.colors .sp-module-title {background-position:-68px -360px; color: #333!important;}
.colors .t1{background-position:0 -360px}
.colors .t2{background-position:-42px -400px}
.colors .t3{background-position:-20px -360px}
.colors .t4{background-position:-54px -360px}
.oranges .sp-module-title{background-position:-68px -144px}
.oranges .t1{background-position:0 -144px}
.oranges .t2{background-position:-42px -186px}
.oranges .t3{background-position:-20px -144px}
.oranges .t4{background-position:-54px -144px}
.greens .sp-module-title{background-position:-68px 0px}
.greens .t1{background-position:0 0px}
.greens .t2{background-position:-42px -42px}
.greens .t3{background-position:-20px 0px}
.greens .t4{background-position:-54px 0px}
.blues .sp-module-title{background-position:-68px -72px}
.blues .t1{background-position:0 -72px}
.blues .t2{background-position:-42px -114px}
.blues .t3{background-position:-20px -72px}
.blues .t4{background-position:-54px -72px}
.reds .sp-module-title{background-position:-68px -216px}
.reds .t1{background-position:0 -216px}
.reds .t2{background-position:-42px -258px}
.reds .t3{background-position:-20px -216px}
.reds .t4{background-position:-54px -216px}

.sp-module.sp-module-title h3 { margin-top: 3px;}
#sp-main-body {
    background-color: rgba(255,255,255,0.8);
}
#sp-component{background-color: rgba(255,255,255,0.8);}