body {
	font-size: small;
	padding: 0px;
	margin: 0px;
	text-align: center; /* dummy to center in IE5.x/Win */
}

#top img { display: block; }

/*div{ border: 1px solid black; }*/

#top
{
}

#banner{}

#content 
{
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#main 
{
	/*width: 100%; bug or something*/
	/*float:left;*/
}
#main:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

#main {position: relative; display: inline-table;}

/* Hides from IE-mac \*/

#main {display: block;}
/* End hide from IE-mac */


/*********************************************************
		Navigation
*********************************************************/

/* Hides from IE-mac \*/
* html #menu {height: 1%;}
/* End hide from IE-mac */


#menu table{ padding: 0; margin: 0; }

.TopGroup
{
	cursor: pointer;
	margin: 0px;
}

.MenuGroup
{
  margin: 0;
  padding: 0;
  cursor:pointer; 
}

#bottom
{
	clear: both;
	width: auto;
	padding: 0px;
	margin: 0px;
}

/* - Navigation - */
#productList
{
	float: left;
}

.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;
}

/*********************************************************
		Content PlaceHolders
*********************************************************/

.ProductOverView
{
	margin: 0;
	padding: 0;
}

#forsideLeft, .ProductOverView, #contentIndhold, .leftView
{
	float: left;
	padding: 0;
}

#forsideRight, #ProductArticle, .rightView, #VareHandel
{
	float: right;
}

#forsideLeft #frontPageText
{
	float: left;
}

/*********************************************************
		Generel Product View ( "Forside" only )
*********************************************************/

.ProductOverView li.product 
{
	margin-bottom: 1em;
}


/* clearing floats works with IE6 & 7 */
.product { overflow : hidden; _height : 1%; }
 

/* --- Show Product --- */
.productSelector, .productDescription, .shopOnline {
	float: right;
	clear: right;
	width: 240px;
}
.productTitle, .productDetails {
	/*width: 282px;*/
}

img#showProduct_productImage {
	display: block;
}

select#showProduct_otherModelsSelect {
	width: 100%;
	margin-bottom: 2em;
}
.productDescription {
	margin-bottom: 1em;
}
h3.price {
	font-size: 1.2em;
}

	
#searchBox
{
	position: absolute;
	right: 0px;
	top: 28px;
	z-index:9999;
}	
