@charset "utf-8";
/* CSS Document */


#header_container{
 width: 100%;
 height: 148px;
background-image: url(../images/header_grad.jpg);
background-repeat: repeat-x;
}

#top_bar{
  width: 884px;
  height: 30px;
  background-image: url(../images/top_bar_bk.png);
  background-repeat: no-repeat;
  position: relative;

  padding: 0;
  margin: 0;
}

#inner_top_bar
{
  padding-left: 30px;
}

#header_main_section{
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}

#logo{
width: 320px;

  padding: 0;
  margin: 0;
}


/* Search section styles
*/
#search_section{
height: 90px;
  width: 378px;

}
#LiveSContain{
position: absolute;
top:120px;
   background-color: #ffffff;
   z-index: 3000;
   width:378px;
}
#suggestionsbackup{
position: absolute;
top:120px;
   background-color: #ffffff;
   z-index: 3000;
   width:378px;
}

.suggestionsBoxBACKUP1{
		position: absolute;
        top:120px;
        left: 350px;
		width:378px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;
		color: #fff;
         z-index: 3000;
	}
    .suggestionsBox{
		position: relative;
        top:30px;
        left: 0px;
		width:378px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;
		color: #fff;
         z-index: 3000;
	}
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}

	.suggestionList li {

		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}

	.suggestionList li:hover {
		background-color: #659CD8;
	}

  .suggestionList a:link{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
  }
   .suggestionList a:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
  }
   .suggestionList a:visited{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
  }

  #close_link{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
  }



#live_search_price{
  color:#FF3300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;

}
#LS-Inner{

}


#livesearch{

  background-color: #ffffff;
}




#inner_search_section{
 background-image: url(../images/search_bar.jpg);
  background-repeat: no-repeat;
margin-top: 30px;
  height:35px;
  background-color: #FFFFFF;

}

#inner_search_section #inputString{
width:262px;
height: 22px;
margin-top:5px;
margin-left:5px;
}

#search_button{
margin-left:20px;
margin-top: 5px;
}

#small_cart{
width: 244px;
background-image: url(../images/shopping_basket.jpg);
 height: 90px;
   padding: 0;
  margin: 0;
}

/* cart
 */
#cart_content{
padding-top: 36px;
padding-left: 4px;
}


#cart_content a:link{
font-size: 12px;
text-decoration: none;
color: #000000;
font-weight: bold;
text-align: right;
}

#cart_content a:hover{
 font-size: 12px;
text-decoration: none;
color: #000000;
font-weight: bold;
text-align: right;
}

#cart_content a:visited{
font-size: 12px;
text-decoration: none;
color: #000000;
font-weight: bold;
text-align: right;
}



