﻿
/** Common Popup Styles **/

div.PopUpBox {
	zoom:1;
	_position: relative;
	_z-index:	10000;
}
div.PopUpBox b,
div.PopUpBox b * {
	display: block;
	font-size: 0;
	line-height: 0;
	zoom: 1;
	background-repeat: no-repeat;
}
div.PopUpBox b.top i {
	background-repeat: repeat-x;
}
div.PopUpBox b.top ins {
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
div.PopUpBox b.bottom i {
	background-repeat: repeat-x;
}
div.PopUpBox b.bottom ins {
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
div.PopUpBox div.middle {
	background-repeat: no-repeat;
	_height: 1%;
}
div.PopUpBox div.wrapper {
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
div.PopUpBox div.bg {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	min-height: 86px;
	_height: 86px;
}

div.PopUpContent {
	position: relative;
	z-index: 100;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 1px;
	font-size:11px;
}

div.PopUpContent div.ListMode
{
	padding-top:5px;
}

div.PopUpContent a:hover {
	text-decoration: none;
}

div.PopUpContainer {
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	font-size: 1em;
	text-align: left;
}
div.PopUpContainer iframe,
div.Fader iframe {
	position: absolute;
	filter: alpha(opacity=0, style=0);
	opacity: .0;
	left:0;
	z-index:999;
}
div.PopUpContent div.Caption {
	background: #fff;
	cursor: move;
	width:100%;
}
div.PopUpContent div.Caption h2 {
	text-transform: uppercase;
	font: bold 1.4em "trebuchet MS", arial, sans-serif;
	color: #4f4f4f;
	border-bottom: 1px solid #ced7db;
	padding-bottom: 6px;
	background-repeat: no-repeat;
}
div.PopUpContent div.close {
	width:11px;
	height:11px;
	background-image:url(../images/popup/close.png);
	cursor:hand;
	cursor:pointer;
	float:right;
	overflow:hidden;
}
div.PopUpContent div.Caption h2.Basket {
	background-image:url(../images/Icon.Cart.gif);
	padding-left: 22px;
	background-position: 0px 0.1em;
}
div.PopUpContent div.Caption h2.Error {
	background-image:url(../images/Icon.Erorr.png);
	padding-left: 35px;
	background-position: 0px 0em;
	padding-top: 0.2em;
	color: #c72500;
}
div.PopUpContent div.Caption h2.Notification {
	background-image:url(../images/Icon.Notification.png);
	padding-left: 31px;
	background-position: 0px 0em;
	padding-top: 0.1em;
	color: #117ab1;
}

div.SysInfo p {
	font-size: 1.1em;
	margin: 0.7em 0;
	color: #4f4f4f;
	line-height: 1.5em;
}
div.PopUpContent div.SysInfo p {
	color: #8c8c8c;
}
div.FormRow div.SysInfo p {
	margin-top:0;
}
div.PopUpContent div.Product {
	background-color: transparent;
	border-style: none;
}
div.PopUpContent div.Product dl.PreView {
	background: none;
	border-style: none;
	padding: 0
}
div.PopUpContent div.Options {
	margin: 1.6em 0 0;
}
div.PopUpBox div.middle {
	background-image: url(../images/popup/middle.png);
}
div.PopUpBox div.wrapper {
	background-image: url(../images/popup/wrapper.png);
}
div.PopUpBox div.bg {
	background-image: url(../images/popup/bg.png);
}
div.Basket-Updated {
	position:absolute;
}
div.PopUpBox b.arrow {
	height: 6px;
	position: relative;
}
div.PopUpBox b.arrow i {
	height: 6px;
	width: 11px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	background-image: url(../images/popup/PopUp-1.Az1212.png);
	background-repeat: no-repeat;
}
/** End of Common Popup Styles **/

/** Popup with outer round = 23 and innner round = 9 Styles **/

div.Popup23-9 b.top {
	background-image:url(../images/popup/top-left-23-9.png);
}
div.Popup23-9 b.top i {
	background-image:url(../images/popup/top-23-9.png);
}
div.Popup23-9 b.top ins {
	background-image:url(../images/popup/top-right-23-9.png);
}
div.Popup23-9 b.bottom {
	background-image:url(../images/popup/bottom-left-23-9.png);
}
div.Popup23-9 b.bottom i {
	background-image:url(../images/popup/bottom-23-9.png);
}
div.Popup23-9 b.bottom ins {
	background-image:url(../images/popup/bottom-right-23-9.png);
}

/** End of Popup with outer round = 23 and innner round = 9 Styles **/

/** Popup with outer round = 23 and innner round = 0 Styles **/

div.Popup23-0 b.top {
	background-image:url(../images/popup/top-left-23-0.png);
}
div.Popup23-0 b.top i {
	background-image:url(../images/popup/top-23-0.png);
}
div.Popup23-0 b.top ins {
	background-image:url(../images/popup/top-right-23-0.png);
}
div.Popup23-0 b.bottom {
	background-image:url(../images/popup/bottom-left-23-0.png);
}
div.Popup23-0 b.bottom i {
	background-image:url(../images/popup/bottom-23-0.png);
}
div.Popup23-0 b.bottom ins {
	background-image:url(../images/popup/bottom-right-23-0.png);
}
/** End of Popup with outer round = 23 and innner round = 0 Styles **/