﻿
.fullBuyDiv{
	background-color: #888888;
	z-index:1000;
	overflow:visible;
	position:fixed;
	top:30px;
	left:30%;
	display:none;
	border-collapse: collapse;
	border: 1px solid #5A82AA;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	padding:3px;  
}

.OrderBuyBtn{
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	margin:1px;
	padding:3px;
	text-align:center;
	width:auto;
	text-decoration: none;
	color: #333333;
}

.ordersList{
	background-color: #ffffff;
}

.buyFormComment {
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: justify;
	width: 400px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.fullBuyForm{
	z-index:1500;
	position:relative;
	top:250px;
	left:300px;
	width:350px;
	background-image:url(../img/buybg7.gif);
	overflow:visible;
   font-size: 95%;
   border-collapse: collapse;
   border: 1px solid #E10643;
}














input {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px #bababa solid;
	color: #333333;
	padding: 3px;
	direction: rtl;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px #bababa solid;
	color: #333333;
	padding: 3px;
	direction: rtl;
}
.pagenav {
	background: url('images/button_bg.png') repeat scroll 0 50%;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	margin:1px;
	padding:3px;
	text-align:center;
	width:auto;
	text-decoration: none;
	color: #333333;
}

.buyOrderListDiv {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}


.orderListTitle {
	font-weight: bold;
	text-align: center;
}
.orderLine1 {
	text-align: center;
}
.orderLine1 td{
	background-color: #c8c8c8;
}
.orderLine2 {
	text-align: center;
}
.orderLine2 td{
	background-color: #ececec;
}
.orderListTotal {
	background-color: #54100e;
	color: #ffffff;
	font-weight: bold;
}