/* Products section */

/* Main info area */
.infos {
	padding-right: 180px;
}

/* Product navigation on the right */
#product-nav {
	float: right;
	width: 153px;
	margin: 0 0 0 15px;
}
#product-nav ul {
	margin: 0;
 	padding: 0;
}
#product-nav li {
	list-style: none;
	margin: 0 0 .5em;
	padding: 0 0 0 16px;
	font-weight: bold;
	background: url(../images/side_bullet.gif) 8px 6px no-repeat;
}
#product-nav li.picture {
	padding: 0;
}

/* Stoves listing */
table.stoves {
	width: 520px;
	margin: 0 0 3em;
}
.stoves td {
	width: 25%;
	padding: 10px 0 8px;
	text-align: center;
	vertical-align: bottom;
}
.stoves tr.name td {
	padding: 5px;
	vertical-align: top;
	background: #F7F6F4;
}

/* Accessories listing */
table.accessories .col1 {
	width: 30%;
}
table.accessories .col2 {
	width: 14%;
}
table.accessories .col3, table.accessories .col4 {
	width: 28%;
}

/* Product specifications table */
table.specs, table.specs table {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #9F9C89;
	border-right-color: #CFCDC4;
}
.specs td, .specs th {
	padding: 4px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #9F9C89;
	border-left-color: #CFCDC4;
}
.specs th {
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	background: #E7E4D3;
}
.specs .emptycell {
	border: none;
	background: transparent;
}
.specs strong {
	color: #635B4E;
}
.specs td {
	width: 50%;
}
.specs th.level2 {
	color: #525147;
	text-align: left;
	background: #F7F6F4;
}
.specs .spec_level2 td {
	width: 20%;
}
.specs .spec_level2 td strong {
	font-weight: normal;
}
