input.asf_webshop_text {
	border: solid 1px #ccc;
	background: #fff;
	padding: 2px 5px;
	font-size: 12px;
	width: 80%;
}

ul#webshop_categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #888;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
ul#webshop_categories li {
	display: inline;
	font-weight: bold;
}
ul#webshop_categories li a {
	padding: 2px 10px;
}
.webshop_categories_active {
	border-bottom: solid 4px #888;
	1background: #ddd;
	-1webkit-border-radius: 3px;
	-1moz-border-radius: 3px;
}

table#webshop_list {
	
}
table#webshop_list td {
	border-bottom: dotted 1px #ccc;
}
.webshop_cart {
	width: 16px;
	height: 16px;
	padding: 8px;
	background: url('img/basket.png') 5px left no-repeat;
}
table#webshop_list td select {
	border: solid 1px #999;
	font-size: 10px;
}

#asf_webshop_basket {
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 0 10px;
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.asf_butik_totalamount, .asf_butik_total {
	border-top: solid 1px #bbb;
}
#webshop_checkout {
	border: solid 1px #ccc;
	padding: 3px 10px 3px 32px;
	background: #ddd url('img/package_go.png') 8px 2px no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

a.webshop_cart {
	width: 16px;
	height: 16px;
	padding: 8px;
	background: url('img/cart.png') 5px left no-repeat;
	*background: url('img/cart.gif') 5px left no-repeat;
}
a.webshop_cart:hover {
	text-decoration: none;
}
a.webshop_remove_item {
	width: 16px;
	height: 16px;
	padding: 8px;
	background: url('img/delete.png') 5px left no-repeat;
	text-decoration: none;
}
a.webshop_add_item {
	width: 16px;
	height: 16px;
	padding: 8px;
	background: url('img/add.png') 5px left no-repeat;
	text-decoration: none;
}
a.webshop_removeall_item {
	width: 16px;
	height: 16px;
	padding: 8px;
	background: url('img/cross.png') 5px left no-repeat;
	text-decoration: none;
}



/* Admin */
.asf_webshop_post_to_hide {
	color: red;
}