#orders {
	margin-top: 10px;
	padding: 20px 20px 10px;
	font-size: 11px;
	font-family: Tahoma;
	color: #808080;
}

.ord {
	padding: 5px;
	height: 35px;
	cursor: pointer;
	color: #656565;
	display:block;
	background-color: #f6f4f3;
	border: 1px solid #d0c7c0;
	border-top: none;
}

.ord:hover {
	color: #656565;
	text-decoration:none;
	border: 1px solid #d0c7c0;
	border-top: none;	
}


.ord_hover {
	background-color: #ebe0dc;	
	color: #6F3B29;
}

.not_readed {
	font-weight: bold;
	color: #800000;
}

.comments {
	font-size: 11px;
	margin-top: 22px;
	font-family: Tahoma, Verdana;
	color: #7A7A7A;
}

.comments .c_top {
	background-image: url('../../media/img/orders/comments_top.gif');
	background-repeat: no-repeat;	
	width: 561px;
	height: 6px;
}

.comments .c_center {
	background-image: url('../../media/img/orders/comments_center.gif');
	background-repeat: repeat-y;
	width: 547px;
	padding: 12px 0px 12px 14px;
	overflow:auto;
	height: 190px;
}

.comments .c_bottom {
	background-image: url('../../media/img/orders/comments_bottom.gif');
	background-repeat: no-repeat;
	width: 561px;
	height: 6px;
}

textarea.comments_text {
	margin-top: 10px;
	font-family: Tahoma, Verdana;
	color: #7a7a7a;
	font-size: 11px;
	background-color: #F2EAE7;
	border: 1px solid #bbbbbb;
	width: 551px;
	heigth: 100px;
	padding: 4px;
}

#accept-box {
	width: 245px;
	margin: auto;
}

input.comments_text {
	margin-top: 10px;
	font-family: Tahoma, Verdana;
	color: #7a7a7a;
	font-size: 11px;
	background-color: #F2EAE7;
	border: 1px solid #bbbbbb;
	width: 551px;
	padding: 4px;
}

textarea.comments_text_over {
	margin-top: 10px;
	font-family: Tahoma, Verdana;
	color: #616161;
	font-size: 11px;
	background-color: #e5dad6;
	border: 1px solid #999999;
	width: 551px;
	heigth: 100px;
	padding: 4px;
}

.comm_send {
	width: 124px;
	float: left;
	margin-right: 15px;
	margin-top: 12px;
	display:inline;
}

.comm_send a{
	position: relative;
	text-decoration: none;	
	left: 0px;
	width: 124px;
	height: 21px;
	background-image: url('../../media/img/send_2.gif');
	font-family: Tahoma, Verdana;
	font-size: 10px;	
	color: #7A7A7A;
	float: left;	
	text-align:center;
	line-height: 20px;
	font-weight: bold;	
}

.comm_send a:hover{
	color: #9A9A9A;
	background-image: url('../../media/img/send_2_over.gif');
	border: none;
}

.salesman_comment {
	color: #D73E07;
}

.user_comment {
	color: #7E6B63;
}

.ord_accept {
	width: 122px;
	float: right;
	margin-right: 15px;
	margin-top: 12px;
	display:inline;
}

.ord_accept a{
	position: relative;
	text-decoration: none;	
	left: 0px;
	width: 122px;
	height: 21px;
	background-image: url('../../media/img/orders/accept.gif');
	font-family: Tahoma, Verdana;
	font-size: 10px;	
	color: #FFFFFF;
	float: left;	
	text-align:center;
	line-height: 20px;
	font-weight: bold;	
}

.ord_accept a:hover{
	background-image: url('../../media/img/orders/accept_over.gif');
	border: none;
}

.status_info {
	color: #b43e19;
	width: 270px;
	padding-right: 20px;
	margin-top: 10px;
	text-align: justify;
	line-height: 10px;
	font-size: 10px;
	font-family: Tahoma;
	float: right;
}

.status_info img {
	float: left;
	padding-right: 6px;
}

/* HISTORIA ZAMOWIEN */
#orders_history {
	width: 560px;
	margin-top: 16px;	
	font-family: Tahoma;
	font-size: 11px;
}

#orders_history_top {
	background-image: url('../../media/img/orders/orders_top.gif');
	width: 560px;
	height: 34px;
}

#orders_history_bottom {
	background-image: url('../../media/img/orders/orders_bottom.gif');
	background-repeat: no-repeat;
	width: 560px;
	height: 90px;
}

.o_history_th {
	color: #444444;
	float: left;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	padding: 0px 10px;
}

.o_history_td {
	float: left;
	padding: 0px 5px;
}

.o_history_td_status {
	height: 35px;
	float: right;
	text-align:left
}

.o_history_details {
	width: 420px; 
	margin-left: 40px;
	margin-top: 4px;
    font-size: 10px;
	color: #e2622a;
}

.ord_det {
	font-weight: bold;
	color: #5f4328;
}

.order_legend {
	float: left;
	width: 180px;
	padding-left: 4px;
}

.order_legend_small {
	float: left;
	margin-top: 3px;
	width: 174px;
	padding-left: 10px;
}

.order_legend_desc_small {
	position: relative;
	top: -6px;
}

.order_legend_desc {
	position: relative;
	top: -12px;
}

.order_new {
	float: right;
	width: 20px;
	height: 40px;
}

.actual_status {
	font-size: 11px;
	font-family: Tahoma, Verdana;
	color: #7A7A7A;
	margin-bottom: 6px;
}

.actual_status img {
	position: relative;
	top: 11px;
}

.attachment {
	position: relative;
	top: -1px;
	float: left;
	padding-right: 70px;
}

.attch {
	margin-top: 0px
}

.attachments {
	padding: 16px 0px;
	font-size: 11px;
	font-family: Tahoma;
	color: #7A7A7A;
	width: 380px;
	margin-left: 95px;
}

.small_top {
	width: 378px;
	height: 7px;
	background-image: url('../../media/img/orders/attachments_top.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

.small_center {
	width: 358px;
	background-image: url('../../media/img/orders/attachments_center.gif');
	background-repeat: repeat-y;
	padding: 10px
}

.small_bottom {
	width: 378px;
	height: 7px;
	background-image: url('../../media/img/orders/attachments_bottom.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1px;
	clear: both;
	
	line-height: 1px;
}

.att_opis {
	width: 400px;
	height: 16px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
	background-color: #EBEBE4;
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	
}

.attach_img {
	float: right;
}

.attach_img img {
	border: 1px solid #777777;
}

.attach_name {
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #D73E07;
}

.attach_desc {
	width: 215px;
	margin-top: 2px;
	text-align: justify;
}

.smoothbox:hover{
	border: none;
}

.attach_img a:hover {
	border: none;
}

.cant_comment {
	margin-top: 10px;
	font-size: 11px;
	color: #880000;
}

.attach-box {
	margin-bottom: 10px;
	font-size: 11px;
}
