html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a img { border:none; }

body {font-size:75%;color:#222;line-height: 1.5; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;background: #bfd8e7;margin: 10px 0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2.6em;line-height:1.25;font-weight:bold;clear:both;}
h2 {font-size:1.4em;color:#333;line-height:1.25;font-weight:bold;margin-bottom: 0.4em;clear:both}
h3 {font-size:1.4em;font-weight:bold;padding-bottom:0.4em;clear:both}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.5em;font-weight:bold;}
p {margin:0 0 1.5em;}
a { color: #006699 }

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#page_top {
	height: 5px;
	background: #fff url(../images/bg_top.gif) no-repeat;
}
#page_bottom {
	clear: both;
	height: 46px;
	background: #fff url(../images/bg_bottom.gif) no-repeat;
}
#page_content {
	padding: 20px;
	background: #fff url(../images/bg.gif) repeat-y;
}
#logo a{
	display: block;
	width: 378px;
	height: 75px;
	background: url('../images/logo.gif') no-repeat;
	text-indent: -9999px;
	float: left;
	padding-bottom: 16px;
}
#intro {
	text-align: right;
	font-size: 1em;
	width: 440px;
	float: right;
	line-height: 1.2;
	padding-top: 10px;
}
#intro label {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}
#intro a {
	color: #333;
	padding-right: 4px;
	border-right: 1px solid #eee;
	text-decoration: none;
}
#intro a:hover {
	text-decoration: underline;
	color: #111;
}
#keywords {
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 2px;
}
#intro form {
	padding-bottom: 8px;
}
#title h1 {
	font-size: 1.6em;
	color: #555;
	margin-bottom: 20px;
}
#title h1 span {
	color: #333;
}
#intro span {
	display: block;
}


/* Splash */
#splash img {
	float: left;
}

/* Content */
#container {
	padding-top: 20px;
	clear: both;
	border-top: 4px solid #ccc;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 720px;
	background: url('../img/dots.gif') top right repeat-y;
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	width: 180px;
	margin-bottom: 20px;
	margin-left: 20px;
	
}
.sidebar_item {
	margin-bottom: 20px;
}
.sidebar_content {
	padding: 15px;
	background: #eee;
}
#sidebar h3 {
	background: #999;
	color: #fff;
	text-shadow: 1px 1px 1px #777;
	border-bottom: 1px solid #777;
	margin: 0;
	padding: 3px 15px;
	font-size: 1.2em;
}
#advert {
	margin-bottom: 20px;
}
#footer {
	clear: both;
	padding: 20px;
	width: 920px;
	margin: 0 auto;
}
.item {
	border: 4px solid #eee;
	margin-bottom: 20px;
	clear: both;
}
.item_content {
	border: 1px solid #ccc;
	padding: 10px;
}
.product_img {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #ccc;
}
.product_overview {
	margin-bottom: 20px;
}
.product_prices {
	margin-bottom: 20px;
	background: #eee;
	padding: 10px 20px;
}
.product_navi {
	clear: both;
}
.product_navi {
	background: #ff6600;
}
.product_navi li {
	float: left;
	margin-left: 4px;
	background: url('../images/subnavi_right_off.gif') top right no-repeat;
}

.product_navi li a {
	float: left;
	padding: 12px 14px 5px 14px;
	text-transform: uppercase;
	color: #fbeade;
	text-shadow: 1px 1px 1px #c04d00;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	display: block;
	background: url('../images/subnavi_left_off.gif') top left no-repeat;
}
.product_navi li.active {
	background: url('../images/subnavi_right.gif') top right no-repeat;
}
.product_navi li.active a {
	text-shadow: 1px 1px 1px #eee;
	color: #000;
	background: url('../images/subnavi_left.gif') top left no-repeat;
}
.product_navi li a:hover {
	color: #fff;
}
.product_navi li.active a:hover {
	color: #000;
}
.product_list li {
	float: left;
	width: 128px;
	padding: 5px;
}
.product_list img {
	width: 127px;
	border: 1px solid #ccc;
}
#breadcrumb {
	clear: both;
	border: 1px solid #c8c8c8;
	height: 26px;
	margin-bottom: 15px;
}
#breadcrumb li {
	float: left;
}
#breadcrumb a {
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
	background: url('../images/breadcrumb_divider.gif') center right no-repeat;
	padding: 5px 15px 5px 8px;
	display: block;
	float: left;
	font-weight: bold;
}
.error {
	padding: 20px;
	background: #ffff99;
	font-weight: bold;
	margin-bottom: 20px;
}
.small {
	font-size: 0.9em;
	color: #999;
}
.clear {
	clear: both;
}
.nobr {
	white-space: nowrap;
	display: block;
	font-weight: bold;
}
.disabled {
  color: #AAAAAA;
}
.pagination li {
	float: left;
}
.pagination li a{
	float: left;
	display: block;
	padding: 5px 9px;
	border: 1px solid #ccc;
	margin-right: 2px;
	background: #fff;
	margin-bottom: 20px;
}
.current a {
	font-weight: bold;
}

/* Results listings */

ul.products img {
	width: 120px;
	height: 120px;
}
ul.products li {
	width: 120px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #eee;
	padding: 4px;
}
.products h3 {
	font-size: 1.1em;
	height: 50px;
	line-height: 1.2;
}

/* Product page */

.product h1 {
	margin-bottom: 10px;
}
.product table {
	border-collapse: collapse;
	margin: 10px 0px;
}
#prices {
	clear: both;
}
#prices h3 {
	font-size: 1em;
	color: #666;
}
#prices .item li {
	float: left;
	width: 124px;
	padding: 7px;
}
#prices li .retailer_image img{
	border: 2px solid #ccc;
	float: left;
}
#prices li .retailer_price {
	display: block;
	background: #eee;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	clear: both;
	margin-bottom: 5px;
}
.more_info {
	background: #ffcc00;
	padding: 4px 0;
	color: #433803;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	text-align: center;
}
.product_title {
	font-weight: bold;
	display:block;
	font-size:1.1em;
	height: 40px;
}
#tags li {
	float: left;
}
#tags li a {
	padding: 1px 4px;
	background: #ffe197;
	float: left;
	margin: 0 2px 2px 0;
	border-right: 1px solid #f1af0b;
	border-bottom: 1px solid #f1af0b;
}
#product_text {
	clear: both;
	padding-top: 20px;
}
form li {
	padding-bottom: 10px;
}
form li label{
	float: left;
	width: 140px;
	font-weight: bold;
	padding-right: 10px;
}
form li input, form li textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	display: block;
}
form .full_width label {
	display: block;
	float: none;
}
form .full_width input, form .full_width textarea {
	width: 558px;
}
form fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
form legend {
	font-weight: bold;
}

.prices {
	font-size: 1.4em;
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}