/* Body Mods */

body	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Payment Icons */
ul#payment-icons	li	{
  float: left;
  list-style: none;
  margin-left: 6px;
}

/* Top Search Mod */
.search-wrapper-p0 .form-search .input-text	{
  color: #F05A28;
  min-width: 300px;
}


/* Subscribe */
.subscribe-form .input-text {
  float: left;
  width: auto;
}
.subscribe-form form {
  display: block;
}
.subscribe-form .input-box {
  float: left;
  position: relative;
  margin: 0 5px 5px 0;
}
.subscribe-form label {
  display: block;
  float: left;
  position: relative;
  margin: 0 5px 0 0;
  font:400 1.3333em/36px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.subscribe-form .button {
  float: left;
}
.subscribe-form .input-box .validation-advice{
  width: 140%;
  position: absolute;
  top: -103%;
  left: -20%;
  text-align: center;
  background-color: rgba(255,255,255,.9);
  z-index: 1;
  margin: 0;
  padding: 10px 0;
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}


/* Newsletter Block */
.newsletter-block	{
	background: #f7f7f7;
	text-transform: uppercase;
	font-size: 1.4em;
}
.newsletter-block .subscribe-form	{
	margin: 10px;
}
.newsletter-block .newsletter	{
  width: 300px;
}

/* Header Message */
.header .welcome-msg	{
	font-weight: bold;
	font-size: 1.2em;
	color: #C84C2A;
	margin: 10px 0 0 0;
	text-align: center;
	width: auto;
	text-transform: uppercase;
}

/* Filtered Navigation Mods */

.block-layered-nav dd	{
	max-height: 200px;
	overflow: scroll;
}

li.nav-item.level0	{
	font-weight: bold;
}

li.nav-item.level1	{
	font-weight: normal;
}

/* Top Header Mods */
.header-top .top-call-out	{
	margin: 20px;
	line-height: normal;
}

.header-top .top-call-out .call-out-heading	{
	font-weight: bold;
	font-size: 1.2em;
	color: #C84C2A;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.header-top .top-call-out ul#payment-icons	li	{
	margin: 0 2px 0 0;
}

.header-top .top-call-out ul#payment-icons img	{
	height: 24px;
}

/* Button Mods */

button.button span	{
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #C84C2A), color-stop(0.62, #ee5c33));	
	background: -moz-linear-gradient(center bottom, #C84C2A 23%, #ee5c33 62%);
	background-color: #C84C2A; /* backup for non-webkit browsers */
	border: 1px solid #C84C2A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

button.button span span,
button.button.btn-inline span span	{
	padding: 0 16px;
	line-height: 24px;
	height: 24px;
}

button:hover.button span	{
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #ee5c33), color-stop(0.62, #ee5c33));	
	background: -moz-linear-gradient(center bottom, #ee5c33 23%, #ee5c33 62%);
	background-color: #ee5c33; /* backup for non-webkit browsers */
	border: 1px solid #ee5c33;	
}

/* Mobile Footer Menu Mods */

.footer-container .collapsible .opener	{
	background-image: url(../images/opener-w.png);
}

.header-main .search-wrapper .form-search .input-text { 
color:#000; 
font-size: 14px;
border-top-right-radius: 5px; 
border-bottom-right-radius: 5px; 
-moz-border-top-right-radius: 5px; 
-moz-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
}

.header-main .search-wrapper .form-search .button span {
background:url(../images/search.jpg) no-repeat transparent;
background-position:0;
width:34px;
height:34px;
opacity:0.8;
filter:alpha(opacity=80);
margin:1px;
}

.header-main .search-wrapper .form-search button:hover.button span {
opacity:1;
filter:alpha(opacity=100);
background:url(../images/search.jpg) no-repeat transparent;
background-position:0;
}

.sitemap-pager {
    border-style: none !important;
}

.sitemap-pager .pages li, .sitemap-pager .pages li a {
    background-color: inherit !important;
}

.catalog-seo-sitemap-category .wrapper, .catalog-seo-sitemap-product .wrapper {
    border-style: none;
    background: none;
}
/*payment icons*/
.payment-icons li {
  float: left;
  list-style: none;
  margin-left: 6px;
}
.header-top .top-call-out .payment-icons li {
  margin: 0 2px 0 0;
}
.header-top .top-call-out .payment-icons img {
  height: 24px;
}

.breadcrumbs li em {
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  .cart-collaterals {
    margin-top: -90px;
  }
}