html,body {
	padding: 0px 0px 0px 0px;
	background-color: #f5f5f5;
}

.main {
	background-color: #fefefe;
}

.header {
	font-size: 14px;
	font-weight: bold;
	color: #bbbbbb;
	background-color: #666666;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.header h1 {
	font-size: 26px;
	font-weight: bold;
	color: #f7f7f7;
	background-color: #666666;
	padding-left: 10px;
	text-align: left;
}

.navi,.navi a,.navi a:link,.navi a:visited,.navi a:active {
	font-family: arial;
	color: #555555;
	font-weight: bold;
	font-size: 16px;
	text-decoration: dotted;
	text-align: left;
}

.brand,.brand a,.brand a:link,.brand a:visited,.brand a:active {
	font-family: arial;
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	text-decoration: dotted;
	padding-left: 5px;
	text-align: left;
}

.item,.item a,.item a:link,.item a:visited,.item a:active {
	font-family: arial;
	color: #555555;
	font-weight: normal;
	font-size: 14px;
	text-decoration: dotted;
	padding-left: 5px;
	text-align: left;
}
.item td {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
.item:hover {
	background-color: #f7f7f7;
}
.item td.name {
	font-size: 9px;
	color: #999;
	padding: 2px 5px;
}
.item td.name a {
	font-size: 14px;
	font-weight: bold;
}
.item td.price {
	font-size: 14px;
	font-weight: bold;
	color: #555;
}
.item td a.buy {
	border: 1px solid #aaa;
	padding: 2px 18px;
	text-decoration: none;
	background-color: #f0f0f0;
}
.item td a.buy:hover {
	background-color: #fafafa;
}

.error {
	font-family: arial:
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

span#footer a {
	font-family: arial;
	color: #777;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.small {
	font-family: arial:
	color: #505050;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
	text-align: left;
}

