@charset "UTF-8";
/* CSS Document */


#mainframe {
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:0px;
	padding-bottom:20px;
	background: transparent;
	
}

#mainframeHome {
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding:0px;
	padding-bottom:20px;
	background: url(../images/infinitiHome_bg.jpg) top no-repeat;
	/*min-height: 900px;*/
	
}

#mainframe_light {
	text-align:left;
	width:1000px;
	margin:0 auto;
	margin-top:50px;
	padding:0px;padding-top:50px;
	background-color:#fff;
	padding-bottom:20px;
}





#header {
	background-image:url(../images/header.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:150px;
	clear:both;
}

#header h1 {
	display:none;
}

/*#columns {
	clear:both;
	padding:10px;
	padding-bottom:0px;
}

 General style */
.clear {
	clear:both;
}


/* floating images in text */
.rightfloatimage {
	float:right;
	margin:12px;
	margin-right:0px;
}

.leftfloatimage {
	float:left;
	margin:12px;
	margin-left:0px;
}



#interactive-ad img {
	border: 1px solid #7E7D7C;
}

#content {
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	padding-left: 12px;
	line-height:16px;
	background:transparent;
	min-height: 500px;
}

#content_header {
	padding-bottom:8px;
	/*background-image:url(../images/divider.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
}


#bottom_image {
	text-align:center;
}

/* Product Detail Page -- Price Strikeout */
.price .help {
	background: #fff;
	padding: 0px 4px;
	color: #333;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	z-index: 10000;	
}

.hidden{display:none;}

.price  .help-caption{
	position: absolute;
	height: 60px;
	top: -30px;
    _top: -201x; /* IE 6 and below */
	left: -5px;
	width: 120px;
	font-size:9px;
	line-height:11px;
}

.price  .help-caption .help-content{
	width: 170px;
	margin-left: 1px;
	color: #333;
	position: relative;
	height: 45px;
	bottom: 20px;	
	padding: 5px;
	background: #fff;
	border: 1px solid #787878;
}


