#tplLft a, #tplRgt a, #tplBtm a{
	color:white;	
}

#tplLft a:hover, #tplRgt a:hover, #tplBtm a:hover{
	color:lightgray;	
}
.playBtnSel,
.toolsBtnSel,
.toolsBtn,
.playBtn{
	text-decoration: none;
	width: 37px;
	display: block;
	background-color:#f0ede6;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.playBtnSel,
.toolsBtnSel{
	position:relative;
	z-index:1;
}
.toolsBtn{
	padding-top:1px;
	height: 31px;
}
.toolsBtnSel{
	padding-top:8px;
	height: 24px;
}
.playBtnSel,
.playBtn{
	padding-top:4px;
	height: 30px;
}
.homeBtnSel,
.helpBtnSel {
	text-decoration: none;
	height: 48px;
	width: 33px;
	display: block;
	padding-top:6px;
}
.homeBtnSel {
	float: left;
}
.helpBtnSel {
	background: url(../img/btn/helpSel.png) no-repeat;
}
.btnLbl{
	display: none;
	color:white
}

#tplCo .btnLbl{
	color:black
}


/*
.homeBtn {
	background: url(../img/btn/home.png) no-repeat;
}
.homeBtn:hover{
	background: url(../img/btn/homeOver.png) no-repeat;
}
.playBtn {
	background: url(../img/btn/play.png) no-repeat;
}
.playBtn:hover {
	background: url(../img/btn/playOver.png) no-repeat;
}
.toolsBtn {
	background: url(../img/btn/tools.png) no-repeat;
}
.toolsBtn:hover {
	background: url(../img/btn/toolsOver.png) no-repeat;
}
.helpBtn {
	background: url(../img/btn/help.png) no-repeat;
}
.helpBtn:hover {
	background: url(../img/btn/helpOver.png) no-repeat;
}
.printBtn {
	background: url(../img/btn/print.png) no-repeat;
}
.printBtn:hover {
	background: url(../img/btn/printOver.png) no-repeat;
}
.prevBtn {
	background: url(../img/btn/prev.png) no-repeat;
}
.prevBtn:hover {
	background: url(../img/btn/prevOver.png) no-repeat;
}
.nextBtn {
	background: url(../img/btn/next.png) no-repeat;
}
.nextBtn:hover {
	background: url(../img/btn/nextOver.png) no-repeat;
}
*/
.prevBtn,
.nextBtn {
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
	background: #7d120d;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(156,23,18)),
		color-stop(0.69, rgb(125,18,13))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(156,23,18) 37%,
		rgb(125,18,13) 69%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d120d', endColorstr='#9c1712');
/*	border:1px solid #f6f2f2;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888; 
}
.prevBtn img,
.nextBtn img{
	height: 22px;
	width: 18px;
}
.playBtn img{
	height: 25px;
	width: 25px;
}
.toolsBtn img,
.toolsBtnSel img{
	height: 15px;
	width: 20px;
}

.printBtn,
.helpBtn,
.homeBtn {
	text-decoration: none;
	height: 35px;
	width: 33px;
	display: block;
}
.printBtn img,
.helpBtn img,
.homeBtn img {
	height: 20px;
	width: 20px;
}

.printBtn,
.helpBtn,
.homeBtn {
	float: left;
}

.prevBtn,
.nextBtn,
.helpBtn,
.homeBtn,
.printBtn,
.toolsBtn,
.playBtn{
	color:white;
}
.prevBtn img,
.nextBtn img{
	border:0px;
	padding-top:5px;
}
.helpBtn img,
.homeBtn img,
.printBtn img,
.toolsBtn img{
	border:0px;
	padding-top:7px;
}
.playBtn img{
	border:0px;
}
.prevBtn span,
.nextBtn span,
.helpBtn span,
.homeBtn span,
.printBtn span,
.toolsBtn span,
.playBtn span{
/*	display: none;*/
}
.prevBtn,
.nextBtn{
	position: absolute;
	left:5px;
}
.prevBtn{
	bottom:5px;
}
.nextBtn{
	bottom:45px;
}
.cc-button,
#linkSp{
	margin-left:3px;
}
/*****************/
/*  Evaluation   */
/*****************/
.gotoEval{
	text-align: center;
	font-size: 18px;
	margin-top: 1em;
}
a.btnEval{
	background: url(../img/deco/assmntUaChild.png) no-repeat left;
	height: 28px;
	padding: 25px;	
	color: #971510;
	padding:7px 0 5px 30px;
}
a.btnEval:hover{
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
	opacity:0.6; 
}
.btnEval span{
}

/*****************/
/*    SubWin     */
/*****************/
.printSubWinBtn{
	text-decoration: none;
	height: 26px;
	width: 27px;
	display: block;
	position:fixed;
	bottom:0px;
	left:0px;
}
.printSubWinBtn img{
	height: 26px;
	width: 27px;
}

.printSubWinBtn{
	color:white;
}
.printSubWinBtn img{
	border:0px;
}



/*****************/
/* informations */
/*****************/
.infoBtn_a {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/blocks/info.png) no-repeat top right;
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}
.infoBtn_a span {
	visibility: hidden;
}

/* === SMALL & TOUCH screens ================================================ */

div.tplFra_small a.homeBtn{
	left:0;
	height: 33px;	
	float:none;
	position:absolute;
	overflow:hidden;
	text-align: center;
}
div.tplFra_small .nextBtn,
div.tplFra_small .noNextBtn {
	bottom: 66px;
}
div.tplFra_touch .nextBtn,
div.tplFra_touch .noNextBtn {
	bottom: 33px;
}
div.tplFra_small .prevBtn,
div.tplFra_small .noPrevBtn {
	bottom: 33px;
}
div.tplFra_touch .prevBtn,
div.tplFra_touch .noPrevBtn {
	bottom: 0px;
}
div.tplFra_small a.printBtn{
	bottom:0px;
	left:0;
	height: 33px;	
	float:none;
	position:absolute;
	overflow:hidden;
	display: none;
}
div.tplFra_touch a.printBtn{
	display:none;
}
