.header {
	width: 1012px;
	height: auto;
	float: left;
	padding: 13px 0 0 0;

}

.logo {
	float: left;
	width: 200px;
	height: 65px;
	padding: 0 0 0 36px;
}

.sub-header {
	width: 940px;
	height: 35px;
	float: left;
	padding: 5px 0 0 46px;
}

.quick-search {
	width: 460px;
	height: 28px;
	float: left;
	margin: 0px 0 0 0;
}

.header-advanced-search a
{
	float: left;
	color: #333333;
	padding: 6px 0 0 10px;
	font-size: 11px;
	text-decoration: none;
}

.header-advanced-search a:hover 
{
	text-decoration: underline;
}

.quick-search select {
  width: 140px;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 11px;
  padding: 3px;
  height: 25px;
  color: #5F5F5F;
	border: solid 1px #8F8F8F;
}

  .quick-search select optgroup {
    font-style: normal;
    padding: 2px 0 2px 0;
    text-indent: 5px;
  }

  .quick-search select option {
    padding: 1px 0 1px 0;
    text-indent: 10px;
  }
  
input.quick-input {
	width: 150px;
	height: 17px;
	border: solid 1px #8F8F8F;
	margin: 0;
	padding: 3px;
	color: #5F5F5F;
	font-size: 11px;
	float: left;
}

input.search-btn {
	background: url(/static/images/btn-quick-search.png);
	width: 47px;
	height: 25px;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
	margin: 0 0 0 5px;
	}

input.search-btn:hover {
	background: url(/static/images/btn-quick-search-hover.png);
}

.quick-cart {
	width: 340px;
	height: 25px;
	float:right;

}
	
.quick-cart img {
	float: left;
	padding: 5px 2px 0 0;
	}
	
.quick-cart-text {
	font-size: 11px;
	float: left;
	padding: 5px 0 0 5px;
	color: #333333;
}

.btn-check-cart-items  
{
	float: right;
	background: url(/static/images/btn-check-cart-items.png) no-repeat;
	width: 127px;
	height: 25px;
	border: none;
	margin: 2px 30px 0 5px;
	cursor: pointer;
	text-decoration: none;
}


.btn-check-cart-items:hover {
background: url(/static/images/btn-check-cart-items-hover.png) no-repeat;
}

.headercart_button_shoppingcart
{
  margin: 0 5px 0 10px;
}
