/**
	Disclaimer:
	
	This code is property of Christian Schlüssel - cschluessel@hotmail.com 
	
	If you wish to use this code for your application please 
	contact the owner.
	
 */
@import url("../../css/buttons.css");
@import url("../../css/input.css");
@import url("../../css/container.css");


body {
	margin:0; 
	padding:0; 
	/*background-color:#E7E7AD;*/
	background-color:#fff;
	/*background-color:#D6BFDF;
	background-image: url(../pics/hintergrund2.gif);*/
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	color:#666;
}
a {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	color:#666;
}
h1.h2mo {
	margin:0; 
	padding:0; 
	font-size:18px;
	color:#7D6F82;
	width:700px;
}
.order-0 {
	background-color:orange;
	color:#f00;
	padding:3px;
}
.order-1 {
	background-color:green;
	color:#fff;
	padding:3px;
}
.order-2 {
	background-color:magenta;
	color:#fff;
	padding:3px;
}
.order-3 {
	background-color:cyan;
	color:#000;
	padding:3px;
}
.order-4 {
	background-color:olive;
	color:#fff;
	padding:3px;
}
.order-data {
	background-color:#ccc;
	padding:5px;
}
.all-orders {
	margin-top:3px;
}
.product-data {
	border:1px solid #00f;
	background-color:#fefefe;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.address-data {
	background-color:#beccbe;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.order-wrapper {
	background-color:#666;
	padding:5px;
	margin-bottom:25px;
	border:1px solid magenta;
}

.prod-search-ctnr {
	margin-top:15px;
	border:1px solid #666;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}
.tsearch {
	width:18.0em;
	height: 1.4em;
}

.ipt {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: plain;
	color:#666;
}
.tfield {
	width:20.0em;
	height: 1.4em;
}
.tselect {
	width:20.5em;
	height: 2.0em;
}
.tselect-orderstatus {
	width:10.0em;
	height: 1.8em;
}
.tarea-shop-desc {
	width: 30.5em;
	height: 12.4em;	
}
.tarea-reminder-mail {
	width: 42.5em;
	height: 25.0em;	
}
.tarea-agb-info {
	width: 30.5em;
	height: 10.0em;	
}
.tarea-agb-desc {
	width: 35.5em;
	height: 40.0em;	
}
.tarea-ajax-export {
	width: 70.5em;
	height: 40.0em;	
}
.tIcon {
	font-size:12px;
}

.address-grid-table {
	background-color: #ccc;
	border:1px solid #ccc;
	margin:3px;
}
.address-grid-head {
	background-color:#fff;
	font-size: 12px;	
	font-weight: plain;
	padding:3px;
	color:#666;
}
.address-grid-data {
	border:1px solid #fff;
	padding:2px;
	font-size: 11px;	
	font-weight: plain;
	color:#666;
}
.searchResult {
	clear:both;
	float:left;
}
.dw-address-control {
	margin-left: 30px;
	margin-top: 63px;
	border:1px solid #666;
	padding:5px;
	width:300px;
	height:65px;
}

.error {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: plain;
	color:#ff0000;
	border:none;
	padding:0px;
}

#errorViewMsg {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:none; 
	position:absolute; 
	z-index:200; 
	padding-left:7px;
}
	
#errorViewContent {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:block; 
	/*background-color:#E7E7AD;*/
	background-color:#fff;
	border:1px solid orange; 
	padding:5px; 
	min-width:150px; 
	z-index:210; 
}

#successViewMsg {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:none; 
	position:absolute; 
	z-index:200; 
	padding-left:7px
}

#successViewContent {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:block; 
	/*background-color:#E7E7AD;*/
	background-color:#fff;
	border:1px solid blue; 
	padding:5px; 
	min-width:150px; 
	z-index:210; 
}

