/* Author: pza */

/* Left side Buttons */

/* Site buttons*/

.sideButtonsContent {
	width: 35px;
	background-color: transparent;
  	height: auto;
  	text-align: left;
  	position: absolute;
  	left: 0;
  	top: 20px;
}

.sideButton{
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.sideButtonTop {
	width: 35px;
	height: 15px;
	background: transparent url(../../img/siteButtons/rightSideTop.png);
	background-repeat: no-repeat;
}

.sideButton_01_middle {
	width: 35px;
	height: 56px;
	background: transparent url(../../img/siteButtons/rightSideMiddle.png);
	background-repeat: repeat-y;
	background-position: right top;	
}
.sideButton_02_middle {
	width: 35px;
	height: 75px;
	background: transparent url(../../img/siteButtons/rightSideMiddle.png);
	background-repeat: repeat-y;
	background-position: right top;	
}
.sideButton_03_middle {
	width: 35px;
	height: 160px;
	background: transparent url(../../img/siteButtons/rightSideMiddle.png);
	background-repeat: repeat-y;
	background-position: right top;	
}

.sideButtonBottom {
	width: 35px;
	height: 15px;
	background: transparent url(../../img/siteButtons/rightSideBottom.png);
	background-repeat: no-repeat;
}

.sideButtonSpace{
	width: 35px;
	height: 9px;
}




.sideButtonFont {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	-moz-transform: rotate(90deg);	
	writing-mode: tb-rl;
	width: 35px;
	height: auto;
	text-align: center;
	position: absolute;
	text-decoration: none;
}

.sideButton_01_Align {
	left: 0px;
	top: 32px;
}

.sideButton_02_Align {
	left: 0px;
	top: 28px;
}

.sideButton_03_Align {
	left: -63px;
	top: 86px;
	width: 160px;
}

.sideButton_02_AlignEng {
	left:0;
	top:37px;
}
