/*
reset
=================================================================*/

* {
	margin:0px;
	padding:0px;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

img, a img {
	border:none;
}

hr {
	width:100%;
	height:8px;
	color:#000000;
	margin-bottom:10px;
	background-color:#000000;
	border:none;
}

/*
common use
=================================================================*/

.right {
	float:right;
	margin:0;
}

.left {
	float:left;
	margin:0;
}

/*
clearfix
=================================================================*/

.clearfix {
	zoom:100%;
}

.clearfix:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

/*
base
=================================================================*/

body {
	color:#333333;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
}

#pageContainer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	width:940px;
	height:80px;
	background:#bb1f1f no-repeat center left;
	margin-top:10px;
	text-align:right;
	margin-bottom:0px;
}

#leftSide {
	width:230px;
	float:left;
}

#rightSide {
	width:670px;
	float:right;
	margin-bottom:1em;
}

/*
header(maybe)
=================================================================*/

#title {
	float:left;
	color:#FFFFFF;
	font-family:arial;
	font-size:24pt;
	padding-left:10px;
}

#title a{
	color :#FFFFFF;
}

#subTitle {
	clear:left;
	color:#FFFFFF;
	font-family:arial;
	font-size:8pt;
	padding-left:12px;
}

#headerLinks {
	color:#FFFFFF;
	font-family:arial;
	font-size:8pt;
	padding-top:60px;
	padding-right:5px;
}

.hlink:link {
	color:#FFFFFF;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}

.hlink:active {
	color:#FFFFFF;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}

.hlink:hover {
	color:#FFFFFF;
	font-family:arial;
	font-size:8pt;
	text-decoration:underline;
}

.hlink:visited {
	color:#FFFFFF;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}

/*
header tab navigation
=================================================================*/

#genreTab {
	float:left;
	width:100%;
	line-height:normal;
	margin-bottom:10px;
	border-bottom:1px solid #990000;
}

#genreTab ul {
	list-style:none;
	margin:0;
	padding:10px 10px 0 0;
}

#genreTab li {
	display:inline;
	margin:0;
	padding:0;
}

#genreTab a {
	float:left;
	text-decoration:none;
	margin:0;
	padding:0 0 0 4px;
	background:url("../images/genre_tab_left.gif") no-repeat left top;
}

#genreTab a span {
	float:left;
	display:block;
	color:#FFF;
	padding:5px 15px 4px 6px;
	background:url("../images/genre_tab_right.gif") no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#genreTab a span {float:none;}
/* End IE5-Mac hack */

#genreTab a:hover {
	background-position:0% -42px;
}

#genreTab a:hover span {
	background-position:100% -42px;
}

#genreTab #current a {
	font-weight:bold;
	background-position:0% -42px;
}
#genreTab #current a span {
	background-position:100% -42px;
}

/*
unknown
=================================================================*/

.numBox {
	height:48px;
	width:48px;
	border:1px #000000 solid;
	background-color:#bb1f1f;
	text-align:center;
	vertical-align:middle;
	line-height:48px;
	color:#FFFFFF;
	font-family:arial;
	font-size:18pt;
	float:left;
	margin-right:8px;
}

h1 {
	color:#333333;
	font-family:arial;
	font-size:10pt;
}

.showcase {
	margin:2px;
	padding:2px;
	border:2px #000000 solid;
}

/*
side menu
=================================================================*/

#searchBox {
	margin-bottom:10px;
	padding-bottom:10px;
	background:#CC0000 url("../images/search_bg.gif") left bottom no-repeat;
}

#searchBox form {
	text-align:center;
	padding:10px 10px 0 10px;
	background:#CC0000 url("../images/search_bg.gif") left top no-repeat;
}

#searchBox form input#query {
	width:10em;
}

h2.tree_top {
	color:#FFFFFF;
	font-size:90%;
	font-weight:bold;
	font-family:arial;
	margin:0;
	padding:8px 8px;
	background:#CC0000 url("../images/tree_top_bg.gif") left top no-repeat;
}

.tree_box {
	margin-bottom:10px;
	padding:10px 10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.tag_tree a,
.tag_tree a:visited,
.tag_tree_top,
.selected_tags a,
.selected_tags a:visited {
	color:#0066CC;
}

.tag_tree a,
.tag_tree a:visited,
.selected_tags a {
	text-decoration:underline;
}

.tag_tree a:hover,
.selected_tags a:hover {
	color:#CC0000;
}

li.tag {
	margin-bottom:2px;
	padding-left:10px;
	font-size :80%;
	background:url("/images/menu_lineup_arw.gif") left 5px no-repeat;
}

span.tag,
span.sort{
	background:url("/images/menu_lineup_arw.gif") no-repeat scroll left center transparent;
	padding-left:10px;
}

li.tag li.tag{
	font-size :100%;
}

/*
result infomation
=================================================================*/

.resultHeader {
	margin-bottom:10px;
	padding:8px 0;
	border-bottom:3px solid #CC0000;
}

.resultHeader .resultInfo {
	float:left;
	font-size:14px;
}

.resultHeader .resultInfo strong {
	color:#CC0000;
	font-size:21px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0 0.2em;
}

.resultHeader .resultSort {
	float:right;
	font-size:13px;
	margin-top:6px;
}

/*
selected tags
=================================================================*/

.selected_tags {
	font-size:90%;
	margin-bottom:10px;
}

/*
top tree
=================================================================*/

.topTree {
	/*font-size:75%;*/
	text-align:left;
	margin-bottom:10px;
	padding-top:10px;
	background:url("../images/top_tree_bg.gif") left top no-repeat;
}
.topTree .topTreeInner {
	padding:0 10px 10px;
	background:url("../images/top_tree_bg.gif") left bottom no-repeat;
}

.topTree td {
	background-color:#FFFFFF;
}

/*
pager
=================================================================*/

.pager {
	clear:both;
	font-size:13px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	margin:20px 0;
	padding:6px 0;
	background:#FBEB64 url("../images/pager_bg.gif") left top repeat-x;
	border-top:1px solid #E7D752;
	border-bottom:1px solid #E7D752;
}

.pager a,
.pager a:visited {
	color:#330000;
	margin-right:10px;
	text-decoration:none;
}

.pager a:hover {
	color:#FF6600;
}

.pager span.currentPage {
	color:#CC0000;
	font-weight:bold;
	margin-right:10px;
}

.pager span.disabled {
	color:#BBAA99S;
	margin-right:10px;
}

/*
result item
=================================================================*/

.resultItem {
	padding-bottom:20px;
}

.resultItem a {
	color:#003399;
}

.resultItem td.item_image {
	padding-right:10px;
}

.resultItem .productName {
	font-weight:bold;
}

.resultItem .resultDetail {
	color:#666666;
}

.resultItem .resultDetail .productInfo {
	font-size:80%;
	margin:4px 0;
}

.resultItem .resultDetail .productInfo .price {
	font-size:120%;
	font-weight:bold;
	color :#C00000;
}

.resultItem .item_right a{
	display:block;
	color:#FFFFFF;
	text-align:center;
	padding:0.5em;
	background-color:#C00000;
}

/*unknown*/
.sortInfo {
	text-align:right;
}

/*
banner
=================================================================*/
#header .banner{
	text-align:right;
}
.banner{
	text-align:center;
}

/*
footer(maybe)
=================================================================*/

#footer {
	clear:both;
	font-size:11px;
	font-family:arial;
	padding:20px 0;
	border-top:2px solid #CC0000;
}

.flink:link {
	color:#333333;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}

.flink:active {
	color:#333333;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}

.flink:hover {
	color:#333333;
	font-family:arial;
	font-size:8pt;
	text-decoration:underline;
}

.flink:visited {
	color:#333333;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;
}

