﻿.orders {
    direction:rtl;
    font-family:Tahoma;
    font-size:1em;
    width:100%;
    border:3px double #eee;
}
.orders td, .orders th {
    font-size: 9pt;
    border:1px solid #eee;
    padding:3px;
}
.orders .emptyRow td {
	color: #777777;
	background-color: #fff;
	text-align: center;
	font-size: 9pt;
	border: solid 2px #fff;
	font-variant: small-caps;
	font-weight: normal;
}
.orders th {
    background-color: #dcecfc;
    height:26px;
    border:1px solid #ddd;
    font-size:.7em;
}
.orders a {
    text-decoration:underline;
}
.orders a:hover {
    text-decoration:none;
}
#searchBar {
    direction:rtl;
    font-family:Tahoma;
    font-size:.9em;
    vertical-align:middle;
    display:inline-block;
    margin-top:20px;
    margin-bottom:5px;
}
#searchBar .removeArchivedOrders {
    margin-right:200px;
}
#searchBar div {
    margin-bottom:3px;
}
#searchBar .label {
    font-weight:bold;
    font-size:.75em;
    width:105px;
    float:right;
}
#searchBar label {
    font-size:8pt;
}
#searchBar select {
    font-size:8pt;
    font-family:Tahoma;
    width:100px;
}
#searchBar input[type="text"] {
    font-size:8pt;
    width:220px;
}
#searchBar input[type="image"] {
    vertical-align:middle;
}
.orderDetails {
    width:100%;
    margin-top:20px;
    direction:rtl;
}
.orderDetails .toolbar {
    padding-top:20px;
}
#orderDetails {
    width:100%;
    font-family:Tahoma;
    font-size:.75em;
}
#orderDetails .caption {
    font-weight:bold;
    width:16%;
    display:inline-block;
    background-color:#eee;
    margin:1px;
    margin-top:8px;
}
#orderDetails .captionValue {
    font-weight:normal;
    width:32%;
    display:inline-block;
}
#orderDetails .captionValue input {
    width:100%;
}
#orderDetails .fullLineValue {
    font-weight:normal;
    width:79%;
    display:inline-block;
}
#orderDetails .shippingInfo {
    margin-top:35px;
}
#orderDetails .shippingInfo .postalTrackingNr {
    width:200px;
    display:inline-block;
}
#orderDetails .shippingInfo .orderNote {
    width:500px;
    display:inline-block;
}
.errMsg {
    font: normal normal normal .75em Tahoma;
    color: red;
}
.separator {
    border:none;
    border-bottom:1px dotted #888;
    width:100%;
}
#items {
    width:100%;
}
#items th {
	background-color:#d7ebff;
	height:32px;
	border-bottom:1px #83a7cb solid;
	border-top:1px #83a7cb solid;
	text-align:center;
}
#items tbody td {
	border-bottom:1px #83a7cb dotted;
	margin:10px 2px 10px 2px;
	padding:10px 2px 10px 2px;
	vertical-align:top;
}
#items caption {
	color:#666;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:right;
    padding-top:30px;
}
#items col#rowNr {
	width:7%;
}
#items col#item {
	width:56%;
}
#items col#price {
	width:15%;
}
#items col#image {
	width:4%;
}
#items col#weight {
	width:9%;
}
#items col#qty {
	width:9%;
}
.attention {
    color:#c00;
    text-decoration:underline;
    font-weight:bold !important;
}
