html {
	background-color: #333333;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}

body {
	font-family: Verdana, Arial;
	font-size: 77%;
	color: #999999;
	min-width: 780px;
}

.clear {
	clear: both;
}

strong, b {
	font-weight: bold;
}

a
{
	color: #fcf46f;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#hd {
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 24px;
	padding-top: 0px;
	border-bottom: 1px solid #444444;
}

#hd img {
	float: left;
	border: 0px;
}

.head_info {
	margin-left: 32px;
	margin-top: 24px;
	float: left;
}

.head_info b{
	color: #fcf46f;
	font-weight: normal;
}

#bd {
	background-image: url('../images/background-content.jpg');
	background-repeat: repeat-y;
	background-position: -10px;
}

.yui-t3 #yui-main .yui-b{
	margin-left: 260px;
}

#sidebar {
	width: 225px;
	float: left;
	margin-left: 22px;
}

#sidebar ul
{
	padding: 0px;
	margin-top: 0px;
	margin-left: -16px;
	*margin-left: 0px;
	list-style-type: none;
	line-height: 1.4em;
}

#sidebar ul li a
{
	display: block;
	margin: 0px;
	padding: 10px 14px;
	width: 200px;
	color: #FFF;
	text-decoration: none;
}

#sidebar ul li a:hover {
	background: #fff000 url('../images/menu-hover.png') repeat-y right;
	color: #1E1E1E;
}

#sidebar ul li a.sub
{
	display: block;
	margin: 0;
	padding: 2px 24px;
	width: 180px;
	color: #999;
	text-decoration: none;
}

#sidebar ul li a.sub:hover
{
	background: #fcf46f url('../images/sub-menu-hover.png') repeat-y right;
	color: #1E1E1E;
}

#content {
	padding-bottom: 16px;
}

#content p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.6em;
}

#content p.quote {
	color: #fcf46f;
	font-weight: bold;
	font-style: italic;
}

#content p.yellow, #content span.yellow {
	color: #fcf46f;
}

#content h1, h2
{
	margin: 16px 0 7px 0;
	padding: 0 0 8px 0;
	font-weight: normal;
	font-family: "arial";
	font-size: 138.5%;
	color: #CCCCCC;
	border-bottom: 1px solid #444444;
}

#content h1 a
{
	color: #CCCCCC;
}

#content h3
{
	margin: 16px 0 7px 0;
	padding: 0 0 8px 0;
	font-weight: normal;
	font-family: "arial";
	font-size: 106%;
	color: #CCCCCC;
	border-bottom: 1px solid #444444;
}

#content h1.front {
	color: #fcf46f;
}

#flashcontent {
	margin-left: 24px;
}

.category {
	width: 100%;
	line-height: 32px;
	display: block;
}

.category:hover {
	color: #000000;
	background-color: #fcf46f;
	text-decoration: none;
}

.product {
	width: 100%;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.thumbnail {
	width: 64px;
	height: 64px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.color_sel {
	margin: 1.2em;
}

.thumb_group {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #444444;
	margin-bottom: 4px;
}

.thumb {
	width: 64px;
	height: 64px;
	padding: 4px;
	margin: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left;
}

.thumb img {
	border: 0px;
}

input, textarea {
	color: #000000;
	padding: 2px;
	margin: 4px;
}

label.error {
	color: #fcf46f;
	display: inline;
}

#ft {
	height: 24px;
	margin: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 16px;
	padding-top: 8px;
	border-top: 1px solid #444444;
	text-align: right;
}