﻿/* Definiert das Standard Design der HTML-Elemente */

.upload input
{
	border-right: #999999 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #999999 1px solid;
}

.standard_textbox
{
	border-right: #999999 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #999999 1px solid;
}

.standard_dropdownlist
{
	border-right: #999999 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #999999 1px solid;
}

/* Data Tables */
.datalist
{
	margin-top: 10px;
}

.datalist table
{
	width: 100%;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
}

.datalist thead
{
	background-color: #646484;
	font-weight: bold;
	color: #FFF;
}

.datalist thead th
{
	padding: 2px 2px;
}

.datalist tbody
{
	border-bottom: solid 1px #000;
}
	
.datalist tbody td
{
	padding: 2px;
}


.price
{
	text-align:right;
	white-space:nowrap;
}
.quantity
{
	text-align:right;
	width:100px;
}

.delete
{
	text-align:center;
	width: 60px;
}

.cart_imagebutton 
{
	margin-left:2px;
	vertical-align:bottom;
}

.list_imagebutton 
{
	margin-left:2px;
	vertical-align:bottom;
}

.scalediscount_image
{
}

.articleid_txt
{
}

.quantity_txt
{
	width: 60px;
}

.attribute_txt
{
}

.attribute_ddl
{
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#D8DEFF;
	max-width: 300px;
}

.popupHover {
}

.popupInfo {
	position:absolute;
	visibility:hidden;
	text-align: left;
	background-color:#646484;
	max-width: 200px;
	color: #FFF;
}

/* Selection-Combobox Popup */
.ContextMenuPanel 
{
	border: 1px solid #FFF;
	z-index: 1000;
	background: #646484;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #FFF;	
	color: #FFF;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;	
	border: 1px solid #646484;
	padding: 3px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #2A2A5D;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 3px;
}
a.PDF
{
	background-image: url('images/pdf_icon.gif');
	padding-left: 20px;
}


.pagelink_right
{
	background:url(images/list_icon.gif) center left no-repeat;
	padding-left: 15px;
}

.pagelink_left
{
	background:url(images/go_back.gif) center left no-repeat;
	padding-left: 15px;
}