﻿.clearAll {
	clear: both;
}

.overlay {
	position:absolute;
	top:100px;
	/* Use this section if we want the overlay to stay on the screen when scrolling
	position:fixed;
	_position:absolute;
	top:60px;
	_top:expression(60+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	*/
	left:50%;
	font: normal 90% Arial,Helvetica,sans-serif;
	color:#9A9A9A;
	z-index:99999;
	background-color:#000000;
	border:1px solid #414141;
}
.overlay h2 {
	font-size:130%;
	color:#fff;
	margin: 20px 0px -10px 25px;
}
.overlay h3 {
	font-size:120%;
}
.overlay p {
	margin:3px 0 10px 0;
}
.overlay p.poperror {
	color:#FF0000;
}
.overlay label {
	margin:10px 0 0 0;
	display:block;
}
.overlay input{
	width:220px;
}
.overlay textarea {
	width:220px;
	font: normal 100% Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}
.overlay a {
	margin-top:15px;
	color:#FFFFFF;
	text-decoration:none;
}
a.closex {
	float:right;
	margin:-15px 5px 0 0;
	*margin:3px 5px 0 0;
}
a.popbutton {
	display:block;
	width:153px;
	height:25px;
	line-height:25px;
	background:#646464 url(/images/common/popbutton.gif) no-repeat top left;
	color:#000000;
	padding-left:5px;
}

/* begin buy it now overlay */

.cii-store {
	display:none;
	width:600px;
	color:#FFFFFF !important;
	position:fixed !important;
	_position:absolute !important;
	_top:expression(100+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px') !important;
}

#product .content .cii-store h2 {
	color:#FFFFFF !important;
	font-size:18px;
	font-weight:normal;
	margin:0;
	text-transform:none;
	line-height:22px
}

.cii-store h3 {
	color:#FFFFFF !important;
	margin-left:25px;
	margin-bottom:3px;
	margin-top:18px;
}

.cii-store input.zip {
	margin:4px 0 0 25px;
	float:left;
	width:130px;
	display:block;
}

.cii-store a.zipsubmit {
	float:left;
	margin:0 0 0 25px;
}

#product .content .cii-store p {
	display:block;
	margin:0 0 0 25px;
	padding:10px 0 15px 0;
	clear:both;
}

.cii-store p {
	display:block;
	margin:0 0 0 25px;
	padding:10px 0 15px 0;
	clear:both;
}
.cii-store p.ziperror {
	color:#FF0000;
	padding:10px 0 5px 0;
}

.cii-buynow {
	width:550px;
	height:170px;
	margin:10px 0 10px 25px;
	overflow-y:hidden;
	overflow-x:hidden;
}
.cii-buynow table, .cii-buynow td {
	margin:0;
	padding:0;
	border:0;
	color:#000000;
}

.cii-locations {
	width:410px;
	margin:10px 0 10px 25px;
	display:none;	
}

.cii-productlinks
{
	width:525px;
	margin:10px 0 10px 0px;
	display:block;			
}


/* end buy it now overlay */
