﻿/*div.updatePanelCart 
{
	width:623px;
	height:auto;
	margin-left:20px;
	margin-top:5px;
}*/

/*div.closerX 
{
	float:right;
	width:30px;
	height:30px;
	cursor:pointer;*/
	/*padding-top:3px;*/
/*}*/

/*div.headerCart 
{
	float:left;
	width:614px;
	height:30px;*/
	/*padding-top:3px;*/
	/*padding-left:5px;
    font-weight:bold;
}*/

div.cart_container
{
	width:649px;
    display:none;
	margin-bottom:5px;
	padding-bottom:5px;
	overflow:hidden;
} 

.gvCart
{
	width:623px;
	float:left;
}

.gvCart tr
{
	text-align:justify;
	width:623px;
	float:left;
}

.gvCart tr:hover
{
	text-align:justify;
	background-color:#ebebeb;
}

.gvCart_EditSaveBtn
{
	width:25px;
	float:left;
}

.gvCart_DeleteUpdateBtn
{
	width:25px;
	float:left;
}

.gvCart_Id
{	
	background-color:Transparent;	
}

.gvCart_Subcategory
{
	width:205px;
	float:left;
	cursor:pointer;
}

.gvCart_Name
{
	width:205px;
	float:left;
	cursor:pointer;
}

.gvCart_Quantity
{
	width:25px;
	float:left;
}

.gvCart_Price
{
	width:60px;
	float:left;
	text-align:right;
}

.gvCart_Item_Total
{
	width:60px;
	float:left;
	text-align:right;
}

.gvCart_Header 
{
	width:623px;
	height:5px;
	float:left;
	background-color:Maroon;
	/*background-image:url('images/shoping_cart/cart_header.png');*/
}

.gvCart_Footer 
{
	width:623px;
	height:5px;
	float:left;
	background-color:Maroon;
	/*background-image:url('images/shoping_cart/cart_header.png');*/
}

div.AddToCart
{
	z-index: 1;
	width: 30px;
	height: 30px; 
	position: absolute;
	display: none; 
	background-image:url('images/shoping_cart/cart_30x30.png');
	background-repeat:no-repeat;
	behavior: url('App_Themes/Default/iepngfix.htc');
	cursor:pointer;
}

div.OrderForm
{
	z-index: 1;
	width: 400px;
	height: 300px; 
	position: absolute;
	display: none;
}
