@font-face {
    font-family: 'archersemibold';
	src: url('archer-semibold-pro.eot');
    src: url('archer-semibold-pro.eot') format('embedded-opentype'),
         url('archer-semibold-pro.woff') format('woff'),
         url('archer-semibold-pro.ttf') format('truetype'),
         url('archer-semibold-pro.svg#ArcherSemibold') format('svg');
}

.tree-card-outer
{
	padding: 8px 19px 19px;
	position: absolute;
	display: none;
	background: transparent url(../images/treecard-background2.png) repeat-y -8px -2px;
	#left: 0px;
	height: 544px;
	cursor: move;
}
.tree-card-outer .closebtn
{
	height: 20px;
	position: absolute;
	top: -23px;
	left: 532px;
	width: 101px;
	z-index: 20;
	cursor: pointer;
}
.tree-card
{
	width: 605px;
	height: 563px;
	position: relative;
	left: 10px;
	background: #000000;
	display: block;
	margin-right: 30px;
	overflow: visible;
}
.tree-card img
{
	float: left;
	padding: 13px 0 0 13px;
	clear: none;
}
.tree-card img.leaves
{
	/*[disabled]float:left;*/
}
.tree-details
{
	width: 197px;
	height: 300px;
	float: right;
	padding: 8px 2px 0 0;
	line-height: 18px;
	color: #999999;
	font-size: 14px;
	margin-right: 19px;
	text-align: left;
}
.image-sack
{
	width: 374px;
	position: absolute;
	z-index: 10;
	#left: 0;
}
.tree-details P
{
	line-height: 18px;
	background: #000 url(../images/treecard-quote.png) no-repeat -4px 6px;
	color: inherit;
	padding-top: 37px;
	font-size: inherit;
}
.tree-details span
{
	line-height: inherit;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 19px;
	padding-bottom: 8px;
	letter-spacing: 0.2px;
}
.tree-card .header
{
	width: 679px;
	height: 65px;
	background-repeat: no-repeat;
	position: absolute;
	background-image: url(../images/tree-card-header2.png);
	top: -67px;
	left: -37px;
}
.tree-card .footer
{
	width: 678px;
	height: 65px;
	position: absolute;
	bottom: -65px;
	background: transparent url(../images/tree-card-footer2.png) no-repeat;
	left: -36px;
}
/*When available (Green), overwrite properties*/
.tree-card.avail
{
	background-color: #A1B91C;
	width: 502px;
	left: 7px;
	#left: 1px;
}
.avail .closebtn
{
	height: 20px;
	position: absolute;
	top: -21px;
	left: 436px;
	width: 101px;
	z-index: 20;
}
.tree-card.avail .header
{
	background-image: url(../images/tree-card-header1.png);
	top: -64px;
	left: -35px;
}
.tree-card.avail .footer
{
	width: 566px;
	height: 65px;
	background: transparent url(../images/tree-card-footer1.png) no-repeat;
	bottom: -65px;
	left: -33px;
}
.tree-card-outer.avail
{
	background-color: transparent;
	background-repeat: repeat-y;
	padding: 8px 0 19px 26px;
	position: absolute;
	background-image: url(../images/treecard-background1.png);
	background-position: 0px 0px;
	display: none;
	width: 545px;
}
.tree-card .tree-number-sideways
{
	display: none;
}
.tree-card.avail .tree-number-sideways
{
	position: absolute;
	display: block !important;	
	font-family: "archersemibold", "Archer Semibold Pro", "Archer Semibold", "archer", "Archer Book", Parisian, Helvetica, Arial, Sans-Serif !important;
	right: 137px;
	#padding-right: 44px;
	z-index: 5;
	left: 448px;
	bottom: -52px;
	writing-mode: tb-rl;
	/*[disabled]unicode-bidi:bidi-override;*/
	direction: ltr;
	opacity: .8;
	color: #b0ca1e;
	/*[disabled]filter:flipv;*/
	font-size: 180px;
}
/* no-faceface fallback */
.no-fontface .tree-card.avail .tree-number-sideways {
	font-family: "Archer Book", Parisian, Helvetica, Arial, Sans-Serif;
}
.tree-card.avail .tree-details
{
	color: #506059;
	width: 110px;
	margin-right: 6px;
}
.tree-card.avail .tree-details span
{
}
.choose-tree
{
	padding: 0 !important;
	position: relative;
	top: 126px;
	z-index: 10;
}
.tree-details img.notice-large
{
	position: absolute;
	left: 177px;
	top: 96px;
	z-index: 100;
}
.notice img
{
	left: 371px;
	position: absolute;
	top: 192px;
}
.tree-details .notice img.notice-large
{
	display: none;
}
.tree-details .notice:hover img.notice-large
{
	display: block;
}

.rotate {
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
	/* Safari, Silk */
	-webkit-transform: rotate(-90deg);
}
a.message-text {
	text-decoration: none;
}
.semester {
	position: absolute;
	z-index: 2000;
	background: white;
	width: 190px;
	padding: 8px;
	border: 1px solid #797878;
}
.semester {
	display: none;
}
.choose-tree:hover + .semester {
	display: block !important;
}
