@charset "UTF-8";

.hstVertContainer {
    BORDER-RIGHT: #dfdfdf 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: #dfdfdf 1px solid;
    DISPLAY: block;
    PADDING-LEFT: 10px;
    BACKGROUND: url(../../../images_css/hst_vert_container_bg.jpg) #ffffff repeat-x left bottom;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #dfdfdf 1px solid;
    WIDTH: 216px;
    COLOR: #000000;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #dfdfdf 1px solid;
    height:200px
}
.hstVertContainer .hstVertContent .heading {
 WIDTH: 130px; 
}

.hstVertContent {
	display: block;
	width: 131px;
	height: auto;
	float: left;
}

.hstVertImage {
	display: block;
	width: 75px;
	height: auto;
	margin-right: 10px;
	float: left;
}

.hstVertContent .greenLargeBold13 {
	display: block;
	color: #666666;
	background-color: transparent;
	font-size: 0.75em;
	font-weight: normal;
}

.hstVertContent .blue:link {
	display: block;
	font-size: 0.75em;
	color: #000000;
	background-color: transparent;
	background-image: url("../../../images_css/hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hstVertContent .blue:visited {
	display: block;
	font-size: 0.75em;
	color: #000000;
	background-color: transparent;
	background-image: url("../../../images_css/hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hstVertContent .blue:hover {
	display: block;
	font-size: 0.75em;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hstVertContent .blue:active {
	display: block;
	font-size: 0.75em;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

