/*********************************************
body
	div#page
		div#header
		div#topNavigation
		div#containerFrontPage | div#containerContentPage
			div#content
				div.sub
			div.sidebar
				div.sub
		div#footer
*********************************************/

body {
	margin: 0;
	padding: 0;
}

#page {
	width: 860px;
	height:700px;
	margin: 0 auto;
}

#header {
	background-image: url("../img/header.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 860px;
	height: 70px;
}

#header h1 {
	display: none;
}


#topNavigation {
	margin: 10px 0 50px 0;
}

#topNavigation table.topMenu {
	margin: 0 auto;
}

.dropdown {
    padding-left: 10px;
}

.fp-big-image {
	margin-top: 12px;
}

.fp-small-image {
	margin-top: 12px;
}

#sidenav {
	width: 210px;
	float: left;
}

#content {
	float: left;
	height: 550px;
	overflow: auto;
	position: relative;
}

.sidebar {
	float: left;
	width: 190px;
}

#containerFrontPage #content {
	width: 670px;
}

#containerFrontPage .sidebar {
	background-image: url("../img/sidebarbg-frontpage.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 492px;
}

#containerContentPage #content {
	width: 437px;
}

#containerContentPage .no-side-nav {
	width: 647px !important;
}

#containerContentPage .sidebar {
	overflow: hidden;
}


#containerContentPage .sidebar .sub {
	width: 195px;
	margin: 15px 13px 0 0;
	overflow: hidden;
}

#containerContentPage .sidebar div.user-logged-in {
	background-image: url("../img/sidebarbg-otherpage.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	height: 389px;
	width: 195px;
	padding-top: 20px;
}

#containerContentPage .sidebar div.user-logged-in div.user {
	position: relative;
	left: 27px;
}

#containerContentPage .sidebar div.user-logged-in div.options {
	position: relative;
	left: 27px;
}

#containerContentPage .sidebar div.user-logged-in h2 {
	position: relative;
	left: -27px;
}

#containerContentPage .sidebar div.user-logged-in div.options input {
    position: relative;
    float: right;
    top: 10px;
    right: 47px;
}

#containerContentPage .sidebar div.user-not-logged-in {
    background-image: url("../img/client-login-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 344px;
	width: 200px;
	padding-top: 20px;
}

#containerContentPage .sidebar div.user-not-logged-in h2 {
    position: relative;
    left: -2px;
}

#containerContentPage .sidebar div.user-not-logged-in div.loginBox {
    position: relative;
    left: 25px;
}

#containerContentPage .sidebar .shopping-cart-box {
    position: relative;
	background-image: url("../img/shoppingcartbox.gif");
	background-repeat: no-repeat;
	background-position: center top;
	width: 190px; /* 190px */
	height: 88px; /* 140px */
	padding: 52px 0 0 0;
	left: 4px;
}

div#pnlUserLoggedIn div {
    margin-left: auto;
    margin-right: auto;
}

.shopping-cart-box div {
    position: relative;
    left: 25px;
}

#sidenav .sub {
	margin: 10px 10px 0 10px;
}

#content .sub {
	margin: 10px;
}

.sidebar .sub {
	margin: 20px;
}

#sidenav .experienceframe {
    width: 210px;
    height: 550px;
    background-position: left top;
    background-repeat: no-repeat;
}

#sidenav div.experienceframe div.sub {
    margin: 0;
    padding: 0;
    position: relative;
    top: 35px;
    left: 25px;
}

#sidenav .experiencebg {
    width: 210px;
    height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
}

#footer {
    background-image: url(../img/footer.gif);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-top: 10px;
    left: 0px;
    top: -40px;
    position: relative;
}

.login {
    margin: 0 auto;
}

.login div {
    margin: 0 auto;
}

.login table {
    margin: 0 auto;
}

.spacer {
	clear: both;
}

/* DTE Button style definitions */
div.dteb-white-wide,
div.dteb-white-narrow {
    padding-top: 7px;
    height: 22px;
	margin: 1px 0 1px 0;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.dteb-sidebar-wide,
div.dteb-sidebar-narrow {
    height: 16px;
	margin: 1px 0 1px 0;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.dteb-flashing-white {
    padding-top: 7px;
    height: 22px;
	margin: 1px 0 1px 0;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.dteb-flashing-white {
	width: 149px;
	background-image: url("../img/buttons/button-white-flashing-wide.gif");
}

div.dteb-white-wide {
	width: 149px;
	background-image: url("../img/buttons/button-white-wide.gif");
}

div.dteb-white-narrow {
	width: 89px;
	background-image: url("../img/buttons/button-white-narrow.gif");
}

div.dteb-sidebar-wide {
	width: 140px;
	background-image: url("../img/buttons/button-sidebar-wide.gif");
}

div.dteb-sidebar-narrow {
	width: 80px;
	background-image: url("../img/buttons/button-sidebar-narrow.gif");
}

/* Competitions box */
div.competition-container {
    position: relative;
    width: 372px;
    height: 169px;
    background-repeat: no-repeat;
    margin: 0;
}

div.competition-details {
    position: relative;
    width: 210px;
    height: 120px;
    top: 55px;
    left: 135px;
    overflow: hidden;
}

div.competition-buttons {
    position: relative;
    width: 210px;
    height: 30px;
    left: 135px;
    overflow: hidden;
}

div.competition-buttons div {
    float: left;
}

div.competition-add-buttons,
.competition-add-buttons div {
    float: left;
}

div.competition-hall-of-fame,
.competition-hall-of-fame div {
    float: right;
}

/* Offer box */
table.offer-box {
    position: relative;
    width: 340px;
    height: 77px;
    background-image: url("../img/offer_background.gif");
    background-repeat: no-repeat;
    left: 15px;
    margin: 5px 0;
}

table.offer-box-wide {
    position: relative;
    width: 325px;
    height: 41px;
    background-image: url("../img/offer_background_wide.gif");
    background-repeat: no-repeat;
    left: 60px;
    
}

/* Job box */
div.job-container {
    position: relative;
    width: 516px;
    height: 145px;
    background-repeat: no-repeat;
}

div.job-details {
    position: absolute;
    width: 330px;
    height: 55px;
    top: 50px;
    left: 170px;
    overflow: hidden;
}

div.job-buttons {
    position: absolute;
    width: 210px;
    height: 90px;
    top: 105px;
    left: 265px;
    overflow: hidden;
}

/* Location box */
div.location-container {
    position: relative;
    float: left;
    width: 305px;
    height: 200px;
    background-repeat: no-repeat;
}

div.location-details {
    display: none;
}

div.location-buttons {
    position: absolute;
    height: 20px;
    top: 160px;
    
}

/* experience booking */
.booking-step-title {
    color: #969696;
    background-color: #F2F4F6;
    border-bottom: solid 2px #BBBFC5;
    width: 415px;
    padding: 2px 0;
    height: 33px;
}
div>.booking-step-title {
    height: auto;
    min-height: 33px;
}

.booking-step-content {
    width: 405px; /* 415px */
    background-color: #DDE4ED;
    padding: 2px 5px 2px 5px;
}

.item-selected {
    background-image: url(../img/calendar/item-selected.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

.item-available {
    background-image: url(../img/calendar/item-available.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

.gallery-image {
    width: 205px;
    height: 530px;
    overflow: auto;
}

.gallery-content {
    width: 100%;
}

.login-error {
    text-align: center;
    width: 90%;
    margin: 0 auto !important;
}

.relative-container {
     position: relative;
     border-width: 0;
     margin: 0;
     padding: 0;
     width: 0;
     height: 0;
}

.product-image-container {
    position: absolute;
    right: -150px;
    top: -47px;
    overflow: hidden;
    background-color: #999999;
}

.product-image-container img {
    display: block;
}

div.purchased-experiences-experience-buttons {
    width: 100%;
    clear: both;
}
div.purchased-experiences-experience-buttons,
.purchased-experiences-experience-buttons div {
    float: left;
}