html
{
	background: url(/img/background.png) repeat-x top center #fff;
	margin: 0; padding: 0;
}

body
{
	background: url(/img/head.png) no-repeat top center;
	width: 1056px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 13px;
}

#wrapper
{	
	width: 1004px;
	margin: 0 auto;
}

#header
{
	height: 85px;
	position: relative;
	overflow: hidden;
}

#headlink
{
	position: absolute;
	width: 330px;
	height: 45px;
	top: 40px;
	outline: none;
}

#top
{	
	background: url(/img/pagetop.png) no-repeat top center;
	height: 20px;
}

#footer
{
	background: url(/img/pagefooter.png) no-repeat top center;
	min-height: 16px;
	padding-top: 16px;
	text-align: right;
	font-size: 10px;
	color: #aaa;
}

#main
{
	position: relative;
	overflow: hidden;
	background: url(/img/pagebody.png) repeat-y top center;
}


#sidebar
{
	width: 190px;
	background: url(/img/sidebar.png) no-repeat top left;
	border-right: 1px solid #ccc;
	margin: 0 0 5px 5px;
	float: left;
}

#sidebar ul
{
	padding: 0 0 0 20px; margin: 0;
	list-style-type: square;
}

#sidebar ul li
{
	color: #888;
	line-height: 24px;
}

#sidebar ul li:hover
{
	color: #000;
}

#sidebar ul li a 
{
	text-decoration: none;

}


#contents
{
	margin: 0 15px 0 5px;
	float: right;
	width: 770px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222;
	padding: 0;
}

h2
{
    font-size: 24px;
    font-weight: 200;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

h3
{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 5px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
{
    color: #2f71ca;
}


#user_connect
{
	position: absolute;
	left: 500px;
	width: 500px;
	text-align: right;
	top: 40px;
	font-size: x-small;
	color: #777;
}

.flashmessage
{
	text-align: center;
	padding: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	border-left: 0; border-right: 0;
}

.error
{
	border: 2px solid #f00;
	background: #faa;
}
.info
{
	border: 2px solid #f00;
	background: #faa;
}
.success
{
	border: 2px solid #090;
	background: #afa;
}


.flashmessage
{
	text-align: center;
	padding: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	border-left: 0; border-right: 0;
}

dl.inline dt
{
	clear: left;
	float: left;
	width: 130px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

dl.inline dd
{
	margin-left: 130px;
	padding-left: 20px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.graph_container
{
	overflow: hidden;
	position: relative;
	height: 22px;
	background: url(/img/progress_empty.png) no-repeat left top;
	padding: 0;
	margin: 10px 0;
}

.graph_placeholder
{
	float: left;
	width: 500px;
}

.graph
{
	float: left;
	margin: 0;
	height: 22px;
	background: url(/img/progress_full.png) no-repeat left top;
}

.graph_label
{
	line-height: 22px;
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

.graph_hint
{
	position: absolute;
	width: 485px;
	text-align: center;
	display: block;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}

p
{
	text-indent: 2em;
	line-height: 1.5em;
	margin: 2em 0;
	text-align: justify;
}

p a
{
	
}

p strong
{
	color: #014;
}



.thumb
{
	border: 1px solid #333;
}

.legend
{
	display: block;
	font-size: 10px;
	color: #555;
	line-height: 12px;
	text-align: center;
	margin-bottom: 10px;
}


td.suggest span
{
    font-size: 10px;
    color: #aaa;
    display: block;
}

.ctr
{
    text-align: center;
    padding: 5px 20px!important;
}
.hd
{
    width: 200px;
    color: #444;
    font-size: 11px;
}

a.buy
{
    padding: 4px;
    border: 1px solid #222;
    font-weight: bold;
    color: #222;
    background: #ccf;
    margin: 10px 4px 4px 4px;  
}

.n
{
    background-color: #fdd;
}

.s
{
    background-color: #ffd;
}

.y
{
    background-color: #dfd;
}

.hd span
{
	display: block;
	font-style: italic;
}

#contents ul
{
	padding: 0;
	margin: -1em 0 1em 3em;
	list-style-type: square;
	line-height: 1.6em;
}

#contents li strong
{
	color: #c30;
}

#zcelogo
{
	float: right;
	margin: 0.5em 0 1em 2em;
}

ul.expd li
{
	margin-bottom: 1em;
}

#contents ul.expd li strong
{
	color: #014;
}