﻿.pur_btn 
{
    border: solid 1px #EEEEEE;
    padding: 5px;
    text-align: right;
}
.pur_btn span 
{
    display: block;
    font-weight: bold;
    text-align: left;
}
.pur_btn select.products 
{
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.pur_btn label 
{
    padding-left: 15px;
}
.pur_btn input 
{
    background: #6aa94e;
	border: 1px solid #ccc;
	cursor: pointer;
	color: white;
	margin: 0;
	padding: 2px;
}

.purchaseItemsGrid 
{
    width: 100%;
}
.purchaseItemsGrid th
{
    padding: 1px 5px;
    text-align: left;
}
.purchaseItemsGrid td 
{
    padding: 1px 5px;
}
.purchaseItemsGrid .col1 
{
    padding-left: 0;
}
.purchaseItemsGrid .col2
{
    text-align: right;
    width: 60px;
}
.purchaseItemsGrid th.col2, .purchaseItemsGrid th.col4
{
    text-align: center;
}
.purchaseItemsGrid .col3
{
    text-align: center;
    width: 20px;
}
.purchaseItemsGrid .col4 
{
    background-color: #EEEEEE;
    text-align: right;
    width: 60px;
}
.purchaseItemsGrid .col5, .purchaseItemsGrid .col6
{
    text-align: right;
    width: 50px;
}
fieldset .purchaseItemsGrid span {
	color: Black;
	font-weight: normal;
}
