#tour {}
#primary #tour .tour-navigation,
#tour .tour-attention {
	display: block;
	overflow: hidden;
	width: 100%;
	background: #00A0E1;
	padding: 0;
	margin: 0 0 5px 0 !important;
	color: #fff;
	position: relative;
	font-size: 14px;
}
#tour .tour-navigation *,
#tour .tour-attention {
	color: #fff;
	text-decoration: none;
}

#tour .tour-attention {
	width: auto;
	padding: 10px;
	border-top: 5px solid #fff;
}
#tour .tour-attention a {
	color: #fff;
	background: url("../images/tour-arrow-next.gif") no-repeat left 50%;
	padding-left: 20px;
}



#tour .tour-navigation li {
	list-style: none;
}
#tour .tour-navigation .tour-back {
	left: 20px;
	top: 0px;
	position:absolute;
	background: url("../images/tour-arrow-back.gif") no-repeat left 50%;
}
#tour .tour-navigation .tour-back a {
	padding-left: 20px;
}
#tour .tour-navigation .tour-pages {
	text-align: center;
}	
#tour .tour-navigation .tour-next {
	right: 20px;
	top: 0px;
	position:absolute;
	background: url("../images/tour-arrow-next.gif") no-repeat right 50%;
	
}

#tour .tour-navigation .tour-next a {
	padding-right: 20px;
}
#tour .tour-content {
	background: #EBF6FC;
	padding: 15px 15px 20px 15px;
	overflow: hidden;
	height: 1%;
}

#tour .tour-content * {
	color: #000;
}

#tour .tour-content img {
	border: 1px solid #00A0E1;
}

#tour .tour-content li,
#tour .tour-content ul {
	list-style-type: square;
	margin: 0 0 0.5em 0;
	line-height: 20px;
	padding: 0;
}
#tour .tour-content h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0;
	font-weight: bold;
	padding-bottom: 10px;
}
#tour .tour-left {
	float: left;
}
#tour .tour-right {
	float: right;
	width: 230px;
}
#tour .tour-right p,
#tour .tour-right ul {
	font-size: 14px;
	margin-top: 0;
}

#tour .tour-content .tour-right li,
#tour .tour-content .tour-right ul {
	list-style-type: square;
	margin: 0 0 0.5em 0;
	line-height: 16px;
	padding: 0;
}
