﻿/*
::::: REGULAR :::::
*/

.modal_background
{
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	background-color: #101010;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.modal_header
{
	background-color: #8C8CA9;
	padding: 5px;
	font-weight: bold;
}

.modal_container
{
	position: relative;
	width: 700px;
	left: 50%;
	top: 85px;
	z-index: 750;
}

.modal
{
	background-color: #E0E0FF;
	position: absolute;
	top: 0;
	left: -350px;
	z-index: 1000;
	width: 700px;
	padding: 0px;
}

.modal_page
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/*
::::: ADDRESS EDIT :::::
*/

.ae_modal_background
{
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.ae_modal
{
	background-color: #666666;
	position: absolute;
	top: 0;
	left: -350px;
	z-index: 1000;
	width: 700px;
	padding: 0px;
}

/*
::::: CONTACT EDIT :::::
*/

.ce_modal_background
{
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.ce_modal
{
	background-color: #666666;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 1000;
	width: 400px;
	padding: 0px;
}

/*
::::: NOTIFICATION CART :::::
*/

.nc_modal_background
{
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	background-color: #101010;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.nc_modal_header
{
	background-color: #363636;
	padding: 5px;
	font-weight: bold;
}

.nc_modal_container
{
	position: relative;
	width: 180px;
	left: 50%;
	top: 300px;
	z-index: 750;
}

.nc_modal
{
	background-color: #8e8191;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 1000;
	width: 180px;
	padding: 0px;
}
