#quotation_box{
	border:1px solid #d6d7d9;
	width:674px;
	min-height:348px;
	padding:10px;
	margin-bottom:5px;
	color:#666666;
	}

#quotation_header #remove{
float:left;
margin-left:10px;
width:90px;

}

#quotation_header #item{
float:left;
margin-left:10px;
width:420px;
}

#quotation_header #qty{
float:left;
margin-left:20px;
width:120px;
}

#quotation_header #unit{
float:left;
margin-left:20px;
width:100px;
}
#quotation_header #total{
float:left;
margin-left:20px;
width:80px;
}

#quotation_box h4{
	color:#b53c25;
	font-size:11px;
}

#quotation_box h4 span{
	color:#afafb2;
	font-size:9px;
}
 
#quotation_box h2{
	color:#3c3533;
	font-size:13px;
}
ul#quotation_items {
list-style-image:none;
list-style-type:none;
margin:0pt;
padding:0pt;
}

ul#quotation_items li {
	margin:0pt;
	margin-left:10px;
	padding:0pt;
	float:left;
	width:640px;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b8b6b6;
}

ul#quotation_items #remove_item {
width:90px;
float:left;
}

ul#quotation_items #the_item {
width:420px;
float:left;
margin-left:10px;
padding-right:10px;
}

ul#quotation_items #the_QTY {
width:100px;
float:left;
margin-left:10px;
}

ul#quotation_items #the_QTY input {
	width:45px;
	height:20px;
	background-color: #edecec;
	border: 1px solid #d1d1d1;
	padding-left:5px;
	padding-top:3px;
	color: #3c3533;
	font-size:11px;
}

ul#quotation_items #the_unit {
width:100px;
float:left;
margin-left:40px;
}
ul#quotation_items #the_total {
width:80px;
float:left;
margin-left:20px;
}
ul#quotation_items #the_item img{
	float:left;
	border:1px solid #c7c3c3;
	margin-right:5px;
}
.quotaion_details{
margin-left:10px;
margin-top:10px;
color:#848589;
}
#quoation_buttons{
	width:700px;
}

#back_btn{
float:left;
color:#848589;
width:200px;
font-size:12px;
}
#send_btn{
float:right;
}

#grand_total{
width:350px;
float:right;
text-align:right;
margin-top:5px;
}
.grand_total_price{
font-size:18px;
font-weight:bold;
}

#grand_total a:link, #grand_total a:visited{
color:#91120d;
font-size:12px;
text-decoration:underline;
}

#grand_total a:hover, #grand_total a:active{
color:#848589;
text-decoration:none;
}


ul#quotations_history {
list-style-image:none;
list-style-type:none;
margin:0pt;
padding:0pt;
}

ul#quotations_history li {
	margin:0pt;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:640px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b8b6b6;
	background-color:#f2f1ec;
	min-height:80px;
}
ul#quotations_history li a{
display:block;

}

ul#quotations_history li a:link, ul#quotations_history li a:visited {
text-decoration:none;
}

ul#quotations_history li a:hover, ul#quotations_history li a:active {
text-decoration:none;
background-color:#eceae0;
}

ul#quotations_history li a h2{
	color:#3c3533;
	font-size:13px;
}

ul#quotations_history li a h4{
	color:#b53c25;
	font-size:11px;
}
ul#quotations_history li a h2 span{
	color:#afafb2;
	font-size:10px;
}

ul#quotations_history li a p{
	color:#939495;
	font-size:12px;
}
