.popPos {
	position: absolute; 
	width: 710px; 
	height: 455px;
	display: none;
	background-color: #ffc;
}

.close {
	margin-top: -17px;
}

.itemDescription {
	font-family: tahoma, verdana, sans-serif;
	color: #000;
	font-size:14px;
	text-align: justify;
	float: right;
	width: 300px;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;	
}

.popPrice {
	position: absolute; 
	margin-left: 4px;
	margin-top: 30px;
	width: 205px; 
	height: auto;
	display: none;
	
}

.priceDescription {
	font-family: tahoma, verdana, sans-serif;
	color: #000;
	font-size:11px;
	text-align: left;
	width: auto;
	height: auto;
	
}

h6 {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	background-color: #900;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.buyCharlotte {
	float: right;
	margin-right: 5px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	font-family: tahoma, verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 78px;
	height: 18px;
	background-color: #990000;
	border: 1px solid #990000;
}

.buyCharlotte:hover {
	color: #990000;
	border: 1px dashed #990000;
	background: none;
	cursor: pointer;
}

a.closePrice {
	width: 10px;
	height: 14px;
	color: #ffffff;
	float: right;
	padding: 2px 0 0 5px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 5px;
}
	
a.closePrice:hover {
	background: none;
	color: #C66;
}

.priceBorder {
	border-left: 1px dashed #900;
	border-bottom: 1px dashed #900;
	border-right: 1px dashed #900;
	padding: 2px 0 2px 5px;
	height: 15px;
	
}

.buyPrice {
	text-decoration: none;
	text-align: left;
	font-family: tahoma, verdana;
	color: #000;
	font-size: 11px;
	background: none;
	border: none;
	float:left;
	cursor: pointer;
}

.buyPrice:hover {
	color: #900;	
}


.separator {
	border-right: 1px solid #000;
	height: 10px;
	width: 1px;
	float:left;
	margin-top: 2px;
	padding-top: 1px; /*Firefox display adjustment*/	
	padding-right: 5px;
	margin-right: 5px;
	}





