body {
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
/*
	scrollbar-face-color: #ffffff;

	scrollbar-highlight-color: #000000;

	scrollbar-3dlight-color: #777777;

	scrollbar-darkshadow-color: #ffffff;

	scrollbar-shadow-color: #ffffff;

	scrollbar-arrow-color: #999999;

	scrollbar-track-color: #000000;
*/
}
.slide {
	float:left;
	width:525px;
	height:16px;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.slide a {
	float:left;
	color:#ddd;
}
.topMenu {
	float:left;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
}
.filterOptionHolder {
	background: #ffffff;
	padding: 8px;
	font-size:12px;
	overflow: hidden;
}
.hoverOption {
	cursor: pointer;
}
.colourChoice {
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	width:18px;
	height:18px;
	border:1px solid #707070;
}

.ld {
	font-size:12px;
}

.filterOption {
	border:1px solid #bbbbbb;
	background: #f0f0f0;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin-right:3px;
	height:19px;
	margin-top:1px;
	display:block;
	cursor:pointer;
	white-space:nowrap;
}

.filterOption2 {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin-right:3px;
	margin-top:1px;
}

#pricelow, #pricehigh {
  position: relative;
  top: 2px;
  width: 30px;
  height: 2.65ex;
  border: solid 1px rgb(219, 219, 219);
}

#pricelow {
  text-align: right;
}

#pricehigh {
  text-align: left;
}

#slider {
  position: relative;
  float: left;
  margin: 10px 6px 0 6px;
  width: 150px;
  height: 6px;
  background: no-repeat 1px 0 white url('../images/track.jpg');
}

.handle {
  width:12px;
  height:24px;
  cursor:move;
  position: absolute;
  top: -10px;
  background: url('../images/handle.gif') no-repeat;
}
.toplist {
	list-style-type:circle;
	padding:0px;
	margin:0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pointer {
	cursor: pointer;
}

.olive {
	color:#726350;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.linkheader {
	color:#000;
}
.small {
	font-size:10px;
}
.med {
	font-size:12px;
}
.large {
	font-size:12px;
}
.ulnone {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:13px;
}
.ulnone li {
	margin:3px;
}
.ulnone a {
	color:#000;
}
.pt {
	cursor:pointer;
}
.productImage {
	cursor:pointer;
}

.style3 {

 font-family: Verdana, Arial, Helvetica, sans-serif;

 color: #000000;

 font-size: 14px;

}

a:link {
/*
 color: #000000;
*/
 text-decoration: none;

}

a:visited {

 text-decoration: none;
/*
 color: #000000;
*/
}

a:hover {
/*
 color: #726350;
*/
 text-decoration: underline;


}

a:active {

 text-decoration: none;
/*
 color: #000000;
*/

}

.medtxt {
	font-size:12px;
}

.bottomlink:link {
	color: #eee;
	text-decoration: none;
}

.bottomlink:visited {
	text-decoration: none;
	color: #eee;
}

.bottomlink:hover {
	text-decoration: underline;
	color: #726350;
}

.bottomlink:active {
	text-decoration: none;
	color: #eee;
}

.toplink:link {
	color: #000000;
	text-decoration: none;
}

.toplink:visited {
	text-decoration: none;
	color: #000000;
}

.toplink:hover {
	text-decoration: underline;
	color: #726350;
}

.toplink:active {
	text-decoration: none;
	color: #000000;
}

.loginDiv {
	position: absolute;
	background: white;
	padding: 20px;
	border: 1px solid black;
}

