

 .space_colors{
 	width:100%;
 	margin-top: 30px;
 }
.space_colors td,
.glassmetall_desc td{
	text-align:center;
	width:14.28%;
	height: 100px;
	vertical-align: top;
}
.space_colors .coloractive .color_circle,
.glassmetall_desc .typeactive .type_circle{   
    box-shadow: 0 10px 16px rgba(0, 129, 255, 0.5);
    border: 2px solid #008fef;
    				height: 46px !important;
				width:46px !important;
}
.space_colors .coloractive .color_name,
.glassmetall_desc .typeactive .type_name{
	color: #008fef !important;
}

 .space_colors .color .color_circle,
 .type_circle {
				height: 50px;
				width:50px;
				border-radius: 50%;
				margin:auto;
				cursor: pointer;
			}
			.space_colors .color .color_name,
			.glassmetall_desc .type_name{
				font-size: 10px;
				line-height: 12px;
				height:30px;
				color:#0e2f4f;
				width:75%;
				margin-top: 10px;
				display: inline-block;
			}


.glassmetall{
	width: 100%;
	height: 270px;
	background-color: #e4f3fa;
	background-image: url("../images/space/types/glass.png");
	background-repeat: no-repeat;
    background-position: 58px 50px;
	padding-top: 41px;
}
.glassmetall_desc {
	width: 480px; margin: 0 45px 0 450px; text-align: left;
}

.glassmetall_desc span{
	    color: #fd4000;
    font-size: 26px;
    font-weight: 300;
}

.glassmetall_desc p{
	color: #0e2f4f;
	font-size: 16px;
    margin: 10px auto 0px;
}

.glassmetall_desc table{
	width:136px;
	margin-top: 26px;
}

.moduletable{
	margin-bottom: 0 !important;
}


.bg-metall{
	background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 32%, rgba(209,209,209,1) 51%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 32%,rgba(209,209,209,1) 51%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 32%,rgba(209,209,209,1) 51%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}