* {
  padding: 0;
  margin: 0;
} 

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #7c9dba;
}
img {
  border: none;
}
a {
  color: #1D5EA5;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

#wrap {
  width: 950px;
  margin: 0px auto;
  background: #fff;
}
.clear {
  clear: both;
}

/* header */

#header {
  height: 127px;
  border-bottom: 1px solid #CCC;
  background: url('../images/header-bg.png');
  position: relative;
}
#header #logo a {
    position: absolute; 
    display: block;
    width: 480px;
    height: 100px;
    top:5px;
    left: 10px;
    text-indent: -9000px;
}
#header #shipping-info a {
    position: absolute; 
    display: block;
    width: 230px;
    height: 100px;
    top:5px;
    left: 710px;
    text-indent: -9000px;
}
#header h1 {
  padding: 15px 0 5px 10px;
  font-size: 20px;
  letter-spacing: -2px;
}
#header h2 {
  padding-left: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 100;
}

/* right */

.right {
float: right;
width: 715px;
padding: 17px 6px 10px 15px;
border-left: 1px solid #EEE;
}
.right h2 {
  padding: 15px 0 5px 0;
  color: #B4241B;
  font-size: 14px;
  font-weight: 100;
  
}
#result a {
  margin-right: 5px;
}
#navigation {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
#pager span.pager-gap, #pager-bottom span.pager-gap {
    border: none;
}
#pager,
#pager-header,
#pager-bottom, 
#pager-bottom-header{
  display: inline-block;
}
#pager-bottom {
    margin: 10px 0;
}
#pager li,#pager-bottom li,
.links li {
  list-style-type: none;
  display: inline;
}
#selection {
  padding: 0;
}

#selection li {
  list-style-type: none;
  float:left;
  margin-left: 10px;
}
#docs {
  padding-top: 1px;
}

/* left */

.left {
  float: left;
  width: 185px;
  padding: 0 0 10px 10px;
  line-height: 1.6em;
}
.left h2 {
  clear: left;
  padding-top: 20px;
  color: #333;
  font-size: 13px;
}
#search input {
  width: 560px;
  font-size: 18px;
}
#calendar {
  width: 160px;
}
#search_help {
  font-size: 80%;
}
.tagcloud {
  padding: 10px 15px 0;
}
.tagcloud_item {
  float: left;
  display: block;
  margin-right: 4px;
  color: #6998f0;
}
.tagcloud_item:hover {
  color: #f00;
}

/* tagcloud */

a.tagcloud_size_0 {
font-size: 80%;
}
a.tagcloud_size_1 {
font-size: 90%;
}
a.tagcloud_size_2 {
font-size: 100%;
}Rst
a.tagcloud_size_3 {
font-size: 110%;
}
a.tagcloud_size_4 {
font-size: 120%;
}
a.tagcloud_size_5 {
font-size: 130%;
}
a.tagcloud_size_6 {
font-size: 140%;
}
a.tagcloud_size_7 {
font-size: 150%
}
a.tagcloud_size_8 {
font-size: 160%;
}
a.tagcloud_size_9 {
font-size: 170%;
}
a.tagcloud_size_10 {
font-size: 180%;
}
.price {
    font-weight: bold;
}
.item-number {
    font-size:10px;
    color: #ccc;
}
.item {
    padding: 8px;
    border: 1px solid #DDD;
    width: 155px;
    float: left;
    margin: 5px 5px 0px 0px;
    height: 220px;

}
.item:hover {
    border-color: #999;
}
.item a {
    text-align: left;
    font-family: arial;
    font-size: 12px;
    color: #555;
}
.filter {
    border: 1px solid #ccc;
    padding: 2px 6px;
    background-color: #eee;
    margin: 5px 0;
    display: block;

}
#pager a, #pager span, #pager-bottom a, #pager-bottom span{
    border: 1px solid #ccc;
    padding: 3px 7px;
    margin: 0px;
}
#pager a:hover, #pager-bottom a:hover {
    background: whiteSmoke;
    text-decoration: none;
}
.pager-current {
    font-weight: bold;
    color:#000;
    background: whitesmoke;
}
#current-selection {
    margin: 0px 0 12px 0;
}
#price-range .ui-widget-header {

background: #93B6CE;
}
#price-range.ui-slider-horizontal {
height: 5px;
border: 1px solid #999;
}

#price-range .ui-slider-handle {
top: -6px;
border-radius: 10px;
border: 1px solid #999;
}
#amount {
    margin-bottom: 7px;
}

/*Modal css may be should be moves somewhere or removed  */

#outerModalPopupDiv {
    top: 100px;
    display: block;
    width: 620px;
    padding: 3px;
    background: #eee;
    border-width: 0px;
    position: absolute;
    z-index: 100;
    margin-left: -250px;
    left: 50%;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
}
#innerModalPopupDiv {
    padding: 10px;
background: white;
}
.close-modal {
    float:right;
}
#innerModalPopupDiv .image {
    float: left;
}
#innerModalPopupDiv .description-box {
    float: right;
    width:270px;
    padding-right:10px;
}
#innerModalPopupDiv .name {
    margin: 15px 0;
}

#innerModalPopupDiv .price {
    margin: 15px 0;
}
#innerModalPopupDiv .more-info a {
    border: 1px solid #CCC;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#innerModalPopupDiv .more-info a:hover {
    border: 1px solid #555;
    background: #eee;

}

/* Quick View  */
.item {
    position: relative;
}

.item .quick-view {
    opacity:0.8;
    cursor: pointer;
    display: none;
    padding: 4px 15px;
border: 1px solid#CCC;
background: white;
left: 41px;
top: 87px;
position: absolute;

-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
border-radius: 6px;
}
.item .quick-view:hover {
    opacity:1;
        border: 1px solid #555;

}
.similar-item {
    margin-right: 5px;
    width: 115px;
    float:left;
}
.similar-item h4 {
font-size: 11px;
font-weight: normal;
}
.similar-header {
    margin-bottom: 5px;
padding: 5px;
border-bottom: 1px solid #CCC;
}

#innerModalPopupDiv .image {
    height:300px;
}

#search-box {
    margin-bottom: 25px;
}

#query {
    
background-color: white;
border: 1px solid #CCC;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 1, 0, 0.2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
display: inline-block;
height: 20px;
padding: 9px 12px;
margin-bottom: 3px;
font-size: 18px;
line-height: 20px;
color: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}
#query:focus {
    
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.btn {
    height: 39px;
    display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: top;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#price-ranges-slider{
    margin-top:15px;
}