/*
//--------------------------------------------------------------------
//***********************  Denali Ticket Store ***********************
//--------------------------------------------------------------------
*/
.QuantitySelection
{    
    position: relative;
    height: 25px;
    cursor: pointer;
}

.SelectionBar
{
    position: relative;
}

.SelectionBarGroup
{
	position:relative;
	float: left;
}

.NumSelection
{
	width:11px;
	height:25px;
	background-image:url("/Images/left_end_tcm13-25241.png");
	
}

.SelectedQty
{
	height:25px;
	background-image:url("/Images/bg_gradient_tcm13-25239.png"); 
	background-repeat:repeat-x;

	color:#d3d3d3;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;

	padding-right:11px;
	padding-top:7px;
	padding-bottom:6px;
	border-bottom:0;
}

.NumTrigger
{
    cursor: pointer;
	width:31px;
	height:25px;
	background-image:url("/Images/trigger_tcm13-25244.png");
}

.SelectionChoices
{
    clear: both;
	display:none;
	
	position:absolute;
	left:0;
	top:24px;
	
	background-color:#1a7db1;
	margin-bottom:2px;
	z-index:7;
}

.SelectionChoice
{
    height: 12px;
	border-bottom:1px solid #166fa2;

	color:#d3d3d3;
    font-size: 12px;
	font-weight:normal;
    font-family: Arial;
    
	padding-top:7px;
	padding-bottom:6px;
	padding-left:11px;

	cursor: pointer;
	line-height: 12px;
	z-index:1;
	/* z-index:7; */
}

.SelectionChoice:hover
{
    background-color: #084B70;
    color:Maroon #FFFFFF;
}

.ClearAllFormatting
{
    clear: both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
/* The End */
