/* booq style */

/* colors
orange: #f60
very light orange: #fff0d8
dark red: #900
light gray: #ccc
gray: #999
dark gray: #666
*/

/* global */
* { margin: 0; padding: 0; border: none; }
body {
	text-align: center; 
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 960px;
	padding: .5em;
	color: #666; background-color: #000;
	font-family: Futura, "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 10pt;
	overflow-x: hidden;
	}
img { vertical-align: middle; }
td { vertical-align: top; }
p  { padding-top: .5em; }
a { color: #900; text-decoration: none; }
a:hover { color: #f60; }
em { color: #999; }
.spacer { font-size: 1px; clear: both; } /* stupid fix for keeping the floats in the divs */
/* page */
div#page { width: 960px; margin-left: auto; margin-right: auto; text-align: left; }

/* top */
div.top { width: 960px; float: left; padding: 0; border: solid 1px #fff; border-bottom: none; }
.topleft { float: left; }
.topright { clear: both; float: right; text-align: right; }

.topnav {
	font-size: 7pt;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	color: #999;
	line-height: 15pt;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: bottom;
	padding: 3px;
	text-decoration: none;
	height: 52px;
	position: relative;
	width: 960px;
}
.topnav a { text-decoration: none; color: #999; }
.topnav a:hover { text-decoration: none; color: #f60; }
.topnavlinks { position: absolute; bottom: 0; right: 0; }

.innernav {
	font-size: 8pt;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	line-height: 5pt;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	text-decoration: none;
	height: 130px;
	background: #fff url(http://bagfinder.booq.com/images/topbg.jpg) no-repeat;
}
.innernav em { color: #000; font-style: normal; text-decoration: underline; }
.innernav a { color: #fff; text-decoration: none; }
.innernav a:hover { color: #f60; text-decoration: none; }
.innernavlaptops {
	clear: both;
	font-size: 7pt;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
	padding: 3px;
	padding-right: 10px;
	padding-top: 105px;
}
.innernavlaptops a { color: #333; text-decoration: none; }
.innernavlaptops a:hover { color: #f60; text-decoration: none; }

/* big box */
div.bigbox {
	float: left;
	width: 960px;
	padding-right: 8px;
	margin-right: 8px;
	overflow-y: auto;
	padding: 5px;
	background: #fff;
	/* min-height: 25em; */
	}
html>body div.bigbox { width: 952px; } /* non ie */

/* more things */
.comments { font-size: 90%; }
.comments h1 {
	margin-top: .5em;
	border-bottom: solid 1px #666;
	font-size: 125%;
	font-style: normal; font-weight: normal; text-decoration: none;
	color: #000;
	}
td.left {
	padding-right: 1em;
	border-right: solid 1px #999;
	}
td.right {
	padding-left: 1em;
	}
.section p, .section span { margin-bottom: .5em; }
.section span.rating { font-weight: bold; }
div.subtop { margin-top: .1em; margin-bottom: 1em; }
.message {
	margin: .1em 0 .5em; padding: .2em 0;
	background-color: #f60;
	color: #fff;
	}
.message a:hover { color: #fff; }

/* browse input */
div.searchbox { float: left; }
div.choosea, div.chooseb, div.choosec { margin-top: 5px; }
.choosea table, .chooseb table, .choosec table  { height: 66px; }
.choosea .mini table, .chooseb .mini table, .choosec .mini table  { height: 22px !important; }
td.letter {
	padding-bottom: .3em; padding-left: .3em; border-right: solid 1px #fff;
	width: 1.5em;
	vertical-align: bottom; text-align: left;
	}
.mini td.letter {
	padding-bottom: 0;
	vertical-align: middle;
	}
.choosea td.letter { color: #fff; background-color: #f60; }
.chooseb td.letter { color: #fff; background-color: #333; }
.choosec td.letter { color: #fff; background-color: #666; }
td.browse {
	padding: .5em 1em 0;
	width: 27em;
	}
div.browse { vertical-align: middle; }
.mini td.browse {
	margin: 0; padding: 0 1em;
	vertical-align: middle;
	}
.choosea td.browse { border: solid 1px #f60; }
.chooseb td.browse { border: solid 1px #333; }
.choosec td.browse { border: solid 1px #666; }
.browse p, div.browse {
	padding: 0; margin-bottom: .1em;
	font-size: 85%;
	color: #f60;
	}
.choosea .mini td.browse { color: #f60; }
.chooseb .mini td.browse { color: #333; }
.choosec .mini td.browse { color: #666; }
.browse select, .submit select, .editor select {
	padding: .2em; border: solid 1px #666;
	color: #000;
	}
.browse option, .submit option, .editor option { padding-right: 1em; }
.choosea .browse select:hover, .submit select:hover, .editor select:hover { border: solid 1px #f60; }
.chooseb .browse select:hover { border: solid 1px #333; }
.choosec .browse select:hover { border: solid 1px #666; }
.choosea .browse select:focus, .submit select:focus, .editor select:focus { border: solid 1px #f60; }
.chooseb .browse select:focus { border: solid 1px #333; }
.choosec .browse select:focus { border: solid 1px #666; }
.choosea .browse select:focus, .chooseb .browse select:focus, .choosec .browse select:focus, .submit select:focus, .editor select:focus, .browse input:focus, .submit input:focus, .editor input:focus { background-color: #fff0d8; }
.browse input, .submit input, .editor input {
	padding: .2em; border: solid 1px #666;
	color: #000;
	}
.browse input:hover, .submit input:hover, .editor input:hover { border: solid 1px #f60; }
.browse input:focus, .submit input:focus, .editor input:focus { border: solid 1px #f60; }
.go { border: none !important; }
.browse .go {
	margin-right: .2em; margin-left: 0; padding: 0 .2em 0 .5em;
	vertical-align: bottom;
	}
.browse .go:hover { margin-right: 0; margin-left: .2em; border: none !important; }
td.go { }
td.bigarr {
	border-left: solid 1px #fff;
	width: 30px;
	}
.mini td.bigarr { height: 22px; }
.bigarr input {
	margin-right: .2em; margin-left: 0;
	vertical-align: bottom;
	}
.bigarr input:hover { margin-right: 0; margin-left: .2em; }
.bigarr img:hover { margin-left: .2em; }
table.boxes {
	padding: 0; margin: 0;
	vertical-align: top;
	height: 1em;
	}
.boxes td {
	margin: 0; padding: 0;
	height: 1em;
	vertical-align: middle; text-align: left;
	white-space: nowrap;
	}
td.times { padding: 0 .2em; }

/* submit */
.submit { }
.submit th {
	margin-top: .5em; margin-bottom: 1px; padding-top: .5em; padding-bottom: .2em;
	border-bottom: solid 1px #666;
	text-align: left !important; vertical-align: bottom;
	font-style: normal; font-weight: normal; text-decoration: none;
	color: #f60;
	}
.submit td { vertical-align: middle; }
.addinactive input { color: #ccc; border: solid 1px #ccc; }
.addinactive input:hover { border: solid 1px #ccc; }

/* editor */
.editor { }
.editor th {
	margin: .2em; padding: 0 .2em;
	text-align: left !important; vertical-align: bottom;
	font-style: normal; font-weight: normal; text-decoration: none;
	color: #f60;
	}
.editor th b { color: #fff; background-color: #f60; }
.editor td { vertical-align: middle; }

/* validation */
.info { font-size: 70%; color: #999; }
.browse .error, .submit .error, .editor .error {
	padding: .1em 0;
	font-size: 70%;
	text-align: center; vertical-align: top;
	color: #fff; background-color: #900;
	}
.browse .error a, .submit .error a, .editor .error a {
	padding: 0 .1em;
	color: #fff;
	}
.browse .error a:hover, .submit .error a:hover, .editor .error a:hover {
	color: #900;
	background-color: #fff;
	}
.browse .error table, .submit .error table, .editor .error table { }
.browse .error td, .submit .error td, .editor .error td { text-align: left; }

/* results */
div.laptopresults {
	float: right;
	width: 295px;
	}
div.results {
	clear: both;
	}
.results h1, .laptopresults h1 {
	margin-bottom: 1px; /* padding-top: 1em; */ border-bottom: solid 1px #666;
	font-style: normal; font-weight: normal; text-decoration: none;
	font-size: 100%;
	color: #666;
	}
.results b, .laptopresults b {
	color: #f60;
	font-style: normal; font-weight: normal; text-decoration: none;
	}
.results a, .laptopresults a { }
.results .error { margin-bottom: .5em; }
.results table { width: 100%; }
.results td.type {
	width: 25%;
	padding-right: 1em; padding-top: .5em;
	}
.results .type td { border-bottom: solid 1px #666; }
.laptopresults td { padding-right: 1em; padding-bottom: 1em; }
.results .type td.specs { vertical-align: bottom; }
.results ul, .laptopresults ul {
	border-top: solid 1px #666;
	list-style-type: none;
	}
p.chosen {
	padding: 0; border-bottom: solid 1px #666;
	font-size: 120%;
	}
p.vote {
	padding: 0; border-bottom: solid 1px #666;
	font-size: 75%;
	color: #999;
	}
div.similar { }
.similar p { padding: 0; border-bottom: solid 1px #999; }
.similar a { color: #333; }
.similar a:hover { background-color: #fff0d8; }
.similar a b { color: #900; }
.results td.image, .laptopresults td.image {
	padding-top: .2em;
	height: 75px; width: 113px;
	}
.results img, .laptopresults img {
	margin-right: .5em;
	height: 75px; width: 113px;
	}
.laptopresults .specs { font-size: 75%; }
.type .specs a { color: #000; }
.type .specs a:hover { color: #f60; }
.results td.specs {
	margin-left: .2em; padding-top: .2em;
	text-align: left;
	font-size: 75%;
	}
.results .specs h1 {
	border-bottom: solid 1px #666;
	font-style: normal; font-weight: normal; text-decoration: none;
	color: #000;
	}
span.rating {
	vertical-align: middle;
	font-size: 150%;
	color: #ddd;
	}
.editor span.rating { font-size: inherit; }
.rating b {
	color: #f60;
	font-style: normal; font-weight: normal; text-decoration: none;
	}
img.go { height: auto; width: auto; }
#similarlist { display: none; }
.trendup { color: #090; }
.trenddown { color: #900; }

/* page */
div.page { clear: both; margin-top: 1em; font-size: 80%; color: #666; }
.page b { padding: 0 .2em; color: #fff; background-color: #f60; }

/* bottom */
div.bottom { width: 960px; text-transform: uppercase; text-align: right; clear: both; margin: .5em; font-size: 75%; color: #999; }
.bottom a { color: #666; text-decoration: underline; }
.bottom a:hover { color: #fff; text-decoration: underline; }

