#optionsContainer
{
	width: 440px;
	display: block;
}

.optionDiv
{
	display: inline-block;
	width: 430px;
}

/*
INPUT
{
	font-size: 20px;
	letter-spacing: 2px;
	padding: 4px;
	width: 80px;
	text-align: center;
}
*/

INPUT#continueQuantity
{
	font-size: 16px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

SELECT
{
	margin: 10px;
}

.navcontainer {
	width: 380px;
}

UL.navcontainer
{	
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	padding-bottom: 0px; margin-bottom: 0px;
	padding-top: 0px; margin-top: 0px;
	/*background-color: #036;*/
}

.navcontainer li
{
	display: inline;
	/*background-color: #036;*/	
	padding: 0px 10px 0px 0px;
	float: left;
}

.navcontainer INPUT
{
	margin: 6px;
	margin-left: 26px;
}

.navcontainer a
{
	display: inline-block;
	padding: 4px;
	padding-left: 26px;
	margin-bottom: 6px;
	color: black !important;
	/*background-color: #036;*/
	/*border-bottom: 1px solid #036;*/
}

.navcontainer li DIV.option
{
	width: 50%;
	border-left: 180px solid #fff6bd;
	display: inline-block;
}

.navcontainer li DIV.optionLink
{
	margin-left: -180px;
}

.navcontainer a:link, .navcontainer a:visited
{
	color: black !important;
	text-decoration: none;
	
	background: url(images/icons/ds_raute.gif) #fff6bd;
	background-repeat: no-repeat;
	background-position: 3px;
}

.navcontainer a.selected
{
	background: url(images/icons/ds_raute.gif) #E50F9F;
	background-repeat: no-repeat;
	background-position: 3px;
	
	color: #fff !important;
}

DIV.selected
{
	border-left: 1px solid #E50F9F;
	border-right: 1px solid #E50F9F;
	border-bottom: 1px solid #E50F9F;
	width: 428px;
}

DIV.optionDiv H2.stepHead {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: black;
  font-weight: bold;
  background: white;
  padding: 3px 0px;
}

DIV.optionDiv SPAN.stepHead {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

DIV.optionDiv.selected H2.stepHead {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: white;
  font-weight: bold;
  background: #E50F9F;
  padding: 3px 6px;
}

DIV.progress
{
	position: fixed;
	height: 25px;
	width: 350px;
	left: 50px;
	bottom: 0px;
	background: #036;
	color: #fff;
	border: 1px outset #aaa;
}

DIV#cartButton
{
	width: 150px;
	color: #fff;
	background: #069;
	border: 1px outset #aaa;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin-left: 10px;
}

P.prices
{
	margin: 10px;
}

SPAN.priceBrutto
{
	display: block;

	padding-left: 30px; 
	font-size: 20px;
	width: 180px;
	height: 50px;
	
	background: url(images/icons/line.gif) #fff;	
	background-position: 10px 25px;
	background-repeat: no-repeat;
}

SPAN.priceNetto
{		
	font-style: italic;
	
	display: block;

	padding: 0px 0px 0px 30px;
	font-size: 20px;
	width: 150px;
	height: 30px;
	
	font-size: 14px;
}

DIV.priceBox
{
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
}

DIV.priceBrutto
{
  width: 420px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
}

DIV.priceNetto
{
  float: left;
  width: 210px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
}

DIV.datumInfo
{
  width: 420px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
}

DIV.datumInfoSub
{
  float: right;
  width: 200px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

.print_steps {
  background: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFB500;
  padding: 2px;
  margin: 5px 0px;
}

.selectionError {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background: #ff0000;
  font-weight: bold;
  padding: 2px;
}

DIV.editionPriceBox
{
  	display: none;
}

label {
	cursor: pointer;
}

DIV.uploadStatic
{
	display: none;
}

DIV.uploadFlash
{
	display: none;
}

.swfupload
{
	background: #ddd;
	margin-left: 10px;
	margin-bottom: 5px;
}

DIV#priceDetails
{
	display: none;
}

DIV#opt_div_prices DIV#buttons
{
	display: none;
}
