html, body {
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica,  sans-serif;
	margin: 0;
	padding:0;
	background-color: #dddddd;
	background-image: url(../img/back.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 16px;
	position: relative;
	height: 100%;
}

a,h1,h2,h3,h4,h5,h6,div,span,p,form,ul,ol {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

a {
	color: rgb(0, 63, 119);
}

a:hover {
	text-decoration: none;
}

a img {
	border-width: 0;
}

#login, #newsletter, #chillout-newsletter, #foodecall-register, #signup {
	background-color: #FFF;
	display: none;
}

.default-maintext{
text-align:center;
display:block;
width:100%;

}
.default-maintext h2{
display:block;
background:#9d9f9e;
text-transform:uppercase;
color:#fff;
padding: 10px 0;
}
.default-maintext p{
padding:0px 23px 0px 23px;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
}
.form-row{
display:block;
}
label.main-label{
float:left;
font-size:12px;
margin-right:15px;
text-transform:uppercase;
}

label.top-label{
margin-left:10px;
font-size:12px;
margin-right:0px;
text-transform:uppercase;
}

label.radio-label{
font-size:11px;
float:left;
line-height:200%;
}
span.holder{
clear:both;
display:block;
}
.radios-holder{
margin-left:10px!important;
line-height:170%;
}


.radio {
margin: 0 14px!important;
width: 21px;
height: 18px;
background: url('../img/checkbox.gif') no-repeat;
display: block;
float:left;
	
}
#radio-yes, #radio-no{
margin: 0 14px!important;
width: 21px!important;
height: 21px;
display: block;
float:left;
}

span.label{
float:left
}
p.small-text{
font-size: 11px!important;
text-transform:none!important;
font-weight:normal!important;
}


input, select, textarea {
	font-family: Arial, Helvetica,  sans-serif;
}

#login label, #signup label
{
	float: left;
	font-size: .8em;
	line-height: 2.5em;
	height: 2.5em;
	clear: both;
	width: 76px;
	text-align: right;
}

#signup.new label {
	width: 150px;
}

#login input, #newsletter input, #chillout-newsletter input, #signup input
{
	margin: 5px;
	width: 130px;
}

#login p
{
	margin: 10px;
}
#signup p 
{
	margin: 5px;
	width: 200px;
}

#signup.new p {
	width: 274px;
}

.option a 
{
	color: #FFF;
	font-weight: bold;
}

#lightboxwrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #000;
}

#lightboxwrapper.clear {
	background-color: transparent;
}

#lightboxholder {
	position: absolute;
	z-index: 12000;
	background-color: #FFF;
	overflow: visible;
	border: solid 10px #FFF;
}

#lightboxholder.clear {
	border-width: 0px;
}

#lightboxclose 
{
	position: absolute;
	z-index: 30000;
	display: block;
	background-color: #FFF;
	padding: 0 5px;
	font-size: .8em;
	top: -1.6em;
	right: -10px;
	margin: auto;
	line-height: 1.6em;
	overflow: visible;
}

#lightboxholder.clear #lightboxclose {
	right: 0px;
}

#wrapper {
	background-color: #FFF;
	/*border: solid 1px rgb(156, 159, 158);
	border-width: 0 1px;*/
	width: 977px;
	text-align: left;
	margin: auto;
}

#inner-wrapper 
{
    background: #fff url(../img/content-back.png) repeat-y 0 0;
	position: relative;
}

#content 
{
    padding-left: 215px;
    /*padding-bottom: 20px;*/
	position: relative;
	width: 762px;
	color: #333;
	min-height: 800px;
}

#triplebanner {
	height: 112px;
	overflow: hidden;
}

#triplebanner img {
	display: inline;
	float: left;
}

#fcpevents 
{
	height: 214px;
	overflow: hidden;
}

.featuredlist {
	font-size: 0.7em;
	width: 762px;
}

.featuredlist .item {
	width: 130px;
	display: inline;
	float: left;
	border-left: solid 1px rgb(156, 159, 158);
	padding: 0 30px;
}

.featuredlist .item.start {
	border-left-width: 0;
}

.featuredlist .item.end {
	padding-right: 0;	
}

.featuredlist .item img {
	display: block;
}

.featuredlist .item span {
	display: block;
	margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(35, 60, 99);
	margin: 0 0 5px;
	line-height: 1;
}

h1 
{
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(156, 159, 158);
	color: #FFF;
	text-transform: uppercase;
	padding: 12px;
	height: 19px;
	overflow: visible;
}

h1.dark 
{
    color: #b3b3b5;
	background-color: #414245;
}

h3 {
	margin: 20px 20px 10px;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin: 10px 20px 15px;
	font-size: 12px;
	font-weight: bold;
	color: rgb(54, 94, 152);
}

p, ol, ul
{
	font-size: 12px;
	line-height: 18px;
	margin: 18px 20px;
}

#content h1 span.sub {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 15px;
}

#content h1 span.sub a {
	float: left;
	color: #FFF;
	padding: 0 15px;
	height: 40px;
	text-decoration: none;
}

#content h1 span.sub a.active, #content h1 span.sub a:hover {
	color: rgb(0, 63, 119);
	background-image: url(http://www.fcpfirst.com/imgs_in/subarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content h1 span.sub a.orange {
	color: #dc431d;
}

#content h1 span.sub a.orange:hover {
	color: #277e8b;
}

#content h1 span.sub a.red
{
	color: #CC0C00;
}

#content h1 span.sub a.summerorange {
	color: #61463d;
}

#content h1 span.sub a.purple {
	color: rgb(128,0,128);
}

#content h1 span.sub a.pink {
	color: #ce007c;
}

#content h1 span.sub a.purple:hover {
	color: #000;
}

#content h1 span.sub a.noarrow:hover 
{
	background-image: none;
}

#content h1.dark span.sub a.active, #content h1.dark span.sub a:hover 
{
	background-image: none;
	color: #CCC;
}

#content ul, #content ol {
	padding: 0;
	margin: 10px 36px 10px;
	line-height: 1.3em;
	font-size: .8em;
}

#content ul li, #content ol li {
	margin-bottom: .3em;
}

#content ul ul 
{
	font-size: 1em;
}

div.spacer {
	height:0;
	overflow: hidden;
	clear: both;
}

.panels {
	position: relative;
	overflow: hidden;
}

.panels .panelswrapper {
	position: relative;
	overflow: visible;
	width: auto;
}

.panels .panelswrapper .panel {
	clear: both;
	margin-right: 20px;
	overflow: hidden;
}

.module 
{
	width: 512px;
	margin: 0 20px 20px;
	float: left;
	display: inline;
}

.fullmodule {
	width: 722px;
	float: none;
	display: block;
}

.rotate 
{
	float: right;
	display: inline;
	width: 190px;
	height: 470px;
	background-color: rgb(204, 204, 204);
	margin: 0 20px 20px 0;
}

.module .panel 
{
	width: 512px;
}

.fullmodule .panel {
	width: 722px;
}

.module h3 
{
	font-size: 1em;
	padding: 10px;
	font-weight: bold;
	background-color: rgb(204, 204, 204);
	margin: 0 0 20px;
}

#featured 
{
	padding: 30px 0 30px;
}

#featured .panel 
{
	margin: 0 0;
}

.moduleitem
{
	width: 130px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

.fullmodule .moduleitem {
	width: 200px;
}

#featured .moduleitem 
{
	width: 130px;
	margin: 0 0 0 30px;
}

.moduleitem img, .rotate .rotateitem img 
{
	display:block;
	margin: 0 auto 5px;
}

.moduleitem span, .moduleitem a, .rotate .rotateitem span, .rotate .rotateitem a
{
	display: block;
	margin: 3px auto;
	font-size: .7em;
	line-height: 1.35em;
}

.moduleitem span a, .rotateitem span a {
	font-size: 1em;
	display: inline;
	margin: auto;
}

.rotate .rotateitem span, .rotate .rotateitem a 
{
	margin: 3px 20px;
}

.modulesep 
{
	width: 1px;
	height: 250px;
	float: left;
	background-color: rgb(156, 159, 158);
	margin: 0 0 0 20px;
}

#featured .modulesep 
{
	margin: 0 0 0 30px;
}

.modulelinks 
{
	font-size: .8em;
	font-weight: bold;
	margin: 20px 20px 10px;
	line-height: 1.35em;
}

.modulelinks a
{
	white-space: nowrap;
	text-decoration: none;
}

.modulelinks a:hover
{
	text-decoration: underline;
}

.rotate .rotateitem 
{
	display: none;
}

.rotate .active 
{
	display: block;
}

.rotate h3 
{
	color: rgb(123, 92, 48);
	text-align: center;
	margin: 10px auto;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.rotate h4
{
	text-align: center;
	margin: 0px auto 5px;
	font-size: .8em;
	font-weight: bold;
}

.event, .contest
{
	padding: 20px;
}

.event h3, .contest h3
{
	margin: 0 0 5px;
	font-size: 1em;
	font-weight: bold;
}

.purple, .event h4.purple a {
	color: rgb(128, 0, 128);
}

.contest h3 {
	text-transform: uppercase;
	font-size: 1.1em;
}

.event h4, .contest h4
{
	font-size: .85em;
	font-weight: bold;
	margin: 0 0 5px;
}

.event h5 {
	margin: 0 0 5px;
	color: inherit;
}

.contest h4 {
	font-size: .8em;
	color: rgb(156, 159, 158);
	margin-bottom: 15px;
}

.contest h4 strong {
	color: #000;
}

.contest img {
	display: block;
	margin: 15px 0;
}

.contest a.enter {
	display: block;
	margin: 15px 0 0;
	width: 120px;
	height: 29px;
	background-image: url(/img/fcp_clicktoenter.jpg);
	overflow: hidden;
	text-indent: -9999px;
}

#eventsflash {
	width: 762px;
	height: 357px;
	overflow: hidden;
}

ul#eventsflash {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#eventsflash li.item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}

ul#eventsflash li.active {
	z-index: 10;
	display: block;
}

ul#eventsflash li.animating {
	z-index: 11;
	display: block;
}

ul#eventsflash li.next {
	z-index: 9;
	display: block;
}

ul#eventsflash li.controls {
	z-index: 12;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

ul#eventsflash li.controls a {
	float: left;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: relative;
}

ul#eventsflash li.controls .prev {
	background: transparent url(/events/0907/controls/controls.png) no-repeat left top;
}

ul#eventsflash li.controls .pause {
	background: transparent url(/events/0907/controls/controls.png) no-repeat -22px top;
}

ul#eventsflash li.controls .next {
	background: transparent url(/events/0907/controls/controls.png) no-repeat -44px top;
}

ul#eventsflash li.item a.big {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

ul#eventsflash li.item div.options {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 15px;
}

ul#eventsflash li.item div.options a {
	float: left;
	margin-left: 10px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

ul#eventsflash li.item div.options a.listen {
	width: 65px;
	background: transparent url(/events/0907/controls/listen.png);
}

ul#eventsflash li.item div.options a.watch {
	width: 107px;
	background: transparent url(/events/0907/controls/watch.png);
}

ul#eventsflash li.item object, ul#eventsflash li.item embed {
	display: block;
}

.hidden { display: none; }

.event p 
{
	margin: 5px 0 20px;
}

.event .extended 
{
	clear: both;
	margin: 20px 0;
}

.event .eventreg 
{
	margin: 20px 0;
}

.eventsep, .contestsep
{
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: rgb(156, 159, 158);
	margin: 0;
}

.eventscontent 
{
	background-color: rgb(80, 79, 74);
	color: #FFF;
	padding: 15px 0;
/*	margin: -8px 0;*/
}

.eventscontent p 
{
	margin: 15px;
}

.eventscontent ol 
{
	font-size: .8em;
	padding: 0;
	margin: 15px 35px;
}

.eventscontent a 
{
	color: #FFF;
}

.eventscontent div.whitespacer 
{
	background-color:#FFF;
	height: 1px;
	margin: 20px;
}

.expand 
{
	display: block;
	width: 81px;
	height: 18px;
	background-image: url(http://www.fcpfirst.com/img/clickinfo.gif);
	overflow: hidden;
}

.expand.open 
{
	background-image: url(http://www.fcpfirst.com/img/close.gif);
	width: 58px;
}

.eventspgcol 
{
	width: 254px;
	float: left;
	display: inline;	
}

.eventspgcol h1 
{
	border-right: solid 1px rgb(115, 114, 110);
}

.eventspgcol.end h1
{
	border-right-width: 0;
}

.eventspgcol img 
{
	display: block;
}

.storecol
{
	float: left;
	display: inline;
	width: 212px;
}

.storecol h3 
{
	margin-bottom: 5px !important;
}

ul.storelist 
{
	list-style-type: none;
	margin-bottom: 20px !important;
	margin-top: 5px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	font-size: .7em !important;
}

ul.storelist li 
{
	margin-bottom: 3px !important;
}

ul.storelist a 
{
	text-decoration: none;
}

ul.storelist a:hover
{
	text-decoration: underline;
}

#storedetails 
{
	background-color: rgb(204, 204, 204);
	width: 318px;
	margin: 20px 20px 20px 0;
	float: right;
	display: inline;
}

#storedetails p.small a 
{
	text-decoration: none;
}

.storedetails 
{
	display: none;
}

.storedetails p 
{
	margin-bottom: 20px !important;
}

.storedetails .storeimg
{
	display: block;
	margin: 10px auto 0;
}

.storedetails h3 
{
	color: rgb(123, 92, 48);
	margin: 20px 20px 10px;
	font-size: 1em;
	font-weight: bold;
}

.storezoomimg 
{
	display: none;
}

.map 
{
	display: none;
	padding: 10px;
}

.map img 
{
	display: block;
}

.map a 
{
	display: block;
	font-size: .8em;
	text-align: center;
	margin: 10px auto 0;
}

ul.columned 
{
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 20px !important;
	font-size: .7em !important;
	list-style-type: none;
}

ul.columned li 
{
	margin-bottom: 2px !important;
}

.social {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	margin-left: 12px;
	height: 16px;
	line-height: 16px;
}

h1 .social {
	float: right;
	height: 100%;
	font-size: .7em;
	line-height: 1.6em;
	text-decoration: none;
}

h1 a.social:hover {
	text-decoration: underline;
}

.twitter {
	color: #33ccff;
	background-image: url(/img/bookmark/twitter.png);
}

.facebook {
	color: #3b5998;
	background-image: url(/img/bookmark/facebook.png);
}

h1 .facebook, h1 .twitter {
	color: #FFF;
}

.sociallinks {
	clear: both;
	font-size: .7em;
	font-weight: bold;
}

.sociallinks .social {
	float: right;
	display: inline;
}

.videoblog {
	width: 702px !important;
	padding: 0 30px;
	font-size: 1em;
}

.videoblog .video {
	float: right;
	display: inline;
	margin-left: 15px;
}

.videoblog p {
	margin: 0 0 15px;
}

.small 
{
	font-size: .7em;
}

.hide 
{
	display: none;
}

.right, .left {
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.right, img.left {
	margin-bottom: 20px;
}

img.right {
	margin-left: 20px;
}

img.left {
	margin-right: 20px;
}

input.masked {
	color: #AAA;	
}

input.masked.active {
	color: #000;
}

.imagetext {
	text-indent: -9999px;
}

#foodecall {
	margin: 15px 0 0;
	padding: 15px 0;
	border-top: solid 1px rgb(156, 159, 158);
}

#foodecall img {
	display: block;
}

#foodecall div.image {
	width: 59px;
	height: 84px;
	margin: auto;
	background: url(/img/nav/foodecall_nav_logo.png);
}

#navigation #foodecall p {
	margin-top: 5px;
}

#foodecall a {
	width: 56px;
	height: 15px;
	background: url(/img/nav/register.png);
}

#foodecall-register {
	display: none;
	width: 328px;
}

#foodecall-register .wrapped {
	padding: 15px;
	background: #ededee;
}

#foodecall-register fieldset {
	border: none;
	padding: 10px 10px 0;
}

#foodecall-register .social {
	padding: 10px 10px 0;
}

#foodecall-register fieldset .spacer {
	height: 10px;
}

#foodecall-register label {
	float: left;
	font-size: .8em;
	line-height: 1.8em;
	display: inline;
}

#foodecall-register .field {
	float: right;
	width: 190px;
	margin: 0 0 0 5px;
	display: inline;
	border: none;
	padding: 0;
	font-size: .7em;
	padding: .5em;
}

#foodecall-register .logo {
	width: 107px;
	height: 152px;
	margin: auto;
	background-image: url(/img/foodecall/foodecall.png);
}

#foodecall-register .submit {
	float: right;
}

#foodecall-register input[type=submit].submit {
	display: block;
	border-width: 0;
	width: 67px;
	height: 22px;
	text-indent: -9999px;
	float: right;
	background: url(/img/foodecall/register_large.png);
}

#foodecall-register .social {
	height: auto;
	line-height: auto;
}

#foodecall-register .twitter {
	float: left;
	width: 108px;
	height: 43px;
	background: url(/img/foodecall/twitter.png);
}

#foodecall-register .facebook {
	float: right;
	width: 110px;
	height: 42px;
	background: url(/img/foodecall/facebook.png);
}

.whats-on-slider 
{
    position: relative;
    height: 200px;
    background-color: #9ea09f;
    overflow: hidden;
}

.whats-on-slider .prev,
.whats-on-slider .next 
{
    width: 29px;
    height: 62px;
    top: 50%;
    margin-top: -31px;
    text-indent: -9999px;
    position: absolute;
    z-index: 12;
    background: url(../img/ui/black-arrows.png) no-repeat 0 0;
}

.whats-on-slider .prev 
{
    left: 0;
}

.whats-on-slider .next 
{
    right: 0;
    background-position: -26px 0;
}

.whats-on-slider .mask-top-left,
.whats-on-slider .mask-top-right,
.whats-on-slider .mask-bottom-left,
.whats-on-slider .mask-bottom-right
{
    position: absolute;
    z-index: 11;
    background-color: #9ea09f;
    height: 25px;
    width: 50%;
}

.whats-on-slider .mask-top-left
{
    top: 0;
    left: -100px;
}

.whats-on-slider .mask-top-right
{
    top: 0;
    right: -100px;
}

.whats-on-slider .mask-bottom-left
{
    bottom: 0;
    left: -100px;
}

.whats-on-slider .mask-bottom-right
{
    bottom: 0;
    right: -100px;
}

.whats-on-slider .items 
{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.whats-on-slider .active-holder-top,
.whats-on-slider .active-holder-left,
.whats-on-slider .active-holder-right,
.whats-on-slider .active-holder-bottom
{
    background-color: #18191c;
    /*width: 192px;
    height: 192px;*/
    position: absolute;
    z-index: 15;
    /*left: 50%;
    margin-left: -100px;
    top: 0;
    cursor: pointer;*/
}

.whats-on-slider .active-holder-top,
.whats-on-slider .active-holder-bottom 
{
    width: 200px;
    height: 4px;
    left: 50%;
    margin-left: -100px;
}

.whats-on-slider .active-holder-top 
{
    top: 0;
}

.whats-on-slider .active-holder-bottom 
{
    bottom: 0;
}

.whats-on-slider .active-holder-left,
.whats-on-slider .active-holder-right
{
    width: 4px;
    height: 200px;
    left: 50%;
}

.whats-on-slider .active-holder-left 
{
    margin-left: -100px;
}

.whats-on-slider .active-holder-right 
{
    margin-left: 100px;
}

.whats-on-slider .item 
{
    position: absolute;
    width: 200px;
    height: 200px;
    cursor: pointer;
}

.whats-on-slider .item a 
{
    display: block;
}

.whats-on-slider .item img 
{
    display: block;
    width: 200px;
    height: 200px;
}

.whats-on-slider .item a 
{
    color: #fff;
    text-decoration: none;
}

.whats-on-slider .item .details 
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    padding: 20px;
    background-image: url(../img/ui/black-80.png);
    text-shadow: 0 1px #000;
}

.whats-on-slider .item-hover .details 
{
    display: block;
}

.whats-on-slider .item .details span 
{
    display: block;
    line-height: 18px;
}

.whats-on-slider .item .details .title 
{
    font-weight: bold;
    margin: 0 0 9px;
}

.whats-on-slider .item .details .date 
{
    font-size: 14px;
}

.whats-on-slider .item .details .more 
{
    margin-top: 9px;
    color: #88c0fb;
    text-decoration: underline;
    font-weight: bold;
}

.super-panel 
{
    background-color: #18191c;
    position: relative;
    zoom: 1;
}

.super-panel .items 
{
    position: relative;
    overflow: hidden;
    margin: 0 2px;
}

.super-panel .items .inner 
{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.super-panel .items .item 
{
    position: absolute;
    padding: 27px;
    width: 198px;
    border-right: 1px solid #2f3032;
    cursor: pointer;
}

.super-panel .items .item a 
{
    text-decoration: none;
}

.super-panel .items .item span 
{
    display: block;
    margin: 18px 0 0;
    line-height: 18px;
    font-size: 12px;
    color: #b6b7be;
}

.super-panel .items .item .store 
{
    color: #88c0fb;
    font-weight: bold;
    text-decoration: underline;
}

.super-panel .items .item a span.image-holder
{
    margin: 0;
    position: relative;
    z-index: 20;
    width: 198px;
    height: 248px;    
    background: url(../img/ui/super-panel-image-shadow.png) no-repeat 0 0;
}

.super-panel .items .item a:hover span.image-holder 
{
    height: 238px;
    width: 188px;
    border: 5px solid #414245;
}

.super-panel .items .item img 
{
    position: absolute;
    z-index: 10;
    left: 27px;
    top: 27px;
    height: 248px;
    width: 198px;
}

.super-panel .prev,
.super-panel .next 
{
    width: 29px;
    height: 62px;
    top: 120px;
    text-indent: -9999px;
    position: absolute;
    z-index: 12;
    background: url(../img/ui/grey-arrows.png) no-repeat 0 0;
}

.super-panel .prev 
{
    left: 0;
}

.super-panel .next 
{
    right: 0;
    background-position: -26px 0;
}

.pager 
{
    font-size: 12px;
    margin: 18px 0 0;
    text-align: center;
}

.whats-on-options,
.super-panel-options 
{
    padding: 12px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: none;
}

.whats-on-options strong,
.super-panel-options strong 
{
    float: left;
    line-height: 18px;
    font-size: 12px;
    margin-right: 5px;
}

.whats-on-options select,
.super-panel-options select 
{
    margin: 0;
    float: left;
}

.super-panel-options select 
{
    width: 180px;
}

.super-panel-pages 
{
    margin-left: 5px;
    display: inline-block;
    line-height: 11px;
    font-size: 11px;
}

.super-panel-pages a 
{
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.super-panel-pages a.prev,
.super-panel-pages a.next
{
    background-color: #28292b;
    border: 1px solid #535559;
    padding: 2px 4px;
    color: #949495;
}

.super-panel-pages a.active 
{
    font-weight: bold;
    color: #88c0fb;
}

.super-panel-pages a:hover 
{
    color: #88c0fb;
}

.module-container .leader 
{
    padding: 20px;
    color: #414245;
}

.module-container .leader .title 
{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.module-container .leader p 
{
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.module-container .leader .title + .content p {
    margin-top: 10px;
}

.module-container .items .h-spacer 
{
    height: 1px;
}

.module-container .items .item 
{
    overflow: hidden;
    float: left;
    color: #b6b7be;
    background-color: #18191c;
    padding: 27px;
    width: 199px;
    height: 480px;
    border-right: 1px solid #2f3032;
    position: relative;
    zoom: 1;
}

.module-container .items .featured 
{
    background-color: #000;
}

.module-container .items .item strong 
{
    color: #fff;
}

.module-container .items .item .image-holder
{
    display: block;
    margin: 0 0 -10px;
    position: relative;
    z-index: 20;
    width: 198px;
    height: 248px;    
    background: url(../img/ui/super-panel-image-shadow.png) no-repeat 0 0;
}

.module-container .items .item img 
{
    position: absolute;
    z-index: 10;
    left: 27px;
    top: 27px;
    height: 248px;
    width: 198px;
}

#content .module-container .items .item ul,
#content .module-container .items .item ol 
{
    margin: 0 2em 20px;
}

.module-container .items .item p 
{
    margin: 20px 0 0;
}

.module-container .items .item .extended 
{
    display: none;
    position: absolute;
    z-index: 20;
    background-color: #28292b;
    padding: 27px;
    width: 199px;
    height: 480px;
    top: -100%;
    left: 0;    
}

.module-container .items .item .extended p 
{
    margin: 0 0 20px;
}

.module-container .items .item a
{
    color: #88c0fb;
    font-weight: bold;
}

.module-container .items .item a:hover
{
    text-decoration: none;
    color: #fff;
}

.module-container .group-selector .title,
.module-container .group-selector .content 
{
    display: none;
}

.module-container .group-selector-container 
{
    position: absolute;
    z-index: 1000;
    right: 10px;
    top: 10px;
    padding-right: 232px;
    font-size: 12px;
    line-height: 22px;
    text-transform: none;
    color: #fff;
}

#content .module-container .group-selector 
{
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: #28292b url(../img/ui/dropdown-arrow.png) no-repeat 206px 7px;
    border: 1px solid #535559;
    padding-right: 20px;
    text-transform: none;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#content .module-container .group-selector li 
{
    display: none;
    margin: 0;
}

#content .module-container .group-selector li.selected 
{
    border-right: 1px solid #535559;
}

#content .module-container .open li.selected 
{   
    border-bottom: 1px solid #535559;
}

#content .module-container .open li,
#content .module-container .group-selector li.selected 
{
    display: block;
}

#content .module-container .group-selector li a,
#content .module-container .group-selector li span
{
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 20px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: normal;
}

#content .module-container .open li.active a,
#content .module-container .group-selector li a:hover 
{
    color: #88c0fb;
}

#content .module-container h1 {
	position: relative;
	z-index: 100;
}

p.disclamer 
{
    margin: 0;
    padding: 18px 20px;
    font-size: 11px;
}
