body{
	font-size: x-small;
	/* Use Tantek's IE5/5.5 css hack to correct font-size */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}

/*div{ border: 1px solid black; }*/

#searchBox
{
	position: absolute;
	right: 0px;
	top: 28px;
}


#content {
	float : left;
	text-align: left;
	position: relative; 
}

#top 
{
	width: 100%;
}

#main
{
	position: relative; 
	float: right;	
}

#bottom
{
	width: 775px;
	float:left;
}

#top img, #bottom img { display: block; }

/* Links */
a {
	text-decoration: none;
}
a:link:hover {
	text-decoration: underline;
}

p
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;	
}

/* --- Main Menu --- */
/*
.menu ul, .menu li { margin: 0; padding: 0; list-style: none; text-align: left; }
*/

#menu_1
{
	width: auto;
	float: left;
	display: inline; /* IE Bug Booster  */
}

/*
#menu_1 li
{
	display: inline;
	float: left;
}*/

#menu_1 ul {
	margin: 0; padding: 0;
}
#menu_1 li {
  display:inline;
  float:left;
  list-style:none;
  margin: 0; padding: 0;
}


#menu_1 a
{
	display: block;
	text-decoration: none;
}

#menu_2
{
	width: 110px;
	float: left;
	clear: left;
}

#menu_2 a
{
	background-repeat:no-repeat;		
}


#menu_3
{
	float: left;
}

#menu_2 li, #menu_3 li
{
	float:left;
}

#menu_2 ul, #menu_3 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	clear: left;
}


#forsideLeft, #contentIndhold, .leftView, #Article
{
	float: left;
	width: 400px;
	height:auto;
}


#forsideRight, #ProductArticle, .rightView, #VareHandel
{
	float: right;
	width: 275px;
}


#otherModelsSelect
{
	width: 100%;	
}
.ProductOverView li.product 
{
	margin-bottom: 1em;
}


/* clearing floats works with IE6 & 7 */
.product { overflow : hidden; _height : 1%; } 
 
 
/*	NewsContainer */
#newsContainer
{
	float: right;
	clear: right;	
}


.news
{
	float: right;
	width: 100%;
}


/*	Product overview */
.ProductOverView, .ProductOverView li
{
	/* float:left;	*/
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.productTitle, .productDetails {
	float: left;
	clear: left;
}	

.productSelector, .productDescription
{
	float: right;
	clear: right;
}

img#showProduct_productImage {
	display: block;
}

#buyBox
{
	float: right;
	clear: right;	
}

select#showProduct_otherModelsSelect {
	width: 100%;
	margin-bottom: 2em;
}
.productDescription {
	margin-bottom: 1em;
}

.productName h2
{
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.productPrice h3
{
	margin: 0px;	
}

.pageLinks {
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
	line-height: 21px;
}
.pageLinks * {
	vertical-align: middle;
}
.pageLinks a, .pageLinks a:link, .pageLinks a:visited {
	font-weight: normal;
	text-decoration: none;
}
.pageLinks a:hover {
	text-decoration: underline;
}
.pageLinks .active {
	font-weight: bold;
}
a.leftArrow,  {
	background-position: center left;
	background-repeat: no-repeat;
}
a.rightArrow {
	background-position: center right;
	background-repeat: no-repeat;
}


/* IE minor Bug Fix */
.productInfoWrapper table{ float: left;}
