/* Xmod classes */
.quickenquieryrow {clear: both;}
.ratings {clear: both;}
.ratingrow {clear: both;}
.ratinglabel {padding-top: 5px; float: left; width: 535px;}
.ratinglabelshort {float: left; width: 150px; margin-bottom: 5px;}
.ratingfield {float: left; margin-right: 5px;}
.ratingstars{clear: both;}
.floatleft {float: left;}
.floatright {float: right;}
.ratingcomments {float: left; margin-left: 20px; width: 300px; height: 90px; overflow: hidden;}
.ratingdescription {float: left; width: 155px; margin-top: 5px;}
.ratingswrapper {clear:both; margin-top: 10px;}
.ratingswrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.qesmall {
    font-weight: normal;
    color: #000000;
    font-family: Verdana, Arial, Helvetica; 
    text-decoration: none;
    font-size: 9px;
}

.textjustify {
	text-align: justify;
}

.largename {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #EF590D;
	padding-bottom: 55px;
}

.worldfixed {
	z-index: 1000;
	background-color:#333;	
	width: 980px;
	height: 490px;
	border: 1px solid #666;	
}

.worldtextheaderfixed {
	height: 15px;
	width: 950px;
	position:relative;
	top:0px;
	left:0;	
	padding: 5px 15px;
	color:#fff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:10px; 
	border:1px solid #666;
	border-bottom:0px solid #666;
	background:#333 !important;	
	text-align: center;
}

.worldtextfixed {
	height: 40px;
	width: 950px;
	position:relative;
	top: 0px;
	left:0;	
	padding: 10px 15px;
	color:#fff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:10px; 
	border:1px solid #666;
	border-top:0px solid #666;
	background:#333 !important;	
	text-align: center;
}


.triggerworld {}

.world {
	display: none;
	z-index: 1000;
	background-color:#333;	
	width: 980px;
	height: 490px;
	border: 1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.world .close {
	background-image: url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 10000;
}

.worldtextheader {
	height: 15px;
	width: 950px;
	position:absolute;
	top:0;
	left:0;	
	padding: 5px 15px;
	color:#fff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:10px; 
	border-bottom:1px solid #666;
	background:#333 !important;	
	text-align: center;
}

.worldtext {
	height: 40px;
	width: 950px;
	position:absolute;
	bottom:0;
	left:0;	
	padding: 10px 15px;
	color:#fff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:10px; 
	border-top:1px solid #666;
	background:#333 !important;	
	text-align: center;
}

.pin {
	width: 0px;
	height: 0px;
}

.pinimage {
	position:absolute;
	top: -10px;
	left: -5px;
}

.schedule { 
	display: none;
	background-color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px; 
    padding: 10px; 
	width: 250px;
	border: 1px solid #EF590D;
    color:#EF590D;    
	z-index: 10000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 20px #5c5c5c; 
    -webkit-box-shadow: 0 0 20px #5c5c5c; 
}

.worldcontact {
	display: none;
	z-index: 10000;
	border: 1px solid #666;
	width: 250px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.worldcontact .close {
	background-image: url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.worldcontactl {
	float: left;
}

.worldcontactr {
	float: right;
}

.worldcontactrow {
	clear: both;
	padding-top: 5px;
}

.imagemap {
	cursor: crosshair;
	width: 980px;
	height: 490px;
	border: 1px solid #666;
}

.propertyrow {
	clear: both;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px; 
	padding-top: 5px;
}

.properylabel {
	float: left;
	width: 175px;
	padding-top: 3px;
}

.properylonglabel {
	float: left;
	width: 215px;
	padding-top: 3px;
}

.properyfield {
	float: left;
}

.OwnPropertyshow, .ExistingCCshow{
	clear: both;
}

#wizard {	
	border:1px solid #6C6754;
	font-size:12px;
	height:375px;
	margin:20px auto;	
	width:450px;
	overflow:hidden;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

#wizard .page {	
	padding:20px 30px;
	width:400px;
	float:left;	
}

 
	

