div.content-toc {
    border: #86c721 solid 3px;
    padding: 1em;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	float:left;
	width:675px;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

ol#toc a {
    background: #bdf url(../images/tabs.gif);
    color: #fff;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/* PAGE */
.box-sport {
  border:none;
  width:75px;
  height:120px;
  padding:10px 10px 30px 10px;
  margin:16px;
  float:left;
}
.box-sport-text {
  font-size:13px;
  padding:0px;
  margin:0px;
}
.box-sport-divtext {
  height:35px;
  text-align:center;
  padding-top:15px;
  margin:0px;
}
#handbook-title a{
  color:#000000;/*#02adf2;*/
  text-decoration:none;
}
.handbook-download-button {
	width:85px;
	height:16px;
	margin:7px;
}
.handbook-download-button a {
	width:85px;
	background-image: url(../images/noc_download_button2__blank.png);
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	padding-left:2px;
	padding-right:19px;
	padding-bottom:1.5px;
	padding-top:1.5px;
	font-size:10.5px;
}
.handbook-download-button a:hover {
	width:85px;
	background-image: url(../images/noc_download_button2__blank.png);
	background-position: 0 -16px;
	height:16px;
}
.handbook-download-button-big {
	width:112px;
	height:16px;
	margin:7px;
}
.handbook-download-button-big a {
	width:112px;
	background-image: url(../images/noc_download_button__blank_smaller.png);
	line-height:21px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	padding-left:4px;
	padding-right:31px;
	padding-bottom:2px;
	padding-top:2px;
	font-size:13px;
}
.handbook-download-button-big a:hover {
	width:112px;
	background-image: url(../images/noc_download_button__blank_smaller.png);
	background-position: 0 -21px;
	height:21px;
}
#manual-book{
	width:230px;
	padding-top:25px;
	padding-left:5px;
}
#manual-book-header{
	background-color:#B8DB72;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	color:#ffffff;
	-moz-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;
	height:20px;
}
#manual-book-body{
	background-color:#E5F2CB;
	padding:5px;
	color:#000000;
	border-bottom:solid 1px #EFF2E9;
	height:20px;
}