@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 8px;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

.container {
	position: relative;
	margin: 0px;
	width: 450px;
}

h1 {
	font-size: 24px;
	line-height: normal;
}

h2 {
	font-size: 22px;
	line-height: normal;
}

h3 {
	font-size: 18px;
	line-height: normal;
}

h4 {
	font-size: 16px;
	line-height: normal;
}

h5 {
	font-size: 12px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #000000;
}

p {
	font-size: 12px;
	line-height: normal;
}

ul {
	font-size: 12px;
	line-height: normal;
}

.main {
	background: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}

.header-mobile {
	display: block;
	margin-bottom: 15px;
	width: 450px;
	text-align: center;
	}
	.header-mobile h1 {
		font-size: 14px;
		font-weight: bold;
	}
	.header-mobile img {
		border: none;
	}
	.header-mobile ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	.header-mobile li {
		line-height: normal;
		text-align: center;
		font-size: 18px;
		display: block;
		float: left;
		width: 195px;
		padding: 0px 15px 25px 15px;
	}


.footer-mobile {
	display: block;
	width: 450px;
	font-size: 10px;
	text-align: center;
	color: #999999;
}

.main .content-home,
.main .content {
	width: 450px;
	padding: 0px;
}

.home-header {
	width: 450px;
	text-align: center;
	border-bottom: none;
	}
	.home-header img + img {
		display: none;
	}

.home-main {
	width: 450px;
	}
	.home-main h1 {
		line-height: 22px;
		font-size: 22px;
	}

.home-browser {
	display: none;
}


.itemlist p {
	font-size: 14px;
}
.itemlist .pretitle {
	font-size: 14px;
}
.itemlist .title {
	font-size: 16px;
}
.itemlist .description {
	font-size: 14px;
	}
	.itemlist .status {
		font-size: 14px;
	}
	.itemlist .size {
		font-size: 14px;
	}


.itemtable th,
.itemtable td {
	font-size: 14px;
	line-height: normal;
}


.product-detail h1,
.product-detail h2 {
	font-size: 18px;
	line-height: normal;
}
.product-detail h3,
.product-detail h4 {
	font-size: 14px;
	line-height: normal;
}
.product-detail p {
	font-size: 14px;
	line-height: normal;
}
.product-detail p#pPrice {
	font-size: 16px;
	line-height: normal;
}
.product-specs th {
	font-size: 16px;
}
.product-specs td {
	font-size: 16px;
}
.product-linkbox {
	font-size: 16px;
	line-height: normal;
	}
	.product-linkbox h1 {
		font-size: 16px;
		line-height: normal;
	}

.product-image {
	clear: both;
	display: block;
	margin: 15px 0px 15px 0px;
}

.editform th {
	font-size: 16px;
	line-height: normal;
}
.editform td {
	font-size: 12px;
	line-height: normal;
}
.error {
	font-size: 14px;
	line-height: normal;
}

.header-screen,
.footer-screen,
.nav,
.container .glow-left,
.container .glow-right {
	display: none;
}
