﻿body {
	background-color: #eddebf;
	font-size: 14px;
	font-family: Times, serif;
	color: #1f1d17;
	text-align: center;
}

/* *************************************************** */
/* ---------------------- LOGO --------------------- */
/* *************************************************** */

#header a>img {
	border:none;
}
#header img {border:none;}

img#wholesalelogo {
	width:564px;
	height:54px;
}
/* *************************************************** */
/* ---------------------- SHOPPING --------------------- */
/* *************************************************** */
#shopping {
	float: right;
	position: relative;
	margin-top: 10px;
	right: 50px;
	width: 300px;
	white-space: nowrap;
}
a#faveButton {
	position: relative;
	top: 2px;
	font-variant: small-caps;
	text-decoration: none;
	border: 2px ridge #f8e5ba;
	background-color: #f3c787;
	padding: 1px 5px;
	white-space: nowrap;
	display: block;
	width:80px;
}

#faveImage {
	background: url('../images/heartHigh.jpg') no-repeat left top;
}

#faveImage img {
	display: block;
	border: 0;
}
#faveImage a:hover img {
	display: block;
	visibility: hidden;
}
a#cartButton {
	position: relative;
	top: 2px;
	font-variant: small-caps;
	text-decoration: none;
	border: 2px ridge #f8e5ba;
	background-color: #f3c787;
	padding: 1px 5px;
	white-space: nowrap;
	display: block;
	width:110px;
}

#cartImage {
	background: url('../images/basketHigh.jpg') no-repeat left top;
}

#cartImage img {
	display: block;
	border: 0;
}
#cartImage a:hover img {
	display: block;
	visibility: hidden;
}
/* *************************************************** */
/* ---------------------- SEARCH --------------------- */
/* *************************************************** */
#search {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	white-space: nowrap;
	width:300px;
}
#search input {
	position: relative;
	top: 5px;
	left: 2px;
	width: 138px;
	height: 14px;
	font-size: 10px;
	vertical-align: middle;
}

input#searchkeyword {}
#search a {
	text-decoration: none;
}
#search img {
	border: 0;
}
#search a:hover img {
}
#searchkeyword {
	font-size: 5px;
}
#searchbutton {
	font-variant: small-caps;
	border: 2px ridge #f8e5ba;
	background-color: #f3c787;
	padding: 1px 5px;
	position: relative;
	top: 6px;
	left: 5px;
	display: inline-block;
	width: 50px;
}

