@charset "UTF-8";

.subSectionwideContainer {
	width: 375px;
	margin-bottom: 10px;
}

.subSectionwideContent {
	float: left;
}

.subSectionwideImage {
	width: 75px;
	height: 60px;
	float: left;
	margin: 0 5px 0 0;
}

html>body .subSectionwideImage {
	width: 75px;
	height: 60px;
	float: left;
	margin: 0 5px 10px 0;
}

.subSectionwideContent .linkLargeBold:link, .subSectionwideContent .linkLargeBold:visited {
	display: inline;
	color: #007B32;
	background-color: transparent;
	background-image: url("http://www.castrol.com/castrol/images_css/sub_sectionwide_content_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 5px;
}

.subSectionwideContent .linkLargeBold:hover, .subSectionwideContent .linkLargeBold:active {
	display: inline;
	color: #FF0000;
	background-color: transparent;
	background-image: url("http://www.castrol.com/castrol/images_css/_sub_sectionwide_content_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 5px;
}

