/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results .rightCol {
	border-left: 1px solid #DEE;

	/* Just in case it flows over the footer */
	background-color: white;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results ul.algo {
	/* For compliant browsers: */
	max-width: 42em;
	overflow: hidden;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* In search results, links get formatted different ways.  Catch them all. */
#results ul li a, 
#results ul li a:link, #results ul li a:visited,
#results ul li a:hover, #results ul li a:active,
#results ul li a .u , 
#results ul li a:link .u, #results ul li a:visited .u,
#results ul li a:hover .u, #results ul li a:active .u
{
	color: #0066CC;
}

#results ul li a:visited,
#results ul li a:visited .u 
{
	color: #003399;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results ul li a {
	text-decoration: none;
}

#results ul li .u {
	text-decoration: underline;
	font-size: 1.1em;
}

#results ul li .uSpace {
	margin-top: 0.25em;
}

#results ul li .t {
	color: black;
	text-decoration: none;
}

#results ul li .s {
	color: #090;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results .pages {
	font-size: 1.1em;
	margin: 1.5em 0;
}

#results .pages span {
	font-weight: bold;
	color: #0C6;
}
#results .pages a {
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results .stock, #results .map {
	margin: 0.5em 0;
}

#results .stock img, #results .map img {
	margin-right: 0.5em;
	vertical-align: middle;
}


#header {
	position: relative;
	padding-top: 1em; /* space for the logo to stick above the rest */
	margin-left: 105px; /* space for the logo */

	margin-bottom: 0.25em;

	white-space: nowrap;
}

#header a.logo {
	position: absolute;
	top: 0;
	left: -105px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
	margin: 1.5em 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results {
	position: relative;
	padding-right: 22em;
	
	/* Sometimes the URL gets very very long, and IE breaks CSS spec and
	widens the element to hold it.  This fixes that. It's an IE specific
	css "addition". */
	word-wrap: break-word;
}

#results ul.sponsored li, #results ul.algo li {
	margin-bottom: 0.8em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results .rightCol {
	position: absolute;
	top: 0;
	right: 0;

	width: 19em;
	padding-left: 1.5em;
}

#results .rightCol h2 {
	margin: 0;
}
#results .rightCol ul {
	margin: 1em 0;
}
/* But not on the sponsored links list */
#results .rightCol ul.sponsored {
	margin-top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	font-family: arial, sans-serif;
	font-size: 13px;

	margin: 1.1em 1.5em;
}

/* Base for links */
a, a.link, a.visited, a.hover, a.active {
	color: #003499;
}

#header a.logo {
	display: block;
	width: 95px;
	height: 50px;
	background: url(/files/img/alot-logo-95x50.gif) no-repeat;
	/* image replacement */
	text-indent: -1000px;
}

#header p.prefs {
	font-size: 0.85em;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

form.search input {
	vertical-align: middle;
}

form.search input.text {
	width: 21em;
}

form.search img {
	vertical-align: middle;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
	border-bottom: 1px solid #39F;
	background-color: #DEF;
	color: #333;
	padding: 0.25em;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer form.search {
	border-top: 1px solid #39F;
	background-color: #DEF;
	padding: 9px;

	margin-bottom: 2em;
}

#footer .links {
	font-size: 0.85em;
	text-align: center;
	margin-top: 1em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

p.spellingSuggestion {
	color: #C00;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#nullSearch p, #nullSearch ul {
	margin-bottom: 1em;
}

#nullSearch ul {
	padding-left: 2em;
}
#nullSearch ul li {
	list-style-type: disc;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#results h2 {
	font-size: 0.85em;
	font-weight: bold;
	padding: 3px 0;
}
#results h2.algo span {
	font-weight: normal;
}

#results h2.sponsored, #results h2.algo {
	text-align: right;
	color: #555;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


