#col1 { float: left; width: 868px; background-color: #fff; padding: 15px;}

#col1 h1 { font-size: 1.1em; margin-bottom: 0.7em; }
#col1 h2 { font-size: 0.9em; margin: 0.4em 0;}

div#product-link-bar { background-color: #990000; padding-top: 10px; padding-bottom: 10px; margin-left: 1px; margin-bottom: 1px;}
div#product-link-bar a { color: #fff; }

.tooltip { 
	display: none;
	background:url(../../common/images/black_arrow_big.png); 
	height:153px;
	padding: 45px 30px 0px 30px;
	margin-top: 10px;
	width: 640px;
	font-size:11px;
	color:#fff;
	z-index: 10000;
	text-align: left;
}
.tooltip.left { background: url(../../common/images/black_arrow_left.png); margin-left: 120px; }
.tooltip.right { background: url(../../common/images/black_arrow_right.png); margin-left: -120px;}
.tooltip p {
	font-size: 1.1em;
}
