/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/*ul, ol { margin-left: 2em; }*/
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #CC007B; color:#fff; text-shadow: none; }
::selection { background:#CC007B; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  font-family: Georgia, serif;  
  font-style: italic;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #512872; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Andy Chubb
 */


/* === Generic Stuff === */

.ralign{
  text-align: right;
}

h1.title{
  font-size: 26px;
  color: #512872;
}

h1.bigTitle{
  font-size: 35px;
  color: #512872; 
  float: left;
}

h2.whiteHeader{
  font-size: 26px;
  font-weight: normal;
}

h2.filmTitle{
  font-size: 22px;
  color: #512872;
  margin-bottom: 10px;
}


h3.browse{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 14px;
}

h3.midTitle{
  font-size: 20px;
  color: #512872;
}

.textContent h2{
  font-size: 20px;
  color: #512872;
  margin-bottom: 20px;
}

.textContent h5{
  font-size: 16px;
  color: #512872;
  margin-bottom: 10px;
  margin-top: 10px;
}

.last{
  border: none;
}

ul.regList li{
  margin: 8px 0 8px 12px;
}

/* ===================== */

/* === Opening Times === */

#openingToggle{
  background-color: #512872;
  display: none;
  height: 270px;
  padding-top: 20px;
}

#otHold{
  background-color: #fff;
  height: 217px;
  margin: 0px auto;
  padding: 20px;
  width: 960px;
  position: relative;
}

.xmas-times-button {
	position: absolute;
	right: 20px;
}

#openingBar{
  background-color: #512872;
  background-image: url(/img/openingBar.png);
  background-repeat: repeat-x;
  color: #fff;
  cursor: pointer;
  height: 32px;
  border-bottom: 1px solid #371156;
}

#openingBarText{
  font-size: 12px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: right;
  width: 960px;
}

img.openArrow{
  margin: 0 10px 0px 10px;
}

span.oTime{
  color: #CC99FF;
  margin-right: 30px;
}

span.shopOpen{
  margin-right: 20px;
  background-image: url(/img/pinkDot.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 14px;
}

span.otTitle{
  color: #461D6B;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}

.openingCol{
  display: block;
  float: left;
  /*margin-right: 26px;*/
  margin: 0 0 0 10px;
  padding: 0 11px 0 0;
  width: 220px;
  border-right: 1px dashed #d9d9d9;
  min-height: 142px;
}

.openingColast{
  display: block;
  float: left;
  margin-right: 0px;
  width: 220px;
  padding: 0 0 0 11px;
}

.times{
  font-size: 11px;
  font-style: normal;
}

.vueTimes{
  font-style: italic;
  display: block;
  width: 220px;
}

.openingCol p{
  font-size: 11px;
  margin-bottom: 6px;
  line-height: 16px;
  color: #666;
}

.openingCol p a{
  color: #461D6B;
}

.openingCol em{
  font-style: italic;
}

.purp{
  color: #461D6B;
}

table.times tr td{
  padding: 3px;
  color: #333;
}

h3.retail{
  background-image: url(/img/retailBackground.png);
  width: 67px;
  height: 31px;
  padding-left: 11px;
}

h3.restaurants{
  background-image: url(/img/restaurantsBackground.png);
  width: 119px;
  height: 32px;
  padding-left: 13px;
}

h3.vue{
  background-image: url(/img/vueBackground.png);
  width: 200px;
  height: 30px;
  padding-left: 11px;
}

h3.amf{
  background-image: url(/img/restaurantsBackground.png);
  width: 119px;
  height: 32px;
  padding-left: 10px;
}

h3.retail, h3.restaurants, h3.vue, h3.amf{
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px;
  padding-top: 5px;
  /*text-shadow: 0px 1px 1px #80004D;*/
}

.am, .pm{
  float: right;
  margin-top: 16px;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  width: 40px;
  text-align: center;
}

.ie9 .am, .pm{
  width: 36px;
}



/* ====================== */


/* === Backgrounds === */

#backgroundRepeater {
	position: relative;
}

#dropShadow {
	width: 100%;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/drop-shadow-repeat.png) repeat-x;
	z-index: 999;
}

body.general #backgroundHold{
  background: #ffffff url(/img/blueClear.jpg) no-repeat center top;
  min-height: 1000px;
}

body.home #backgroundHold{
  background: #ffffff url(/img/blueObjects.jpg) no-repeat center top;
  min-height: 1000px;
  z-index: -3;
}

body.shoppingListing #backgroundHold{
  background: #ffffff url(/img/yellowObjects.jpg) no-repeat center top;
  min-height: 1206px;
}

body.shoppingStandard #backgroundHold{
  background: #ffffff url(/img/yellowClear.jpg) no-repeat center top;
  min-height: 907px;
}

body.diningListing #backgroundHold{
  background: #ffffff url(/img/purpleObjects.jpg) no-repeat center top;
  min-height: 1000px;
}

body.diningStandard #backgroundHold{
  background: #ffffff url(/img/purpleClear.jpg) no-repeat center top;
  min-height: 907px;
}

body.entertainmentListing #backgroundHold{
  background: #ffffff url(/img/redObjects.jpg) no-repeat center top;
  min-height: 1000px;
}

body.entertainmentStandard #backgroundHold{
  background: #ffffff url(/img/redClear.jpg) no-repeat center top;
  min-height: 907px;
}



/* =================== */


/* === Header and Main Nav === */

header{
  position: relative;
  height: 87px;
}

a.logo{
  display: block;
  float: left;
  position: absolute;
  z-index: 500;
  left: 9px;
}

ul#suppNav{
  display: block;
  float: left;
  padding: 10px 0;
  text-align: right;
  width: 960px;
}

ul#suppNav li{
  display: inline;
  font-size: 11px;
  font-weight: bold;
  margin-left: 16px;
}

ul#suppNav li a{
  color: #CC0079;
  text-shadow: 0 1px 3px #FFFFFF;
}


nav{
  height: 33px;
  position: absolute;
  top: 40px;
  left: -32px;
  width: 995px;
  z-index: 10;
}

nav ul li{
  display: block;
  float: left;
}

nav ul li a{
  color: #512872;
  font-size: 16px;
  padding-top: 6px;
  text-decoration: none;
  text-align: center;
  /*text-shadow: 0px 1px 1px #ccc;*/  
}

nav ul li a:active, nav ul li a:visited{
  color: #512872;
}

nav ul li.blank{
  background-image: url(/img/navigationBackgroundLeft.png);
  width: 213px;
  height: 31px;
  margin-left: 8px;
}
.liveSite nav li.blank  { width: 284px; }

nav ul li a.home{
  background-image: url(/img/navigationBackgroundHome.png);
  display: block;
  width: 71px;
  height: 25px;
}

body.home nav ul li a.home{
  background-image: url(/img/navigationBackgroundHome.png);
  display: block;
  width: 71px;
  height: 25px;
  background-position: 0px -31px;
}

nav ul li a.shopping{
  background-image: url(/img/navigationBackgroundShopping.png);
  display: block;
  width: 95px;
  height: 25px;
}

body.shop nav ul li a.shopping{
  background-image: url(/img/navigationBackgroundShopping.png);
  display: block;
  width: 95px;
  height: 25px;
  background-position: 0px -31px;
}

nav ul li a.entertainment{
  background-image: url(/img/navigationBackgroundEnt.png);
  display: block;
  width: 135px;
  height: 25px;
}

body.ent nav ul li a.entertainment{
  background-image: url(/img/navigationBackgroundEnt.png);
  display: block;
  width: 135px;
  height: 25px;
  background-position: 0px -31px;
  color: #fff;
}

nav ul li a.entertainment:hover{
  color: #fff;
}

nav ul li a.dining{
  background-image: url(/img/navigationBackgroundDin.png);
  display: block;
  width: 80px;
  height: 25px;
}

body.din nav ul li a.dining{
  background-image: url(/img/navigationBackgroundDin.png);
  display: block;
  width: 80px;
  height: 25px;
  background-position: 0px -31px;
  color: #fff;
}

nav ul li a.dining:hover{
  color: #fff;
}

nav ul li a.vip{
  background-image: url(/img/navigationBackgroundVip.png);
  display: block;
  width: 103px;
  height: 25px;
}

body.vip nav ul li a.vip{
  background-image: url(/img/navigationBackgroundVip.png);
  display: block;
  width: 103px;
  height: 25px;
  background-position: 0px -31px;
}

nav ul li a.tour{
  background-image: url(/img/navigationBackground360.png);
  color: #fff;
  display: block;
  font-weight:bold;
  width: 114px;
  height: 25px;
  text-shadow: 0px 1px 0px #62003B;
  /* Do a better text shadow on this */
}

nav ul li a.whatson {
    background-image: url("/img/navigationBackgroundWhatsOn.png");
    display: block;
    height: 25px;
    width: 103px;
}

nav ul li a.blogs {
    background-image: url("/img/navigationBackgroundWhatsOn.png");
    display: block;
    height: 25px;
    width: 73px;
}
body.whatson nav ul li a.whatson {
	background-position: 0px -31px;
}

nav ul li a:hover{
  background-position: 0px -31px;
}

#leftFold{
  background-image: url(/img/navigationLeftCorner.png);
  height: 10px;
  left: -24px;
  position:absolute;
  top: 71px;
  width: 33px;
}

#rightFold{
  background-image: url(/img/navigationRightCorner.png);
  height: 17px;
  left: 831px;
  position:absolute;
  top: 71px;
  width: 131px;
}

/* === Search Form === */

.searchForm{
  height: 239px;
  position: absolute;
  width: 247px;
  top: 181px;
  left: 716px;
  z-index: 1000;
}

h3.searchTitle{
  background-image: url(/img/searchHeaderBackground.png);
  width: 247px;
  height: 35px;
  padding-left: 20px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0px;
  padding-top: 8px;
  text-shadow: 0px 1px 1px #80004D;
}

.searchFormHold{
  background-image: url(/img/searchBackground.png);
  height: 159px;
  width: 210px;
  padding: 20px 19px 14px 19px;
}

span.sDivider{
  background-image: url(/img/searchDivider.png);
  color: #666;
  display: block;
  width: 212px;
  text-align: center;
  font-size: 10px;
  margin: 8px 0;
  text-shadow: 0 1px 1px #999999;
}

input.keywordSearch{
  background-image: url(/img/formTextBack.png);
  border: 1px solid #B7D6DE;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  padding: 7px 4px;
  width: 165px;
  margin: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px; 
}

.ie9 input.keywordSearch{
  width: 164px;
  padding: 8px 4px 7px 4px;

}

input.goButton{
  background-image: url(/img/KeywordSearchGo.png);
  background-repeat: no-repeat;
  border: 0px solid #FFFFFF;
  line-height: 0;
  font-size: 0;
  text-indent: -5000px;
  width: 36px;
  height: 30px;
  margin: 0 0 0 -5px;
}

.searchFormHold .but{
  margin-left: 146px;
}

.but{
  background-image: url(/img/buttonGrad.png);
  background-repeat: repeat-x;
  border: 1px solid #B7D6DE;
  color: #638A94;
  padding: 5px 6px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

.ie9 .but{
  padding: 7px 9px;
}

.ie8 .but{
  padding: 7px 9px;
}

.ie7 .but{
  padding: 4px 3px;
  width: 65px;
}


/* =================== */


/* === Slider === */

#sliderHolder{
  background-color: transparent;
  width: 940px;
  height: 451px;
  position: relative;
}

#slider {
    position:relative;
    width:940px; 
    height:451px; 
    background:url(images/loading.gif) no-repeat 50% 50%;
    background-color: transparent;
    overflow: hidden;
}

/*#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}*/

/* =============== */

/* === Tooltips === */

a.facebook{
  background-image: url(/img/facebookIcon.png);
  display: block;
  position: absolute;
  width: 53px;
  height: 38px;
  top: 140px;
  left: 40px;
  text-indent: -5000px;
  z-index: 300;
}

#fBookFrame{
  margin: 16px 0 0 0;
}

a.twit{
  background-image: url(/img/twitterIcon.png);
  display: block;
  position: absolute;
  width: 59px;
  height: 40px;
  top: 144px;
  left: 130px;
  text-indent: -5000px;
  z-index: 300;
}

.tooltipTwitter .twtr-widget{
  width: 190px;
  font-family: Georgia, serif;
  margin-top: 10px;
}

.tooltipTwitter #twtr-widget-1 .twtr-bd p{
  width: 170px!important;
  font-family: Georgia, serif;
  font-style: normal;
}

.tooltipTwitter .twtr-ft div{
  display: none;
}

.tooltipTwitter #twtr-widget-1 h3{
  font-family: Georgia, serif;
}

.tooltipTwitter #twtr-widget-1 h4{
  font-family: Georgia, serif;
}

#twtr-widget-2 em{
  display: none!important;
}


/* tooltip styling */
.tooltip {
  display:none;
  background: url("/img/facebookTooltip.png") no-repeat scroll 0 0 transparent;
  height: 347px;
  padding: 10px 15px 15px;
  width: 223px;
  font-size:11px;
  color:#fff;
  z-index: 5000;
}

.tooltipTwitter {
  display:none;
  background: url("/img/twitterTooltip.png") no-repeat scroll 0 0 transparent;
  height: 347px;
  padding: 18px 15px 15px;
  width: 223px;
  font-size:11px;
  color:#fff;
  z-index: 5000;
}


/* ================ */

/* == Shopping Bags == */

#shoppingBags{
  height: 190px;
  /*margin: -98px 0 0 0;*/
  margin: -104px 0 0 0;
  position: relative;
}


#shoppingBlock{
  background: transparent url(/img/shoppingBlock.png) no-repeat center top;
  width: 188px;
  height: 68px;
  position: absolute;
  left: 0px;
  padding: 121px 26px 0 0;
  text-align: center;
  z-index: 999;
}

#shoppingBlock a{
  color: #41423C;
  font-size: 20px;
  font-weight: bold;
  /*text-shadow: 0px 1px 0px #C98E05;*/
}

#entertainmentBlock{
  background: transparent url(/img/entertainmentBlock.png) no-repeat center top;
  width: 200px;
  height: 68px;
  position: absolute;
  left: 213px;
  text-align: center;
  padding: 121px 10px 0 0;
  z-index: 999;
}

#entertainmentBlock a{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #951E29;
}

#diningBlock{
  background: transparent url(/img/diningBlock.png) no-repeat center top;
  width: 200px;
  height: 68px;
  position: absolute;
  left: 423px;
  text-align: center;
  padding: 121px 27px 0 0;
  z-index: 999;
}

#diningBlock a{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #2F1540;
}

#bags{
  background: transparent url(/img/bags.png) no-repeat center top;
  width: 283px;
  height: 190px;
  position: absolute;
  left: 654px;
  z-index: 999;
}

#microTree{
  background: url("/img/microTree.png") no-repeat scroll center top transparent;
  height: 78px;
  left: 574px;
  position: absolute;
  top: 92px;
  width: 89px;
  z-index: 999;
}

/* =================== */


/* == Welcome Box == */

#welcomeBox{
  background: url("/img/homepageIntroBackground.png") no-repeat scroll 0 0 transparent;
  margin-top: -18px;
  /* margin-top: 20px; */
  width: 419px;
  height: 402px;
  padding: 30px 20px 20px 20px;
  color: #fff;
}

#welcomeBox p{
  width: 390px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 10px;
}

#facebookHome{
  float: left;
  width: 200px;
  margin: -27px 0 0 0;
}

h3.fBookHome{
  background: transparent url(/img/facebookHomeTitle.png) no-repeat center top;
  height: 38px;
  text-indent: -5000px;
}

h3.rockTV{
  background: transparent url(/img/rockTVtitle.png) no-repeat center top;
  height: 38px;
  text-indent: -5000px;
  margin-top: -5px;
}

span.wgo{
  font-size: 16px;
  display: block;
  margin: 10px 0 0 0px;
}

#welcomeBox p.statusText{
  font-size: 10px;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0 10px 8px 10px;
  width: 180px;
  line-height: 12px;
  margin-top: -4px;
}

a.RTVlink{
  display: block;
  margin: -10px 0 0 0;
}

div.fLike{
  margin: -14px 0 0 126px;
}

/* == Billboard == */

#billboard{
  background: transparent url(/img/billboard.png) repeat-x center top;
  width: 582px;
  height: 406px;
  position: absolute;
  top: 675px;
  left: 400px;
}

#billslider{
  margin: 33px 0 0 46px;
  width: 536px;
  height: 319px;
  overflow: hidden;
}

img.offerHome{
  margin: 33px 0 0 46px;
}

/* == Home Page Logos == */

#logoHold{
  margin-left: -10px;
  margin-top: 60px;
  width: 960px;
  text-align: center;
}

#logoHold a{
  margin: 0;
  padding: 0;
}

/* == Banner Image == */

#bannerImageHolder{
  background-color: #FFFFFF;
  height: 453px;
  width: 940px;
  position: relative;
}

/* === Shopping === */

#listingSortTop{
  position: relative;
  height: 200px;
}

.listingIntroShopping h2{
  font-size: 26px;
}

.listingIntroShopping p{
  margin-top: 8px;
}


.listingIntroShopping{
  background: transparent url(/img/shoppingIntroBack.png) repeat-x center top;
  width: 405px;
  height: 133px;
  padding: 30px 30px 20px 20px;
  float: left;
  z-index: 100;
  position: absolute;
}

.browseLetter{
  background: transparent url(/img/browseLetter.png) repeat-x center top;
  height: 133px;
  margin: 0 0 0 -10px;
  width: 455px;
  float: left;
  z-index: 20;
  position: absolute;
  left: 455px;
  padding: 30px 20px 20px 20px; 

}

ul.alphabetOne li, ul.alphabetTwo li{
  list-style-type: none;
  display: inline;
}

ul.alphabetOne li a, ul.alphabetTwo li a{
  background-color: #ECBD45;
  display: block;
  color: #444;
  width: 30px;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  -moz-box-shadow: inset 0 0 5px 0px #C88E17;
  -webkit-box-shadow: inset 0 0 5px 0px #C88E17;
  box-shadow: inner 0 0 5px 0px #C88E17;
  text-shadow: 0px 1px 0px #FBF0D2;
}

ul.alphabetOne li a.inac, ul.alphabetTwo li a.inac{
  background-color: #CCC;
  color: #999;
  -moz-box-shadow: inset 0 0 5px 0px #969696;
  -webkit-box-shadow: inset 0 0 5px 0px #969696;
  box-shadow: inner 0 0 5px 0px #969696;
}


/* = Shopping = */

.listingIntroDining h2{
  font-size: 26px;
}

.listingIntroDining p{
  margin-top: 8px;
}

.listingIntroDining{
  background: transparent url(/img/diningIntroBack.png) repeat-x center top;
  width: 405px;
  height: 133px;
  padding: 30px 30px 20px 20px;
  float: left;
  z-index: 100;
  position: absolute;
  color: #fff;
}

ul.alphabetOnePurp li, ul.alphabetTwoPurp li{
  list-style-type: none;
  display: inline;
}

ul.alphabetOnePurp li a, ul.alphabetTwoPurp li a{
  background-color: #683994;
  display: block;
  color: #fff;
  width: 30px;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  -moz-box-shadow: inset 0 0 5px 0px #361E57;
  -webkit-box-shadow: inset 0 0 5px 0px #361E57;
  box-shadow: inner 0 0 5px 0px #361E57;
  text-shadow: 0px 1px 0px #361E57;
}

ul.alphabetOnePurp li a.inac, ul.alphabetTwoPurp li a.inac{
  background-color: #CCC;
  color: #999999;
  -moz-box-shadow: inset 0 0 5px 0px #969696;
  -webkit-box-shadow: inset 0 0 5px 0px #969696;
  box-shadow: inner 0 0 5px 0px #969696;
}

a.viewStoresYellow{
  background-image: url(/img/viewShopsYellow.png);
  display: block;
  width: 145px;
  height: 54px;
  position: absolute;
  top: 112px;
  left: 669px;
  text-align: center;
  color: #41423C;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FEF1B4;
  padding: 6px 20px 0 0
}

a.viewStoresYellow:hover{
  top: 114px;
}

a.viewStoresPurple{
  background-image: url(/img/viewShopsPurple.png);
  display: block;
  width: 145px;
  height: 54px;
  position: absolute;
  top: 112px;
  left: 669px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 0 #2F1540;
  padding: 6px 20px 0 0
}

a.viewStoresPurple:hover{
  top: 114px;
}

/* = Quicksand Stuff = */

p#load-retailers{
 margin-bottom: 20px;
}

a.shoppingButton{
  background-color: #ECBD45;
  background-image: url(/img/yellowButtonGrad.png);
  display: block;
  color: #444;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #F2C84E;
  text-shadow: 0px 1px 0px #fff;
  font-size: 12px;
}

a.shoppingButton.on{
  background-color: #ECBD45;
  background-image: none;
  border: 1px solid #DCA831;
  display: block;
  color: #444;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  -moz-box-shadow: inset 0 0 5px 0px #C88E17;
  -webkit-box-shadow: inset 0 0 5px 0px #C88E17;
  box-shadow: inner 0 0 5px 0px #C88E17;
  text-shadow: 0px 1px 0px #FBF0D2;
  font-size: 12px;
}

a.diningButton{
  background-color: #ECBD45;
  background-image: url(/img/purpButtonGrad.png);
  display: block;
  color: #5D3183;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #8871A3;
  text-shadow: 0px 1px 0px #fff;
  font-size: 12px;
}

a.diningButton.on{
  background-color: #683994;
  background-image: none;
  border: 1px solid #683994;
  display: block;
  color: #fff;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  -moz-box-shadow: inset 0 0 5px 0px #361E57;
  -webkit-box-shadow: inset 0 0 5px 0px #361E57;
  box-shadow: inner 0 0 5px 0px #361E57;
  text-shadow: 0px 1px 0px #2B163D;
  font-size: 12px;
}

.retailers {
    overflow: hidden;
}

.retailers li {
    display: block;
    float: left;
    margin: 14px;
    background: transparent url(/img/logoBack.jpg) no-repeat center top;
    width: 160px;
    height: 160px;
}

.retailers li img{
  display:table-cell; vertical-align:middle; text-align:center;
}

/* = Entertainment = */

#entertainmentIntroHolder{
  position: relative;
  width: 100%;
  height: 500px;
}

.listingIntroEntertainment h2{
  font-size: 26px;
  line-height: 28px;
  text-shadow: 0 1px 0 #951E29;
}

.listingIntroEntertainment p{
  margin-top: 8px;
}

.listingIntroEntertainment{
  background: transparent url(/img/entertainmentIntroBack.png) repeat-x center top;
  padding: 30px 40px 20px 20px;
  float: left;
  z-index: 100;
  position: absolute;
  height: 265px;
  width: 275px;
  color: #fff;
}

.vueIntro{
  background: transparent url(/img/vueIntroBack.png) repeat-x center top;
  width: 254px;
  height: 453px;
  position: absolute;
  float:left;
  z-index: 20;
  left: 315px;
  padding: 0 30px 0px 40px
}

.vueIntro img.introPic{
  margin: 0 0 0 -24px;
}

a.makeMeal{
  background: transparent url(/img/makeMealBack.png) repeat-x center top;
  display: block;
  position: absolute;
  top: 285px;
  width: 294px;
  height: 150px;
  z-index: 2000;
  left: 10px;
  color: #fff;
  text-decoration: none;
}

a.makeMeal h2{
  font-size: 26px;
  line-height: 28px;
  text-decoration: none;
  padding: 30px 20px 0 20px;
  text-shadow: 0 1px 0 #2F1540;
}

a.makeMeal span.linkText{
  text-decoration: underline;
  padding: 10px 20px 20px 20px;
  display: block;
}

.vueLogoBig{
  display:block;
  margin: 10px auto;
}

.amfIntro{
  background: transparent url(/img/amfIntroBack.png) repeat-x center top;
  width: 236px;
  height: 438px;
  position: absolute;
  float:left;
  z-index: 20;
  left: 634px;
  padding: 0 30px 0px 40px
}

.amfLogoBig{
  display:block;
  margin: 10px auto;
}

.amfIntro img.introPic{
  margin: 0 0 0 -25px;
}

.vueIntro p, .amfIntro p{
  margin: 10px 0;
}

.vueIntro .blueButton{
  margin: 0px 0 0 67px;
}

.amfIntro .blueButton{
  margin: 10px 0 0 67px;
}



/* ==== Retailer Detail ==== */

#detailHold{
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 50px;
}

.storeDetailText{
  background: transparent url(/img/storeDetailBack.png) repeat-x center top;
  width: 460px;
  height:452px;
  margin-top: 50px;
  position: absolute;
  z-index: 50;
}

.storeDetailText .storeDetailLeft{
  width:156px;
  float: left;
  height: 425px;
  text-align: center;
  font-size: 11px;
}

.storeDetailText .storeDetailRight{
  background-color: #F6F6F5;
  width:209px;
  height: 355px;
  float: left;
  padding: 50px 30px 20px 30px;
}

.storeDetailText .storeDetailRight p{
  margin: 20px 0;
}

img.detailPicture{
  position:absolute;
  left:350px;
  z-index: 20;
}

.logoHoldDetail{
  width: 100%;
  display: block;
  padding: 20px 0 0 0;
  height: 196px;
}

.logoHoldDetail img{
  margin: 0px auto;
  display:block;
}

span.detailHeader{
  font-weight: bold;
  font-size: 13px;
  color: #512872;
  display: block;
  margin: 20px 0 8px 0;

}

a.backBlock{
  background: transparent url(/img/backBlock.png) repeat-x center top;
  width: 88px;
  height: 55px;
  display: block;
  position: absolute;
  z-index: 50;
  top: 469px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  padding: 22px 22px 0 0;
}

a.fomBlock{
  background: transparent url(/img/findOnMap.png) repeat-x center top;
  width:263px;
  height: 138px;
  display: block;
  position: absolute;
  z-index: 50;
  top: 351px;
  left: 652px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 87px 30px 0 0;
  text-shadow: 0px 1px 0px #870348;
}

/* === Film Times (Entertainment) === */

.filmHold{
  background-color:#F6F6F5;
  padding: 20px;
  width: 860px;
  margin-bottom: 16px;
}

.filmHold h4{
  color: #512872;
}

.filmHold p{
  font-size: 12px;
  margin: 0 0 10px 0;
}

.filmDesc{
  width: 292px;
  float: left;
  margin-right: 20px;
}

.filmCast{
  width: 203px;
  float: left;
  padding-right: 20px;
}

.screenTimes{
  float: left;
  width: 300px;
  border-left: 1px dashed #d9d9d9;
  padding-left:20px;
}

span.ft{
  float: left;
  display: block;
  width: 200px;
  margin-left: 5px;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.fTime{
  background-color: #e9e9e9;
  padding: 2px 2px;
  margin-bottom: 3px;
}


/* === Search Results === */

.resultsBox{
  top: 280px;
  left: 710px;
}

.titleHeader{
  background: transparent url(/img/searchResHeadBack.jpg) repeat-x center top;
  height: 51px;
  padding: 38px 20px 0px 20px;
  margin: 0;
}

.titleMid{
  background: transparent url(/img/searchResMidBack.jpg) repeat-x center top;
  height: 39px;
  padding: 16px 20px 0px 20px;
  margin: 0;
}

.widePurpleArrow{
  background: transparent url(/img/widePurpleArrow.png) repeat-x center top;
  width: 940px;
  height: 21px;
}

.sResult{
  width:670px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}

.last{
  border: none;
  margin-bottom: 30px;
}

.resultTitle{
  display:block;
}

.storeResultTitle{
  display:block;
  font-size: 20px;
  color: #512872;
  font-weight: bold;
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.resultTitle a{
  font-weight: bold;
}

.resultExcerpt{
  display: block;
  margin: 10px 0 16px 0;
}

.storeResults{
  padding: 20px 0;
}

.storeResults img{
  margin: 0 10px;
}

.showMore{
  border-top: 1px dashed #ccc;
  padding-top:20px;
  width: 880px;
}

a.smore{
  width: 860px;
}

/* === About Us === */

img.aboutBanner{
  margin: -6px 0 10px 0;
}

.textContent{
  width: 670px;
}

.textContent p{
  padding-bottom: 10px;
}

.contentPage{
  top: 648px;
  left: 710px;
}


/* === VIP Area === */

#vipBox{
  background: transparent url(/img/vipBox.png) repeat-x center top;
  width: 480px;
  height: 486px;
  margin-top: -6px;
  float: left;
}

#vipForm{
  background: transparent url(/img/vipSignupBack.png) repeat-x center top;
  width: 392px;
  height: 430px;
  margin: 56px 0 0 20px;
  float: left;
  padding: 24px;
}

#vipForm h2{
  font-size: 22px;
  color: #fff;
  padding: 6px 0 8px 0;
  text-shadow: 0 1px 0 #870348;
}

p.formIntro{
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-shadow: 0 1px 0 #870348;
}

#vipSignup{
  margin: 2px 0 0 0;
  position: relative
}

form#vipSignup label, form#contactUs label{
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 1px 0 #870348;
  padding: 10px 0 2px 0;
  float: left;
}

.ie7 form#vipSignup label, .ie7 form#contactUs label{
  width: 340px;
}

form#vipSignup input, form#contactUs input, form#vipSignup select{
  width: 350px;
  padding: 6px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  border-top: 1px solid #97005E;
  border-left: 1px solid #97005E;
  border-right: 1px solid #97005E;
  border-bottom: 1px solid #DD80B8;
  float: left;
/*-webkit-box-shadow: inset 0px 3px 5px 1px #a3a3a3;
-moz-box-shadow: inset 0px 3px 5px 1px #a3a3a3;
box-shadow: inset 0px 3px 5px 1px #a3a3a3; */
}
form#vipSignup select {
	width:360px;
}

form#contactUs textarea{
  width: 350px;
  height: 120px;
  padding: 6px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #999;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  border-top: 1px solid #97005E;
  border-left: 1px solid #97005E;
  border-right: 1px solid #97005E;
  border-bottom: 1px solid #DD80B8;
  float: left;
/*-webkit-box-shadow: inset 0px 3px 5px 1px #a3a3a3;
-moz-box-shadow: inset 0px 3px 5px 1px #a3a3a3;
box-shadow: inset 0px 3px 5px 1px #a3a3a3; */
}

form#contactUs input.check{
  width: 10px;
  display: block;
  margin: 10px 10px 0 0;
  border: none;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
}

form#contactUs label.checkLabel{
  float: left;
}

.ie9 form#contactUs input#recaptcha_response_field{
  padding: 0;
  margin-left: -106px!important;
}

form#contactUs input#recaptcha_response_field{
  margin: 0;
  padding: 0;
}

span#recaptcha_instructions_image{
  text-shadow: none;
  font-style: normal;
  position: relative!important;
  left: 0px;
}

form#contactUs .recaptchatable #recaptcha_response_field{
  position: relative!important;
  margin-top: 14px!important;
}



form#vipSignup input.submitSignup{
  background-color: #97005E;
  border-bottom: 1px solid #D63897;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  -webkit-box-shadow: inset 0px 0px 5px 0px #5E003A ;
  -moz-box-shadow: inset 0px 0px 5px 0px #5E003A ;
  box-shadow: inset 0px 0px 5px 0px #5E003A ; 
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  margin: 20px 0 6px 0;
  padding: 7px 11px;
  text-decoration: none;
  text-shadow: 0 1px 0 #63003B;
  width: 160px;
}

img.asterisk{
  padding: 8px 0 0 8px;
  float: left;
}

img.asteriskCap{
  padding: 40px 0 0 8px;
  float: left;
}


/* ==== Getting Here ==== */

#gettingHereBox{
  background: transparent url(/img/gettingHereBack.png) repeat-x center top;
  width: 420px;
  height: 666px;
  margin-top: -6px;
  float: left;
  padding: 30px;
}

#parkingTimesBack{
  background: transparent url(/img/parkingTimes.png) repeat-x center top;
  width: 400px;
  height: 355px;
  margin: 52px 0 0 20px;
  float: left;
  padding: 20px 20px 30px 20px;
}

#gettingHereBox h2{
  color: #512872;
  font-size: 22px;
  margin: 0 0 14px;
}

#gettingHereBox p{
  margin-bottom: 16px;
}

.transport-link{
  height: 120px;
  margin-top: 23px;
  width: 366px;
}

.transLogoHold{
  width: 84px;
  height: 130px;
  float: left;
}

.transLogoHold img{
  display: block;
  margin: 0 auto;
}

#gettingHereBox .transport-link p{
  font-size: 12px;
}

#parkingTimesBack h2{
  font-size: 22px;
  color: #fff;
  padding: 6px 0 18px 0;
  text-shadow: 0 1px 0 #870348;
}

#pTimesBox{
  background-color: #fff;
  padding: 16px;
}

#pTimesBox table tr{
  background-color: #E9E9E9;
  border-bottom: 2px solid #fff;
  padding: 3px;
}

#pTimesBox table tr td{
  padding: 3px 18px;
  font-size: 12px;
  font-style: normal;
}

span.pHours{
  display: block;
  background: transparent url(/img/pHeadPurp.png) no-repeat center top;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  padding-top: 5px;
  height: 31px;
  padding-left: 11px;
  width: 56px;
}

span.pTarriff{
  display: block;
  background: transparent url(/img/pHeadPurp.png) no-repeat center top;
  color: #FFFFFF;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  padding-top: 5px;
  height: 31px;
  padding-left: 9px;
  width: 56px;
  margin-left: 82px;
}

span.pOthers{
  display: block;
  background: transparent url(/img/others.png) no-repeat center top;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  padding-top: 5px;
  height: 31px;
  padding-left: 11px;
  width: 58px;
}

.hours{
  border-right: 1px dashed #ccc;
  float: left;
  width: 226px;
}

.others{
  float: left;
  width: 125px;
  margin-left: 10px;
}

.others p{
  font-style: normal;
  font-size: 12px;
  margin-bottom: 10px;
}

div.fyr a{
  background: transparent url(/img/findYourRoute.png) no-repeat center top;
  width: 212px;
  height: 79px;
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 0 #951E29;
  text-align: left;
  float: left;
  padding: 32px 0 0 28px;
  margin: 17px 0 0 -86px;

}

/* ==== Contact Us ==== */

#contactFormBox{
  background: transparent url(/img/contactFormBackground.png) repeat-x center top;
  width: 440px;
  height: 666px;
  margin-top: -6px;
  float: left;
  padding: 20px;
}

#addressInfoBack{
  background: transparent url(/img/addressBackground.png) repeat-x center top;
  width: 400px;
  height: 355px;
  margin: 52px 0 0 20px;
  float: left;
  padding: 30px 20px;
}

#mapBackground{
  background: transparent url(/img/mapBackground.png) repeat-x center top;
  width: 562px;
  height: 349px;
  float: right;
  margin: -350px 0 0 0;
}



.recap{
  float: left;
  padding: 6px 0 10px 0;
}

span.recapText{
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 1px 0 #870348;
  padding: 10px 0 6px 0;
  float: left;
}

#contactFormBox h2{
  font-size: 22px;
  color: #fff;
  padding: 6px 0 10px 0;
  text-shadow: 0 1px 0 #870348;
}

form#contactUs input.submitSignup{
  background-color: #97005E;
  border-bottom: 1px solid #D63897;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  box-shadow: 0 0 5px 0 #3E0026 inset;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  margin: 18px 0 6px 0;
  padding: 7px 11px;
  text-decoration: none;
  text-shadow: 0 1px 0 #3E0026;
  width: 90px;
  display: block;
}

#addressInfoBack h2{
  font-size: 22px;
  color: #512872;
  margin: 0 0 14px 0;
}

#addressInfoBack h3{
  font-size: 16px;
  color: #512872;
  margin: 0 0 14px 0;
}

.addTel{
  display: block;
  padding: 10px 0 0 0;
}

span.addReg{
  display: block;
}

#map_canvas{
  width: 458px;
  height: 324px;
  margin: 14px 0 0 41px;
}

/* ==== Links ==== */

ul.extLinks li{
  list-style-type: square;
  margin-left: 14px;
}

ul.extLinks{
  margin-bottom: 10px;
}

/* === Site Map === */

.smCol.first { margin:0; }

.smCol{
  width: 150px;
  float: left;
  margin-left: 20px;
}

.smCol ul li{
  display: block;
  list-style-type: none;
  margin: 18px 0;
}

.smCol ul li a{
  background-color: #471B69;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  height: 35px;
  text-decoration: none;
  margin: 0 0 6px 0;
  padding: 7px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  -moz-box-shadow: inset 0 0 5px 0px #2D1142;
  -webkit-box-shadow: inset 0 0 5px 0px #2D1142;
  box-shadow: inner 0 0 5px 0px #2D1142;
  text-shadow: 0px 1px 0px #3F185D;
  border-bottom: 1px solid #856B9A;
}

.smCol ul li a.light{
  background-color: #5A3378;
}


img.ticky{
  float: left;
  left: 280px;
  position: absolute;
  top: 141px;
}

img.crossy{
  float: left;
  left: 365px;
  position: absolute;
  top: 141px;
}

li.search-goog{
  list-style-type: square;
  margin-left: 14px;
  margin-top:10px;
}

/* ==== blue button ==== */

a.blueButton{
  background-color: #B7D6DE;
  background-image: url(/img/blueButtonGrad.png);
  display: block;
  float:left;
  color: #638A93;
  text-align: center;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #B7D6DE;
  text-shadow: 0px 1px 0px #fff;
  font-size: 12px;
}

a.deepPurpleButton{
  background-color: #3D195B;
  background-image: url(/img/darkpurpleButtonGrad.png);
  display: block;
  float:left;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #3D195B;
  text-shadow: 0px 1px 0px #3D195B;
  font-size: 12px;
}

.ie7 .storeDetailRight a.deepPurpleButton{
  clear:right;
  margin-right: 100px;
  width: 105px;
}

.ie7 .storeDetailRight a.blueButton{
  width: 85px;
}

.vft{
  margin-bottom:10px;
}


/* ==== Big Text Container ==== */

.bigTextTop{
  background: transparent url(/img/bigTextTop.png) repeat-x center top;
  width: 967px;
  height: 12px;
}

.bigTextBot{
  background: transparent url(/img/bigTextBot.png) no-repeat center top;
  width: 967px;
  height: 65px;
  
}

.bigTextMid{
  background: transparent url(/img/bigTextMid.png) repeat-y center top;
  width: 927px;
  padding: 16px 20px;
  margin: 0px;
  min-height: 500px;
}


/* ============================ */


/* == Twitter Widget Customisation == */

#twitter{
  background: transparent url(/img/twitterShout.png) repeat-y center top;
  width: 224px;
  height: 234px;
  margin-left: -38px;
  float: left;
}

#twitter .twtr-hd, #twitter .twtr-ft div{
  display:none;
}

#twitter .twtr-widget h3, #twitter .twtr-widget h4, #twitter .twtr-widget p{
  font-style: normal;
  font-family: Georgia, serif;
  line-height: 16px;
  font-weight: normal;
  font-size: 11px;
  text-shadow: 0px 1px 0px #0077C6;
}

#twitter .twtr-tweet-wrap{
  width: 164px;
  margin-top: 64px;
  margin-left: 25px;
}

#twitter #twtr-widget-1 em{
  display: none;
}

.vWeb{
  margin: 0 10px 0 0;
}

/* === Footer === */

#footerHold{
  background: #ffffff url(/img/footerBackground.png) repeat-x center top;
  height: 423px;
  position: relative;
  width: 100%;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}

#footerAngle{
  background: transparent url(/img/footerEdge.png) no-repeat center top; 
  width: 100%;
  height: 102px;
  display: table;
}

#footerContent{
  height: 313px;
  margin: -26px auto 0 auto;
  position: relative;
  width: 960px;
}

span.footerTitle{
  color: #fff;
  display: block;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin-bottom: 10px;
}

.footerCol.first { margin:0; }

.footerCol{
  width: 160px;
  float: left;
  margin-left: 20px;
  background-image: url(/img/footDash.png);
  background-repeat: repeat-x;
}

.footerCol ul li{
  display: block;
  list-style-type: none;
  margin: 18px 0;
}

.footerCol ul li a{
  background-color: #471B69;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  height: 35px;
  text-decoration: none;
  margin: 0 0 6px 0;
  padding: 7px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  -moz-box-shadow: inset 0 0 5px 0px #2D1142;
  -webkit-box-shadow: inset 0 0 5px 0px #2D1142;
  box-shadow: inner 0 0 5px 0px #2D1142;
  text-shadow: 0px 1px 0px #3F185D;
  border-bottom: 1px solid #856B9A;
}

.footerCol ul li a.light{
  background-color: #5A3378;
}

#footerRight{
  display: block;
  float: left;
  margin-left: 10px;
  width: 250px;
}

#topLiner{
  background-image: url(/img/pointShadow.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  height: 70px;
}

#topLiner img{
  margin: 0 0 0 69px;
}

#botLiner{
  background-image: url(/img/pointShadowBottom.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  color: #fff;
  line-height: 15px; 
  text-align:center;
  font-size: 11px;
  padding-top: 30px;
  text-shadow: 0px 0px 1px #451B67;
}

span.tel, span.mail, span.reg, span.copy{
  display:block;
}

span.reg{
  margin-top: 10px;
}

.facebookLikes{
  height: 30px;
}

.facebookLikes iframe{
  margin: 4px 0 0 77px;
}

a.backToTop{
  display: block;
  background-image: url(/img/BackToTop.png);
  width: 101px;
  height: 52px;
  position: absolute;
  top: 312px;
  left: 450px;
}

a.backToTop:hover{
  top: 295px;
}

/* === Sticky Footer === */

#stickyFooter{
  background-image: url(/img/stickFooterBack.png);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  height: 86px;
  border-top: 1px solid #371156;
  -webkit-box-shadow: 0px 0px 10px 1px hsla(271, 1%, 0%, 0.25);
  -moz-box-shadow: 0px 0px 10px 1px hsla(271, 1%, 0%, 0.25);
  box-shadow: 0px 0px 10px 1px hsla(271, 1%, 0%, 0.25);
}

#stickyFooterHold{
  width: 960px;
  margin: 0 auto;
}
 
span.stickIntro{
  color: #fff;
  margin: 14px 0 4px 0;
  display: block;
  text-shadow: 0px 1px 0px #371156;
}

#stickyFooterHold #vipSignup {
  margin: 10px 0 0;
  position: relative;
}

#stickyFooterHold #vipSignup input{
  border-color: #290844 #290844 #856B9A;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #999999;
  float: left;
  font-family: Georgia,serif;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  width: 350px;
  margin-right: 20px;
}

#stickyFooterHold form#vipSignup input.submitSignup {
  background-color: #5A3378;
  border-bottom: 1px solid #856B9A;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 5px 0 #2D1142  inset;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin: 0px 0 6px;
  padding: 5px 11px;
  text-decoration: none;
  text-shadow: 0 1px 0 #371156;
  width: 82px;
}

#stickyFooterHold a.minfo{
  display: block;
  width: 90px;
  color: #fff;
  float: left;
  margin: 8px 0 0 19px;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0px 1px 0px #371156;
}

/* === tab pane styling === */

.panes{
  height: 550px;
  width: 940px;
}

.panes div {
  display:none;   
  padding:15px 10px;
  border-top:0;
  height:550px;
  font-size:14px;
  background-color:#fff;
  width: 940px;
}

div.flashHolder{
  width: 940px;
  height: 550px;
  margin: 0;
  padding: 0;
}

ul.tabs{
  border: none!important;
  background-color: #46156B;
  height: 42px;
  display: block;
}

ul.tabs li a{
  background-image: url(/img/tabBack.png);
  width: 200px;
  text-align: center;
  background-position: 0px -80px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

ul.tabs li a.current{
  background-image: url(/img/tabBack.png);
  background-position: 0px -40px;
  color: #46156B!important;
}

ul.tabs li a.current:hover{
  color: #ffffff!important;
  background-image: url(/img/tabBack.png);
  background-position: 0px -40px;
}

ul.tabs li a:hover{
  background-position: 0px -80px;
}

ul.tabs a{
  background-image: url(/img/tabBack.png)!important;
  width: 200px;
  text-align: center;
}

img.tempSpace{
  margin-right: 20px;
}

#backgroundfade {
  position: fixed;
  background: #FFF; /* whatever color your background is */
  width: 100%;
  height: 100%;
  z-index: 10;
}







/* ================================== */
/* ====== Second Phase Updates ====== */
/* ================================== */


/* == What's On Landing Page == */

.orangeBanner{
  width: 900px;
  height: 306px;
  background-image: url(/img/bigOrangeBanner.png);
  background-repeat: no-repeat;
  padding: 20px;
  margin-top: -10px;
}

.orangeBanner img.mainNewsPic{
  float: left;
  margin: 0px 20px 0px 0px;
}

.mainNewsHold{
  width: 430px;
  float: left;
  padding-top: 40px;
}

.mainNewsHold h2{
  font-size: 20px;
  line-height: 20px;
  color: #461D6B;
/*  text-shadow: 0 1px 0 #C15609;*/
}

.mainNewsHold span.newsDate{
  font-weight: bold;
  color: #461D6B;
  display: block;
  margin: 6px 0;
}

.mainNewsHold p.mainNewsExcerpt{
  color: #333;
}

.mainNewsHold a.deepPurpleButton{
  margin-top: 20px;
}

.whatsOnColHold{
	margin-top: -10px;
}

.whatsOnColHold .whatsOnLatestNews{
  float: left;
  width: 360px;
  height: 452px;
  background-image: url(/img/whatsOnLatestNewsBack.png);
  margin: -8px 20px 0 0;
  padding: 20px;
}

.whatsOnColHold .whatsOnLatestNews h3{
  color: #FFF;
  font-size: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.whatsOnColHold a.blueButton{
  margin-top: 16px;
}

.latestNewsStory{
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
}

.latestNewsStory h5{
  color: #FFF;
  font-size: 14px;
}

.imgStoryHold{
  float: left;
  width: 180px;
  background-image: url("/img/newsImgPinkPointer.jpg");
  background-position: 158px -12px;
  background-repeat: no-repeat;
  margin: 0px 12px 0px 0;
}

.storyExcerpt{
  float: left;
  width: 168px;
}

p.excerpt{
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
  color: #FFF;
}

.storyExcerpt a{
  font-size: 12px;
  color: #FFF;
}

.whatsOnColHold .whatsOnOffersComp{
  float: left;
  width: 320px;
  margin: 10px 20px 0 0;
}

.whatsOnOffersComp h3{
  color: #512872;
  font-size: 20px;
  margin: 0 0 9px 0;
}

.latestOffers{
  width: 310px;
  background-image: url(/img/whatsOnLatestOffersBack.png);
  padding: 9px 0 0 10px;
  height: 233px;
}

.latestOffers #billslider{
  margin: 0;
  padding: 0;
}

#sliderSmall {
  width: 300px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

#sliderSmall .image_reel {
	position: absolute;
}

#sliderSmall img{
  width: 300px!important;
  height: 190px!important;
}

.latestOffers .nivoSlider img{
  width: 300px!important;
  height: 190px!important;
}

.latestCompetitions{
  width: 300px;
  background-image: url(/img/whatsOnLatestCompetionBack.png);
  margin: 20px 0 0 0;
  height: 222px;
  padding: 10px;
}

.latestCompetitions h3{
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  margin-top: 0px;
}

.latestCompetitions img{
  float: left;
}

.latestCompetitions a.blueButton{
  float: left;
  margin: 10px 0 0 0;
}

div.compThumb{
  width: 160px;
  float: left;
}

span.compTitle{
  color: #fff;
  font-weight: bold;
  margin: 8px 0;
  display: block;
}

.compExcerpt{
  width: 136px;
  float: left;
}

.compExcerpt p.excerpt{
  color: #fff;
  margin: 0 0 0 10px;
}

.whatsOnColHold .whatsOnEvents{
  float: left;
  width: 139px;
  height: 415px;
  background-image: url(/img/whatsOnLatestEventsBack.png);
  padding: 20px;
  margin-top: 8px;
}

.whatsOnEvents h3{
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-shadow: 0px 1px 0px #7C024B;
}

a.eventLink{
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  border-bottom: 1px dotted #481D6B;
  padding: 18px 0;
}
.eventLink{
  display: block;
  border-bottom: 1px dotted #481D6B;
  padding: 18px 0;
}
.eventLink a{
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

.eventLink .eventDate {
	font-weight: normal;
	text-decoration: none !important;
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 12px;
}

.whatsOnEvents a.blueButton{
  margin-top: 10px;
}

/* ============================== */

/* === Whats On Tabs === */

.woLinks{
  float:right;
  margin: 19px 0 0 0;
}

.woLinks a{
  font-size: 16px;
}

span.woNews a, span.woEvents a, span.woComp a{
  background-repeat: no-repeat;
  display: block;
  float: left;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #62003B;
}

span.woNews a{
  background-image: url(/img/woNews.png);
  width: 64px;
  margin: 0 10px 0 0;
}

span.woEvents a{
  background-image: url(/img/woEvents.png);
  width: 79px;
  margin: 0 10px 0 0;
}

span.woComp a{
  background-image: url(/img/woComp.png);
  width: 128px;
}

span.woNews a.active{
  background-image: url(/img/woNewsActive.png);
  text-shadow: 0 1px 0 #C15609;
}

span.woEvents a.active{
  background-image: url(/img/woEventsActive.png);
  text-shadow: 0 1px 0 #C15609;
}

span.woComp a.active{
  background-image: url(/img/woCompActive.png);
  text-shadow: 0 1px 0 #C15609;
}


/* === News Listing === */

.oddListing, .evenListing{
  background-image: url(/img/newsListingOddBack.png); 
  height: 147px;
  margin-top: 8px;
    padding: 20px;
}

/*.evenListing{
  background-image: url(/img/newsListingEvenBack.png); 
  height: 147px;
  margin-top: 8px;
  padding: 20px;
}*/

.oddListing .imgHold, .evenListing .imgHold{
  background-image: url(/img/whiteListingArrow.jpg);
  background-repeat: no-repeat;
  background-position: 231px 13px;
  height: 146px;
  width: 260px;
  float: left;
  margin-top: 4px;
}

/*.evenListing .imgHold{
  background-image: url(/img/orangeListingArrow.jpg);
  background-repeat: no-repeat;
  background-position: 231px 13px;
  height: 146px;
  width: 260px;
  float: left;
  margin-top: 4px;
}*/

.newsListing img{
  /*margin: 22px 22px 0 22px; */
  float: left;
}

.listingTextHolder{
  float: left;
  width: 476px;
}

.faceLikes{
  float: left;
  width: 160px;
}

.listingTextHolder h2{
  font-size: 20px;
  color: #512872;
}

.listingTextHolder span.newsDate{
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  color: #512872;
}

.listingTextHolder p{
  font-size: 13px;
}

.listingTextHolder a.blueButton, .listingTextHolder a.deepPurpleButton{
  margin-top: 10px;
}

.faceLikes{
  background-image: url(/img/faceLikesWhite.jpg);
  background-repeat: no-repeat;
  background-position: 27px 0;
  margin-top: 30px;
}

/*.evenListing .faceLikes{
  background-image: url(/img/faceLikesOrange.jpg);
  background-repeat: no-repeat;
  background-position: 27px 0;
  margin-top: 30px;
}*/

.faceLikes .facebookLikes{
  height: 90px;
}

.faceLikes .facebookLikes iframe{
  margin: 35px 0 0 42px;
}
/*
.evenListing .listingTextHolder p{
  color: #fff;
}*/

/* === News Detail === */

.newsDetailTitle{
  background-image: url(/img/newsDetailBanner.png);
  background-repeat: no-repeat;
  width: 459px;
  height: 79px;
  margin: 0 0 0 -38px;
  padding: 20px 20px 20px 40px;
}

.newsDetailTitle h2{
  font-size: 20px;
  color: #fff;
/*  text-shadow: 0 1px 0 #C15609;*/
}

.newsDetailTitle span.datePosted{
  font-weight: bold;
  display: block;
  color: #fff;
/*  text-shadow: 0 1px 0 #C15609;*/
}

.newsTitleHold{
  width: 300px;
  float: left;
}

.faceLikesTitle{
  background-image: url(/img/facesLikeOrangeDark.jpg);
  background-repeat: no-repeat;
  background-position: 27px 0;
  margin-top: -10px;
  float: left;
}

.faceLikesTitle .facebookLikes{
  height: 88px;
  width: 140px;
}

.faceLikesTitle .facebookLikes iframe{
  margin: 35px 0 0 42px;
}

.imageContainer{
  width: 430px;
  height: 289px;
  float: right;
  background-image: url(/img/imageContainer.png);
  margin: -119px -21px 20px 20px;
}

#newsStoryDetail {
	width: 910px;
}
#newsStoryDetail p{
  margin: 18px 20px 18px 0;
  line-height: 18px;
}

/* == Pagination == */

.pagination{
  height: 30px;
  width: 285px;
  margin: 30px 0 10px 0;
  float: right;
} 

span.page{
  font-size: 16px;
  font-weight: bold;
  float: left;
  color: #512872;
  display: block;
  padding: 5px 10px 0 0;
}

a.pagNav{
  display: block;
  float: left;
  padding: 0px 10px;
  font-size: 18px;
  text-decoration: none;
  color: #666;
}

.pagination a.blueButton{
  margin: 0 2px;
}






/* ================================== */
/* ================================== */
/* ================================== */








/* ================================== */
/* ============ BLOG PAGES ========== */
/* ================================== */


.blogBoxes{
  background-image: url(/img/blogBoxes.png);
  background-repeat: no-repeat;
  background-position: 0 175px;
  width: 100%;
  height: 500px;
}


.menFashionHold{
  float:left;
  width: 300px;
  text-align: left;
  margin-top: 120px;
}

.menFashionHold img{
  margin-bottom: 30px;
}

.menFashionHold a.blogLink{
  margin-left: 40px;
  text-shadow: 0 1px 0 #0A3784;
}

.womenFashionHold{
  float:left;
  width: 300px;
  text-align: center;
  margin-top: 0px;
  margin-top: 27px;
}

.womenFashionHold img{
  margin-bottom: 56px;
}

.womenFashionHold a.blogLink{
  text-shadow: 0 1px 0 #62003B;
}

.movieRocksHold{
  float:left;
  width: 300px;
  text-align: center;
  margin-top: 10px;
  margin-top: 57px;
}

.movieRocksHold img{
  margin-bottom: 20px;
  margin-left: 10px;
}


.movieRocksHold a.blogLink{
  margin-left: 25px;
  text-shadow: 0 1px 0 #000;
}

a.blogLink{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

span.blHim a {
    background-image: url("/img/styleMenTab.png");
    margin: 0 10px 0 0;
    width: 134px;
}

span.blHer a {
    background-image: url("/img/styleWomenTab.png");
    margin: 0 10px 0 0;
    width: 132px;
}

span.blMov a {
    background-image: url("/img/moviesTab.png");
    margin: 0 10px 0 0;
    width: 116px;
}

span.blHim a, span.blHer a, span.blMov a {
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #62003B;
}

.blogLinks a {
    font-size: 16px;
    font-style: italic;
}

.blogLinks {
    float: right;
    margin: 19px 0 0;
}

/* ================================== */
/* ================================== */
/* ================================== */

















/* ==== Attribution ==== */

.attrib{
  font-size: 10px;
  padding: 3px;
  width: 100px;
  text-align: center;
  width: 258px;
  margin: 17px 0 0 -9px;
  /*background-image: url(/img/inset.jpg);*/
  color: #CABCD6;
  text-shadow: 0 1px 1px #451B67;


  /*box-shadow: 0 0 5px 0 #2D1142 inset;*/

}

.attrib a{
  color: #CABCD6;
  text-shadow: 0 1px 1px #451B67;
  text-decoration: none;
}

.attrib a:hover{
  color: #fff;
}

/* ===================== */





/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/img/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
  background-image: url('/img/fancybox/lightboxBackground.png');
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #46156B;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 10px solid #46156B;
/*  background-image: url(/img/fancybox/lightboxBigTop.png);*/

}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -36px;
  right: 22px;
  width: 11px;
  height: 11px;
  background: transparent url('/img/fancybox/lightboxClose.png') 0px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/img/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('/img/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('/img/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -60px;
  left: 0;
  width: 100%;
  background-image: url('/img/fancybox/lightboxBigTop.png');
  background-repeat: no-repeat;
  height: 60px;
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/img/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/img/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/img/fancybox/fancybox.png');
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/img/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/img/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/img/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('/img/fancybox/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  top: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  /*background: url('/img/fancybox/fancybox.png') -40px -90px no-repeat;*/
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 8px 0 3px 0;
 /* background: url('/img/fancybox/fancybox-x.png') 0px -40px;*/
 font-size: 26px;
 font-family: Georgia, serif;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  /*background: url('/img/fancybox/fancybox.png') -55px -90px no-repeat;*/
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }






/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
}
/* Caption styles */
.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  opacity:0.8; /* Overridden by captionOpacity setting */
  width:100%;
  z-index:8;
}
.nivo-caption p {
  padding:5px;
  margin:0;
}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/*.nivo-directionNav a:hover{
  background-position: 0px 1px;
}*/
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:342px;
  z-index:9;
  cursor:pointer;
}
.nivo-prevNav {
  left:-19px;
  background-image: url(/img/sliderPrevious.png);
  width: 35px;
  height: 36px;
  text-indent: -5000px;
}
.nivo-nextNav {
  right:-16px;
  background-image: url(/img/sliderNext.png);
  width: 35px;
  height: 36px;
  text-indent: -5000px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
  position:relative;
  z-index:9;
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}






/* ======================= */
/* === Form Validation === */
/* ======================= */

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 5000;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none
}

.formError .formErrorContent {
  width: 100%;
  background: #333;
  position:relative;
  z-index:5001;
  color: #fff;
  width: 150px;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 10px 14px 10px 32px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-image: url(/img/ast.png);
  background-repeat: no-repeat;
  background-position: 14px 10px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #333;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #333;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  display: none;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  display: none;
}


#vueDetail {
    height: 540px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}


#vueDetail .storeDetailText .storeDetailRight {
    background-color: #F6F6F5;
    float: left;
    height: 450px;
    padding: 50px 30px 20px;
    width: 209px;
}

#vueDetail .storeDetailText .storeDetailLeft {
    background-color: #FFFFFF;
    float: left;
    font-size: 11px;
    height: 520px;
    text-align: center;
    width: 156px;
}

#vueDetail .storeDetailText {
    background: url("/img/storeDetailBack.png") repeat-x scroll center transparent;
    height: 520px;
    margin-top: 50px;
    position: absolute;
    width: 460px;
    z-index: 50;
    background-position: 0px 94px;
}

#vueDetail a.backBlock {
    background: url("/img/backBlock.png") repeat-x scroll center top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    left: 10px;
    padding: 22px 22px 0 0;
    position: absolute;
    text-align: right;
    top: 532px;
    width: 88px;
    z-index: 50;
}


#openingToggle .check {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#openingToggle .check em{
  color: #461D6B;
  font-size: 11px;
}


h3 span.purple{
  color: #512872;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Container
----------------------------------------------------------------------------------------------------*/

.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_4 {
  width: 220px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_8 {
  width: 460px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_12 {
  width: 700px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

.container_16 .grid_16 {
  width: 940px;
}

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_12 {
  padding-left: 720px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_12 {
  padding-right: 720px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_4 {
  left: 240px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_8 {
  left: 480px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_12 {
  left: 720px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_4 {
  left: -240px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_8 {
  left: -480px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_12 {
  left: -720px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}




.container_16 {
  /*background-color: #fff;*/
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_16 {
  /*background-image: url(../img/16_col.gif);*/
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_16 {
  zoom: 1;
}



/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 940px;
        height: 451px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url("/img/sliderPrevious.png") no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url("/img/sliderNext.png") no-repeat 0 0;	
		}
        
    span#prevBtn a{
      position: absolute;
      top: 280px;
      left: 13px;
      width: 36px;
      text-indent: -5000px;
    }
    
    span#nextBtn a{
      position: absolute;
      top: 280px;
      left: 226px;
      width: 36px;
      text-indent: -5000px;
    }
		
	/* numeric controls */

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

