@charset "utf-8";
table {
	 border-spacing:0px;
}
p {
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
}

a {
	color: #03C;
	text-decoration: none;
}

.menuText {
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
}
a.menuText {
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
}
a.menuText:hover {
	color: #009;
}
.fancyTextBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 18px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
	background-image: url(textbox.jpg);
	line-height: 13px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}
.searchTextBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 15px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #848484;
	background-image: url(textbox.jpg);
	line-height: 13px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}
.fakeTextBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 18px;
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-image: url(textbox.jpg);
	line-height: 13px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}
#CartLayer{
	width: 38px;
	height: 47px;
	background: url(carticon.jpg);
	background-repeat: no-repeat;
	margin-top: 83px;
}
#CartLayer_home{
	width: 38px;
	height: 47px;
	background: url(carticon_home.jpg);
	background-repeat: no-repeat;
	margin-top: 82px;
}
INPUT[type="button"], INPUT[type="reset"],INPUT[type="submit"] {
	color: white;
	background-color: #69F;
	border:1px solid;
	border-color: black;
	font-size: 14px;
	font-weight: bold;
} 
.btn {
	color: white;
	background-color: #69F;
	border:1px solid;
	border-color: black;
	font-size: 14px;
	font-weight: bold;
} 
