﻿/*Outer table of Confirmation table*/
.ConfirmationMasterTable
{
	width:100%;
	text-align:center;
}

/*Table which is incide the outer table*/
.ConfirmationTable
{
	width:600px;
}

/*For all the Rows of Confirmation Table*/
.ConfirmationTableRow
{
	color:Black;
	font-family:Arial;
	font-size:12px;
}

.ConfirmationMasterTableHeading
{
	background-color: #333399;
    FONT-WEIGHT: bold;
	font-family:Arial;
	color:White; 
	font-size:13px;
	padding:2px 2px 2px 2px;
}

/*Style for Confirmation page heading(not using)*/
.ConfirmationTableHeading
{
	background-color: #333399;
    FONT-WEIGHT: bold;
	font-family:Arial;
	color:White; 
	font-size:13px;
	padding:2px 2px 2px 2px;
}

/*RowStyle for orderConfirmation gridview*/
.ConfirmationRowStyle 
{	
	FONT-SIZE: 12px;	
	COLOR: black;	
	FONT-FAMILY: Arial;	
	BACKGROUND-COLOR: #ececec;	
	TEXT-ALIGN: left;	
	TEXT-DECORATION: none
}

/*AlternateRowStyle for orderConfirmation gridview*/
.ConfirmationAlternateRowStyle 
{	FONT-SIZE: 12px;	
	COLOR: black;	
	FONT-FAMILY: Arial;	
	BACKGROUND-COLOR: White;	
	TEXT-ALIGN: left;	
	TEXT-DECORATION: none
}

/*Style for gridview gvShopCard*/
.ShopCart
{
	background-color:#333399;
	color:Black;
	font-family:Arial;
	font-size:12px;
	margin:5px 7px 5px 7px;
}
