@charset "UTF-8";

.teaserTopContainer {
	display: block;
	width: 180px;
	height: auto;
	color: #333333;
	background-color: #FFFFFF;
}

.teaserCaptionPanel {
	display: block;
	width: 180px;
	height: auto;
	margin-top: 1em;
}

.teaserPullText {
	display: block;
	width: 180px;
	height: auto;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

.teaserLinkLeft {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.teaserLinkRight {
	float: right;
	padding: 0;
	margin: 0 5px 5px 0;
}

.teaserBotContainer {
	display: block;
	width: 180px;
	height: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

.teaserBotContainer img {
	display: none;
}

.teaserTopContainer .link10 a:link, .teaserTopContainer .link10 a:visited {
	display: inline;
	font-size: 0.75em;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/teaser_bot_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

.teaserTopContainer .link10 a:hover, .teaserTopContainer .link10 a:active {
	display: inline;
	font-size: 0.75em;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/_teaser_bot_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

/******************************************************************************/

.teaserBotContainer a:link, .teaserBotContainer a:visited {
	display: inline;
	font-size: 0.75em;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/teaser_bot_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

.teaserBotContainer a:hover, .teaserBotContainer a:active {
	display: inline;
	font-size: 0.75em;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/_teaser_bot_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 12px;
}

/******************************************************************************/


html>body .teaserTopContainer .link10 a:hover, html>body .teaserTopContainer .link10 a:active {
	font-size: 1em;
}

/************************* Begin: Addition for CLS call # 1543 ****************/

.teaserTopContainerProduct {
	display: block;
	width: 180px;
	height: auto;
}

/************************ End: Addition for CLS call # 1543 *******************/
/* Begin TB07 Fixes */
.teaserBotContainer .lightGreenBold
{
font-size: 0.75em;
text-transform: none;
}
/* End TB07 Fixes */

