﻿/* --------MY BAG-----*/
.Header-Bag
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #4c607a;
	height: 22px;
	background-image: url(../Skins/GridView/HeadGridView.png);
	background-position:bottom;
}
.BagTitle
{
	height: 30px;
	background-image: url(  '../skins/bgTitle.png' );
	background-repeat:repeat-x;
	color: #4d4d4d;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	text-align: center;
	padding-left: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.Item-Bag
{
	font: 10px,arial;
	text-align: left;
	height: 25px;
	background-color: #ebeff3;
}
.Item-Alternating-Bag
{
	font: 10px,arial;
	text-align: left;
	height: 25px;
	background-color: White;
}

.OrderTitle
{
	height: 40px;
	background-image: url( '../skins/bgTitle.png' );
	color:#4d4d4d;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
	text-align:left;
	padding-left:10px;
}
.TotalOrder
{
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	color: Maroon;
	height: 20px;
	padding-right:60px;
}

table tr input
{
    margin:5px 0px;
  height:20px;
    
}
table tr th
{
  padding-left:5px;
    
}
