﻿
.selectproducts
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold;
	text-decoration:none; 
	color:#000;
	line-height: 38px;
}

.selectproductstotal
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:20px; 
	text-decoration:none; 
	color:#000;
	line-height: 38px;
	height: 48px;
}

.selectproductslist
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	text-decoration:none; 
	color:#000;
}

.selectproductsremove
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-decoration:none; 
	color:#000;	
	padding-bottom			: 5px;
}

.productItem
{
	background				: #ffffff;
	border-bottom			: dotted 1px gray;
	padding-bottom			: 4px;
	padding-top				: 4px;
	cursor					: pointer;
}

.productRemoveItem
{
	background				: Salmon;
	border-bottom			: dotted 1px gray;
	padding-bottom			: 1px;
	padding-top				: 4px;
	cursor					: pointer;
}

.productItemOver
{
	background				: #f5f5f5;
	border					: dotted 1px red;
	padding-bottom			: 4px;
	padding-top				: 4px;
	cursor					: pointer;
}

.productItemCoupon
{
	background				: #ffffcc;
	border-bottom			: dotted 1px gray;
	cursor					: pointer;
}

.productItemCouponOver
{
	background				: #FFF799;
	border-bottom			: dotted 1px gray;
	padding-bottom			: 1px;
	padding-top				: 4px;
	cursor					: pointer;
}

.productlist-spacer 
{ 
	width					: 1px;
	height					: 18px;
	background				: transparent; 
}

#productlist-container		
{ 
	float					: left;
	z-index					: 1;
	padding-bottom			: 15px;
	width					: 100%;
}

#productlist-text			
{
	float					: left;
	width					: 80%;
	cursor					: pointer;
	z-index					: 15;
}

#productlist-text-ticket		
{
	float					: left;
	width					: 90%;
	cursor					: pointer;
	z-index					: 15;
}

#productlist-image			
{ 
	float					: left;
	width					: 15%; 
	text-align				: center;
	cursor					: pointer;
	z-index					: 20;
	height					: 55px;
}

.productlistDropDown
{
	font-family				: Verdana, Arial, Helvetica, sans-serif; 
	font-size				: 10px; 
}

.applyCoupon
{
	line-height				: 38px;
	vertical-align			: top;
	background				: url(../../images/img-t1-bg-grey.gif);
	width					: 100%;
	font-family				: Verdana, Arial, Helvetica, sans-serif; 
	font-size				: 11px; 
	font-weight				: bold;
	text-decoration			: none; 
	color					: #000;	
	
	height					: 38px;
}

.applyCouponOff
{
	line-height				: 0px;	
	padding-top				: 0px;
	padding-bottom			: 0px;
	display					: none;
}

.yourTotal
{
	height					: 38px;
	background				: url(../../images/img-t1-bg-grey.gif);
}