/***********************************
* Popups
***********************************/
.popup
{
	z-index: 99;
}

#logout-popup
{
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
	width: auto;
	height: auto;
	padding: 22px 17px 22px 17px;
	text-align: center;
}

#logout-popup img

{
	position: relativel
	margin-bottom: 15px;
}

#logout-popup line1
{
	position: relative;
	margin-bottom: 5px; 
}

#logout-popup line2
{
	position: relative;
	margin-bottom: 20px;
}

.popup .close-button
{
	position: absolute;
	top: 0px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	right: 0px;
}

#lightbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	top:0;
	left:0;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	background-color: black;
	z-index: 1998;
}

#lightboxReload {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	top:0;
	left:0;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	background-color: black;
	z-index: 1998;
}


#popupMainNavAllItems {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -175px;
	min-width: 350px;
	background-color: white;
	z-index: 9999;
	padding: 35px;
}

#popupMainNavAllItems #column1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}

#popupMainNavAllItems #column2 {
	display: inline-block;
	vertical-align: top;
}

#popupMainNavAllItems .heading {
	margin-bottom: 35px;
}

#loadingContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	z-index: 9999;
	text-align: center;
}

#loadingContainer .loadingGif {
	background-image: url(../../images/public/contact/ajax-loader.gif);
	width: 32px;
	height: 32px;
}

#successContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -250px;
	width: 500px;
	height: 100px;
	z-index: 9999;
}

#successContainer .text {
	width: 500px;
	text-align: center;	
}

/******* QUOTE LIST *******/
#quote-list-popup
{
	position: absolute;
	top: 50px;
	left: 50%;
	padding: 15px;
	width: 475px;
	margin-left: 20px;
}

#quote-list-popup .arrow-up
{
	position: absolute;
	top: -14px;
	left: 310px;
}

#quote-list-popup .options
{
	position: relative;
	margin-top: 10px;
}

#quote-list-popup .productRow
{
	text-align: right;
	margin-top: 15px;
	padding-bottom: 15px;
}

#quote-list-popup .productRow .image
{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 80px;
	height: 80px;
}

#quote-list-popup .productRow .image img
{
	width: 80px;
	height: auto;
}

#quote-list-popup .productRow .details
{
	position: relative;
	display: inline-block;
	text-align: left;
	margin-left: 15px;
}

#quote-list-popup .details table th
{
	text-align: left;
}

#quote-list-popup .details table th.size
{
	width: 144px;
}

#quote-list-popup .details table th.cost,
#quote-list-popup .details table td.cost
{
	width: 105px;
}

#quote-list-popup .details table th.qty,
#quote-list-popup .details table td.qty,
#quote-list-popup .details table td.qty input
{
	position: relative;
	width: 55px;
}

#quote-list-popup .details table td.qty input
{
	text-align: center;
}

#quote-list-popup .details table td.qty
{
	text-align: center;
}

#quote-list-popup .quoteCheckout
{
	width: 100%;
}

#quote-list-popup .contactContainer
{
	position: relative;
	padding: 0px;
	margin-top: 15px;
}

#quote-list-popup .contactContainer .requiredField
{
	position: absolute;
	top: -55px;
	right: 0px;
}

#quote-list-popup .contactContainer .field
{
	width: 100%;
}

#quote-list-popup .contactContainer input
{
	width: 450px;
}

#quote-list-popup .contactContainer select
{
	width: 470px;
}

#quote-list-popup .contactContainer textarea
{
	width: 434px;
}

#quote-list-popup .contactContainer .button
{
	position: relative;
	display: inline-block;
}

#quote-list-popup .contactContainer .submit.button
{
	width: 370px;
}

#popupMessageContainer.popup
{
	position: absolute;
	width: 353px;
	top: 30%;
	left: 50%;
	margin-left: -176px;
	padding: 37px;
	padding-right: 0px;
	z-index: 9999;
}

#popupMessageContainer.popup .icon
{
	position: relative;
	display: inline-block;
	top: -12px;
	vertical-align: top;
}

#popupMessageContainer.popup .text
{
	position: relative;
	display: inline-block;
	width: 232px;
	margin-left: 5px;
}