
#var_load {
	display: none;
	position: fixed;
	height: 100px;
	line-height: 100px;
	width: 500px;
	text-align: center;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -50px;
	color: #555;
	border: 1px solid #000;
	background-color: #fff;
	z-index: 1600;
}

#var_load.on {
	display: block;
}

#var_select {
	display: none;
	height: auto;
	width: 700px;
	position: absolute;
	top: 23px;
	left: 50%;
	margin-left: -350px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 1600;
}

#var_select.on {
	display: block;
}

#var_select .vs_hinweis {
	background-color: #7B1419;
	color: #fff;
	padding: 10px;
}

#var_select .vs_vars .vs_pic,
#var_select .vs_vars .vs_proddeliv,
#var_select .vs_vars .vs_prodprice,
#var_select .vs_vars .vs_prodamount
{
	display: inline-block;
}

#var_select .vs_vars ul {
	list-style-type: none;
	padding: 0;
}

#var_select .vs_vars ul li {
	height: 100px;
	position: relative;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #cecece;
}

#var_select .vs_vars ul li.last {
	border: 0;
}

#var_select .vs_pic {
	width: 100px;
	margin-right: 10px;
	text-align: center;
	height: 100px;
	overflow: hidden;
}

#var_select .vs_prodtxt {
	position: absolute;
	top: 0;
	left: 120px;
}

#var_select .vs_prodtxt a {
	color: #000;
}

#var_select .vs_proddeliv {
	width: 200px;
	font-weight: bold;
}

#var_select .vs_prodprice {
	width: 200px;
}

#var_select .vs_prodamount {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#var_select .am_minus, #var_select .am_plus {
	display: inline-block;
	width: 20px;
	height: 15px;
	padding: 2px 0;
	background-color: #7B1419;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	position: relative;
	bottom: -5px;
	cursor: pointer;
	text-decoration: none;
	border: 0;
}

#var_select .am_minus {
	background-image: url(digidesk/am_minus.gif);
	background-repeat: no-repeat;
}

#var_select .am_plus {
	background-image: url(digidesk/am_plus.gif);
	background-repeat: no-repeat;
}

#var_select .vs_btns {
	padding: 0 10px 10px 10px;
}

#var_select .vs_prodprice .act_price {
	font-weight: bold;
	font-size: 20px;
	color: #7B1419;
	display: block;
	margin: 5px 0;
}

#var_select .vs_prodprice .act_price .cent {
	font-size: 70%;
}

#var_select .vs_proddeliv .green {
	color: #316318;
}
#var_select .vs_proddeliv .orange {
	color: #FFB200;
}
#var_select .vs_proddeliv .red {
	color: #7B1419;
}

#var_select .shipping.free span{
	color: #316318;
}

#var_select .more_countries {
	color:#5E5E5E;
	font-size:9px;
	text-decoration:underline;
}

.oxscript {
	display: none;
}

.vs_userinfo {
	background-image:url(digidesk/email_logo.gif);
	background-position:center top;
	background-repeat:no-repeat;
	bottom:2px;
	color:#000000;
	display:block;
	padding-top:50px;
	position:absolute;
	right:10px;
	text-align:center;
	width:140px;
}