﻿
div.tour-flash
{
	float:left;
}

div.tour-content
{
	float:left;
	width:320px;
	height:300px;
	padding-right:-20px;
	overflow-y:auto;
}

div.tour-content p
{
	padding:0 15px 15px;
}

div.tour-buttons
{
	padding-top:20px;
	padding-bottom:10px;
	float:right;
}

#subnav ul li
{
	background: url("../images/h1-tour-sidebar-10steps.gif") no-repeat 0 20px;	/* add the page specific graphic that appears here ***/
}

#subnav ul li ul
{
	margin-top: 76px;		/* leave room for the above graphic */ 
	padding-left: 0;		/* remove the 4px padding of the general rule */
}

#subnav ul li ul li
{
	background: none;		/* remove the background image that gets inherited from above */
}

* html #subnav ul li ul li a
{
	width: 77px;			/* fixes weird IE box-model issue - different value from general rules (above) because of weird text indent we're doing here */
}
