﻿/*
	HOMEPAGE CSS DEFINITIONS
	=============================
	Author:		the white agency
	Born:		25/08/07
	Modified:	
	Project:	Ticketek
	
	Purpose: 	To define all styles for the homepage elements. This stylesheet
	Dependancy:	ticketekCore.css
*/

#primaryHomeContainer {
	margin-top:-20px;
	float:left;
	width:637px;
	background:url(../images/homePrimaryBg.jpg) top left no-repeat;
}

#secondaryHomeContainer {
	float:right;
	width:300px;
	margin:0px 0 0 0;
	position:relative;
	z-index:10;
}

#categoricalNav {
	font-size:1.1em;
	position:relative;
	height:32px;
	margin-top:10px;
}

#categoricalNav div#categoryNavItem1,
#categoricalNav div#categoryNavItem2,
#categoricalNav div#categoryNavItem3,
#categoricalNav div#categoryNavItem4,
#categoricalNav div#categoryNavItem5,
#categoricalNav div#categoryNavItem6,
#categoricalNav div#categoryNavItem7 {
	position:absolute;
	bottom:0px;
	text-align:center;
	height:32px;
}

#categoricalNav div#categoryNavItem1 { left:1px;}
#categoricalNav div#categoryNavItem2 { left:92px;}
#categoricalNav div#categoryNavItem3 { left:183px;}
#categoricalNav div#categoryNavItem4 { left:274px;}
#categoricalNav div#categoryNavItem5 { left:364px;}
#categoricalNav div#categoryNavItem6 { left:455px;}
#categoricalNav div#categoryNavItem7 { left:546px;}


#categoricalNav a {
	padding-top:12px;
	color:#ffffff;
	text-decoration:none;
	width:90px;
	height:22px;
	display:block;
	text-align:center;
}

div#categoryNavItem1 a { display:block; }

#categoricalNav div#categoryNavItem1 a:hover,
#categoricalNav div#categoryNavItem1 a.categoricalNavItemActive { background:url(../images/hover_categoryNavItem1.jpg) bottom left no-repeat; }
#categoricalNav div#categoryNavItem2 a:hover,
#categoricalNav div#categoryNavItem2 a.categoricalNavItemActive { background:url(../images/hover_categoryNavItem2.jpg) bottom left no-repeat; }
#categoricalNav div#categoryNavItem3 a:hover,
#categoricalNav div#categoryNavItem3 a.categoricalNavItemActive { background:url(../images/hover_categoryNavItem3.jpg) bottom left no-repeat; }
#categoricalNav div#categoryNavItem4 a:hover,
#categoricalNav div#categoryNavItem4 a.categoricalNavItemActive { background:url(../images/hover_categoryNavItem4.jpg) bottom left no-repeat; }
#categoricalNav div#categoryNavItem5 a:hover,
#categoricalNav div#categoryNavItem6 a:hover,
#categoricalNav div#categoryNavItem7 a:hover,
#categoricalNav div#categoryNavItem5 a.categoricalNavItemActive,
#categoricalNav div#categoryNavItem6 a.categoricalNavItemActive,
#categoricalNav div#categoryNavItem7 a.categoricalNavItemActive {  background:url(../images/hover_categoryNavItem5-6.jpg) bottom left no-repeat; }

/* 

These styles are only necessary when the "My Events" link exists.
When uncommenting, remove the two references to div#categoryNavItem7 above.

#categoricalNav div#categoryNavItem7 { text-indent:-9000em; }
#categoricalNav div#categoryNavItem7 a,
#categoricalNav div#categoryNavItem7 a:hover {
	background-image:url(../images/categoryNavItem7.jpg);
}

#categoricalNav div#categoryNavItem7 a { 
	background-position:0 -61px;
	background-repeat:no-repeat;
}

#categoricalNav div#categoryNavItem7 a:hover,
#categoricalNav div#categoryNavItem7 a.categoricalNavItemActive { 
	background-position:0 -12px;
	background-repeat:no-repeat;
}

div#categoryNavItem7 div#myEventHelp {
	position:absolute;
	right:0px;
	top:10px;
	display:block;
	height:16px;
	width:16px;
	cursor:pointer;
}
*/

/* overrides style in ticketekPageLayouts */
#myBasket {
	padding:6px 10px 6px 0 !important;
}

/* hero module */
#primaryHomeContainer #heroModule {
	margin:3px 0px 0px 1px;
	height:203px;
}

#heroModule #heroImage {
	width:415px;
	height:203px;
	float:left;
}

#primaryHomeContainer #heroText {
	padding:12px 0px 0px 12px;
	width:190px;
	float:left;
	font-size:1.1em;
}

#primaryHomeContainer #heroText h1 {
	color:#ffd41f;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:1.4em;
}

#heroText p img {
	float:left;
	margin:0px 8px 0px 0px;
}

/* HTML backup Hero module */
#heroImage .caption {
	/* background:transparent url(../images/captionBg.png) top left repeat; */
	background-color:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	
	padding:4px 10px 4px 0;
	position:relative;
	text-align:center;
	font-size:1.1em;
	width:405px;
	margin:0 auto;
	margin-top:-25px !important;
	
}



/* Sliding content */
#slidingContent { padding:7px 20px 5px 14px; height:35px;}

#sliderTrack {
	position: relative;
	height: 31px;
	width: 606px;
	background:url(../images/sliderBG.jpg) top left no-repeat;
}
 
#sliderButton {
	position: absolute;
	top:4px;
	left:auto;
	height: 23px;
	width: 230px;
	background: #ff3300;
	cursor: pointer;
	background:url(../images/draggableKnob.png) top left no-repeat;
}

* html #sliderButton {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/draggableKnob.png', sizingMethod='crop');
}


/* more events */
#moreEventsSection {
	/*padding:0px 5px 10px 15px;
	width:621px; /*AS change*/	
	
	/*AS change*/	
	padding:0px 5px 10px 15px;
	position: relative; 
	width: 583px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow:hidden;
    margin:0px 0px 10px 15px;	
	
}

#moreEventsSection br {
	clear:both;
	height:1px;
}

.eventModule {
	width:191px;
	background-color:#1A8FF2;
	/* margin:0px 10px 10px 0px;*/
	margin:0px 15px 10px 0px; 	/* AS change */
	float:left;
	text-align:center;
}

.eventModule .eventModuleCopy {
	padding:5px 0 15px 0;
	font-size:1.1em;
	text-transform:uppercase;
	height:25px;
	text-align:center;
}

.eventModule img {
	border:1px solid #82b9e9;
	height: 88px; width: 189px;/* changed on 11 oct by ming*/
	
}

#home3promos {
	background:url(../images/home3promosBg.jpg) bottom left no-repeat;
	width:626px;
	height:100px;
	margin-top:5px;
	padding:10px 0px 10px 10px;
	font-size:1.1em;
}

#home3promos .homePromoModule {
	width:191px;
	float:left;
	margin-right:18px;
}

#home3promos .noMarginRight {
	margin-right:0 !important;
}


#home3promos .homePromoModule img {
	float:left;
	margin:0px 10px 0px 0px;
	border:1px solid white;
}

#home3promos .homePromoCopy {
	padding:0 8px 8px 8px;
}

.homePromoCopy P {
	margin:0 0 2px 0;
}

#islandBannerSpace {
	clear:both;
	width:300px;
	margin:10px 0;
}

/* promo rotate */
#rotationPromoWrap {
}

#rotationPromo {
	background:#1082ee url(../images/homeRotatePromoBg.jpg) top left no-repeat;
	padding:10px;
	color:#ffffff;
	font-size:1.1em;
}

#rotationPromo .promoHeading,
#rotationPromo .promoSubHeading
{
	font-weight: bold;
}

#rotationPromo img {
	float:left;
	border:1px solid #82b9e9;
	margin:0px 10px 0px 0px;
	width: 104px;
	height: 100px;
}

#rotationPromoCopy {
	float:left;
}

#rotationPromoPaginate {
	background: url(../images/homeRotatePromoPagination.jpg) top left repeat-y;
	text-align:right;
	padding:5px;
	font-size:1.1em;
	color:#ffffff;
}

#rotationPromoPaginate a { margin-left:4px; margin-right:4px; }

#rotationPromoPaginate a.disabled,
#rotationPromoPaginate a.disabled:hover { color: #fff; text-decoration: none; cursor: default; }


/* EXTRA TABS My list */
#innerTabs {
	border-left:1px solid white;
	border-bottom:1px solid white;
	color:#ffffff;
	width:274px;
	margin:0 auto;
	text-align:center;
	padding:0 !important;
}

#innerTabs a {
	background:#70A8DB url(../images/lightBlueRepX.gif) top left repeat-x;
	float:left;
	width:136px;
	text-align:center;
	color:#ffffff !important;
	padding:3px 0 3px 0;
	border-right:1px solid white;
}

#innerTabs a.activeInnerTab {
	background:#70A8DB url(../images/darkBlueRepX.gif) top left repeat-x;
	width:132px;
	padding:3px 0 3px 0;
	font-weight:bold;
	text-decoration:none;
}

/* AS add */
#HeroEventGap
{
	display:none;
	height:47px;
}

#pb-productslidertrack
{
	background: transparent url(../images/sliderBG.jpg) no-repeat scroll 0%;
	height: 31px; overflow: hidden; width: 606px; margin: 0px 0px 0px 0px; position: relative;
}

#leftArrow
{
	left: 0px; background: transparent none repeat scroll 0%;
                    cursor: pointer; height: 23px; position: absolute; width: 50px; z-index: 6; float: left;
}

#pb-productsliderhandleimage
{
	margin-top: 4px;
                    float: left; left: 0px; cursor: pointer; height: 23px; position: relative; width: 184px;
                    z-index: 100;
}

#rightArrow
{
	background: transparent none repeat scroll 0%;
                    cursor: pointer; height: 23px; width: 50px; z-index: 6; float: right;
}

#eventsDisplay
{
	position: absolute; left: 0px; list-style: none; list-style-image: none;
                list-style-position: outside; list-style-type: none; display: inline; overflow: hidden;
}
/* End */

