@charset "UTF-8";
/* CSS Document */

/* CLASSES */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#container #content .tips {
	font-style: italic;
	width: 300px;
	background-color: #FBFBFB;
	border: 1px solid #999999;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 15px;
}
#container #content .threecolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 232px;
}

#container #content .TwoColumnLong a.top {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}
#container #content .TwoColumnShort img.border {
	border: 4px solid #C7C7C7;
}
.verDiv {
border-left: 1px dotted #CCCCCC;
border-right: 1px dotted #CCCCCC;
}
#container #content .twoColumnProducts {
	width: 349px;
	float: left;
}#container #content .smalltxt {
	font-size: 10px;
}
#container #content a.Backtop {
	font-size: 9px;
	text-transform: uppercase;
	color: #777777;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 77px;
	float: right;
}
