@charset "UTF-8";

/*************************** Begin: Promo Teaser Image text *******************/

.promoTeaserBodyContainer {
	display: block;
	width: 171px;
	height: auto;
	margin-bottom: 12px;
}

/**************************** End: Promo Teaser Image text ********************/

/* Redefine the headings below images */

.promoTeaserBodyContainer .heading {
	display: block;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.promoTeaserBodyContainer a {
	background: none !important;
	padding-right: 0 !important;
}

/******************************************************************************/

.promoTeaserBodyContainer div a:link, .promoTeaserBodyContainer div a:visited {
	display: inline;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/anchor_links_container_arrow.gif") !important;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	padding-right: 10px !important;
}

.promoTeaserBodyContainer div a:hover, .promoTeaserBodyContainer div a:active {
	display: inline;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_anchor_links_container_arrow.gif") !important;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	padding-right: 10px !important;
}

