@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 13px;
	letter-spacing:0px;
}
.navlink {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 13px;
	letter-spacing: 0px;
}
.price {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 15px;
	letter-spacing: 1px;
}
.soldout {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 15px;
	letter-spacing: 1px;
	text-decoration: line-through;
}
.title {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0px;
}
.titlev2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 17px;
	letter-spacing: 1px;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	text-decoration: none;
}
.link {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 15px;
	letter-spacing: 1px;
}
.link a:hover {
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	text-decoration: none;
	position: relative;
}
.link a:link {
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-decoration: none;
}
.link a:visited {
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-decoration: none;
}
.navlink a:hover {
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-decoration: none;
}
.navlink a:link {
	color: #000000;
	text-decoration: none;
}
.navlink a:visited {
	color: #000000;
	text-decoration: none;
}
.buy {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #EE0000;
	line-height: 15px;
	letter-spacing: 1px;
}

a:link img {
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	text-decoration: none;
	background-color: #none;
}
a:hover img{
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-decoration: none;
	background-color: none;
}
a:visited img{
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	text-decoration: none;
	background-color: #none;
}

#header {
	position:fixed;
	top:15px;
	left:50%;
	margin-left: -187px;
	z-index:20;
	font: Helvetica;
	font-size: 10px;
	line-height: 14px;
}
#mainnav {
	position:fixed;
	right:20px;
	bottom: 15px;
	width:180px;
	height:100;
	overflow: auto;
	z-index:20;
	font: Helvetica;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
	}