h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5, h6 {
	font-size: 14px;
}
.box-warning, .box-download, .box-hint, .box-info, .box-quote, .box-key, .box-video, .box-music {
	padding: 15px 15px 15px 80px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin: 15px 0;
}
.box-warning {
	background: url(../images/tools/box_warning.png) 28px center no-repeat #FFDFDF;
	border-color: #FEABAB;
}
.box-info {
	background: url(../images/tools/box_info.png) 28px center no-repeat #DBE7F8;
	border-color: #B7D2F2;
}
.box-download {
	background: url(../images/tools/box_download.png) 28px center no-repeat #F2F9E5;
	border-color: #D0E6A4;
}
.box-hint {
	background: url(../images/tools/box_hint.png) 28px center no-repeat #FFFFD5;
	border-color: #FEE283;
}
.box-quote {
	background: url(../images/tools/box_quote.png) 28px center no-repeat #FEF8E1;
	border-color: #FDDB64;
}
.box-key {
	background: url(../images/tools/box_key.png) 28px center no-repeat #F8F8F8;
	border-color: #CACACA;
}
.box-video {
	background: url(../images/tools/box_video.png) 28px center no-repeat #F8F8F8;
	border-color: #CACACA;
}
.box-music {
	background: url(../images/tools/box_music.png) 28px center no-repeat #F8F8F8;
	border-color: #CACACA;
}
.list-icon,
.list-bullet,
.list-digit {
	list-style: none;
	padding: 0;
}
.list-bullet li,
.list-digit li,
.list-icon li {
	position: relative;
	padding-left: 27px;
	margin: 7px 0;
}
.list-bullet li span.bullet,
.list-digit li span.digit,
.list-icon li span[class*="icon-"] {
	position: absolute;
	height: 20px;
	display: block;
	left: 0;
	top: 0;
	background-size: 20px;
	width: 20px;
}
.list-bullet li span.bullet,
.list-digit li span.digit {
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.list-bullet li span.bullet {
	color: #fff;
}
.list-digit li span.digit {
	font-size: 20px;
}
span.icon-quote {
	background: url(../images/tools/box_quote.png) center center no-repeat;
}
span.icon-info {
	background: url(../images/tools/box_info.png) center center no-repeat;
	background-size: 14px !important;
}
span.icon-warning {
	background: url(../images/tools/box_warning.png) center center no-repeat;
}
span.icon-key {
	background: url(../images/tools/box_key.png) center center no-repeat;
}
span.icon-music {
	background: url(../images/tools/box_music.png) center center no-repeat;
	background-size: 14px !important;
}
span.icon-video {
	background: url(../images/tools/box_video.png) center center no-repeat;
}
span.icon-download {
	background: url(../images/tools/box_download.png) center center no-repeat;
}
span.icon-hint {
	background: url(../images/tools/box_hint.png) center center no-repeat;
	background-size: 12px !important;
}
table tr:hover th{
	color: #444 !important;
}
.table.black tr th,
.table.orange tr th,
.table.blue tr th,
.table.pink tr th,
.table.red tr th {
	color: #fff;
}
input[type="submit"],
.link-button,
.button {
	background: #FF6600;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff !important;
	display: inline;
	border: none;
	text-decoration: none !important;
}
.link-button:hover {
	color: #fff;
	background: #FF9900;
}
.link-black,
.list-black .bullet,
.table.black tr th {
	background: #333333;
}
.link-blue,
.list-blue .bullet,
.table.blue tr th {
	background: #6699FF;
}
.link-organe,
.list-orange .bullet,
.table.orange tr th {
	background: #FF9900;
}
.link-red,
.list-red .bullet,
.table.red tr th {
	background: #FF0033;
}
.link-pink,
.list-pink .bullet,
.table.pink tr th {
	background: #FF6699;
}
.list-black .digit {
	color: #333333;
}
.list-blue .digit {
	color: #6699FF;
}
.list-orange .digit {
	color: #FF9900;
}
.list-red .digit {
	color: #FF0033;
}
.list-pink .digit {
	color: #FF6699;
}
.link-button[class*="icon-"] {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 11px center;
} 
.link-button.icon-hint {
	background-image: url(../images/tools/box_hint_white.png);
}
.link-button.icon-download {
	background-image: url(../images/tools/box_download_white.png);
}
.link-button.icon-quote {
	background-image: url(../images/tools/box_quote_white.png);
}
.link-button.icon-video {
	background-image: url(../images/tools/box_video_white.png);
}
.link-button.icon-music {
	background-image: url(../images/tools/box_music_white.png);
}