body {
	background: #333;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

.wrapper {
	position: relative;
	width: 720px;
    margin: 32px auto 8px auto;
    border: outset 1px #666;
    background: #444;
}

@media only screen and (max-width: 720px) {
	.wrapper {
		margin-top: 0;
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}
}

.wrapper .titlebar {
	padding: 10px 11px;
	text-align: left;
	border-bottom: groove 2px #666;
}

.wrapper .titlebar a {
	display: block;
	float: left;
}

.wrapper .titlebar a img {
	display: block;
	float: left;
}

.wrapper table.main {
	width: 100%;
	padding: 0;
	margin: 0;
}


.wrapper .sidebar {
	position: relative;
	width: 128px;
	height: 256px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	border-right: groove 2px #666;
}

.wrapper .sidebar a {
	display: block;
    line-height: 24px;
    color: #ddd;
    padding: 0 10px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    border-bottom: groove 2px #666;
}

.wrapper .sidebar a:hover,
.wrapper .sidebar a:active,
.wrapper .sidebar a:focus {
	color: #fff;
}

.wrapper .page {
	position: relative;
	padding: 24px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.notice {
	text-align: center;
	color: #666;
	font-size: 14px;
}

.notice span {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}

.notice img {
	display: block;
	margin: 0 auto 16px auto;
}





img.single {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0 auto 0 auto;
    border: groove 2px #666;
}

@media only screen and (max-width: 720px) {
	img.single {
		max-width: 100%;
	}
}

label {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 12px;
	color: #aaa;
}


table.specs {
	position: relative;
	margin: 8px auto 0 auto;
}

table.specs th {
	text-align: right;
	vertical-align: top;
}

table.specs td {
	text-align: left;
	vertical-align: top;
}

a.img-grid {
	position: relative;
	display: block;
	text-align: center;
	float: left;
	width: 33.3%;
	height: 140px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

a.img-grid img {
	width: 90%;
	max-height: 105px;
	border: groove 2px #666;
}

a.img-grid span {
	display: block;
	text-align: center;
	margin-top: 6px;
}

@media only screen and (max-width: 720px) {
	a.img-grid {
		width: 100%;
	}
}