
/* product tour */
.m_product_tour_div {
	background-color: white;
	color: black;
	width: 500;
}

.m_product_tour_table {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #808080;
}

.m_product_tour_info_table {
	width:490px;
	text-align: left;
}

.m_product_tour_image
{
	width: 10px;
	height: 10px;
}

.m_product_tour_header_current {
	height: 24px;
	background: url(images/tour_btn_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: inherit;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

.m_product_tour_header {
	height: 24px;
	background: url(images/tour_btn_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: inherit;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

.m_product_tour_content_current {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE;
	color: inherit;
	overflow: visible;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: #908D84;
	text-align: left;
}

.m_product_tour_content {
	display: none;
}

.m_product_tour_link { 
	text-align: right;
    text-decoration: underline;
}

.m_product_tour_spacer {
	height: 4px;
}

