table{ margin: 0; padding: 0; }

#calendarflow{
	width: 860px;
	height: 450px;
	background: #000 url(../img/calendarflow/body.gif) repeat-x 0px 21px;
	color: #fff;
	/*font-size: 1.1em;*/
	line-height: 100%;
	text-align: center;
	position: relative;
}

#calendarflow h2{
	text-indent: -777em;
	width: 860px;
	height: 21px;
	margin: 0;
	background: #000 url(../img/calendarflow/head.gif) no-repeat center top;
}

#calendarflow h3#calendarname{
	font-size: 1.3em;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
	left: 20px;
}

#orderdetails{
	position: absolute;
	top: 24px;
	left: 20px;
}

.flowitems, .flowitems *{
	margin: 0;
	padding: 0;
	list-style: none;
}

table.flowitems,
table.flowitems td,
table.flowitems tr{
	background: 0 none;
	border: 0 none;
}

table.flowitems{
	padding: 0;
	color: #fff;
	clear: both;
	position: absolute;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/*border: 1px solid red;*/
}

.flowitems td.flowitem{
	/*display: block;
	float: left;*/
	padding: 40px 15px 0 15px;
	/*margin: 0 15px;*/
	vertical-align: bottom;
	position: relative;
	text-align: center;
}

.flowitems td.flowitem.notfound{
	width: 200px;
	line-height: 2.0em;
}

table.flowitems#months td.flowitem{
	vertical-align: top;
}

.flowitems td.flowitem.hover{ cursor: pointer; }

div.item-container{
	padding: 25px 0 0 0;
}

.flowitems td.flowitem h4.caption{
	display: block;
	text-align: center;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	/*position: absolute;
	top: 20px;*/
	width: 238px;
}


.flowitems td.flowitem img,
.flowitems td.flowitem div.item-container *{
	display: block;
	margin: 0 auto;
	text-align: center;
}

table.flowitems#months{
	height: 300px;
	margin-top: 30px;
}

#scene{
	height: 369px;
	margin: 0 1px;
	overflow: hidden;
	position: relative;
}

#main-container{
	position: absolute;
}
#monthscontainer{ width: 860px; height: 370px; position: absolute; left: 0; }

/* Navigation Bar */

.navcontainer{
	color: #333;
	background: #bebdbd url(../img/calendarflow/navsection.gif) no-repeat left top;
	text-align: left;
	width: 860px;
	height: 60px;
	position: relative;
}

.section{
	float: left;
	width: 358px;
	padding: 14px 0 0 0;
}

.section.type{
	padding: 7px 0 0 20px;
}

.section.nav{ width: 132px; padding-top: 12px;}
.section.slider{ float: right; width: 250px; padding-right: 70px;}

.section h4{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#itemtype h4{
	margin: 0 0 3px 0;
}

.section h4,
#slideitemtitle{ font-size: 11px; }

#sliderhandleimage{
	behavior: url("iepngfix.htc");
}

a.button{
	display: block;
	width: 32px;
	height: 36px;
	float: left;
}

a.button span{ display: none;}

.button.left:active,
.button.left.active{background: url(../img/calendarflow/btn-sprite-nav.gif) no-repeat left bottom;}
.button.left{ background: url(../img/calendarflow/btn-sprite-nav.gif) no-repeat left top; width: 34px;}

.button.right:active,
.button.right.active{ background: url(../img/calendarflow/btn-sprite-nav.gif) no-repeat right bottom;}
.button.right{ background: url(../img/calendarflow/btn-sprite-nav.gif) no-repeat right top; width: 34px;}

.button.up:active,
.button.up.active{ background: url(../img/calendarflow/btn-sprite-mode.gif) no-repeat left bottom;}
.button.up{ background: url(../img/calendarflow/btn-sprite-mode.gif) no-repeat left top;}

.button.down:active,
.button.down.active{ background: url(../img/calendarflow/btn-sprite-mode.gif) no-repeat right bottom;}
.button.down{ background: url(../img/calendarflow/btn-sprite-mode.gif) no-repeat right top;}

#creator{
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 5;
}

#creator a{
	width: 17px;
	height: 17px;
	background: url(../img/calendarflow/freshlabs.gif) no-repeat center;
	text-indent: -777em;
	display: block;
}

/* SLIDER */

#itemslider{

}

#slideitemtitle{
	position: absolute;
	top: 0;
	width: 120px;
	text-align: center;
	margin: -14px 0 0 -50px;
}

#slidertrack,
#horizBGDiv{
	background: url(../img/calendarflow/slider_track.gif) no-repeat 10px 12px;
	width: 260px; /*223px;*/
	height: 23px;
	margin-top: 8px;
	position: relative;
}

#sliderhandle,
#horizHandleDiv{
	position: absolute;
	cursor: pointer;
	padding-top: 1px;
	left: 0;
	top: 0;
	z-index: 50;
	width: 23px;
	height: 23px;

}


/* Throbber */

#throbber{
	top: 40%;
	width: 140px;
	height: 30px;
	line-height: 30px;
	margin: -15px 0 0 -70px;
	text-align: center;
	font-size: 1.1em;
}

#throbber p{ margin: 0; padding: 0;}

#throbber img{ vertical-align: bottom; margin-bottom: 7px;}

#nojavascript{
	font-size: 1.2em;
	line-height: 2.3em;
	top: 30%;
	width: 300px;
	margin: 0 0 0 -150px;
	padding: 4px;
}

.system-message{
	position: absolute;
	left: 50%;
	background: #000;
	opacity: 0.7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* CLEARING
-------------------------*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.clearfix { 
	display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}