/* $Id: stylesheet_printoptions.css,v 1.6 2011/02/21 16:38:07 isl Exp $ */

/*
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;
}

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

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

DIV.progress #progressBg
{
	position: absolute;
	width: 60px;
	height: 100%;
	background: #069;
}

DIV.progress #progressText
{
	position: absolute;
	color: white;
	z-index: 2;
	width: 100%;
	text-align: center;
}

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

/* Dateien Hochladen */
.templates {
  background: #f6f6f6;
  padding: 4px 0px;
  margin-top: 5px;
  width: 100%;
}

.templates_upload {
  padding: 8px 0px 0px 0px;
  margin: 5px 0px;   
  width: 100%;
}

DIV.errorText {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.print_steps {
  background: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  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;
}

label {
	cursor: pointer;
}

DIV.uploadStatic
{
	display: none;
}

DIV.uploadFlash
{
	display: none;
}

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

DIV#priceDetails
{
	display: none;
}

DIV#priceDetails TD {
	font-size: 11px;
}

/* Anzeige der Optionsbeschreibung */
DIV.optionsInfo
{
	padding: 5px 5px 10px 35px;
	background: url(../images/icons/info.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border-bottom: 1px dashed #E50F9F;
	margin: 0px 0px 5px 0px;
}

SPAN#stockInfoTop IMG
{
	vertical-align: text-bottom;
}

SPAN#stockInfoVariant IMG
{
	float: right;
	margin-left: 5px;
}
