﻿

.CartPanel
{
	width:auto;
	color:white;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	text-transform: none;
	font-size:12px;
	font-weight:bold;
	background-color:#4e4f7f;
}

#Cart
{
	width:100%;
	background-color:white;
	color:#606060;
	padding:4px;
	margin:0px;
	font-family:Tahoma;
	text-transform: none;
	font-size:11px;
	font-weight:normal
}

#Cart .TBODY
{
	border-bottom:1px solid gray;
	height:200px;
	min-height:200px;
	max-height:200px;
	overflow:auto;
	width:100%;
}

#Cart .Header
{
	padding:2px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid gray;
	background-color: white;
	font-weight:bold;
	color:black;
}

#Cart .LastHeader
{
	border-bottom:1px solid gray;
}

#Cart .Spacer
{
	/* display:block;*/
	width:20px;
	border-left:1px solid gray;
	border-bottom:0px solid gray;
	background-color: #f0f0f0;
}


#Cart .HD_Fill
{
	width:auto;
}

#Cart .HD_15
{
	width:100px;
}

#Cart .HD_10
{
	width:70px;
}

#Cart .HD_5
{
	width:35px;
}


#Cart .Row
{
	padding:2px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px dotted silver;
}

#Cart TR
{
	height:20px;
	max-height:20px;
}


#Cart .TotalRow, #Cart .TotalLastRow
{
	padding:2px;
	padding-top:9px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:firebrick;
}

#Cart .Right
{
	text-align:Right;
}


#Cart .LastRow
{
	padding:2px;
	border-bottom:1px dotted silver;
}

#Cart .Input
{
	width:25px;
	border:1px solid gray;
	text-align:right;
	float:left;
	font:tahoma;
	font-size:10px;
	margin-top:2px;
}



#Cart .Button
{
	display:block;
	float:LEft;
	height:20px;
	width: 30px;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(images/btn_cart.gif); 
	background-position: right top;
	background-repeat: no-repeat;
}

#Cart .DelButton
{
	display:block;
	float:LEft;
	height:20px;
	width: 30px;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(images/btn_cancella.gif); 
	background-position: right top;
	background-repeat: no-repeat;
}


.CartPanel H1
{
	background-image:url(images/cart_H1.png); 
	background-position: left top;
	background-repeat: no-repeat;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	display:block;
	height:30px;
	width:100%;
}
.CommandPanel
{
}

.BackToCatalogButton, .DeleteCartButton, .CheckOutButton, .UpdateCartButton
{
	background-color: #4e4f7f;
	width:162px;
	padding:4px 8px;
	border:1px solid white;
	color:White;
	text-decoration:none;	
	font-weight:bold;
	cursor: hand;
	margin-right:5px;
	margin-top:30px;
	text-indent:2px;
	font-size:11px;
}

.BackToCatalogButton:Hover, .DeleteCartButton:Hover,  .UpdateCartButton:Hover
{
	background-color: #2e2f5f;
}

.CheckOutButton:Hover
{
	background-color: red;
}

.BackToCatalogButton
{
	position:absolute;
	left:585px;
	top:120px;
	width:135px;
}

.DeleteCartButton
{
	position:absolute;
	left:585px;
	top:150px;
	width:135px;
}

.CheckOutButton
{
	background-color: crimson;
	border:1px solid  Firebrick;
	color: White;
	position:relative;
	left:610px;
	top:-23px;
	width:165px;
}



#Cart .Avail_0, #Cart .Avail_1, #Cart .Avail_2, #Cart .Avail_3, #Cart .Avail_4, #Cart .Avail_5
{
	display:block;
	float:Left;
	height:18px;
	width: 55px;
	font-size:0px;
	text-indent:-3000px;
	overflow:hidden;
	border:0px;
	background-image:url(images/Avail_0.png); 
	background-position: left center;
	background-repeat: no-repeat;
}

#Cart .Avail_1
{
	background-image:url(images/Avail_1.png); 
}
#Cart .Avail_2
{
	background-image:url(images/Avail_2.png); 
}
#Cart .Avail_3
{
	background-image:url(images/Avail_3.png); 
}
#Cart .Avail_4
{
	background-image:url(images/Avail_4.png); 
}
#Cart .Avail_5
{
	background-image:url(images/Avail_5.png); 
}

.NotFound
{
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 42px;
	color: powderblue;
}