
/*tour*/

#tour {
	background-color: #ffffcc;
	
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 18px 20px;
	border-bottom: 2px solid #cccc99;
	text-align: left;
	z-index: 700;
}

#tour #arrow {
	background: url('/images/arrow-down-24bit.png') no-repeat 50% bottom transparent;
	width: 90px;
	height: 0px;
	position: absolute;
	top: 50px;
	left: -9999px;
	margin-left: -25px;
	text-indent: -9999px;
}

#tour p {
	font-size: 1.4em;
	color: #666633;
	font-style: italic;
}

#tour p strong {
	font-style: italic;
}

#tour p a {
	color: #666633;
	font-weight: bold;
}

#tour .close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 17px;
	text-indent: -9999px;
	background: #ffffcc url('/images/sprites.png') no-repeat scroll center -840px;
	vertical-align: middle;
	/*CSS3 properties*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#tour .close:hover{
	background: #ffffcc url('/images/sprites.png') no-repeat scroll center -860px;
}

#tour p {
    font-size: 1.4em;
    color: #666633;
    font-style: italic;
}

#tour p strong {
    font-style: italic;
}

#tour p a {
    color: #666633;
    font-weight: bold;
}

.close_tour {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 17px;
    text-indent: -9999px;
    background: #ffffcc url('/images/sprites.png') no-repeat scroll center -840px;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -webkit-border-radius: 3px;
        
}

.close_tour:hover{
    background: #ffffcc url('/images/sprites.png') no-repeat scroll center -860px;
}