div#holdlook	{ 
	position:relative; overflow:hidden;
	width:480px; height:60px; z-index:100
	}
div#wnlook	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:480px; height:37px; 
	clip:rect(0px, 480px, 60px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1look	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
	
a {
	color:#000000;
	font-weight : normal;
	text-decoration : none;
}

img {
	border-color: black;
	text-decoration : none;
}

a:link {
	color:#000000;
	font-weight : normal;
	text-decoration : none;
}

a:visited {
	color:#000000;
	font-weight : normal;
	text-decoration : none;
}

a:hover  { color: #000000; font-weight: normal; text-decoration: underline }

a:active {
	color:#000000;
	font-weight : normal;
	text-decoration : none;
}

body {
	color : #000000;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	margin: 0px;
	}

td {
	font-family : Arial;
	font-size : 12px;
}

.subtitle {
	color : #000000;
	font-family : Arial;
	font-size : 18px;
	text-decoration:none
}

.footer {
	color : #FFFFFF;
	font-family : Arial;
	font-size : 12px;
	text-decoration:none
}

a.footer {
	color : #FFFFFF;
	font-family : Arial;
	font-size : 12px;
	text-decoration:none
}

.header {
	color : #000000;
	font-family : Arial;
	font-size : 12px;
	text-decoration:none;
	padding: 5px 10px
}

a.header {
	color : #000000;
	font-family : Arial;
	font-size : 12px;
	text-decoration:none;
	padding: 5px 10px
}
.header:hover  { color: #000000; font-size: 12px; font-family: Arial; text-decoration: none; background-color: gray; padding: 5px 10px }
a.header:hover  { color: #000000; font-size: 12px; font-family: Arial;text-decoration: none;  background-color: gray; padding: 5px 10px }

.headerselected  { color: #000000; font-size: 12px; font-family: Arial; text-decoration: none; background-color: gray; padding: 5px 10px }
a.headerselected  { color: #000000; font-size: 12px; font-family: Arial; text-decoration: none; background-color: gray; padding: 5px 10px }

.headertext   { color: #000000; font-size: 12px; font-family: Arial; text-decoration: none; background-color: white; padding: 5px 10px; right: 10px; width: 560px; border-color: black; outline: solid 1px black }

a.menudepartment {
	color:#003399;
	font-weight : normal;
	text-decoration : none;
}

a.menucategory {
	color:#000000;
	font-weight : normal;
	text-decoration : none;
}

a.menudepartment:hover {
	color:#CC0000;
	font-weight : normal;
	text-decoration : none;
}

a.menucategory:hover {
	color:#000000;
	font-weight : normal;
	text-decoration : none;
}

.filter {
	font-size: 10px;
}

select.filter {
	font-size: 10px;
	width: 80px;
}

.filterheader {
	font-size: 11px;
	font-weight : bold;
}
.addtocart {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:16px 42px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.addtocart:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.addtocart:active {
	position:relative;
	top:1px;
}
