  @charset "UTF-8";
/* CSS Document */

/* Gif rollover*/
#gifs-rows img {
  cursor: pointer;
}
#gifs-rows .gif-file{
  display:none;
}


#gifs-rows2 img {
  cursor: pointer;
}
#gifs-rows2 .gif-file2{
  display:none;
}

#gifs-rows3 img {
  cursor: pointer;
}
#gifs-rows3 .gif-file3{
  display:none;
}


section {
  padding: 20px 50px 10px 50px
}

/*.product-info {
	padding: 25px 50px
}*/
.product-info h2 {
	margin-top: 0
}
.product-info a.more {
	font-size: .9em;
	text-transform: uppercase;
	margin: 20px 0;
    text-decoration:none !important;
}
.product-info a.more:after {
	content: "- Less";
    color: #187c36;
}
.product-info a.more.collapsed:after {
	content: "+ Read More";
  	color: #187c36;
}

.oil-faqquestion {
    line-height: 0;
    padding-top: 14px;
}