.input-group {
  border: 1px solid #c1c1c1
}

.input-group input[type=text] {
  height: 46px;
  border: none;
  border-radius: 0 !important;
  background: #eeeeee
}

input[type=text]:focus {
  background: #ececec
}

input[type=submit] {
  width: 45px;
  height: 46px;
  background: #eeeeee url(../img/generic_search_plain_magnifier_sprite.png) no-repeat center 6px;
  border: none;
  text-transform: uppercase;
  font-size:12px;
  color:white;
  border-radius:0 !important
}

input[type=submit]:hover {
  background: #eeeeee url(../img/generic_search_plain_magnifier_sprite.png) no-repeat center -28px;
  color:white;
  text-shadow: 2px 2px 1px #333
}

.index article {
  position: relative;
  margin: 0 auto;
  padding-top: 15px
}

.index article .logo {
  position: relative;
  text-align: center;
  float: left;
  max-width: 240px;
  width: 80%
}

.index article .logo img {
  display: inline;
}

.index article .search-for form {
  text-align: center;
  padding-top: 40px
}

nav {
  text-align: center;
  text-transform: capitalize
}

header {
  padding:15px 0 10px
}

.form-inline .input-group .input-group-btn { /*work-a-round max width search input*/
	width: 1%;
}

.resultscontainer .form-inline {
  float: left;
  width: 100%;
  padding: 0.30em 0 0 0;
}

.resultscontainer nav ul {
  padding: 5px 2px 0;
  list-style: none
}

nav ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-family: 'open_sansregular',sans-serif;
}

nav li {
  display:block;
  float:left;
  padding: 0;
  border-right: 1px solid #d1d1d1;
  border-top: 0
}

nav li:first-child {
  border-left: 1px solid #d1d1d1
}

nav li a {
  display: block;
  font-size: 11px;
  color: #000;
  padding: 2px 20px
}

nav li a:hover, nav li a.active {
  text-decoration: none;
  background: #686a74;
  color: white
}

.index .navigation nav ul li {
  display: inline-block;
  float: none;
  margin-right:-5px
}

footer {
  font-size: 0.75em;
  text-align: center;
  color: #0083ad;
  width: 100%;
  height: 50px
}

footer a {
  color: inherit;
}

footer a:hover {
  color: inherit;
}

.footer-links {
	padding-top: 15px;
}

body{
  color: black;
  font-size: 16px;
  height: 100%;
  min-width: 340px;
}

.resultscontainer header .logo {
  text-align: left;
  max-width: 240px;
  margin:0 auto;
  float: left;
	width: 100%;
}

.resultscontainer header .logo img {
	max-height: 80px;
}

.resultscontainer header .logo-wrapper {
	float: left;
	padding: 4px 20px 0px 0px;
}

.resultscontainer header .search-bar-wrapper {
  width: calc(100% - 275px);
  float: left;
}

.fullcontainer {
  max-width:none !important;
  padding:0;
  background: white
}

div.content {
  height: 100%;
  margin: 0;
  position: relative
}

.resultsdisplay {
  min-height: 400px;
  background: white;
  padding: 5px;
  color: blue;
}

/* BRICK RESULT STYLES */
.bottom .brick-shopping {
  padding: 15px 0
}

.top .brick-shopping {
  padding: 15px 0 0
}

.resultsdisplay .brick-shopping .products {
  padding: 0 15px 20px;
  background: none repeat scroll 0 0 #f3f3f3;
  margin-bottom: 0px;
}

.resultsdisplay .brick-shopping header {
  background: none repeat scroll 0 0 #f3f3f3;
  text-align: left;
  color: #394747;
  font-size: 0.813em;
  padding-left: 15px;
}

.resultsdisplay .brick-shopping header a {
  color: #394747;
  font-size:12px
}

.text .resultsdisplay .top .result .title, .text .resultsdisplay .bottom .result .title, .text .resultsdisplay .main a.title {
  color: #0000ff;
  font-size: 16px;
  text-decoration: underline;
}

.text .main .description, .top .description, .top .result .description, .bottom .result .description {
  color: #394747;
  font-size: 12px;
  display: block;
  line-height: 16px;
}

.top .brick-text ol.sponsored {
  /*padding: 5px 28px 15px*/
}

.brick-text h2,
.brick-news h2,
.brick-video h2,
.brick-images h2 {
	text-align: left;
	font-family: 'open_sansbold', sans-serif;
	padding: 4px;
	float: none;
	margin: 0 0 15px;
	color: #717171;
	text-transform: uppercase;
	font-size: 12px;
}

.right .title,
.right h2 {
	font-family: 'open_sansbold', sans-serif;
	float: none;
	margin: 0;
	color: #717171;
	text-transform: uppercase;
	font-size: 12px;
}

.right .brick-images h2, .right .brick-video h2 {
  padding-left: 0
}

.resultsdisplay .brick-shopping .products .result .price {
  background: white;
  bottom: -2px;
}

.resultsdisplay .brick-shopping .products .result .name {
  background: white;
  padding: 0 5px 10px 5px;
  text-align: center;
}

.resultsdisplay .brick-shopping .products .result .price .value {
  background-color: #0083ad;
  border-radius: 3px
}

.resultsdisplay .brick-shopping .products .result {
  border: none;
  background: white;
  margin-right: 10px;
  margin-bottom: 20px
}

.resultsdisplay .brick-shopping .products .result .name .title {
  color: #55a4da;
  font-weight: normal;
  font-size: 13px;
  word-wrap: normal;
}

.top .result a.display-url, .bottom .result a.display-url, .text .main .result a.display-url {
  word-wrap: break-word;
  color: #009933;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.resultscontainer .brick-shopping header {
  padding: 10px 20px 5px;
}

.resultscontainer .deeplinks {
  margin-top: 6px;
}

/* IMAGES & VIDEO BRICKS */

.right .brick-images ol li {
  margin: 0;
  padding: 5px 0;
  width: 49%
}

.right .brick-images ol li:nth-child(odd) {
  padding-right: 5px;
}

.resultscontainer h1 span, .resultscontainer h2 span {
  font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

.images .main .brick-images ol li img {
  width: auto;
  max-width: 170px;
}

.images .main .brick-images .img-container {
  height: auto;
  max-height: 180px;
}

article .brick-shopping .shopping-results {
  text-align: center;
}

.resultsdisplay .right article h2 {
  font-family: 'open_sansregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #364659;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px
}

.images .resultsdisplay .related {
  padding: 0 0 0 2.745em
}

.resultsdisplay .related h2 {
  margin-top: 8px;
  padding: 0 0 0.5em 1em;
  color:#636f8c;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left
}

.resultsdisplay .related p {
  color: #0000ff;
  padding: 0 0 0 1em;
  text-align: left;
}

.resultsdisplay .related a {
  float: left;
  clear: left;
  color: #0000ff;
  padding: 0.250em 0 0 1em;
}

.right .brick-images ol li a img  {
  background: #ffffff;
  padding: 1px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 2px #ccc;
  margin: 0;
  width: 100%
}

.resultsdisplay .col-xs-9 {
  width: 100%;
}

.resultsdisplay .col-xs-3 {
  display: none;
}

.video article .brick-video ol li {
  width: 100%;
  padding: 15px 0
}

.video .main article .brick-video ol li a {
  font-size: 16px;
}

.video .main .brick-video ol li .img-container {
  float: left;
  width: 180px;
  height: auto
}

.video .brick-video ol li .img-container img {
  width: 160px;
}

.resultsdisplay .right .brick-video {
  width: 180px;
  margin: 0 auto;
  display: block;
  padding:0
}

.images .main .brick-images ol li {
  margin-top: 0
}

.resultsdisplay .right .brick-video ol {
  margin: 0;
  width: 100%
}

.resultsdisplay .brick-shopping .products {
  padding: 0 15px 20px;
  background: none repeat scroll 0 0 #f3f3f3;
  margin-bottom: 0px;
}

.resultsdisplay .brick-shopping header {
  background: none repeat scroll 0 0 #f3f3f3;
  text-align: left;
  color: #394747;
  font-size: 8pt;
  padding-left: 15px
}

.resultsdisplay .col-xs-9 {
  padding: 0;
}

.resultsdisplay .right .brick-video ol li a.title {
  text-align: left;
  padding: 0.3em 0 0.3em 0.8em;
  color : #0000ff;
  font-size: 13px;
}

.video .main article .brick-video .description {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #394747;
  white-space: normal;
  margin-left: 180px;
  width: 100%;
  word-wrap: break-word;
}

.video .main article .brick-video ol li a.title {
  white-space: normal;
  word-wrap: break-word;
}

.video .main article .brick-video ol li a {
  clear: both;
  text-align: left;
  color: #0000ff;
}

.video .main article .brick-video .description {
  float: left;
  margin-left: 0px;
  clear: both;
}

.main .brick-video ol, .images article .brick-images ol.block.organic {
  text-align: center;
}

.images #mainResults,
.video #mainResults,
.news #mainResults{
  padding-top: 15px
}

/* END IMAGES & VIDEO BRICKS */

/* SET HOMEPAGE STYLES */

.sethomepagecontainer {
  max-width: 340px;
  margin: 0 auto 30px auto;
  display: none
}

.sethomepage {
  background: #55606e;
  font-size: 13px;
  height: 40px;
  margin-right: 45px
}

.sethomepagecontainer .image {
  width:45px;
  float: right;
  background: #faa419 url(/img/sethomepage/home_icon.png) no-repeat center;
  height:40px
}

.sethomepage a {
  color: white;
  display: block;
  padding: 11px 0 11px 20px;
}

.sethomepage a:focus, .sethomepage a:hover {
  color: white;
  text-decoration: none;
  background: none
}

.guidebox {
  background: #eee;
  margin-top:10px;
  display:none;
  padding-bottom: 1px
}

.guidebox ol {
  text-align:left;
  counter-reset: li;
  list-style: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  margin: 0
}

.guidebox ol li{
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  margin: 5px 20px;
  color: #444;
  font-size: 12px;
  border-bottom: 1px solid #c3c3c3
}

.guidebox ol li:last-child {
  border: none
}

.guidebox ol li:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  color: #6f6f6f
}

.chrome, .firefox, .safari, .internet-explorer {
	display: none
}

.guidebox p.browser {
  background :#c2c2c2 url(/img/sethomepage/tools_icon.png) no-repeat right;
  color: white;
  font-size: 13px;
  padding: 11px 40px 11px 20px;
  position: relative
}

.guidebox p.browser:before {
  content:"";
  position: absolute;
  background : url(/img/sethomepage/indicator.png) no-repeat center;
  width: 30px;
  height: 10px;
  top: -8px;
  right: 7px
}

/* END SET HOMEPAGE STYLES */

/* PAGINATION */

.pagination>li {
  font-family: 'open_sansregular', sans-serif
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #b6b6b6;
  font-size: 12px;
  border: 1px solid #ddd
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  background-color: #b6b6b6;
  font-size: 12px;
  color: white
}

.pagination>li a {
  color: #696d72
}

.pagination>.disabled>span, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  background: transparent;
  color: white
}

.pagination>li>a, .pagination>li>span {
  background: none;
  padding: 10px 15px;
  font-size: 12px;
  color: #696d72;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.pagination>li:first-child>a, .pagination>li:last-child>span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

/* END PAGINATION */


/*FIX IMAGES-VIDEOS-NEWS FOR XML*/

.video #mainResults .videoResult img {
  width: 100%;
  max-width: 150px
}

.video #mainResults .videoResult .resultThumbnailInfoWrapper {
  clear: both;
  padding-top: 5px
}

.video article .brick-video h2, .news article .brick-news h2, .images article .brick-images h2 {
  padding-left: 4px
}

.news .main .brick-news ol, .images .main .brick-images ol {
  padding-left: 4px;
  padding-top:15px
}

/* FIX IMAGES STYLES FOR JS RESULTS */

.images #mainResults .imageResult img {
  width: 100%;
  height: auto;
}

.images #mainResults .resultThumbnailPane {
  padding: 0;
  float: none;
  max-height: 160px;
  overflow: hidden
}

.images #mainResults .imageResult {
  width: 150px
}

.images #mainResults {
  text-align: center
}

/* RELATED STYLES FOR JS RESULTS */

#insp_result_related_0:before {
  display: block;
  font-family: 'open_sansbold', sans-serif;
  margin-bottom: 15px;
  content: "related results";
  text-transform: uppercase;
  font-size: 12px;
  color: #787878
}

#rightResults {
  margin-bottom: 20px
}

/* Mobile Navigation Menu */
.navbar-toggle .icon-bar {
  background: #6b6a70;
  width: 24px;
  height: 4px;
  border-radius: 4px
}

.navbar-toggle {
  margin: 0;
  padding: 8px 0;
  outline: none !important
}

.navbar-toggle {
  padding: 15px
}

.navbar-collapse {
  padding: 0;
  box-shadow: none
}

.mobile-nav {
  padding: 0
}

.navigation {
	padding-top: 7px;
}

.index .navigation {
	clear: both;
	width: 100%;
	padding-top: 0px;
}

/* */

.logo2 img {
  max-width:250px
}

@media (min-width:768px) {

  .index article .logo {
    float: none;
    max-width: none;
    width: auto
  }

  .index article {
    max-width: 530px;
    padding-top: 175px
  }

  .video #mainResults .videoResult .resultThumbnailInfoWrapper {
    clear:none
  }

  .resultscontainer header .logo {
    margin: 0;
    float: none;
  }

  .resultscontainer nav {
    text-align: left
  }

  .main .brick-video ol, .images article .brick-images ol.block.organic {
    text-align: left;
  }
  .video .main article .brick-video .description {
    float: none;
    margin-left: 180px;
    clear: none;
    width:auto
  }

  .video .brick-video ol li .img-container {
    margin-top: 0px;
  }

  .video .main article .brick-video ol li a {
    clear: none;
    width: auto;
  }

  .resultsdisplay {
    padding: 15px 0
  }

  .images article .brick-images ol.block.organic {
    text-align: left;
  }

  article .brick-shopping .shopping-results {
    text-align: left;
  }

  .resultscontainer .input-group {
  }

  .container {
    max-width: 970px;
  }
}
@media (min-width:992px) {

  .images #mainResults {
    text-align: left
  }

  .images #mainResults .imageResult {
    width: 19.5%
  }

  .container {
    max-width: 1170px;
  }

  .resultscontainer .input-group {
  }

  .resultsdisplay .col-xs-9 {
    float: none;
    width: auto;
    overflow: hidden;
    padding: 0;
  }

  .resultsdisplay .col-xs-3 {
    display: block;
    width: 280px;
    float: right;
    padding: 0;
    text-align: center;
    margin-left: 30px;
  }

  .right .brick-images {
    padding: 0;
  }

}

@media (max-width: 767px) {

  .navigation {
    clear: both;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    background: #eeeeee;
    border:0px solid #fff;
    border-top: none;
    border-bottom: none;
    z-index:110
  }

  .resultscontainer .navigation {
	top: 3px;
	padding: 0;
  }

  .resultscontainer .navigation-links {
    border-bottom: 15px solid #fff
  }

  .resultscontainer .navigation-links.collapse {
    border: none
  }

  .resultscontainer nav ul {
    padding: 10px 0
  }

  nav ul {
    text-align: left
  }

  nav li {
    margin:0;
    border: none !important;
    float: none
  }

  .index .navigation nav ul li {
    display: block;
    float: none;
    margin: 0
  }

  .navbar-toggle {
    background-color: #eeeeee;
    border-radius:0
  }

  .navbar-toggle.collapsed {
    background-color: transparent
  }

  nav li a:hover, nav li a.active {
    text-decoration: none;
    background: #dbdbdb;
    color:inherit
  }

	.resultscontainer header .logo-wrapper {
		padding: 0px;
	}

	.resultscontainer header .logo-wrapper, .resultscontainer header .search-bar-wrapper {
		width: 100%;
	}

	.resultscontainer header .search-bar-wrapper {
		float: left;
		position: relative;
		min-height: 1px;
		overflow-y: visible;
		overflow-x: visible;
	}

}


@media (max-width: 480px) {

  .images #mainResults .imageResult {
    width: 49%
  }

  .sethomepage a {
    padding: 11px 10px;
    font-size: 12px;
    white-space: nowrap
  }
}

.row#csa .main ol, .row#csa .top ol {
  margin-left:-4px
}

/* Override shopping button colors */
.brick-shopping .products .result .compare, .lowest-prices .compare {
  background: #faa41a
}

.brick-shopping .products .result .compare:hover, .lowest-prices .compare:hover {
  background: #686a74
}

/* Print */
@media print {
	.suggestPanel {
		display: none !important;
	}
}
/* Footer */
.footer {
	border-top: 1px solid #d9d9d9;
}

.top .highlights {
	background-color: #fdfeee;
}
