#complementaryProducts{
	border-top:solid 1px gainsboro;
	padding:20px 0;
}
#complementaryOptions{
	margin:20px;
}
#complementaryOptions input{
	height:20px;
	width:20px;
	vertical-align:bottom;
}
.complementProduct, .complementProductDisabled{
	padding:0;
	margin:3px 0;
	clear:both;
}
.complementProductDisabled *{
	opacity: .4;
	filter: alpha(opacity=40);
}
.complementProduct span, .complementProductDisabled span{
	overflow:ellipsis;
}
.complementProduct input, .complementProductDisabled input{
	margin-right:10px;
}
.complementPrice{
	margin-left:10px;
	color:#B12704;
}

#complementImages{
	font-size:20px;
	font-weight:bold;
	color:silver;
	display:inline-block;
}
#complementImages img{
	margin:10px;
	height:120px;
}
#complementAction{
	float:right;
	margin:20px;
}
#complementAction button{
	margin:5px 0;
}
#compTotal{
	color:#B12704;
	font-size:17px;
	font-weight:bold;
}
@media only screen and (max-width:1200px){
	#complementAction{
		float:none;
	}
}