.canDo .titleContainer {
	background: #ffffff url("/-/mychinavillage/images/canDoBKGnormal.png") repeat-x bottom;
	font: 14px/30px "Helvetica Neue", helvetica, arial, sans-serif;
	width: 718px;
	border: 1px solid #c7c7c7;
	margin: 5px 20px 0px 20px;
	cursor: pointer;
}

.canDo .titleContainer:hover {
	background: #d1d1d1 url("/-/mychinavillage/images/canDoBKGover.png") repeat-x bottom;
}

.canDo .titleContainer:hover .title span {
	background-position: bottom;	
}


.canDo .titleContainer span {
	width: 25px;
	height: 25px;
	margin-top: 3px;
	display: block;
	float: left;
	background: url("/-/mychinavillage/images/plusMinus.png") bottom;
}

.canDo .titleContainer .title span {
	width: auto;
	height: auto;
	padding-right: 5px;
	color: #888888;
	font-size: 13px;
	line-height: 25px;
	background: none;
	float: left;
	font-style: italic;
}

.canDo .titleContainer div.title {
	width: 683px;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
}

.canDo .titleContainer div.clear {
	width: 718px;
	height: 1px;
	display: block;
	float: none;
	clear: both;
}

.canDo .description {
	width: 688px;
	padding: 5px 0px 5px 0px;
	border: 1px solid #afafaf;
	overflow: hidden;
	border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: block;
	margin: 0px auto 0px auto;
	background: url("/-/mychinavillage/images/canDoDescBKG.png") top;
	font-size: 13px;
	line-height: 20px;
}

.canDo .description img {
	display: block;
	float: none;
	clear: both;
}

.canDo .description .step .title {
	width: 668px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	background-color: #373737;
	margin-top: 5px;
}

.canDo .description .step .title div {
	font: 13px/30px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #ffffff;
	width: 580px;
	float: left;
}

.canDo .description .step .title div span.switch {
	font: 12px/30px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #9a9a9a;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.canDo .description .step .title span.questNum {
	font: 11px/30px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #e5e5e5;
	font-style: italic;
	text-align: right;
	padding: 0px !important;
	width: 88px;
	display: block;
	float: left;
}

.canDo .description .step p.learner, .canDo .description .step p.partner {
	width: 668px;
	padding: 5px 10px 0px 10px;
	margin: 0px !important;
	font-size: 11px;
	text-indent: 1px;
}

.canDo p.partner {
	font-size: 15px !important;
	line-height: 20px !important;
} 

.canDo .description .step span {
	width: 668px;
	padding: 0px 10px 0px 10px;
	display: block;
	text-align: right;
}

.switch a.current {
	color: #e5e5e5 !important;
	text-decoration: underline !important;
	cursor: default;
}

.switch a.sLink:link, .switch a.sLink:visited {
	color: #9a9a9a;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	outline: none;
}

.switch a.sLink:hover, .switch a.sLink:active {
	color: #e5e5e5;
	text-decoration: none;
	outline: none;
}