@font-face {
    font-family: ul;
    src: URL('../fonts/TheSans-Regular_44265.ttf') format('truetype');
}

*{
	margin:0;
	padding:0;
}

body {
    font-size: 1em;
    color: #939598;
    font-family: ul, Arial;
}

select {
    font-size: 1em;
}

.page{
	/* The main container div */
	width:950px;
	margin:0 auto 10px;
	overflow:hidden;
	position:relative;
    display: flex;
}

.legal {
    margin-top: 130px;
    font-size: 0.8em;
}

.legal h1 {
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #666;
}

#search-tips {
    padding-top: 13px;
    margin: 0px auto;
    overflow: hidden;
    font-size: .8em;
}

#search-tips .search-tipsPanel
{
    display:none;
    margin-top:5px;
    overflow:hidden;
    margin-bottom:15px;
}

#search-tips p
{
    padding-bottom:2px;
    text-align:justify;
}


#search-tips h4.search-tips {
    font-weight: normal;
    cursor: pointer;
    text-align: right;
    color: #005189;
    text-decoration: underline;
}

/*#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 {
    background: #fff;
    color: #262626;
    border: 1px solid #f0f1f3;
    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 #f0f1f3;*/
}

#searchForm{
	/* The search form. */
	width:520px;
	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:95px;
    display: flex;
    margin-top: 15px;
}

.header .title
{
    font-weight:bold;
    font-size:1.5em;
    width:auto;
    color: black;
    display: block;
    padding-top: 18px;
    margin-bottom: 18px;
}

.header a.help
{
    position:absolute;
    right:0;
    bottom:46px;
    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:46px;
    width:auto;
    height:auto;
    padding:3px 6px;
    background:#088fc5;
    color:#fff;
    text-decoration:none;
}

.header a.home:hover
{
    background:#0882b3;
}

.header a.walmart-sams
{
    width:394px;
    height:56px;
    display:block;
    position:absolute;
    left:0;
    top:3px;
    border:0;
    text-decoration:none;
    text-indent:-10000px;
}

#footer
{
    text-align: left;
    display: flex;
    margin-top: 35px;
    color: #666;
}


#footer span {
    display:inline-block;
    padding-top: 15px
}

#footer .title
{
	font-style:italic;
    font-weight:bold;
    font-size:1.1em;
    position:absolute;
    left:500px;
    top:60px;
    width:auto;
}

fieldset{
	border:none;
	padding:10px;
}

#searchContainer input[type=text] {
    border: 1px solid #f0f1f3;
    color: #939598;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 15px;
    width: 350px;
    font-family: ul, Arial;
    font-weight: normal;
}

#sUPC {
    /* The UPC search text box. */
    border: 1px solid #f0f1f3;
    color: #939598;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 15px;
    width: 350px;
    font-family: ul, Arial;
    font-weight: normal;
}

#sPID, #sProductName {
    /* The Product name search text box. */
    border: 1px solid #f0f1f3;
    color: #939598;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 15px;
    width: 350px;
    font-family: ul, Arial;
    font-weight: normal;
}

#sProductNumber {
    border: 1px solid #f0f1f3;
    color: #939598;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 15px;
    width: 350px;
    font-family: ul, Arial;
    font-weight: normal;
}


#sSupplierName, #sSUPPLIER {
    border: 1px solid #f0f1f3;
    color: #939598;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 15px;
    width: 350px;
    font-family: ul, Arial;
    font-weight: normal;
}

#sARCHIVED {
    /* The Product name search text box. */
    border: 1px solid #f0f1f3;
    color: #939598;
    float: left;
    height: 38px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 15px;
    width: 367px;
    font-family: ul, Arial;
    font-weight: normal;
}

/* 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{
	width:11px;
	height:6px;
	margin:21px 0 0 48px;
	position:absolute;
	background:url(../images/arrow.png) no-repeat;
	left:0;
}

/*

#submitUPC, #submitWPSID, #submitPartNumber {
    height: 38px;
    margin: 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border: 1px solid #f0f1f3;
}

#submitUPC:hover, submitWPSID:hover, #submitPartNumber:hover {
	border:1px solid #517e12;
	text-decoration:underline;
}

#submitPID, #submitProductName {
    height: 38px;
    margin: 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border: 1px solid #f0f1f3;
}

#submitPID:hover, submitProductName:hover{
	border:1px solid #517e12;
	text-decoration:underline;
}

#submitProductNumber{
	height:38px;
	margin:0 0 0;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	border:1px solid #f0f1f3;
}

#submitProductNumber:hover{
	border:1px solid #517e12;
	text-decoration:underline;
}

#submitSupplierName, #submitSUPPLIER {
    height: 38px;
    margin: 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border: 1px solid #f0f1f3;
}

#submitSupplierName:hover, #submitSUPPLIER:hover{
	border:1px solid #517e12;
	text-decoration:underline;
}

#submitARCHIVED{
	width:83px;
	height:38px;
	margin:0 0 0;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	border:1px solid #f0f1f3;
}

#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 */
#resultsDiv {
}

.panel h2,
.panelcollapsed h2 {
    color: #005189 !important;
    cursor: pointer;
}

.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 #f0f1f3;
}

#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 {
    outline: none;
    color: #005189;
}

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;
}

.help-container {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

a.retailer {
    width: 104px;
    height: 80px;
    display: block;
    border: 0;
    text-decoration: none;
    text-indent: -10000px;
}

button[type="submit"] {
    float: left;
    width: 3em;
    height: 38px;
    font-size: 17px;
    background-color: white;
    height: 38px;
    margin: 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #f0f1f3;
    cursor: pointer;
    color: #005189;
    outline: none;
}

button[type="submit"]:hover {
    text-decoration: underline;
}

.searchfields {
    width: 100%;
    position: relative;
    display: inline-block;
}

.column {
    flex: 50%;
}

.column.right {
    text-align: right
}

.lang {
    font-size: 0.8em;
    padding-right: 9px;
    padding-left: 11px;
    border-left: solid 1px black;
}

.lang:first-child {
    border-left: none;
}

.lang:last-child {
    padding-right: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: red;
}

:-ms-input-placeholder { /* IE 10+ */
    color: red;
}

:-moz-placeholder { /* Firefox 18- */
    color: red;
}

#resultsDiv .right {
    float: right;
    font-size: 0.7em;
    margin-right: 7px;
    margin-top: -14px;
}

#resultsDiv i.right {
    font-size: 2.5em;
    margin-left: 10px;
    margin-top: -30px;
    cursor: pointer;
}

.panel h2,
.panelcollapsed h2 {
    background: #e3e3e9 870px;
}

#resultsDiv .panel {
    border: 3px solid #e9e9ed;
}

.panelcontent {
    display: initial;
    color: #939598;
}

.panelcontent table {
    width: 100%;
}

.panelcontent a
{
    font-size: 0.7em !important;
}

.panelcontent table thead tr
{
    color: #262626;
    font-size: 0.7em !important;
    background-color: white;
}

.panelcontent tbody:before {
    content: '';
    display: block;
    margin-top: 5px;
}

.panelcontent .product-details tbody tr:nth-child(odd) {
    background-color: #f0f1f3;
}

.product-details tbody td {
    padding: 5px;
}

.product-details {
    border-collapse: collapse;
}

#resultsDiv h2 span.title {
    display: block;
    width: 92%;
}

.panel h2:hover, .panelcollapsed h2:hover {
    background-color: #f0f1f3;
}

#searchResultsDiv {
    margin-top: 15px;
}

#searchResultsDiv > h2 {
    font-size: 1.2em;
}

#searchResultsDiv .second {
    padding: 15px;
}

#no-results strong {
    font-size: 1em;
    color: #939598;
}

.pagination {
    float: none !important;
    display: inline-block;
    margin-left: 5px !important;
    margin-top: 12px;
}

.col-container ul {
    display: inline-block;
    margin-top: 7px;
    margin-left: 0px;
}

ul#upcs li {
    display: inline-block;
    list-style-type: none;
    float: left;
    margin: 2px;
    padding: 1px 34px;
    font-size: 14px;
}

ul#upcs li:nth-child(10n+1),
ul#upcs li:nth-child(10n+2),
ul#upcs li:nth-child(10n+3),
ul#upcs li:nth-child(10n+4),
ul#upcs li:nth-child(10n+5)
{
    background-color: #f0f1f3;
}

.col {
    display: block;
    padding: 6px 16px;
}

.textaslink {
    font-weight: normal;
    cursor: pointer;
    text-align: right;
    color: #005189;
    text-decoration: underline;
}

.upc-info {
    font-size: 0.8em;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    border: 3px solid #e9e9ed;
}

.panel h2 {
    padding: 5px;
    padding-bottom: 0px;
}

.panel .upcTitle h2 {
    background: #e3e3e9 870px;
    cursor: initial;
    border-bottom: 0px;
}

.indent-td,
.product-details tbody td.indent-td {
    padding-left: 25px;
}

.indent-li {
    list-style-position: inside;
}