/*
These elements set the layout for page contents
*/

/*
Contents container
This should have top margin as high as title area is
Bottom margin should be as high as the footer area is (can overlap)
*/
#contents_container {
/* Set margins for floating contents */
	position: relative;
/* Leave room for sidebar */
	margin: 0 44px;
/* Overlap the footer */
	margin-bottom: 0;
/* Fonts and colors */
	color: #333;
	width: 730px;
}

#contents {
	padding: 1em;
	width: 60%;
	min-height: 15em;
	height: auto;
	padding-bottom: 120px;
	float: left;
}
/* for Internet Explorer */
/*\*/
* html #contents {
height: 15em;
}
/**/

#contents p {
	text-align: left;
	color: #333;
}
#contents h1 {
	margin: 0;
	padding: 0.4em;
	font-size: 1em;
	background-color: #333;
	color: #fff;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
#contents h2 {
	margin: 0;
	padding: 0.2em 0 0;
	font-size: 1.3em;
	text-align: left;
	line-height: 1;
}
#contents h6 {
	margin: 0;
	padding: 0.2em 1em;
	background-color: #f2f2f2;
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
#contents ul {
    text-align: left;
	list-style-image: url(images/list_image_main.gif);
/*	list-style-position: inside;*/
	margin-left: 1.5em;
	padding: 0;
	border: 1px dotted #e2e2e2;
	background-color: #fff;
}
#contents ul li {
	padding: 0.2em 0.5em 0.5em;
}

.contentsbox {
	padding: 0.5em 0.5em 0;
	font-size: 0.9em;
}

.image_container {
	padding: 0.2em;
	text-align: center;
}
.image_container img {
	border: 0;
}
.image_container a {
	text-decoration: none;
}

/*
A product is displayed inside this container
*/
.productbox {
	width: 100%;
/*	min-height: 126px;*/
	height: auto;
	overflow: hidden;
	margin: 1em 0;
	padding-bottom: 1em;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	color: #333;
	font-size: 1.1em;
	vertical-align: top;
	text-align: right;
}
.productbox img {
	border: 0;
}
/* Product title */
.productbox h3 {
	background-color: #fff;
	padding: 2px 0.5em 2px 0;
	margin: 0;
	font-size: 1.1em;
	color: #333;
}
/* Product description */
.productbox span {
	display: block;
	color: #666;
	font-size: 0.8em;
	padding-right: 0.2em;
}
/* For price */
.productbox em {
	display: block;
	padding: 0.5em 0;
	font-style: normal;
	font-size: 1.1em;
	color: #c00;
}
/*
euro sign
*/
.productbox strong {
	color: #333;
	font-weight: normal;
}

/*
THUMBNAILS
Used for product display.
*/
/*
This extra container is required,
because Netscape 6.2 won't support absolute
positioning in a float container.
*/
.thumbcontainer {
	float: left;
}
/* Images go inside this container */
.thumb {
	width: 170px;
	height: 126px;
	text-align: left;
	vertical-align: top;
	position: relative;
}
/* This is the actual thumbnail image */
.thumbimage {
	position: relative;
	top: 21px;
	left: 15px;
}
/* Thumbnail overlay borders, any image you like */
.thumbborder {
	position: absolute;
	top: 0;
	left: 0;
}

/*
These are for tuning articles display
*/
#tuning_articles {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#tuning_articles h1 {
	margin: 0;
	padding: 0.2em;
	background-color: #000;
	border-bottom: 1px solid #444;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}
#tuning_articles h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#tuning_articles h1:hover {
	background-color: #f90;
}
#tuning_articles .selected {
	background-color: #f90;
	border: 0;
	color: #333;
}
#tuning_articles div {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
}
#tuning_articles p {
	margin: 0;
	padding: 0.5em;
}
#tuning_articles h3, h4, h5, h6 {
	margin: 0;
}


/* -

 PAGE NUMBERS */
 .pagenumbers {
 	padding: 1em 0;
	color: #333;
 }
 .pagenumbers .current {
 	font-size: 14px;
	color: #333;
 }
 .pagenumbers .number {
 	padding: 0 0.3em;
 }
 .pagenumbers .pagelink {
 	padding: 0 1em;
 }