/* 
## Last change: 11.11.2009
## Edited by: Sebastian Mohila
## Description: CSS file for order system
##
## (C) 2000 - 2009 formativ.net oHG / Sebastian Mohila
## All Rights Reserved
*/


.cOrderTableContainer, .cOrderTableContainerFirst {
	border: none;
	background: #f4f4f4;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	width: auto;
}


.cOrderTableContainerFirst {
	background-color: #999999;
	color: #ffffff;
}
	

.cOrderTableCellLeft01, .cOrderTableCellLeft02 {
	float: left;
	width: 190px;
	min-height: 25px;
}


.cOrderTableCellRight01, .cOrderTableCellRight02 {
	float: left;
	width: 390px;
	min-height: 25px;	
}


.cOrderTableCellLeft02 {
	height: 160px;
}


.cOrderTableCellRight02 {
	height: 160px;	
}


.cOrderTableCellBreak01 {
	clear: both;
	height: 5px;
}


.cOrderTableCellBreak02 {
	clear: both;
	height: 15px;
}



.cOrderTextField01, .cOrderTextField03, .cOrderTextField04, .cOrderTextField05, .cOrderTextField06, .cOrderTextField07 {
	width: 240px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	vertical-align: middle;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	line-height: 16px;
}


.cOrderTextField02 {
	width: 240px;
	height: 150px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}


.cOrderTextField03 {
	width: 244px;
	height: 22px;
	line-height: 20px;
}


.cOrderTextField04 {
	width: 100px;
}


.cOrderTextField05 {
	width: 131px;
	margin: 0px 0px 0px 5px;
}


.cOrderTextField06 {
	width: 60px;
	height: 22px;
	line-height: 20px;
	margin: 0px 0px 0px 5px;
}


.cOrderTextField07 {
	width: 171px;
}


.cOrderTextButton01 {
	overflow: visible; 
    width: auto;
	padding: 2px 7px 2px 7px;
	vertical-align: middle;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.loaderImage {
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
	display: none;
}

