.product_number {
	width: 200px;
	text-align: left;
}
.product_title {
	width: 200px;
	text-align: left;
}
.product_price {
	width: 100px;
	text-align: left;
	padding-right: 15px;
}



/* basic opstilling af html elementer */

a:link{
	color: #000000;
	text-decoration:none;
}

a:visited{
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: navy;
	text-decoration:none;
}

a:active {
	color: #000000;
	text-decoration:none;
}



body, td{
	font-family: arial;
	font-size: 12px;
	color:black;
	top-margin:0px;
}

h1{
	font-family: arial;
	font-size: 16px;
	color:black;
	top-margin:0px;
}

table{
	padding:0px;
	border:0px;
	margin:0px;
}

form{
	margin:0px;
}

select{
	font-size:10px;
	border:1px solid black;
}




/*							 */
/* Top 						 */
/*							 */
div#black_top {
	background-color: black;
	width: 102%;
	height: 148px;
	position:absolute;
	top:0px;
	left:0px;
}

div#top_flower {
	position:absolute;
	top:0px;
	margin-left: 50%;
	left: -402px;
	width: 880px;
	text-align: right;
}
div#toplogo {
	position:absolute;
	top:83px;
	margin-left: 50%;
	left: -440px;
	width: 880px;
	text-align: left;
	padding-left: 75px;
}


/*							 */
/* Main						 */
/*							 */
div#main {
	position:absolute;
	top:149px;
	margin-left: 50%;
	left: -440px;
	width: 880px;
	text-align: left;
}


/*							 */
/* Topmenu 1 - the gray one! */
/*							 */
div#topmenu1 {
	background-color: gray;
	background-image: url(topmenu1.gif);
	height: 25px;
	width: 880px;
	overflow: hidden;
	text-align: center;
}
.topmenu1_table {
	width: 805px;
}
A.topmenu1, A:link.topmenu1 , A:visited.topmenu1 {
	color: white;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	
}



/*							   */
/* Topmenu 2 - the yellow one! */
/*							   */
div#topmenu2 {
	background-color: lightgreen;
	background-image: url(skotopmenu2.gif);
	height: 20px;
	width: 880px;
	overflow: hidden;
	text-align: center;
	margin-top: 1px;
}
.topmenu2_table {
	width: 805px;
}
A.topmenu2, A:link.topmenu2 , A:visited.topmenu2 {
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}




/*							 */
/* Shopmenu - the black one!				 */
/*							 */
div#shopmenu {
	background-color: black;
	width: 202px;
	margin-top: 1px;
	padding-top: 48px;
	padding-left: 48px;
	padding-bottom: 48px;
	float: left;
}
.shopmenu_headline {
	color: white;
	font-size: 16px;
	font-weight: bold;
	width: 154px;
	padding-bottom: 15px;
	border-bottom: dotted white 1px;
}
A.shopmenu, A:link.shopmenu, A:visited.shopmenu{
	color: white;
	width: 154px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dotted white 1px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}




/*							 */
/* Content					 */
/*							 */
div#frontpage{
	width: 880px;
	margin-top: 1px;
}
div#content {
	width: 575px;
	float: right;
	margin-top: 26px;
	padding-right: 25px;
}

#product_buy_amount{
	border:1px solid black;
	font-size:10px;
	height:12px;
	width:16px;
	text-align:center;
}

#product_buy_button{
	border:1px solid black;
	height:16px;
	width:40px;
	font-size:10px;
	text-align:center;
	background-image:url(submit_yellow_bg.jpg);
	background-repeat:repeat-xy;
	color:#000;
}

#product_buy_qty{
	border:1px solid black;
	height:12px;
	width:40px;
	font-size:10px;
	text-align:center;
	color:#000;

}

.produktOverskrift{
	font-size:14px;
}



/* grå produktboks */

#graa_vareboks{
	position:absolute;
	top:47px;
	left:628px;
	height:352px;
	width:202px;
	padding-left:48px;
	padding-top:48px;
	padding-bottom:48px;
	z-index:100;
	font-family: arial;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	display:none;
	border:1px solid black;
	background-color:black;
}

#graa_vareboks_synlig{
	position:absolute;
	top:47px;
	left:628px;
	height:352px;
	width:202px;
	padding-left:48px;
	padding-top:48px;
	padding-bottom:48px;
	font-family: arial;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	z-index:100;
	display:;
	border:1px solid black;
	background-color:black;
}

#graa_vareboks table{
	font-family: arial;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	border:1px solid black;
}

.stdText td{
	font-family: arial;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	padding-right:30px;
	border:1px solid black;
}

/* END grå produktboks */


td.lanugageSelection,
td.linkCell {
	text-align: center;
	width: 241px;
	height: 250px;
}

td.linkCell a:link,
td.linkCell a:visited {
  color: white;
  text-decoration: none;
  margin: auto;
}

td.lanugageSelection a:link,
td.lanugageSelection a:visited {
text-decoration: none;
margin: 3px;
}


td.lanugageSelection a img {
	border: 0px;
}


