/* 3. QuickLinks
---------------------------------------------------*/
	
#quickLinks { /* for IE */
	position: absolute;
	z-index: 1;
	width: 147px;	
	background-color: #8a312e;
	margin-left: -147px;
	display: none;
	}	
#quickLinks { /* for Firefox.  IE does not see this. */
	margin-left: 34px;
	}	
#quickLinks ul.divider {
	border-bottom: 1px solid #954643;
	}	

#userTools p { 
	font-weight: bold;
	font-size: 90%;
	width: 147px;
	height: 17px;
	/*float: right;*/
	}
	
html>/**/body #userTools p {
	margin: 0 0 0 34px;
	padding: 0;
	float: none;
	}
	
#quicklinks p a { /*The QuickLinks box uses a background image to display */
	background-image: url(../images/quick_links.gif);
	background: no-repeat;
	text-decoration: none;
	border: none;
	display: block;
	overflow: hidden;
	width: 147px;
	height: 17px;
	text-indent: 9999em;
	}

#quickLinks ul {
	list-style-type: none;
	text-align: left;
	color: #e4d3d3;
	padding: 5px 5px 5px 9px;
	margin: 0;
	font-size: 65%;
	}
	
#quickLinks li {
	margin-bottom: 1px;
	}
	
html>body #quickLinks li {
	margin-bottom: 3px;
	}

#quickLinks a:link, #quickLinks a:visited {
	color: #e4d3d3;
	text-decoration: none;
	}
	
#quickLinks a:hover, #quickLinks a:active {
	color: #b9b659;
	}

#userTools form {
	height: 15px;
	margin: 0;
	}
	
html>body #userTools form {
	margin: 0 1px 10px 0;
	}
	
#userTools fieldset {
	border: none;
	padding: 0;
	margin: 0;
	height: 15px;
	}	

#userTools form input.field {
	border-top: 1px solid #2b0e0d;
	border-right: 1px solid #7d312f;
	border-bottom: 1px solid #884a49;
	border-left: 1px solid #561a18;
	height: 13px;
	background-image: url(../images/back_search-field.gif);
	background-repeat:repeat-x;
	color: #c8a8a7;
	width: 92px;
	font-size: 80%;
	vertical-align: bottom;
	}
	
#userTools form input.search {
	vertical-align: bottom;
	}
	
form .quickLinks {
	background-color: #8b312e;
	color: #bc8f8e;
	font-size: 65%;
	}
