/* xCartMod.com - Power Filter */
#GuidedNav {
	float: left;
	width: 100%;
	background: url(images/guidednav_bg.png) bottom repeat-x;
	font-size: 100%;	
	margin: 0;
	padding:10px 0px 0px 0px;
}
#GuidedNav img {
	padding: 0px 2px 0px 0px;
}
#GuidedNav ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#GuidedNav li {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0;
	background: url(images/guidedtab_right_off.gif) top right no-repeat;
	
}
#GuidedNav a {
	display: block;
	background: url(images/guidedtab_left_off.gif) top left no-repeat;
	padding: 4px 10px 3px 10px;
	outline:none;
	text-decoration: none;
	color: #333333;
}
#GuidedNav a:hover {
	color: #df6413;
}
#GuidedNav .GuidedTitleCurrent {
	background: url(images/guidedtab_right_on.gif) right top no-repeat;
}
#GuidedNav .GuidedTitleCurrent a {
	background: url(images/guidedtab_left_on.gif) left top no-repeat;
	font-weight: bolder;
	
}
#GuidedNav li.GuidedTitleCurrent {
	border-bottom: 1px solid #fbfbfb;
}
#GuidedNav .GuidedTitleOff {
	background: url(images/guidedtab_right_off.gif) right top no-repeat;
}
#GuidedNav .GuidedTitleOff a {
	background: url(images/guidedtab_left_off.gif) left top no-repeat;
	font-weight: normal;
	color: #DDD;
}
.GuidedContent {
	float:left;
	width:100%;
	border-bottom: 1px solid #c0c5c8;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/guidedcontent_bg.gif) bottom repeat-x;
}
.GuidedContent a {
	color: #495B76;
	text-decoration: none;
	font-weight: bolder;
}
.GuidedContent a:hover {
	font-weight: bolder;
	text-decoration: underline;
}
.GuidedContentNumber {
	color: #333;
}
.GuidedContent ul{
	float:left;
	margin:0px;
	padding: 5px;
}
.GuidedContent ul li{
	padding: 5px 10px;
	display: inline;
}
#RemoveFilter {
	margin: 7px 0px 0px 0px;
	font-size: 100%;
	border-bottom: 1px solid #c0c5c8;
}
#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 5px 5px;
	background: #f7f7f7;
	border-top: 1px solid #c0c5c8;
	
}
#RemoveFilter li {
	list-style: none;
	display: inline;
	padding: 1px 5px 2px 5px;
	margin: 0px 2px 0px 0px;
	border: 1px solid #c0c5c8;
	background: #FFF;
	
	font-size: 100%;
}
#RemoveFilter li.NoBorder {
	border: 0px;
	padding-left: 0px;
	background: none;
}
/* xCartMod.com - Power Filter */