@import url(/css/navigation.css);


body{ text-align:center; font: normal 11px Arial,Verdanna, Helvetica, sans-serif; color:#393939;	}
p { color:#333; line-height:1.5em; }
img { border:0;	}

.orange { color: #d8944d; }
.red { color: #f00; }
.yellow { color: #7b8040; }
.green { color: #050; }

.mlsListHeading { font: bold 15px Times New Roman; }

/* STRUCTURAL ELEMENTS */
#border{
	margin:0 auto;
	margin-top:60px;
	text-align:left;
	border:1px solid #003300;
	width:700px;
	position:relative;
	}
	
#content{
	margin:37px;
	/*border: 1px solid blue;*/
	}
	
#logo{
	position:absolute;
	width:240px;
	top:-50px;
	left:230px;
	}
	

#saved_cart{
	position:absolute;
	top: 15px;
	right:45px;
	_right:48px;
	}

#cartItems {
	border: 0 none; margin-bottom: 40px;
}
#cartItems tr.dottedRow {
	background: transparent url('/images/dotted_line.gif') repeat-x 100% 100%;
}

	
	
/* BOTTOM */
#bottom{
	border-top:1px solid #003300;
	height:44px;
	_width:705px;
	font-family:"Times New Roman", Times, Georgia, serif;
	letter-spacing:.1em;
	font-size:11px;
	color:#003300;
	}
#bottom #left{
	width:350px;
	border-right:1px solid #003300;
	float:left;
	padding:10px 0;
	text-align:center;
	}

#bottom #right{
	width:340px;
	padding:10px 0;
	float:left;
	padding-top:10px;
	text-align:center;
	}	






/* FOOTER */
#footer{
	color:#7B8040;
	font-size:9px;
	margin-top:13px;
	}
#footer a{
	color:#D8944D;
	letter-spacing:0;
	display:block;
	font-size:11px;
	margin:1em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#footer a.hide{
	display:none;
	}

	

	
	
	
	
	
	
	
/* CONTENT SEGMENT */	
.segment{
	display:block;
	border:1px dotted #999933;
	border-right:none;
	border-left:none;
	border-top:1px solid white; /* IE PC hack */
	margin:1px 0;
	padding:6px 0;
	position:relative;
	z-index:0;
	}
	
	
	
#search_content{
	display:none;
	}
	
