@charset "UTF-8";
/* total 796px */
#catalog_nav {
	float: left;
	width: 180px;
	font-size: 12px;
}

#catalog_content {
	float: left;
	width: 610px;
	padding-left: 6px;
}

.catalog_item {
	font-size: 12px;
	padding: 4px;
	border-bottom: 1px dashed #999;
	vertical-align: middle;
}

.catalog_image {
	z-index: 5;
	text-align: center;
	float: left;
	width: 120px;
}

.catalog_image img {
/*
	border: 1px solid #999;
*/
}

.catalog_text {
	z-index: 10;
	float: left;
	padding-top: 2px;
	padding-left: 4px;
	width: 475px;
}

.catalog_text div.status {
	color: #f30;
	padding-left: 16px;
	padding-top: 4px;
}

.catalog_text div.price {
	padding-left: 16px;
	padding-top: 4px;
	color: #666;
}

.catalog_text div.tag {
	padding-left: 16px;
	padding-top: 4px;
	color: #999;
	font-size: 11px;
}

.catalog_text_header {
	font-weight: bold;
	padding: 2px 0px;
}

.catalog_pager {
	font-size: 12px;
	padding: 0px 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
}

.tags {
	margin-left: 16px;
	color: #999;
}

.item_detail {
	margin-left: 8px;
	font-size: 12px;
}

.item_image {
	float: left;
	text-align: center;
	padding-right: 16px;
	font-size: 11px;
}

.item_image img {
	border: 1px solid #999;
	margin-bottom: 2px;
}
/*
.item_text {
	float: left;
	padding-left: 8px;
}
*/
.item_detail div.status {
	font-size: 14px;
	font-weight: normal;
	color: #f30;
	margin-bottom: 8px;
}

.item_detail div.price {
	font-weight: bold;
	font-size: 16px;
	color: #630;
	margin-bottom: 4px;
}

#buy_now:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* .item_detail div.note { */
div.note {
	padding: 4px 16px;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.crosssell {
	font-size: 12px;
	margin-top: 16px;
}

.crosssell_item {
	margin-top: 4px;
	font-size: 12px;
	padding: 4px;
	border: 1px dashed #ccc;
	vertical-align: middle;
	background-color: #ffe;
}

.crosssell_image {
	z-index: 5;
	text-align: center;
	float: left;
	width: 100px;
	background-color: #fff;
}

.crosssell_image img {
}

.crosssell_text {
	z-index: 10;
	float: left;
	padding-top: 16px;
	padding-left: 24px;
	width: 400px;
}

.crosssell_text div.status {
	color: #f30;
	padding-left: 16px;
	padding-top: 4px;
}

.crosssell_text div.price {
	padding-left: 16px;
	padding-top: 4px;
	color: #666;
}

.crosssell_text div.tag {
	padding-left: 16px;
	padding-top: 4px;
	color: #999;
	font-size: 11px;
}

.crosssell_text_header {
	font-weight: bold;
	padding: 2px 0px;
}

.pr_bg {
	background-image: url(../images/pr/pr_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#category_tree_head,
#character_tree_head {
	padding: 8px;
	color: #fff;
}

#category_tree_head a img,
#character_tree_head a img {
/*
	background-color: #fff;
*/
}

#category_tree_body,
#character_tree_body {
	border: 1px solid #999;
	border-top-width: 0;
	color: #336;
}

#category_tree_body a:hover,
#character_tree_body a:hover {
	text-decoration: underline;
}

#category_tree_body li.root,
#character_tree_body li.root {
	font-weight: bold;
	margin-left: 4px;
	font-size: 15px;
}

#category_tree_body li.root ul,
#character_tree_body li.root ul {
	font-weight: normal;
	font-size: 11px;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../images/treeview/treeview.gif) -64px -25px no-repeat;
	height: 16px;
	width: 18px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected,
.treeview li.selected {
	font-weight: bold;
	color: #c33;
}

#treecontrol {
	margin: 1em 0;
	display: none;
}

.treeview .hover {
	color: red;
	cursor: pointer;
}

.treeview li {
	background: url(../images/treeview/treeview-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../images/treeview/treeview.gif);
}

.treeview li.lastCollapsable {
	background-position: 0 -111px;
}

.treeview li.lastExpandable {
	background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}

.tbl_cart {
	font-size: 12px;
	padding: 0px;
	margin: 4px 0px;
	border-collapse: collapse;
	border: 1px solid #333;
}

.tbl_cart th {
	color: #fff;
	border: 1px solid #333;
	padding: 4px 6px;
	font-weight: normal;
}

.tbl_cart td {
	color: #333;
	border: 1px solid #333;
	padding: 6px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

.content_body {
}

input#add_cart {
	border: 2px solid #900;
	color: #900;
	font-size: 16px;
    background-color: #fcc;
	font-weight: bold;
	padding: 8px;
}

input#add_cart_disable {
	border: 2px solid #999;
	color: #999;
	font-size: 16px;
	background-color: #ccc;
	font-weight: bold;
	padding: 8px;
}
