/* 代码整理：时代Java NowJava.com */
* {
	margin:0;
	padding:0;
}
body {
	font: 12px/20px "Droid Sans", Arial, "Helvetica Neue", "Lucida Grande", sans-serif;
	color: #444;
	background:url(../images/texture.jpg) repeat;
	overflow-x:hidden;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#2FB1BE;
	text-decoration:none;
 -webkit-transition: color .25s ease-out;
 -moz-transition: color .25s ease-out;
 -o-transition: color .25s ease-out;
 transition: color .25s ease-out;
}
img {
	border: none;
}
#NowJava {
	width: 30%;
	position: relative;
	margin: 15em auto 5em;
	padding: 0 0 10em 10em;
	z-index:1;
}
.col {
	position: absolute;
	border-right:none;
	z-index:1;
	left:0;
}
.col1 {
	left: 51px;
}
.col2 {
	left: 102px;
}
.col3 {
	left: 153px;
}
.col4 {
	left: 204px;
}
.col5 {
	left: 255px;
}
.col6 {
	left: 306px;
}
.col7 {
	left: 357px;
}
.col8 {
	left: 408px;
}
.col9 {
	left: 459px;
}
.line {
	margin-top:51px;
}
.active {
	z-index: 10;
	opacity: 1;
}
.big:hover, .small:hover {
	background:white;
}
.big {
	overflow: hidden;
	padding:1px;
}
.big p {
	width: 50px;
	height: 50px;
	line-height:1.3;
	z-index: 10;
	transition: all 0.2s ease-out;
	position: relative;
	cursor: pointer;
}
.big .icon-font {
	float:left;
}
.big p img {
	width:50px;
	height:50px;
	float:left;
}
.lock-thumb .icon-font {
	margin-left:25%;
}
.todos-thumb {
	background: rgb(255, 255, 255, 0.1);
}
.todos-thumb:hover {
	background: #2FB1BE;
	color: #FFFFFF;
	box-shadow: 0 0 2px #333;
}
.col .todos-thumb {
	z-index:10;
}
.col2 .todos-thumb {
	z-index:9;
}
.todos-thumb-span {
	display: block;
	padding-left: 5em;
}
.todos-thumb p span {
	width: 150px;
	padding-top: 5px;
	font-size: 1.2em;
}
.todos-thumb:hover p {
	margin-right: 200px;
}
p.note {
	font-size: 1.2em;
	text-align:center;
	letter-spacing: 2px;
}
p.note a {
	color:#2FB1BE;
	letter-spacing: 1px;
}
/* 代码整理：时代Java NowJava.com */