@charset "UTF-8";
/**
 * basic styles
 *
 * @since 2009-9-23 13:18
 * @copyright www.xiaop.net
 * @author xiaop < xiaop@xiaop.net >
 *
 * SVN: $Id: basic.css 201 2010-01-03 18:26:02Z xiaop $
 */

*{
	background: transparent;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	} 
body{
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 12px;
}
a,
a:link{
	color: #13375C;
	text-decoration: none;
}
a:hover,
a:active:hover,
a:visited:hover{
	color: #A31022;
	text-decoration: underline;
}


/* comment */

/* frame */
#container{
	text-align: center;
}
.wrapper{
	width: 778px;
	text-align: left;
	margin: 6px auto 0 auto;
}
#siteHeader{
	text-align: left;
	margin-top: 18px;
}
#siteMain{
min-height: 400px;
	margin-bottom: 5em;
}
#siteContent{
	float: right;
	text-align: left;
	width: 600px;
}
#siteSidebar{
	float: left;
	text-align: left;
	width: 168px;
	background: #efefef;
	border: 1px solid #ccc;
}
.headingSidebar{
	font-size: 12px;
	color: #a31022;
	background: #ddd;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 1em;
}
#siteFooter{
	margin-top: 1em;
	padding-top: 1.8em;
	/* border-top: 1px solid #ccc; */
	text-align: center;
	font: 12px/1.5em Verdana, Tahoma, serif, sans-serif;
	color: #666;
	background: url(i/color.gif) no-repeat center top;
	}
	#siteFooter p{
		padding: 0.6em 0 1em 0;
		margin: 0;
	}
	#siteFooter a{
		color: #888;
		text-decoration: none;
	}
	#siteFooter small{
		font-size: 10px !important;
	}
	#siteFooter small a{
		color: #666;
		text-decoration : none;
		padding: 0;
}
#debuginfo small{
	font-family: Verdana, Tahoma, serif, sans-serif !important;
	font-size: 11px !important;
}
