@charset "UTF-8";

/******************** Begin: Outer div container with borders *****************/

.homeToolTeaser {
	display: block;
	width: 236px;
	height: auto;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px solid #DFDFDF;
	margin: 0 0 15px 0;
	padding: 0;
}

/********************** End: Outer div container with borders *****************/

/********************* Begin: Inner div container with margins ****************/

.homeToolTeaserInside {
	display: block;
	width: 216px;
	height: auto;
	margin: 10px 10px 10px 10px;
}

/*********************** End: Inner div container with margins ****************/

/* Turn off the arrows */

.homeToolTeaserInside img {
	display: none;
}

.homeToolTeaserInside a:link {
	display: block;
	width: auto;
	height: auto;
	color: #007B32;
	/* begin TB07 fixes */
	/*background-color: transaparent;*/
	/* end TB07 fixes */	background-image: url("../../../images_css/home_tool_teaser_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-decoration: none;
}

.homeToolTeaserInside a:visited {
	display: block;
	width: auto;
	height: auto;
	color: #007B32;
	/* begin TB07 fixes */
	/*background-color: transaparent;*/
	/* end TB07 fixes */	background-image: url("../../../images_css/home_tool_teaser_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-decoration: none;
}

.homeToolTeaserInside a:hover {
	display: block;
	width: auto;
	height: auto;
	color: #FF0000;
	/* begin TB07 fixes */
	/*background-color: transaparent;*/
	/* end TB07 fixes */
	background-image: url("../../../images_css/_home_tool_teaser_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-decoration: none;
}

.homeToolTeaserInside a:active {
	display: block;
	width: auto;
	height: auto;
	color: #FF0000;
	/* begin TB07 fixes */
	/*background-color: transaparent;*/
	/* end TB07 fixes */
	background-image: url("../../../images_css/_home_tool_teaser_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	text-decoration: none;
}

