@charset "UTF-8";

html {
	scrollbar-base-color: #cccccc;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #cccccc;
}

body {
	margin:20px;
	color:#000000;
	background-color: #ffffff;
	font-family: arial,sans-serif;
}

.link {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
	padding: 0.2em;
	text-align: justify;
	color: #505050;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

#Footer {
	font-family: arial,sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #ffffff;
}

#TagCloud { padding: 12px; color: #a0a0a0; background-color: #f5f5f5; }
#TagCloud a { text-decoration: none; color: #006699; background-color: #f5f5f5; }
#TagCloud a:hover { text-decoration: none; color: #ffffff; background-color: #006699; }

.product { width: 100%; height: 100px; color: #000000; background-color: #e7e7e7; }
.product .image { width: 150px; height: 100px; overflow: hidden; float: left; padding-left: 10px; padding-right: 10px; margin-right: 10px; text-align: center; color: #000000; background-color: #ffffff; }

#ShowWait {
	position: fixed;
	top: 50px;
	left: 250px;
	width: 200px;
	height: 40px;
	border: 2px solid #909090;
	background-color: #f0f0f0;
	visibility: hidden;
	padding: 10px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

form { margin:0px; padding:7px; white-space:nowrap; }
form input { margin-left: 5px; font-family: arial,sans-serif; font-size: 14px; }
form .input_query { width:300px; }

#TopSeller { font-family: arial,sans-serif; font-size: 12px; color: #a0a0a0; background-color: #f5f5f5; }
#TopSeller a { text-decoration: none; color: #006699; background-color: #f5f5f5; }
#TopSeller a:hover { text-decoration: none; color: #ffffff; background-color: #006699; }

#SearchForm { color: #505050; background-color: #e7e7e7; }
#SearchForm .text { font-size: 14px; }
