﻿/* = listing popups = */
.itemPopup {
	display: none;
	z-index: 30000;
	position: absolute;
/*	width: 414px;*/
/*  height: 372px;*/
	margin: 0;
	padding: 0;
	border: none;

}
.itemPopup.withGallery {
/*	width: 474px;*/
}
.itemPopup .pointerArrow {
  position: absolute;
  background: url('/images/listing-popup-arrow-w.png') no-repeat;
  _background: url('/images/listing-popup-arrow-w.gif') no-repeat;
  height: 22px;
  width: 12px;
  left: -11px;
  top: 20px;
}
.itemPopup .pointerArrow.vertical {
  background: url('/images/listing-popup-arrow-n.png') no-repeat;
  _background: url('/images/listing-popup-arrow-n.gif') no-repeat;
  height: 12px;
  width: 23px;
  left: 100px;
  top: -11px;
}
.itemPopup .pointerArrow.vertical.south {
  background: url('/images/listing-popup-arrow-s.png') no-repeat !important;
  _background: url('/images/listing-popup-arrow-s.gif') no-repeat !important;
}
.popupContents {
	background: #fff;
	padding: 5px;
	border: 1px #aeaeae solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	-moz-box-shadow: 0 0 20px #555;
	-webkit-box-shadow: 0 0 20px #555;
	
		/*background-color:#F3F9E6; */
}
.itemPopup .popupThumbBox 
{
	background-color:#FFFFFF;
	height: 400px;
	width: 400px;
	border: 1px #dbdbdb solid;
	text-align: center;
	float: left;
}
.itemPopup .popupThumbBox a {
	height: 300px;
	width: 400px;
	display: table-cell;
	vertical-align: middle;
}
.itemPopup .popupThumbsGallery {
	float: left;
	width: 52px;
}
.itemPopup .popupThumbsGallery a {
	clear: right;
	float: right;
	margin: 0 0 2px 4px;
	outline: none;
}
.itemPopup .popupThumbsGallery a img {
	border: 1px #ddd solid;
}
.itemPopup .popupThumbsGallery a.active img {
	border: 1px #111 solid;
}
.itemPopup .popupThumbsGallery a img {
	width: 48px;
}

.popupContents .popupInfo {
	clear: both;
  margin: 0;
  padding: 0;
	width: 400px;
}
.popupContents .popupInfo p {
  margin: 0;
}
.popupContents .popupInfo p.left {
	clear: left;
	float: left;
}
.popupContents .popupInfo p.right {
	clear: right;
	float: right;
}
.postagePrice {
	color: #6e6e6e;
}

a.popupTrigger {
  /*display: block;*/
}

