/* PROPERTY CART STYLES */

.PropCartFrame
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	background-color: #7D2E48;
}

.PropCartTitle
{
	background-color: #0291DD;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Tahoma, sans-serif;
	background-image: url('../Images/savedpropHeadBack.gif');
	background-repeat: repeat-x;
	height:20px;
	font-weight:bold;
	text-align: left;
}


.PropCartBottom
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.PropertyCartHide
{
	display:none;
}

.PropertyCartMessageText
{
	height:60px;
	font-size: 8pt;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center;
	padding:5px;
}

.PropertyCartMessageContainer
{
	position:absolute;
	color: #FFFFFF;
	z-index: 100;
	left: -110px;
	top: 110px;
	width:230px;
	height:80px;	
}

.propMessage
{
	color: #000000;
}

.PropertyCartBK
{
	position:relative;
	width:216px;
	height:80px;
}

.blackBorder-left	{ border-left: solid 1px #000000; }
.blackBorder-right	{ border-right: solid 1px #000000; }
.blackBorder-bottom { border-bottom: solid 1px #000000; }
.blackBorder-top	{ border-top: solid 1px #000000; }

html>body .PropShadowSide{
background-image: url('../images/structure/sideShadow.png');
width: 8px; height: 92px;
}

* html .PropShadowSide {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/structure/sideShadow.png');
width: 8px; height: 92px;
}

html>body .PropShadowBottom{
background-image: url('../images/structure/bottomShadow.png');
height: 8px;
}

* html .PropShadowBottom {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/structure/bottomShadow.png');
height: 8px;
}
