/* CSS Document */
@charset "utf-8";
#hunt3, #hunt3 *, #hunt3gr, #hunt3gr *, #hunt3ea, #hunt3ea * {
	margin:0px;
	padding:0px;
	font-size:11px;
	}
#hunt3 {
	float:left;
	margin:0px;
    padding:0px;
	width:780px;
	background-repeat: repeat-x;
	background-position: left center;	/*opacity:.999; added to prevent flicker from drop down in Firefox on a Mac */
	}	
#hunt3 ul {
	background:#ffffff; /*IE6 needs this*/
	}
#hunt3 li, #hunt3gr li, #hunt3ea li { /*categories/menu default list style*/
	float:left;
	list-style:none;
	position:relative;
	z-index:9999;
	background-image: url(../images/nav_seperator.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 17px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 12px;
	text-transform: capitalize;
}
#hunt3 a, 
#hunt3gr a,
#hunt3ea a {  /*categories/menu default a style*/
	display:block;
	float:left;
	text-decoration:none;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#hunt3 a:active, #hunt3 a:focus, #hunt3 a:visited,
#hunt3gr a:active, #hunt3gr a:focus, #hunt3gr a:visited,
#hunt3ea a:active, #hunt3ea a:focus, #hunt3ea a:visited {
     text-decoration:none;}

#hunt3 li:hover, #hunt3 li.sfHover,
#hunt3 li:hover a.catList, #hunt3 li.sfHover a.catList,
#hunt3 li a.catList:focus, #hunt3 li a:hover, #hunt3 li a:active {
     color: #DDED32;
	}
#hunt3 li a:hover { 
	text-decoration:none;
	}
#hunt3gr li a:hover, #hunt3ea li a:hover  { 
	text-decoration:underline;
	}
#hunt3 li:hover > a, #hunt3 li.sfHover > a { /*style when hovering on categories */   
	color:#668800;
	font-weight:bold;
	text-decoration:none;}

#hunt3 * a.catList:hover {
    color:#859F09;
	font-weight:bold;
	text-decoration:none;}
		
#hunt3 * a.catList:focus, #hunt3 * a.catList:active {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;}
/* +++++++++++++  Begin HUNT 4 (Header Upper Nav Tier 4) +++++++++++++  */
#hunt3 li ul { /* menu default UL setting */
	float:none;
	top:-999em;
	position:absolute;
	border-bottom:1px solid #093766;	
	width:160px;
	margin-top:6px;
	z-index:100;
	padding:8px 2px 5px 2px;
	background: #4981ba;}
#hunt3 li ul.col1 { /*menu column 1*/
	border-left:1px solid #093766;
	width: 150px;
	background: #4981ba;
	}
#hunt3 li ul.col2 {  /*menu column 2*/
	margin-left:150px;
	background:#4981ba  url(../images/dot_vert.gif) 0 repeat-y;
	}
#hunt3 li ul.col3 {  /*menu column 3  */
	margin-left:300px; 
	border-right:1px solid #093766;
	background:#4981ba  url(../images/dot_vert.gif) 0 repeat-y;
	}
#hunt3 li ul.col4 {  /*menu column 4*/
	margin-left:450px; 
	border-right:1px solid #093766;
	background:#4981ba  url(../images/dot_vert.gif) 0 repeat-y;
	}
#hunt3 li ul.col5 {  /*menu column 5*/
	margin-left:600px; 
	border-right:1px solid #093766;
	background:#4981ba  url(../images/dot_vert.gif) 0 repeat-y;
	}
/* BEGIN menu LI LI styling */
#hunt3 li li {
	background:#4981ba;
	padding-left:0px;
	padding-top:0px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
#hunt3 li li a {
	float:none;
	width:140px;   /* width:150px;*/
	padding:2px 0px 2px 4px;
	border:0px solid #fff;
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-transform:uppercase;
}
#hunt3 li li a:hover {
	border:0px solid #fff;
	position:relative;
	padding-bottom:2px;
	top:0px;
	text-decoration:none;
	font-weight:normal;}

#hunt3 li li:hover > a, #hunt3 li li.sfHover > a {
	color:#B9DE2E;
	width:140px;
	padding-bottom:2px;
	font-weight:normal;
	text-decoration:none;}/*  +++++++++++++ END menu styling +++++++++++++  */
/* +++++++++++++  BEGIN these styles determines the position and height of the menu +++++++++++++  */

#hunt3 li:hover ul, ul#hunt3 li.sfHover ul {
	left:0px;
	top:23px;}
	
	#hunt4 {
	left:0px;
	top:25px;}
#hunt3 li:hover ul.campNav, ul#hunt3 li.sfHover ul.campNav {height:450px;} 
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top:-999em;}
body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #fcfff4;
	background-repeat: repeat;
	background-position: left top;
	/*text-transform: capitalize;*/
}
img {
	border: 0
}

/*a {
	text-decoration: none;
	color: #376CA2;
}
a:hover {
	text-decoration: underline;
}
a:active
{
  outline: none;
}*/
.te {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
:focus
{
  -moz-outline-style: none;
}
#top {
	width: 100%;
	background-image: url(../images/bg-top.jpg);
	clear: both;
}
.topContent {
	width: 1000px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#logo {
	float: left;
	width: auto;
}
#topRight {
	float: right;
	margin-top: 8px;
	width: 379px;
}
#topRight a, #topRight a:visited {
	color: #376CA2;
	text-decoration:none;
}
#topRight a:hover {
	color:#60AC1E;
	text-decoration:underline;	
}
.login1 {
	float:right;
}
#topSearch {
	background-image: url(../images/bg-search.jpg);
	background-repeat: no-repeat;
	width: 379px;
	height: 75px;
	float: right;
	margin-top: 10px;
	font-size:11px;
}
.topSearchP {
	padding: 10px;
}
input#search {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 4px;
	width: 165px;
}
input#search:focus {
	background-color: #F0F9DE;
}
.go {
	float: right;
	margin-top: 0px;
}
.email {
	padding-top: 5px;
	margin-left: 162px;
	clear:both;
}
#nav-wrap {
	width: 100%;
	background-image: url(../images/bg-links.jpg);
	background-repeat:repeat-x;
	clear: both;
}
#nav-container {
	width:1000px;
	margin:0px auto;
	position:relative;	
}
.linksContent {
	width: 1000px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
#linkB {
	float: left;
}
#cartTop {
	float: right;
	background-image: url(../images/bg-cart.jpg);
	background-repeat: no-repeat;
	width: 216px;
	height: 50px;
}
#cartText {
	margin-top: 18px;
	margin-left: 40px;
	font-size:11px;
	color: #000000;
}
#cartText a, #cartText a:visited {
	color: #000000;
	text-transform:capitalize;
}
#main {
	width: 100%;
	background-image: url(../images/bg-main.jpg);
	clear: both;
	
}
.mainContent {
	width: 1000px;
	margin: auto;
	margin-top: 13px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#banner {
	float: left;
	width: 629px;
}
#reward {
	float:left;
	background-image: url(../images/bg-reward.jpg);
	background-repeat: no-repeat;
	height: 301px;
	width:369px;
	overflow:hidden;
}
.rewardText {
	color: #336699;
	height: 225px;
	width: 338px;
	margin: 15px 0px 0px 16px;
	padding:0px;
	overflow:hidden;
	font-size:11px;
}
#reward h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #539C1D;
	padding:0px;
	margin: 0px 0px 10px 0px;
}
#reward ul {
	padding:0px 0px 0px 16px;
	margin: 0px;
}
.rewardText a{
	color: #60AC1E;
    text-decoration:underline;
}
.rewardText a:hover{
	text-decoration: none;
    color:#376CA2;	
}
.gText {
	color: #539C1D;
	font-weight: bold;
}

#join {
	float: right;
	padding: 12px 16px 0px 0px;
	margin:0px;
}

#tab {
	float: left;
	height: 168px;
	width: 188px;
	margin: 16px 0px 0px 0px;
}
.tab1 {
	float: left;
	width: 186px;
	margin: 16px 0px 0px 0px;
	padding-bottom:10px;
}
.tab {
	float: left;
	width: 186px;
	margin: 0px;
	padding-bottom:10px;
}
#tabB {
	float: left;
	height: 168px;
	width: 188px;
	margin: 16px 0px 0px 15px;

}
.tabS {
	background-image: url(../images/t-special.png);
	background-repeat: no-repeat;
	height: 154px;
}

#tabG {
	float: left;
	width: 188px;
	margin: 16px 0px 0px 15px;
}

#specialImage {
	float: left;
	padding: 6px;
	margin-top: 28px;
}

#specialImage img {
	width:51px;
	height:auto;
}

#specialText {
	float: left;
	margin-top: 0px;
	width: 110px;
	height:89px;
	overflow:hidden;
	padding:30px 4px 4px;
	font-size:11px;
}
#specialText1 {
	float: left;
	margin-top: 0px;
	width: 110px;
	height:89px;
	overflow:hidden;
	padding:4px 4px 4px;
	font-size:11px;
}
#specialTitle {
	float:left;
	margin-top:25px;
	width: 110px;
	height: 15px;
	overflow:hidden;
	padding: 4px 4px 0px;
	font-size:11px;
	color: #376CA2;
	font-weight:bold;
}
#specialTitle a, #specialTitle a:visited {
	color: #376CA2;
	text-decoration:none;
}
#specialTitle a:hover {
	color:#60AC1E;
	text-decoration:underline;
}
#mid {
	width: 100%;
	background-image: url(../images/bg-mid.jpg);
	clear: both;
}

.midContent {
	width: 1000px;
	height: 193px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

#midTab {
	width: 389px;
	height: 152px;
	background-image: url(../images/bg-midc.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
}

#midTabOpen {
	float: left;
	margin-top: 20px;
	margin-left: 17px;
	margin-right: 17px;
	width:186px;
}

#midContent {
	width: 353px;
	margin: auto;
	margin-top: 16px;
	overflow:hidden;
}
#midContent a, #midContent a:visited {
	color: #376CA2;
	text-decoration:none;
}
#midContent a:hover {
	color:#60AC1E;
	text-decoration:underline;
}
.newscontent {
	height: 80px;
	padding: 5px 0px;
	overflow: hidden;
	font-size:11px;
}
#midContent p {
	padding:0px;
	margin:5px 0px;
}

#fpImage {
	float: left;
	width: 132px;
	padding: 6px;
	margin-top: 6px;
}
#fpImage img {
	max-width: 100px;
	max-height: 100px;
}
#fpText {
	float: left;
	padding: 0px 6px 0px 6px;
	margin-left: 8px;
	width: 186px;
	height:110px;
	overflow: hidden;
	font-size:11px;
}
.pageheading {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5995D3;
}
.title {
	font-size: 11px;
	color: #376CA2;
	font-weight: bold;
}
.title a, .title a:visited {
	font-size: 11px;
	color: #376CA2;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.title a:hover {
	color:#60AC1E;
	text-decoration: underline;
}
.cat-title {
	font-size: 16px;
	color: #376CA2;
	font-weight: bold;
	text-transform:uppercase;
}
#artLink {
	float: right;
	padding: 0px 0px 0px 5px;
}
#artLink a {
	font-size: 11px;	
}
#artLink2 {
	float: right;
	padding: 3px 0px 0px 5px;
}
#artLink2 a {
	font-size: 11px;	
}
.left {
	float:left;
}
.right {
	float: right;	
}
#footer {
	width: 100%;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	font-size:11px;
	line-height:18px;
}

.footerContent {
	width: 1000px;
	height: 100px;
	margin: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.footerContent a, .footerContent a:visited {
	color: #376CA2;
	text-decoration:none;
}
.footerContent a:hover {
	color:#60AC1E;
	text-decoration:underline;
}	
#linkOT {
	float: left;
	padding-top: 15px;
}
#linkF {
	float: left;
	padding-top: 20px;
}
div.AuthorizeNetSeal {
	width: 50px;
}
.AuthorizeNetSeal img {
	height: 39px;
	width: auto;
}
#sub {
	width: 100%;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAD0;
	clear: both;
}

.subContent {
	width: 1000px;
	margin: auto;
	clear:both;
	overflow-x: hidden;
	overflow-y: hidden;
}

#subLinks {
	width: 160px;
	float: left;
	background-color: #FFF;
	height: 100%;
	padding: 20px;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.sub  {
	font-weight: bold;
	font-size: 12px;
	color: #61AC1E;
	text-decoration:none;
}
a:hover.sub  {
	color: #376CA2;
	text-decoration:underline;
}

.subSelect {
	font-size: 12px;
	color: #376CA2;
	font-weight: bold;
	text-decoration: none;
	/*text-transform:uppercase;*/
}
#subMain {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	float: left;
	width: 780px;
}
#subMain a, #subMain a:visited {
	color: #376CA2;
	text-decoration: none;	
}
#subMain a:hover {
	color: #61AC1E;
	text-decoration:underline;
}
.bread {
	font-size: 12px;
	color: #376CA2;
}

.bread a, .bread a:visited {
	color: #376CA2;
	text-decoration:none;
}

.bread a:hover {
	text-decoration:underline;	
}

#nav {
	float: right;
	/*width: 255px;*/
	font-size:11px;
}
.sort-page {
	background-color:#DDDFB5;
	float:right;
	font-size:11px;
	padding:5px;
	width:100%;	
}

.list {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#bar {
	background-color: #C0C1A1;
	width: 100%;
	height: 2px;
}
#table-width {
	table-layout: fixed;
	width: 169px;
}
.proBox {
	background-color: #FFF;
	border: #C2C694 1px solid;
	width: 167px;
	height: 167px;
	max-height:167px;
	max-width: 167px;
	text-align: center;
	margin:0px 0px;
	padding:0px;
}
.proBox:hover {
	border: #60AC1E 1px solid;
}
.proBox img {
	max-width: 165px;
	max-height:165px;
	margin:0px 0px;
	padding:0px;
	/*height:auto;*/
	/*margin: 0px auto;*/
}
.proBoxLarge {
	background-color: #FFF;
	border: #C2C694 1px solid;
	padding: 10px;
	text-align: center;
}
img.proBoxLarge  {
	max-width: 190px;
	max-height: 190px;
	height:auto;
}
.save {
	font-weight: bold;
	color: #60AC1E;
}

.proText {
	line-height: 1.3;
}
.memberslogin {
background:transparent url(../images/b-memberslogin.png) no-repeat scroll 0 0;
display:block;
height:33px;
overflow:hidden;
text-indent:-9999px;
width:147px;
}
.memberslogin:hover {
background-position:0 -33px;
}
.go {
background:transparent url(../images/b-go.png) no-repeat scroll 0 0;
display:block;
height:31px;
overflow:hidden;
text-indent:-9999px;
width:30px;
}
.go:hover {
background-position:0 -31px;
}
.jointheclub {
background:transparent url(../images/b-jointheclub.png) no-repeat scroll 0 0;
display:block;
height:33px;
overflow:hidden;
text-indent:-9999px;
width:114px;
}
.jointheclub:hover {
background-position:0 -33px;
}
.add-to-cart {
background:transparent url(../images/b-addtocart-new.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:96px;
}
.add-to-cart:hover {
background-position:0 -25px;
}

.update {
background:transparent url(../images/update.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:96px;
cursor:pointer;
}
.update:hover {
background-position:0 -25px;
}
.cancel {
background:transparent url(../images/cancel.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:96px;
cursor:pointer;
}
.cancel:hover {
background-position:0 -25px;
}

.submit {
background:transparent url(../images/submit.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:96px;
cursor:pointer;
}
.submit:hover {
background-position:0 -25px;
}

.login {
background:transparent url(../images/login.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:96px;
cursor:pointer;
}
.login:hover {
background-position:0 -25px;
}

.continue-shop {
background:transparent url(../images/continue-shop.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:133px;
cursor:pointer;
}
.continue-shop:hover {
background-position:0 -25px;
}

.continue-checkout {
background:transparent url(../images/continue-checkout.png) no-repeat scroll 0 0;
display:block;
height:25px;
overflow:hidden;
text-indent:-9999px;
width:133px;
}
.continue-checkout:hover {
background-position:0 -25px;
}

.print {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:145px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/printpage.png);
	background-repeat: no-repeat;
	background-position: 0 0; cursor:pointer;
}
.print:hover {
background-position:0 -25px;
}
.return {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:145px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/return.png);
	background-repeat: no-repeat;
	background-position: 0 0; cursor:pointer;
}
.return:hover {
background-position:0 -25px;
}

.previous {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:121px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/previous.png);
	background-repeat: no-repeat;
	background-position: 0 0; cursor:pointer;
}
.previous:hover {
background-position:0 -25px;
}
.copycart {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:121px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/copycart.png);
	background-repeat: no-repeat;
	background-position: 0 0; cursor:pointer;
}
.copycart:hover {
background-position:0 -25px;
}
.details {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:92px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/details.png);
	background-repeat: no-repeat;
	background-position: 0 0; cursor:pointer;
}
.details:hover {
background-position:0 -25px;
}
.next {
background:transparent url(../images/b-next.png) no-repeat scroll 0 0;
display:block;
height:18px;
overflow:hidden;
text-indent:-9999px;
width:51px;
}
.next:hover {
background-position:0 -18px;
}

#pageText {
	width: 740px;
	float: left;
	padding:10px 0px 0px;
}
#pageText h1 {
	font-size: 18px;
	color: #376CA2;
}
#pageText h3, #pageText h3 a {
	font-size: 14px;
	color: #60AC1E;
}
#pageText a, #pageText a:visited {
	text-decoration: none;
	color: #376CA2;
}
#pageText a:hover {
	text-decoration: underline;
	color: #60AC1E;
}
#pageText a:active
{
  outline: none;
}
#pageText a.btt, #pageText a:visited.btt {
	font-size: 11px;
	text-decoration: none;
	color: #60AC1E;	
}
#pageText a:hover.btt {
	text-decoration: underline;
	color: #376CA2;	
}
.proCompleteText {
	line-height: 1.3;
	padding:0px 0px 30px 0px;
}
#pageTabs {
	width: 188px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.suggestedproducts {
	border-bottom: dashed 1px #999;
	height: 30px;
	padding-bottom:10px;
}
.suggestedrow {
	height:20px;
}
.producttitle {
	font-size: 16px;
	color: #376CA2;
	font-weight: bold;
	text-transform:uppercase;
}
.description {
	font-size: 12px;
	color: #60AC1E;
	font-weight: bold;
}
.ingredients {
	font-size: 12px;
	color: #60AC1E;
	font-weight: bold;
}
a.viewall {
	color: #60AC1E;
}
.top-menubg {
	background-image: url(../images/bg-links.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 100%;
}
.divder {
	height: 30px;
}
.shopping-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 9px;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
}

.shopping-title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 9px;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 39px;
}

.shop-brand-title{
	border: 1px solid #cdd0a6;
	background-color: #ececd4;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5fac1d;
	text-decoration: none;
}
.titl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #376CA2;
	text-decoration: none;
	width: 100%;
}
.shop-brand-content-width {
	width: 100%;
}
.re {
	width: 100%;
}
.show-brand-width {
	float: left;
	width: 25%;
}

/*Scott*/
div.pagination {
	padding:0px 3px;
	margin:0px 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B2E05D;
	font-weight: bold;
	background-color: #B2E05D;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 0px solid #f3f3f3;
	color: #f3f3f3;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
#searchField {
	width: 200px;
}

#results {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 12px;
	font-family: arial;
	padding: 0px;
	display: none;
	font-weight:bold;
	
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px;
}

#results .selected {
	background-color: #666;
	color: #fff;
}

#results .unselected {
	background-color: #F8FAEC;
	color: #666;
}

.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

.produt-con-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #80b30c;
	float:right;
	padding:5px;
	margin-top:3px;
	margin-bottom:10px;
	width:100%;
}
