*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
}

#page{
	/* The main container div */
	width:950px;
	margin:0 auto 10px;
	overflow:hidden;
	position:relative;
}

#legal
{
    margin:0px auto;
    width:940px;
    overflow:hidden;
}

#legal .legalPanel
{
    display:none;
    margin-top:5px;
    overflow:hidden;
    height:120px;
}

#legal p
{
    padding-bottom:2px;
    text-align:justify;
    font-size:.8em;
    color:#666;
}

#container
{
    margin:0;
    padding:0;
    width:950px;
    overflow:hidden;
}

#container .leftcorner
{
    width:6px;
    height:30px;
    background:url(images/bg_corners_h1.jpg) no-repeat 0 0;
    float:left;
    margin:0;
    padding:0;
}

#container .center
{
    width:933px;
    line-height:22px;
    height:30px;
    background:url(images/bg_middle_h1.jpg) repeat-x;
    float:left;
    margin:0;
    padding:0 0 0 5px;
    font-weight:bold;
}

#container .rightcorner
{
    width:6px;
    height:30px;
    background:url(images/bg_corners_h1.jpg) no-repeat -6px 0;
    float:left;
    margin:0;
    padding:0;
}

#container .inner
{
    width:918px;
    margin:0 auto;
    background:#fff;
    color:#262626;
    border:1px solid #ccc;
    border-top-width:0;
    padding:30px 10px 0;
}

#helpWalmart
{
    padding:0;
    margin:0;
}

#helpWalmart p
{
    display:block;
    margin:10px 0 18px;
    padding:0;
    text-align:justify;
}

#helpWalmart p img.barcode
{
    width:493px;
    height:145px;
    display:block;
    margin:0 auto;
}

#helpWalmart p span.red
{
    color:#ff0000;
}

#helpWalmart p span.blue
{
    color:#088fc5;
}

#searchContainer
{
    text-align:center;
    overflow:hidden;
    padding-bottom:5px;
    
	
	background-color:#80b339;
	border:1px solid #659325;
}

#searchForm{
	/* The search form. */
	width:505px;
	margin:0 auto;
	position:relative;
}

/* Auto complete styles */
.ui-autocomplete
{
    padding:0;
    margin:0;
    background:#fff;
    border:1px solid #ccc;
    border-top-width:0;
}

.ui-autocomplete li.ui-menu-item a
{
    margin:0;
    padding:2px 0 2px 5px;
    background:#fff;
    color:#262626;
    border:0;
    border-bottom:1px solid #ccc;
}

.ui-autocomplete li.ui-menu-item a:hover
{
    margin:0;
    padding:2px 0 2px 5px;
    background:#efefef;
    color:#262626;
    border:0;
    border-bottom:1px solid #ccc;
}

#header
{
    position:relative;
    height:59px;
    width:950px;
}

#header a.walmart-sams
{
    width:394px;
    height:56px;
    display:block;
    /* background:REd; */
    position:absolute;
    left:0;
    top:3px;
    /* background:url(images/walmart-sams.jpg) no-repeat; */
    border:0;
    text-decoration:none;
    text-indent:-10000px;
}

#header .title
{
    font-weight:bold;
    font-size:1.1em;
    width:auto;
    color: black;
    position:absolute;
    right:180px;
    top:33px;
}

#header a.help
{
    position:absolute;
    right:0;
    bottom:17px;
    width:auto;
    height:auto;
    padding:3px 6px;
    background:#088fc5;
    color:#fff;
    text-decoration:none;
}

#header a.help:hover
{
    background:#0882b3;
}

#header a.home
{
    position:absolute;
    right:93px;
    bottom:17px;
    width:auto;
    height:auto;
    padding:3px 6px;
    background:#088fc5;
    color:#fff;
    text-decoration:none;
}

#header a.home:hover
{
    background:#0882b3;
}

#footer
{
    margin:0 auto;
    width:950px;
    position:relative;
    height:110px;
    background:url(images/header.jpg) no-repeat bottom;
}

#footer .title
{
	font-style:italic;
    font-weight:bold;
    font-size:1.1em;
    position:absolute;
    left:500px;
    top:60px;
    width:auto;   
}

#footer h4.legal
{
    font-size:.9em;
    font-weight:normal;
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}

#footer h4.legal:hover
{
    text-decoration:underline;
}

fieldset{
	border:none;
	padding:10px;	
}

#sUPC{
	/* The UPC search text box. */
	
	border:1px solid #659325;
	background:url(images/bg_searchbox.jpg) no-repeat;
	color:#666;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	height:36px;
	
	line-height:36px;
	
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	width:350px;
}

#sPID{
	/* The Product name search text box. */
	
	border:1px solid #659325;
	background:url(images/bg_searchbox.jpg) no-repeat;
	color:#666;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	height:36px;
	
	line-height:36px;
	
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	width:350px;
}

#sARCHIVED{
	/* The Product name search text box. */
	
	border:1px solid #659325;
	background:url(images/bg_searchbox.jpg) no-repeat;
	color:#666;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	height:38px;
	
	line-height:36px;
	
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	width:387px;
}

/* The UL that contains the search type icons */

.icons
{
    width:300px;
	list-style:none;
	margin:10px 0 0 185px;
	height:19px;
	position:relative;
}

.icons li{
	/*background:url("images/icons.png") no-repeat;*/
	float:left;
	height:19px;
	cursor:pointer;
	margin-right:5px;
}

/* Styling each icon */

li.images{ width:100px;}
li.images.active,
li.images:hover{ color:#fff;}

li.news{ width:100px; }
li.news.active,
li.news:hover{ color:#fff; }

li.videos{ width:17px; background-position:right 0;}
li.videos.active,
li.videos:hover{ background-position:right bottom;}

span.arrow{
	/* The little arrow that moves below the icons */
	
	width:11px;
	height:6px;
	margin:21px 0 0 48px;
	position:absolute;
	background:url('images/arrow.png') no-repeat;
	left:0;
}

/* The submitUPC button */

#submitUPC{
	/*background:url('img/buttons.png') no-repeat;*/
	width:83px;
	height:38px;
	margin:0 0 0;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	border:1px solid #659325;
}

#submitUPC:hover{
	border:1px solid #517e12;
	text-decoration:underline;
}

/* The submitPID button */

#submitPID{
	/*background:url('img/buttons.png') no-repeat;*/
	width:83px;
	height:38px;
	margin:0 0 0;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	border:1px solid #659325;
}

#submitPID:hover{
	border:1px solid #517e12;
	text-decoration:underline;
}

/* The submitARCHIVED button */

#submitARCHIVED{
	/*background:url('img/buttons.png') no-repeat;*/
	width:83px;
	height:38px;
	margin:0 0 0;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	border:1px solid #659325;
}

#submitARCHIVED:hover{
	border:1px solid #517e12;
	text-decoration:underline;
}

/* The Search tutorialzine.com / Search the Web radio buttons */

#searchInContainer{
	float:left;
	margin-top:12px;
	width:330px;
}

label{
	color:#DDDDDD;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
	white-space:nowrap;
	/*float:left;*/
}

input[type=radio]{
	cursor:pointer;
	/*float:left;*/
}


/* Styling the search results */


.pageContainer{
	/* Holds each page with search results. Has an inset bottom border. */
	margin-bottom:10px;
}


p.notFound{
	text-align:center;
	padding:0 0 40px;
}


/* Web & news results */
news
#resultsDiv
{
}

.webResult 
{
    padding-top:15px;
    margin-bottom:15px; 
    background:url(images/bg_webresult.jpg) repeat-y right;
    border:1px solid #00a6e0;
    padding:0 0 15px;
}

.webResult h2{ 
	background-color:#00a6e0;
	
	font-size:1em;
	font-weight:bold;
	padding:8px 20px;
}
.webResult h2 b{ color:#fff; }
.webResult h2 a{ color:#fff;border:none;}
.webResult p{ line-height:1.5;padding:15px 20px;}
.webResult p b{ color:white;}
.webResult > a{ margin-left:20px;}
.webResult td{ line-height:1.5;padding:15px 20px;}


/* Image & video search results */


.imageResult{
	float:left;
	height:180px;
	margin:0 0 20px 40px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img{ display:block;border:none;}
.imageResult a.pic{
	border:1px solid #fff;
	outline:1px solid #777;
	display:block;
	margin:0 auto 15px;
}

/* The show more button */

#more
{
    text-align:center;
	width:75px;
	height:24px;
	line-height:24px;
	display:block;
	background:#f0f0f0;
	cursor:pointer;
	margin:40px auto;
	cursor:pointer;
	border:1px solid #659325;
}

#more:hover{
	background:#e8e8e8;
}



/* Giving Credit */

p.credit{
	margin:20px 0;
	text-align:center;
}

p.credit a{
	background-color:#9acb55;
	color:#37550d;
	font-size:1em;
	padding:4px 8px;
	
}

p.credit a:hover{
	background-color:#89bd40;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #51791a;
	color:#51791a;
}

a:hover
{
    color:#345506;
	border-bottom:1px dotted #345506;
}

.clear{
	clear:both;
	height:0;
}

TABLE#tblMaster TD#celLeft, TABLE#tblMaster TD#celRight{
	width: 150px;
	vertical-align: top;
	padding: 10px;
}

.pdf {
  display: block; /* Or float left, whichever is necessary... */
  width: 800px;
  height: 15px;
  background-image: url(images/btn_pdf.png);
  background-repeat:no-repeat; 
  padding:0px 0px 0px 20px;
  cursor:pointer; 
}

a.footer
{
    text-decoration:none;
    color:white;
    font-weight:normal;
    border-bottom:0px;
    padding: 0px 0px 0px 50px;
}

.marginTop
{
    margin-top:20px !important;
}