/* Definiert das Standard Design der HTML-Elemente */

.upload input
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.standard_textbox
{
	height: 14px;
	font-size: 11px;
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.standard_dropdownlist
{
	height: 18px;
	font-size: 11px;
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.standard_button
{
    height: 18px;
    border: solid 1px #646484;
    font-size: 11px;
    vertical-align:baseline;
}
select.country {width: 54px !important;}
input.country { margin-left: 6px !important; width: 140px !important;}
input.postalcode {width: 50px !important;}
input.city {margin-left: 6px !important; width: 140px !important;}

/* 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: #f0f0f0;
}

.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;
}

.amount
{
	text-align:right;
}

.quantity
{
	height: 15px;
	text-align:right;
	width:100px;
	vertical-align:middle;
}

.delete
{
	text-align:center;
	width: 20px;
}

.scalediscount_image
{
	margin-left:2px;
	vertical-align:middle;
}

.quantity_txt
{
	width: 60px;
	vertical-align: bottom;
}

.articleid_txt
{
	vertical-align: bottom;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#f0f0f0;
	width: 300px;
}

.popupMenu img
{
	float:left;
	clear: left;
	margin: 2px 5px 2px 2px;
}

.popupHover {
}

.popupInfo {
	position:absolute;
	visibility:hidden;
	text-align: left;
	background-color:#646484;
	max-width: 200px;
	color: #333333;
}

/* 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: #333333;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #333333;
	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: #333333;
	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;
}


.formLayout
{
}

.formLayout li
{
	list-style-type:none;
	display: inline;
}

.formLayout li label, 
.formLayout li input
{
	width: auto;
	margin-left: 2px;
}

.formLayout label, .formLayout input, .formLayout select
{
    display: block;
    width: 160px;
    float: left;
    margin-bottom: 5px;
}

.formLayout label
{
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.formLayout .checkbox input, .formLayout .checkbox label
{
	width:auto !important;
}

.formLayout input, .formLayout select
{
	margin-left: 2px;
	width:200px;
}

.formLayout br
{
    clear: left;
}

.reguiredField
{
	font-weight: bold;
}

