.title{
	text-shadow: 5px 5px 10px rgba(0,0,0,.5);
	color: #fff;
}
.content-slide {
	color: #fff;
	background-color: rgba(243,241,218,0.95);
}

.content-slide:before {
	background: url('../static_images/specification/bg_triangle_white.png') repeat-y;
	background-position: top right;
}
.content-slide h3 {
	color: #6a1b32;
}
.content-slide h3:before {
	border-color: #6a1b32;
}
.content-slide .detail-row.has-border {
	border-bottom-color: #6a1b32;
}
.content-slide .detail-label {
	color: #939598;
}
.content-slide .btnContainer a {
	color: #6a1b32;
	border: #6a1b32 1px solid;
}

.content-slide .btnContainer a:hover {
	background-color: #6a1b32;
	color: #f3f1d9;
}
.detail-value{
	color: #6a1b32;
}