body {
    background-color: #fff;
}
p {
    font-size: 80%;
}
p.desc, .savvyad_desc {
    color: #333;
}
p.title, .savvyad_title {
    clear: both;
    font-size: 105%;
    font-weight: normal;
}
p.title a, a p.title, .savvyad_title  {
	text-decoration: underline;
}
h2, .savvyad_header {
    font-weight: normal;
    font-size: 90%;
    color: #888;
}
#options {
	font-size: 75%;
	position: absolute;
	right: 648px;
	top: -16px;
	z-index: 50;
	width: 51px;
	height: 29px;
}
#options a {
    padding: 0 4px 0 1px;
    cursor: pointer;
}
input, select {
    border: 1px solid #999;
    font-size: 85%;
    padding: 5px;
    float: left;
    margin-top: 0;
}
* html input {  /* sad hack */
    height: 28px;
}
button {
    font-size: 85%;
    height: 28px;
    width: 65px;
    float: left;
    margin: 0 3px;
}

.sponsored a {
    float: left;
    text-decoration: none;
}
.sponsored a .title, .sponsored a .savvyad_title {
    text-decoration: underline;
}
.sponsored a h3 {
    float: left;
}
.sponsored p {
    clear: both;
}

#header {
    width: 100%;
    overflow: auto;
    position: relative;
    float: left;
    background: transparent url("http://i.i.com.com/cnwk.1d/i/se/sc/results_header_bg.png") repeat-x bottom;
    height: 87px;
}
#header form {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 45px;
	left: 484px;
	width: auto;
}
.text {
    margin: 0;
    width: 300px;
}
#header .statusbar {
    position: absolute;
    bottom: 13px;
    right: 792px;
}
#header .statusbar h2 {
    color: #777;
    font-weight: normal;
	float: right;
	font-size: 80%;
}
#header .statusbar h1 {
	display: none;
}
#header #logo {
    position: absolute;
    top: 7px;
    left: 951px;
	width: 142px;
	height: 59px;
	background: transparent no-repeat top;
}
#header #logo img {
    width: 100%;
    height: 100%;
}

#header #tabnav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    left: 14px;
    font-size: 84%;
    z-index: 10;  
}
#header #tabnav li {
    float: left;
}
#header #tabnav li.selected {
    padding: 2px 6px 4px 6px;
    background-color: #fafafa;
    border: 1px solid #999;
    border-bottom: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;  	
}
#header #tabnav a {
    padding: 3px 7px 3px 7px;	
    display: block;	
    color: #333;
    text-decoration: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
#header #tabnav a:hover {
	background-color: #f8b362;    
}
#header #tabnav li.last a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#content {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

#results {
    position: right;
    padding-top: 4px;
	margin: 0 232px 8px 10px;
}
* html #results {
    height: 1%;   /* hasLayout for IE6 */
}
#results h2, #results .savvyad_header {
    position: absolute;
    top: 2px;
    right: 0px;
}
#results h2 a, #results .savvyad_header a {
    color: #888;
	text-decoration: none;
}
#results h2 a:hover, #results .savvyad_header a:hover {
	text-decoration: underline;
}
#results p.desc, #results .savvyad_desc {
    max-width: 550px;
}
* html #results p.desc, * html #results .savvyad_desc {
    width: expression(this.offsetWidth > 550 ? '550px' : this.offsetWidth);
}
#results #sponsored {
    position: relative;
    border-bottom: 1px solid #ccc;
}
#results #sponsored2 {
    clear: both;
    position: relative;
    border-top: 1px solid #ccc;
}
* html #results #sponsored, * html #results #sponsored2 {   /* hasLayout for IE6 */
    height: 1%;
}
#results #organic {
    position: right;
}
#results #organic h2 {
    display: none;
}
#results #spelling  {
    font-size: 100%;
    position: static;
	font-weight: normal;
	color: #ce0e0e;
	margin: 6px 0 2px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ccc;
}
#results #spelling a {
	text-decoration: underline;
	color: #00c;
}
#results ul {
    overflow: hidden;
	margin: 0 0 2px 0;
}
#results li {
    overflow: hidden;
	margin: 5px 0;
	clear: both;
}
#results .url {
	color: #008000;
	text-decoration: none;
}
#results .cat, a.cat { 
	color: #8284cc; 
}
#results #cse_attrib {
    position: absolute;
    top: 4px;
    right: 0;
    opacity: 0.7;
}
#results #spell {
    padding: 4px 0 8px 0;
    border-bottom: 1px solid #ccc;
}
#results #spell h2 {
    font-size: 95%;
    color: red;
    position: static;
}
#results #spell h2 a {
    text-decoration: underline;
    color: #0000C0;
    font-weight: bold;
}
#results .more {
	font-weight: bold;
	color: #555;
}  
#results .more b {
	color: black;
}
#results .autocat {
	padding-bottom: 5px; 
}
#results .autocat td {
	vertical-align: top;
}
#results .autocat img {
	padding: 2px;
	border: 1px solid #ccc;
    margin-right: 20px;
    margin-bottom: 10px;
}
#results #images.autocat {
	width: 100%;
    padding-top: 10px;
    clear: both;
}

/* no results page */
#results .no_results {
    padding: 0;
    margin: 0;
}
#results .no_results h3 {
    color: #555;
    margin: 10px 0;
    font-size: 90%;
}
#results .no_results h3 a {
    color: #555;
}
#results .no_results h3 b {
    color: black;
}
#results .no_results #dmoz_al {
    width: 400px;
    border: 0;
    margin: 0px 12px 0px 12px;
}
#results .no_results #dmoz_al ul {
    margin: 0;
}
#results .no_results #dmoz_al td {
    padding: 0 5px;
    vertical-align: top;
}
#results .no_results #dmoz {
    border: 0;
    margin: 0px 0 20px 0;
}
#results .no_results #dmoz td h3 {
    margin: 3px 0 ;
}
#results .no_results #dmoz td h3 a {
    font-size: 110%;
    color: #00c;
}
#results .no_results #dmoz td a {
    font-size: 80%;
}
#results .no_results #dmoz td {
    padding: 5px 10px 5px 0px;
    vertical-align: top;
    width: 25%;
}
#sidebar {
    position: absolute;
    top: 6px;
    right: 1px;
    width: 208px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
}
* html #sidebar { /* sad hack */ 
    width: 227px;
}
#sidebar ul {
    font-size: 85%;
	margin-bottom: 10px;
}
#sidebar li {
	padding: 3px 0;
}
#sidebar li i {
    font-style: normal;
    color: #777;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	text-align: center;
    border-top: 1px solid #777;
	background: #c3c3c3 url("http://i.i.com.com/cnwk.1d/i/se/sc/results_footer_bg.png") repeat-x top;
	padding-bottom: 6px;
}
#footer .pagenav {
    float: left;
    margin: 16px 10px;
    font-weight: bold;
    font-size: 90%;
}
#footer .pagenav ul, #footer .pagenav li {
	display: inline;
}
#footer .pagenav a {
    padding: 0 6px 2px 6px;
    border-right: 1px solid #cc9;
    font-weight: bold;
}
#footer .pagenav b {
    padding: 0 6px 2px 6px;
    background-color: navy;
    color: white;
}
#footer .pagenav a.last {
    border: 0 none black;
}	
#footer form {
    text-align: left;
	width: 350px;
	margin: 8px auto;
	clear: both;
	overflow: hidden;
}
#footer form input {
    width: 260px;
    float: left;
}
#footer form label {
    float: left;
    color: #333;
    display: block;
    margin: 6px 0 0 0;
    font-size: 75%;
}
#footer form input.checkbox {
    width: auto;
    height: auto;
    border: none;
    clear: both;
    padding: 0;
    margin: 5px 5px 0 0;
}
* html #footer form input.checkbox {
    margin: 3px 2px 0 0;
}

#cbsi_f {
    text-align: left;
    font-size: 90%;
    padding: 10px;
}
#cbsi_f form {
    clear: none;
    float: right;
    padding: 1px;
    margin: 0;
    width: auto;
    height: auto;
    text-align: right;
}
#cbsi_f form input, #cbsi_f form select {
    font-size: 80%;
    height: 21px;
    padding: 2px;
    width: auto;
    float: none;
    margin-left: 2px;
}
#cbsi_f form label {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
    color: #777;
}

/* dialogs */

.dialog {
    position: absolute;
    top: 50%; 
    left: 50%;
    border: 1px solid #777;
    -moz-border-radius: 10px;
}
.dialog input, .dialog select {
	float: left;
	margin: 2px 3px 0 0;
    height: 27px;
}
a.close {
    font-size: 70%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    color: #fff;
    background-color: #999;
    text-decoration: none;
    -moz-border-radius-topright: 5px;
}
a.close:hover {
    background-color: black;
}

/* prefs */

#prefs.dialog {
    margin: -170px 0 0 -210px;
    width: 420px;
}
#prefs.dialog input {
    padding: 0;
    margin: 0 5px 0 0 ;
}
#prefs.dialog label {
	text-align: right;
}

/* advanced search */
#adv.dialog {
    margin: -235px 0 0 -260px;
    width: 510px;
}
#adv.dialog input {
    width: 200px;
}
#adv.dialog select {
    float: left;
}
#adv.dialog input {
    padding: 4px 5px;
    margin: 2px 0 6px 0;
}
#adv.dialog select {
    margin: 2px 0 6px 0; 
    padding: 3px 2px;  
}
#adv.dialog label {
    padding: 6px 5px 0 0;
    width: 250px;
    text-align: right;
    clear: both;
    float: left;
    font-weight: normal;
    display: block;
}

/* about */
#about.dialog  {
    margin: -240px 0 0 -300px;
    width: 600px;
}
#about.dialog h3 {
    display: block;
    margin: 0 0 0 0;
}
#about.dialog p {
    font-weight: normal;
    display: block;
    margin: 8px 0 8px 10px;
}

/* more money */

#results #sponsored .title, #results #sponsored2 .title { font-size:120%; }