body {
	padding:0;
	margin:0;
	background-color: #fafafa;
}

#topcontainer {
	width: 100%;
	height: 40px;
	padding-top: 10px;
}

#topbox {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

#topmenu {
	position: absolute;
	left: 0px;
	width: 698px;
	height: 39px;
}

#toplogo {
	position: absolute;
	left: 720px;
	width: 220px;
	height: 40px;
}

#topmenu a {
	display: inline-block;
	color: #ffffff;
	padding: 4px 16px;
	line-height: 31px;
	text-decoration: none;
}


#mainbox {
	width: 940px;
	margin: 0 auto;
}

#navbox {
	padding-top: 20px;
	width: 240px;
	float: right;
}

#navbox a {
	display: block;
	background: no-repeat 20px 5px;
	padding: 6px 10px 6px 42px;
	text-decoration: none;
	color: #666666;
}

#navbox a.subnav {
	padding-left: 52px;
}

.blank {
	display:block;
	height: 20px;
}

#navbox a:hover, #navbox a.sel {
	color: #ffffff;
}

#navbox a.bold {
	font-weight: bold;
}

#primarybox {
	float: left;
	width: 700px;
}

#contentbox {
	width: 698px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
}

#footerbox {
	text-align: center;
	padding: 6px;
	color: #666666;
}

#footerbox a {
	text-decoration: none;
	color: #666666;
}

#footerbox a:hover {
	text-decoration: underline;
}


#content {
	width: 470px;
	float: left;
	padding: 20px 0 20px 20px;
}

#sidebar {
	width: 160px;
	float: right;
	padding: 20px;
}

.clearer {
	clear: both;
}

#searchbox {
	width: 220px;
	border: 1px solid #cccccc;
	position: relative;
	height: 26px;
	margin-bottom: 20px;
	margin-left: 18px;
	background-color: #ffffff;	
}

#eyecatcher {
	border-bottom: 1px solid #cccccc;
}

#searchcriteria {
	border: 0;
	outline: 0;
	position: absolute;
	left: 4px;
	top: 3px;
	width: 180px;
	color: #666666;
	background-color: #ffffff;
}

#searchsubmit {
	position: absolute;
	height: 16px;
	width: 16px;
	left: 198px;
	top: 5px;
}

#trustedshops {
	width: 160px;
	margin: 20px 0;
}

#trustedshops input {
	width: 50px;
	height: 50px;
	float: left;
}

#trustedshops a {
	float: right;
	display: block;
	padding: 0px 10px;
	width: 90px;
	font-weight: normal;
	font-size: 10px;
}

#breadcrumbs {
	color: #666666;
	margin-bottom: 20px;
}

#breadcrumbs a {
	font-weight: normal !important;
	color: #666666 !important;
}