/* ----------------------------------------------------------------------------
	General html
---------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------
	Masterpage, page layout
---------------------------------------------------------------------------- */


#SalesChannelNav
{

}

.ContentCell
{
	background-repeat: repeat-x;
	background-color: #ffffff;
}
	
#ContentWrapper
{
	padding-left: 10px;
}
	
#Content
{
	background-color: #ffffff;
}

#ContentHeading
{
	color:#91C430;
	font-family:Arial,Sans-Serif;
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
}


#UserNotification
{
	color: #ff0000;
	font-weight: bold;
}

#Footer
{
	padding: 10px; 
	background-color:#0067C6; 
	color: #ffffff;
}


#BillingInformation, #ShippingInformation, #DeliveryInformation
{
	float: left;
	width: 180px;
	
}

#FOPsForm table
{
	padding-left:70px;
}

/* ----------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------- */

#SalesChannelNav #Navigation ul
{
	list-style: none;
	margin: 0;
	padding-left: 1px;
	padding-top: 15px;
	text-align: left;
}

#Navigation li 
{
    padding-left: 15px;
    margin-bottom: 10px;  
    font-weight: bold;  
 
}

#Navigation li A 
{

    text-decoration:none;
}

#Navigation li A:hover
{
    text-decoration:none;
    color:#E88D09;

}

#Navigation li A:Visited
{

}

/*--------------------
	Header Navigation
----------------------*/
.headernav a
{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}	

.headernav a:hover
{
	color:#ffff66;
	text-decoration:none;
	text-align:center;
}


/* ----------------------------------------------------------------------------
	AccountLogin
---------------------------------------------------------------------------- */

#AccountLogin h2
{
	font-size: 14px;
	margin: 0;
}

#AccountLogin fieldset
{
	margin-top: 15px;
}

#AccountLogin label
{
	font-weight: bold;
	display: block;
}

#AccountLogin a
{
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* ----------------------------------------------------------------------------
	Pass Navigation
---------------------------------------------------------------------------- */

#SalesChannelNav #PassNavigation ul
{
	list-style: none;
	margin: 0;
	padding-left: 15px;
}

#SalesChannelNav #PassNavigation li
{
    padding-left: 15px;
    margin-bottom: 10px;    
	font-weight: bold;
}

#SalesChannelNav #PassNavigation li a
{
	text-decoration: none;
	color: #0066cc;
}

#SalesChannelNav #PassNavigation li a:hover
{
	text-decoration: none;
	color: #0066cc;
}

.HeaderLink
{
    padding: 5px;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

.HeaderLink a:hover
{
    padding: 5px;
    color:#ffffff;
    text-decoration:none; 
    font-weight:bold; 
}

#Header .Cell
{
    width:110px;
    height:20px;    
    
}

/* ----------------------------------------------------------------------------
	Cart
---------------------------------------------------------------------------- */

#Cart table
{
	width: 100%;
	border-color: Black;
}

#Cart th
{
	border-color: Black;
}	
	
#Cart td
{
	vertical-align: middle;
	border-color: Black;
}

#Cart input[type=text]
{
	text-align: right;
}

#Cart .CartItemNameCell
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: White;
}

#Cart .CartPriceCell
{
	width: 70px;
	text-align: right;
	background-color: White;
}

#Cart .CartQuantityCell
{
	width: 50px;
	text-align: right;
	background-color: White;
}

#Cart .CartTotalCell
{
	width: 50px;
	text-align: right;
	background-color: White;
}

#Cart .CartRemoveCell
{
	width: 50px;
	text-align: center;
	background-color: White;
}

#Cart #CartFooter table
{
	width: auto;
	float: right;	
}

#Cart #CartFooterButtons
{
	clear: both;
}


/* ----------------------------------------------------------------------------
	SmallCart (aka "running cart")
---------------------------------------------------------------------------- */

#CartSmall *
{
	border: solid 1px #aaaaaa;
	border-collapse: collapse;
	font-size: 11px;
	padding: 3px;
}

#CartSmall table
{
	background-color: #ffffff;
}

/* -----------------------------------------
	Event Calendar
---------------------------------------------*/
#EventTimesHeader
{
	font-weight: bold;
	background-color: #59a1c7;
	text-align: center;
	border: solid 1px #000000;
}

/* ----------------------------------------------------------------------------
	ViewItems
---------------------------------------------------------------------------- */

#SalesChannelDetailPLUListView .PLUName
{
	font-weight: bold;
}

#SalesChannelDetailPLUListView input[type=submit]
{
	margin: 5px 0px 5px 0px;
}

.PLUErrorLiteral
{
	color: #ff0000;
	font-weight: bold;
}

.MissingDateTimeButtonLocatorLiteral
{
	color: #ff0000;
	font-weight: bold;
}

.ParentSCDName
{
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.ParentSCDImage
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.PLUImage
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.CompleteDetailsCell
{
	text-align: left;
}

.SalesChannelDetailPLUListTable
{
	width: 100%;
}

.ViewItemsPLUImage
{
}

.ViewItemsPLUDescription
{
}

.ViewItemsPriceColumn
{
    width: 70px;
    text-align: left;
}

.ViewItemsQuantityColumn
{
}
.ViewItemsQuantityColumnContents
{
    text-align: right;
}

.ViewItemsQuantityColumn div div
{
    float: right;
}

.ViewItemsQuantityColumn div.PriceAndQuantity
{
    width: 100%;
}
.ViewItemsQuantityColumn div.PriceAndQuantity table
{
    float: right;
}

.ViewItemsQuantityColumn .PLUPrice
{
}

.ViewItemsQuantityColumn .PLUQuantity
{
    width: 40px;
    padding-left: 10px;
}
    
/* ----------------------------------------------------------------------------
	DeliveryInfo
---------------------------------------------------------------------------- */

.DeliveryInfoTable tr td
{	
	background-color:#fff;
	border: solid 1px #000000;
}

/* css for DeliveryInfoTable header row */
.DeliveryInfoTable th
{
	background-color: #59A1C7;
	color: #ffffff;
	text-align:center;
}

/* css for DeliveryInfoTable header Columns */
.NameHeaderColumn, .NameColumn
{
	width:135px;
}

.DescriptionColumn
{
	text-align:left;
}

.ShipDateHeaderColumn, .ShipDateColumn
{
	width: 100px;
	text-align:center;
}

.FeeHeaderColumn, .FeeColumn
{
	width: 80px;
	text-align: center;
}

.FeeColumn
{
	font-weight: bold;
}

/* ----------------------------------------------------------------------------
    GuestNames page
---------------------------------------------------------------------------- */
#GuestNameTableWrapper
{
}

.GuestNameTable
{
	margin: 10px 0;	
}

.GuestNameTable tr td, .GuestNameTable tr th
{
	border: solid 1px #000000;	
}

.GuestTicketDescriptionColumn
{
	width: 100px;
	text-align:center;
}

.GuestFirstNameColumn, .GuestLastNameColumn
{
}

.GuestTicketHeaderColumn, .GuestFirstNameHeaderColumn, .GuestLastNameHeaderColumn
{
	background-color: #59A1C7;
	color: #ffffff;
	padding: 3px 6px;
}


/* ----------------------------------------------------------------------------
    PassInfo
---------------------------------------------------------------------------- */
.PassFieldLabel
{
    width: 125px;
}

    padding-left: 3px;
    text-align: right;
}

