@charset "utf-8";
/* CSS Document */

#relatedWrapper {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#relatedWrapper #relations {margin:12px 0px 0px 0px; padding: 0px;}
#relatedWrapper #relations #relationsTitle {
	margin:0px 0px 4px 0px;
	color:#999999;
	font-size:11px;
	font-weight:bold;
}
#relatedWrapper #relations ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	display:block;
}
#relatedWrapper #relations ul li{
	color:#999999;
	margin-bottom:3px;
}
#relatedWrapper #relations ul li a{ font-weight:normal; color:#333333;}

/*related products*/
.boxRelated{
	margin: auto auto 20px auto;
}
.aProductTitle{
	background: url(/images/site/relatedHeader.png) right top no-repeat;
	min-height: 47px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	clear: both;
	border-right: 1px solid #fff;
}
.aProductTitle a{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
}
@media(max-width:767px){

	.aProductTitle{
		border: none;
	}
	.col-md-5.col-sm-5.aProductImage{
		padding: 0px;
	}

}

.aProductImage img{
	min-width: 100%;
	max-width: 100%;
}
.aProductContentIntro{
	padding: 10px 0 0 0;
}
.aProductContentIntro a{
	text-transform: uppercase;
	color: #66ccff;
}
.aProductContentIntro a:hover{
	color: #66ccff;
}
.relatedReadMore{
	margin: 20px 0 0 0;
	display:inline-block;
}
.aProductName{
	padding: 10px 0 0 0;
}
.aProductName a:hover{
	color: #fff;
}
.aProductPrice{
	padding: 10px 0 0;
    text-align: right;
}
