/**
 * @file
 * @project 688
 * @package sftheme
 * @site app3
 */
/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
.sf_pagetitle {
	display:none;
}

h1 {
	color:#000000;
}

/** 
 * @subsection buttons
 */
.btn {
	background-image:url(http://shop.missillinoiscountyfair.com/qsctemplates/Theme688/app3/images/688_btn_off.gif);
}

.btn:hover {
	background-image:url(http://shop.missillinoiscountyfair.com/qsctemplates/Theme688/app3/images/688_btn_on.gif);
}

/** 
 * @subsection header 
 */
#logo {
	float:left;
	margin:10px 10px 10px 0;
	border:none;
	text-decoration:none;
	background-color:transparent;
}

.slogan {
	font-size:13px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	margin-top:-10px;
}

/** 
 * @subsection category menubar 
 */
.sf_category_menubar {
	width:980px;
	margin:0 auto;
	z-index: 2;
	position: relative;
}

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar li {
	float:left;
	list-style:none outside none;
	margin:0 2px 0 0;
	min-width:1%;
	padding:0;
	white-space:nowrap;
	width:auto;
}

* html .sf_category_menubar li {
	width:1%;
}

.sf_category_menubar li a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	display:block;
	font-size:11px;
	margin:0;
	min-width:1%;
	padding:4px 10px;
	text-decoration:none;
	width:auto;
}

* html .sf_category_menubar li a {
	width:1%;
}

/**
 * @section category menubar  subnav
 */
.sf_category_menubar .subnav {
	padding:5px 10px 10px;
	margin: 0;
	list-style: none;
	float: right;
	width: 140px;
	position: absolute;
	left: -999em;
	z-index:1000;
}

.sf_category_menubar .subnav li {
	width:140px;
	white-space:wrap;
}

.sf_category_menubar .subnav li a {
	display: block;
	width:140px;
	padding:2px 0;
	margin:0;
	border-radius: 0;	
	-moz-border-radius:0;
	text-decoration:underline;
}

#menubar1 li:hover ul, 
#menubar1 li.sfhover ul {
	left: auto;
}

#menubar1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#menubar1 li:hover, 
#menubar1 li.hover {  
    position: static;  
} 

/** 
 * @subsection welcome 
 */
.welcome h1 {
	margin-bottom:10px;
	font-size:22px;
}

/** 
 * @subsection products and categories
 */
.products form {
	margin-bottom:0;
}

.content-category-header h4 {
	margin:0;
}

.content-product-header h4 {
	font-weight:bold;
	font-size:1em;
	padding:2px 5px;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	margin:0;
}

.search-results .content-product .content-product-header,
.content-product .content-product-header {
	margin:-8px -8px 10px;
}

/** 
 * @subsection upsell
 */
.upsell {
	font-size:11px;
}

.upsell td,
.upsell .upsell-header {
	padding:2px 5px;
}

/** 
 * @subsection advanced search
 */
.search-control.tips {
	font-size:11px;
	padding:10px;
	margin:20px 10px 10px;
	float:left;
	display:inline;
}

.tips ul {
	width:100%;
	clear:both;
}

.tips li {
	margin-bottom:8px;
	list-style-type:disc;
	margin-left:15px;
}

.search-form-container {
	font-size:11px;
	margin:0 3px;
	padding:5px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.search-form-container:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.search-form-container .btn {
	padding:0;
	margin:0;
}

/**
 * @section category tracker
 */
.category-tracker .cat ul {
	margin-left:15px;
}

.category-tracker .active {
	font-weight:bold;
}