body {
	font-size: small;
	padding: 0px;
	margin: 0px;
	text-align: center; /* dummy to center in IE5.x/Win */
}

#top img, #bottom img { display: block; }

/*div{ border: 1px solid black; }*/

#searchBox
{
	position: absolute;
	right: 0px;
	top: 28px;
}

#top
{
}

#banner{}

#content 
{
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/* clearing floats works with IE6 & 7 */
#main { overflow : hidden; _height : 1%; }

#bottom{ clear: both; }


#shopcart{ border: 0px; }


/*********************************************************
		Navigation
*********************************************************/

/* --- Main Menu --- */

a{ text-decoration: none; }

.menu ul, .menu li { margin: 0; padding: 0; list-style: none; text-align: left; }

#menu_1 {
	width: 110px;
	float: left;
}
#menu_1 a {
	display: block;
	text-align: center;
}
#menu_1 img {
	display: block;
	margin: 0 auto;
}

/* - Top menus - */

#menu_2 li, #menu_3 li, #menu_4 li {
	display: inline;
	white-space: nowrap;
}
#menu_2 ul, #menu_3 ul, #menu_4 ul {
	list-style: none;
	margin: 0px;
}


#menu_1 { width: 220px; display: inline;  }
/*********************************************************
		Content PlaceHolders
*********************************************************/

#forsideLeft, .ProductOverView, .leftView
{
	float:left;
	width: 370px;
}
#forsideRight, .ProductArticle, .rightView 
{
	float:right;

}

#otherModelsSelect
{
	width: 100%;	
}
.product 
{
	margin-bottom: 1em;
}

.ProductOverView
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*********************************************************
		Generel Product View ( "Forside" only )
*********************************************************/

/* --- 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;
}

.shopOnline ul, .shopOnline li {
	margin: 0;
	padding: 0;
}



.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;
}

