﻿/****** GLOBAL ******/
.m_help {
	float: left;
}
.m_help .icon {
	width: 16px;
	height: 16px;
	float: left;
}
.m_help .dropDown {
	float: left;
	width: 17px;
	cursor: pointer;
	height: 13px;
	margin-top: 2px;
}
.m_help .dropdownActive {
	float: left;
	width: 17px;
	cursor: pointer;
	height: 13px;
	margin-top: 2px;
	background: url(images/btn_active.gif) no-repeat;
}
.m_help .text {
	float: left;
	padding: 2px 6px 0 4px;
	cursor: pointer;
}

.m_helpPanel {
	position: absolute;
	line-height: 16px;
	cursor: default;
}
.m_helpPanel a {
	color: #fff;
	display: block;
	text-decoration: none !important;
	width: 110px;
	height: 26px;
	padding: 0 0 0 20px;
	background: url(../Foundation/images/Common/placeholder.gif) no-repeat;
}
.m_helpPanel .btnFAQ {
	background: url(images/btn_faq.gif) no-repeat;
}
.m_helpPanel .btnWhatisPhart {
	background: url(images/btn_whatis.gif) no-repeat;
}
.m_helpPanel .btnHowTo {
	background: url(images/btn_howto.gif) no-repeat;
}
.m_helpPanel .btnSiteTour {
	background: url(images/btn_tour.gif) no-repeat;
}
.m_helpPanel a:hover {
	text-decoration: underline !important;
}
.m_helpPanel .items {
	padding: 14px 0 0 10px;
	width: 138px;
	background: #000;
}
.m_helpPanel .top {
	background: url(images/bg_top.gif) no-repeat;
	height: 4px;
	width: 148px;
}
.m_helpPanel .bottom {
	background: url(images/bg_bot.gif) no-repeat;
	height: 16px;
	width: 148px;
}
/****** Themes ******/
/****** blue ******/
.blue .m_help .dropDown {
	background: url(images/btn_blue.gif) no-repeat;
}

/****** gray ********/
.gray .m_help .dropDown {
	background: url(images/btn_gray.gif) no-repeat;
}
/****** red ********/
.red .m_help .dropDown {
	background: url(images/btn_red.gif) no-repeat;
}
/****** green ********/
.green .m_help .dropDown {
	background: url(images/btn_green.gif) no-repeat;
}

/****** yellow ********/
.yellow .m_help .dropDown {
	background: url(images/btn_yellow.gif) no-repeat;
}
/****** pink ********/
.pink .m_help .dropDown {
	background: url(images/btn_pink.gif) no-repeat;
}

/****** orange ********/
.orange .m_help .dropDown {
	background: url(images/btn_orange.gif) no-repeat;
}
