﻿/* --------MY BAG-----*/
.Header-Bag
{
	margin-top: 10px;

	text-align: left;
	color: #fff;

	background: #702c0b;
	border-bottom:1px solid #fff;
		border-top:1px solid #ccc;
}

.Header-Bag th
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #fff;
font-weight:normal;

}
.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;
}
.Item-Bag img , .Item-Alternating-Bag img
{
	width:100%;
}


.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;
}
.BtOlderNews
{
font-size:14px;
border:solid 1px #999999;
padding:6px;
	
}
 .style1
        {
            width: 30%;
            font-family:Arial;
            font-size:14px;
            color:#4d4d4d;
            text-align:left;
                 padding-bottom:5px;
        }
          .style2 
           {
           	width: 70%;
                 padding-bottom:5px;
                 text-align:left;
           	
           }
           .style2 input[type=text]
           {
           	width: 96%;
           	padding-left:3%;
           		padding-right:3%;
           		height:25px;
           		  text-align:left;
           	
           }
              .style3 
           {
            	width: 70%;
            padding-bottom:5px;
           	
           }
              .style3 textarea
           {
          	width: 96%;
           	height:100px;
           	padding-left:3%;
           		padding-right:3%;
           		  text-align:left;
           	
           }
           .FormCus
           {
           	width:100%;
           	text-align:left;
           }
            .FormCus tr
           {
           	width:100%;
           	text-align:left;
           }
           
           .textleft
           {
               text-align:left;
           }
           .ListOrder input[type=text]
           {
           width: 50%;
         min-width: 25px;
       text-align  :right;
           }