.butik_menu {
position:absolute;
top:205px;
left:50px;
color:#333333;
width:140px;
padding:10px;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background:#EAEAEA;
}
	.butik_menu div {
	padding:1px 0 2px 3px;
	}
	.butik_menu a {
	color:#333333;
	text-decoration:none;
	}
	.butik_menu a:hover {
	color:#333333;
	text-decoration:underline;
	}
	.butik_menu .butik_active {
	background:#CCCCCC;
	}

.butik_main {
margin-left:200px;
height:100%;
min-height:380px;
}

	
.tbl_product {
width:500px;
margin-bottom:10px;
}
	.tbl_product td{
	vertical-align:top;
	}	
	.tbl_product .tbl_product_img {
	width:102px;
	height:102px;
	background:white;
	text-align:center;
	}
	.tbl_product_name, #product, #brand {
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 2px;
	}
		#product, #brand {
		width:120px;
		}
	.tbl_product_price {
	font-size:12px;
	float:right;
	}	
		#price {
		font-weight:bold;
		width:40px;
		text-align:right;
		}
		.price_10_off, #price_10_off {
		color:#999999;
		width:40px;
		text-align:right;
		}
	.tbl_product_text {
	font-size:11px;
	padding:3px 5px 2px 2px;
	color:#555555;
	}
		#text {
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width:100%;
		}
	#editprod {
	margin:0;
	padding:0;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	font-size:10px;
	}
		#editprod:hover {
		border:1px solid #555555;
		cursor:pointer;
		}
	
.admin_addcat {
font-size:11px;
postition:absolute;
margin:0 0 10px 160px;
background:#EFEFEF;
border:1px solid #C5C5C5;
height:100px;
}
	.admin_addcat input, select {
	border:1px solid #C5C5C5;
	color:#555555;
	font-size:11px;
	margin:1px;
	padding:1px;
	width:90px;
	}
	.admin_addcat .float_left {
	padding:5px;
	border-right:1px solid #C5C5C5;
	float:left;
	height:90px;
	}
	
.butik_upp {
padding:5px 5px 2px 5px;
background-color:#bebebe;
position:fixed;
top:205px;
margin-left:536px;
}
