a.shop_kat
{
	display:block;
	float:left;
	margin-right:1px;
	padding:5px 10px;
	border:1px solid #222;
	background:#1c1c1b;
}

a.shop_kat#active
{
	background:#222;
}

#product
{
	float:left;
	width:600px;
	margin-bottom:5px;
}

#product_img
{
	width:92px;
	float:left;
	text-align:center;
	padding:4px;
}

#product_box
{
	padding:4px;
	margin-bottom:5px;
	float:left;
	width:492px;
}

#product_box h3
{
	font-size:13px;
}

#product_meta
{
	width:539px;
	margin:0 1px 10px 0;
	background:#292929;
	float:left;
	padding:5px;
	text-align:right;
}

td#head
{
	background:#292929;
	color:#cf6b44;
	padding:5px;
}

td#content
{
	padding:5px;
	background:#222;
}

#form_row label
{
	width:150px;
}

textarea
{
	padding:4px;
}

#box div#error
{
	margin-bottom:10px;
}

#box div#error li
{
	padding:4px;
	color:#cf6b44;
	background:#1c1c1b;
	margin-bottom:1px;
}
select
{
	padding:0px;
	border:2px solid #292929;
}

#ticker
{
	margin-bottom:10px;
}

#ticker a
{
	background:#222222;
	padding:4px;
 	color:#646464;
	display: block;
 	margin-bottom:1px;
 	font-size:10px;
}

#ticker a:hover
{
	color:#cf6b44;
}