.catTitle {	
	background-repeat: no-repeat;	
	text-align: center;	
	color: #0066AA;	
	height: 28px;	
	font-family: verdana;	
	font-size: 14px;	
	font-weight: bold;	
	padding-top: 2px;
	border-bottom: 1px solid;
}
.icon{
	position: relative;
	float: right;
	width: 100px;
	height: 100px;
	text-align: center;
}

.application{
	float: right;
}

#itemTitle{
	background: no-repeat; 
	background-image: url(../images/products/orange_bar.png);
	height: 21px;
	width: 670px;
	padding-top: 6px;
	margin-top: 5px;
}

#searchTitle{
	background: no-repeat; 
	background-image: url(../images/products/blue_bar.png);
	height: 21px;
	width: 670px;
	padding-top: 6px;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#itemImage{
	position: relative;
	float: left;
	width: 210px;
	height: 200px;
	display: table;
	overflow: hidden;
	margin: 4px;
	text-align: center;
}

#imageCenter1{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#imageCenter2{
	position: relative;  
	top: -50%
}

#twoColSpecs{
	background: no-repeat; 
	background-image: url(../images/products/thermal_box.png);
	float: left;
	height: 200px;
	width: 428px;
	margin: 4px;

}

#oneColBlank{
	float: left;
	width: 216px;
	margin: 4px;
}

#twoColBlank{
	float: left;
	width: 428px;
	margin: 4px;
}

#threeColBlank{
	float: left;
	width: 640px;
	margin: 4px;
}

#twoColSpecs td {
	padding: 3px;
}

#oneColSpecs{
	background: no-repeat; 
	background-image: url(../images/products/specs_box.png);
	float: left;
	height: 200px;
	width: 210px;
	margin: 4px;
}

#description{
	background: no-repeat; 
	background-image: url(../images/products/bonus_box.png);
	float: left;
	position: relative;
	height: 184px;
	width: 194px;
	margin: 4px;
	padding: 8px;
	#text-align: justify;
}

#cartBox{
	background: no-repeat; 
	background-image: url(../images/cart/add_to_cart_box.png);
	position: relative;
	float: left;
	height: 200px;
	width: 210px;
	margin: 4px;
}

#bonusBox{
	background: no-repeat;
	background-image: url(../images/products/bonus_box.png);
	float: left;
	position: relative;
	height: 200px;
	width: 202px;
	padding: 4px;
	margin: 4px;
	#text-align: justify;
}

#bonusBoxTwo{
	background: no-repeat;
	background-image: url(../images/products/bonus_box_two.png);
	float: left;
	position: relative;
	height: 200px;
	width: 428px;
	padding: 4px;
	margin: 4px;
	text-align: justify;
}

#bonusBoxThree{
	background: no-repeat;
	background-image: url(../images/products/bonus_box_three.png);
	background-size: 100%;
	float: left;
	position: relative;
	height: 400px;
	width: 646px;
	padding: 4px;
	margin: 4px;
	text-align: justify;
}

#bonusBoxThreeSlim{
	background: no-repeat;
	background-image: url(../images/products/bonus_box_three_slim.png);
	background-size: 100%;
	float: left;
	position: relative;
	height: 265px;
	width: 646px;
	padding: 4px;
	margin: 4px;
	text-align: justify;
}

#emptyBox{
	float: left;
	position: relative;
	height: 200px;
	width: 210px;
	margin: 4px;
	text-align: justify;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; background:;}
a.tt:hover span.tooltip{
  display:block;
  position:absolute;
  top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
	font-size: 11px;
  text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
  background: url(../images/products/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	font-weight: normal;
	background: url(../images/products/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #000000;
  background: url(../images/products/bubble.gif) no-repeat bottom;
}