/* xCartMod.com - Power Filter */
#GuidedNav {
	float: left;
	width: 100%;
	/*background: url(images/guidednav_bg.gif) #FFFBD3 bottom repeat-x;*/
	font-size: 100%;
	margin: 0px 0px 0px 0px;
}
#GuidedNav img {
	padding: 0px 2px 0px 0px;
}
#GuidedNav ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#GuidedNav li {
	width:92px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right:4px;
	background-image: url(/static/images/viewtab.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#GuidedNav a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 8px 10px 9px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.25em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
#GuidedNav a:hover {
	color: #FF9900;
}
#GuidedNav .GuidedTitleCurrent {
	background-image: url(/static/images/viewtab_active.png);
}
#GuidedNav .GuidedTitleCurrent a {
	padding-bottom: 9px;
	color: #000000;
}
#GuidedNav li.GuidedTitleCurrent {
}
#GuidedNav .GuidedTitleOff {
	background-image: url(/static/images/viewtab333.gif);
}
#GuidedNav .GuidedTitleOff a {
	font-weight: normal;
	color: #aaa;
}
.GuidedContent {
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	background: url(/static/images/viewtab_last_active.gif) top right no-repeat;
	background-color:#f0f3f4;
}
.GuidedContentMain {
	padding: 0px;
	margin: -2px 0px 0px 0px;
	/*background: url(images/guidedcontent_bg.gif) bottom repeat-x;*/
}
.GuidedContent a {
	color: #333;
	text-decoration: none;
}
.GuidedContent a:hover {
	color: #6d8790;
	text-decoration:underline;
}
.GuidedContentNumber {
	color: #888;
}
.GuidedContent ul{
	padding: 10px 0;
}
.GuidedContent ul li{
	padding: 3px;
	display: inline;
}
a.pwrtab{
	color: #ffffff;
	text-decoration: none;
}
a.pwrtab:hover{
	color: #ffffff !important;
	text-decoration: underline  !important;
}

#RemoveFilter {
	margin: 7px 0px 10px 0px;
	font-size: 100%;
}
#RemoveFilter .Cross {
	color: #CC0000;
	padding: 0px 5px 0px 0px;
}
#RemoveFilter a {
	color: #333;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	background: none;
	display: inline;
}
#RemoveFilter ul {
	margin: 0px;
	padding: 5px 5px 7px 5px;
	background: #F1F1F1;
	-moz-border-radius: 5px;
}
#RemoveFilter li {
	list-style: none;
	display: inline;
	padding: 1px 5px 2px 5px;
	margin: 0px 2px 0px 0px;
	background: #FFF;
	-moz-border-radius: 4px;
	font-size: 100%;
}
#RemoveFilter li.NoBorder {
	border: 0px;
	padding-left: 0px;
	background: none;
}
/* xCartMod.com - Power Filter */