#literatur-bestellen-header
{
	height: 50px;
	position: relative;
}
#literatur-bestellen-header h1
{
	margin-bottom: 0px;
}
#literatur-bestellen-header img
{
	position: absolute;
	right: -7px;
	top: 2px;
	z-index: 2;
}
#literatur-bestellen-header #header-navi
{
	background: #FDEFE4;
	height: 18px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#header-navi li, #header-navi ol
{
	margin: 0; padding: 0;
	list-style: none;
}

#header-navi li
{
	font-size: 0.80em;
	float: left;
	margin-left: 13px;
}
#header-navi li.active
{
	font-weight: bold;
}

div.quantity
{
	height: 19px;
	position: relative;
	width: 41px;
}

div.quantity input
{
	border: 1px solid #ff9c63;
	height: 16px;
	left: 0px;
	margin: 0px;
	padding: 1px 0 0 0;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 30px;
}
* html div.quantity input
{
	height: 15px;
	width: 29px;
}

a.plus, a.minus
{
	background: transparent url(/img/xshared/misc/plusminus.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	right: 0px;
	width: 9px;
	
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a.plus
{
	height: 10px;
	top: 0px;
}
a.minus
{
	background-position: 0px -10px;
	bottom: 0px;
	height: 9px;
}

tr.subTotalRow td
{
	border-color: #ff9c63;
	color: #6985bc;
}
tr.totalRow td
{
	color: #194398;
	font-weight: bold;
}


