/* Gadgets website stylesheet */
/* Last edited 25 January 2007 */

/* general styles */

body {
	padding: 0;
	margin: 0;
	color: #003;
	font: 0.8em/150% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background: #FFF url(background.png) repeat-y top center;
	text-align: center;
}

a, a:visited {
	color: #B01707;
	text-decoration: none;
}

a:HOVER {
	color: #000;
	text-decoration: underline;
}

.post h2 a {
	text-decoration: underline;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

h1, h2, h3, dl, ul {
	margin-top: 0;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: normal;
	color: #003;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {text-align: center;}

strong {
	font-weight: bold;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0;
	padding: 0;
}

textarea, input, select {
	background-color: #EEE;
	color: #666;
	font-size: 1em;
}

/* structural styles */

#wrapper {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#content {
	float: right;
	width: 498px;
	padding: 0 10px 270px 10px;
}

#sidebar {
	float: left;
	width: 230px;
	padding: 390px 10px 10px 10px;
	background: transparent url(widescreeneva.jpg) no-repeat top left;
	color: #333;
}
/*
#sidebar p, #sidebar li, #sidebar h2, #sidebar h3 {
	color: #333;
}
*/

/* header and main navigation styles */

#header {
	padding-top: 12px;
	color: #999;
	margin-bottom:3em;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 354px;
	height: 43px;
	background: #FFF url(masthead.gif) no-repeat top left;
}

#header ul {
	margin: 0;
	padding: 1em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

#frontpage #header ul {
	margin-bottom: 1em;
}

#header ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	margin-bottom: 1em;
}

#header ul li a, #header ul li a:VISITED, #breadcrumbs a, #breadcrumbs a:VISITED {
	color: #999;
}

#header ul li a:HOVER, #breadcrumbs a:HOVER {
	color: #000;
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#frontpage #breadcrumbs {
	display: none;
}

h1.mainheadline {
	font-size: 24px;
	margin: 0;
	padding: 0;
	width: 316px;
}

/* fancy display styles */

.theextrastuff {
	font-size: 0.9em;
}

#offerbox {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 12px;
	background: #FFF url(off.gif) repeat-x top left;
}

.jumplink  {
	clear: left;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
}

.floatright {
	float: right;
	margin: 0 0 5px 12px;
}

.partnernav {
	text-align: center;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

dl.partners dt {
	padding: 6px 5px 8px 5px;
	background: #CCC url(off.gif) repeat-x top left;
	border: 2px solid #CCC;
	border-bottom: 0;
}

dl.partners dd {
	background-color: #FFF;
	border: 2px solid #CCC;
	border-top: 0;
	padding: 5px;
	padding-top: 0;
	height: auto;
}

dl.partners dt img {
	float: right;
	margin: 5px 5px 5px 10px;
}

#searchbox {
	float: right;
	border: 2px solid #FFCD60;
	width: 175px;
	height: auto;
	background: transparent url(divbg.gif) repeat-x top;
	margin: 0 0 5px 10px;
	padding: 5px 10px 10px 10px;
	position: relative;
}

#searchbox h3 {
	margin-bottom: 5px;
}

#searchbox form {
	margin: 0;
	padding: 0;
}

#searchbox input, select {
	font: 11px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	width: 170px;
	background-color: #EEE;
	color: #808080;
}

#searchbox fieldset, #searchbox label {
	padding: 0;
	margin: 0 0 5px 0;
	border: 0;
	display: block;
}

#searchbox legend, #searchbox label {
	font-weight: bold;
}

#searchbox fieldset label {
	font-weight: normal;
	float: left;
}

#searchbox fieldset select {
	width:auto;
	margin: 0 5px;
}

#searchbox input.search, .search {
	border: 1px outset #DC8E46;
	background-color: #EEE;
	width: auto;
	height: 22px;
	color: #DC8E46;
	text-align: center;
	padding: 0 0 0 3px;
	width: 70px;
}

#searchbox p {
	margin-bottom: 0.5em;
}

.displaybox, .widebox {
	float: left;
	padding: 5px 10px 23px 10px;
	margin-bottom: 12px;
	border: 2px solid #FFCD60;
	background: transparent url(divbg.gif) repeat-x top;
	position: relative;
	height: 86px;
	width: 219px;
}

.widebox {
	width: 474px;
}

.displaybox p, .widebox p {
	margin-bottom: 0;
}

#displaybox h3, .widebox h3 {
	margin-bottom: 5px;
}

.displaybox h3 a, .displaybox h3 a:VISITED, .widebox h3 a, .widebox h3 a:VISITED {
	color: #000;
}

.displaybox h3 a:HOVER, .widebox h3 a:HOVER {
	color: #B83E00;
	text-decoration: underline;
}

#widesearchbox {
	float: none;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border: 0;
	border-top: 1px solid #808080;
	width: auto;
	background: url(sleepingman.jpg) no-repeat bottom right;
} 

.baselink {
	position: absolute;
	left: 0;
	bottom: 0;
}

.baselink a {
	margin-left: 10px;
}

/* sidebar styles */

h2.threesimple {
	text-indent: -9999px;
	width: 221px;
	height: 53px;
	background: url(3simple.gif) no-repeat top left;
}

.merchantlogos {
	margin: 0;
	padding: 0;
}

.merchantlogos li {
	display: inline;
	list-style-type: none;
	margin-bottom: 0.25em;
}

.merchantlogos img {
	margin-left: 20px;
	margin-bottom: 10px;
}

#sidebar dt {
	padding: 6px 5px 8px 5px;
	background-color: transparent;
	height: auto;
	border: 0;
}

#sidebar dt img {
	float: right;
	margin: 0 0 0 3px;
}

#sidebar dd {
	background-color: transparent;
	padding: 0 5px 1em 5px;
	height: auto;
	border: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

#sidebar li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #999;
}

#indepth .sidebarindepth {
	display: none;
}

#products .sidebarproducts {
	display: none;
}

#news .sidebarnews {
	display: none;
}

#offers .sidebaroffers {
	display: none;
}

/* footer styles */

#footer {
	width: 498px;
	padding: 12px 10px 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: left;
	height: 270px;
	margin-top:3em;
}

#footer div {
	float: left;
	width: 154px;
	margin-right: 10px;
	border-right: 1px solid #999;
	padding-right: 5px;
}

#footer p {
	font-size: 0.7em;
	line-height: normal;
}

#footer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 1em;
}

#footer li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer hr {
	height: 1px;
	color: #4E3E3F;
	background-color: #4E3E3F;
}

/* misc stuff */

.toplink {
	font-size: 0.7em;
	text-align: right;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #999;
}

.clearing {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.clearleft {
	clear: left;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.clearright {
	clear: right;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

img.display {
	float: right;
	border: 3px solid #FFF;
	margin: 2px 0 0 5px ;
}

dl#whatsnew dd {
	margin-bottom: 0.5em;
}

/* forms */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 2px solid #333;
	padding: 10px;
	margin: 0 0 10px 0;
}

fieldset legend {
	color: #000;
}

fieldset label {
	font-weight: normal;
	color: #808080;
}

fieldset input, fieldset textarea {
	background-color: #EEE;
	color: #808080;
	font: 1em "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

fieldset dd {
	margin: 0;
	padding: 5px;
}

fieldset dt {
	float: left;
	width: 90px;
	padding: 5px;
	font-weight: normal;
}

fieldset #firstname, fieldset #lastname, fieldset #tel, fieldset #email, fieldset #comments {
	width: 300px;
}