﻿body
{
	font-family: Verdana, Tahoma;
	margin: 0px;
	font-size: 11px;
	margin: 0; 
	padding: 0;
}
.DefaultPage_Top
{
	background-color: #750407;
	text-align: center;
}
.DefaultPage_Content_Wide
{
	width: 1154px;
}

.DefaultPage_Content
{
	width: 954px;
}

INPUT.Button_UpperBar
{
	font-size: 11px;
	font-family: Verdana;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #4D0002;
	color: #f0f0f0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
	cursor: pointer;
}
INPUT.Button_UpperBar_Active
{
	font-size: 11px;
	font-family: Verdana;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #f0f0f0;
	color: #4d0002;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
	cursor: pointer;
}

.BookDetailBar
{
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	vertical-align:baseline;
	color: #838383;
}

.BookDetailBar_Active
{
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	vertical-align:baseline;
	color: #CF163B;
}

img.FrontPageImage
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.Book_Name
{
	font-size: 15px;
	color: #8b181a;
	font-weight: bold;
}
.Book_NameList
{
	font-size: 13px;
	color: #8b181a;
	font-weight: bold;
}
.Book_HotName
{
	font-size: 13px;
	color: #9D102C;
}
.Book_Author
{
	font-size: 11px;
	color: #5a5a5a;
	font-style: italic;
}
.Book_Information
{
	font-size: 11px;
	color: #CF163B;
}
.Book_DetailSectionTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #CF163B;
}
.Text_Content
{
	font-size: 11px;
	color: #838383;
}
.Text_Content_BlockAlign
{
	font-size: 11px;
	color: #838383;
	text-align: justify;
}
.Text_Content_Hot
{
	font-size: 10px;
	color: #838383;
}
.Text_Content_Wrap
{
	font-size: 11px;
	color: #838383;
	display: block;
}
.Text_Heading
{
	font-size: 11px;
	color: #838383;
	font-weight: bold;
}

.Book_Price
{
	font-weight: bold;
	font-size: 18px;
	color: #8b181a;
}
.Book_PriceStandard
{
	font-size: 14px;
	color: #8b181a;
	text-decoration: line-through;
	font-weight: bold;
}
.Book_PriceStandardList
{
	font-size: 12px;
	color: #8b181a;
	text-decoration: line-through;
}
a
{
	font-size: 11px;
	color: #838383;
	border-width:0px;
	text-decoration: none;
}
img
{
	border-width:0px;
}
.Page_Title
{
	font-weight: bold;
	font-size: 18px;
	color: #8b181a;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.DetailPage_SubLabel
{
	font-weight: bold;
	font-size: 13px;
	color: #8b181a;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.Category_Name
{
	font-size: 15px;
	color: #CF163B;
	font-weight: bold;
}

.Article_Name
{
	font-size: 15px;
	color: #CF163B;
	font-weight: bold;
}

.Article_Date
{
	font-size: 11px;
	color: #5a5a5a;
	font-style: italic;
}

.MenuLevel0
{
	font-size: 15px;
	color: #CF163B;
	font-weight: bold;
}
.MenuLevel1
{
	font-size: 13px;
	color: Black;
	font-weight: normal;
}



#navigation {
width: 200px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #ffffff;
}
#navigation li a:link, #navigation li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 0px solid #f0f0f0;
border-right: 1px solid #ffffff;
background-color: #4D0002;
color: #FFFFFF;
text-decoration: none;
}
#navigation li a:hover {
background-color: #750407;
color: #FFFFFF;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px solid #ffffff;
margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #f0f0f0;
color: #711515;
}
#navigation ul ul a:hover {
background-color: #750407;
color: #FFFFFF;
}
#navigation ul ul a:active {
background-color: #750407;
color: #FFFFFF;
}

#navigation ul ul li a.selected {
background-color: #750407;
color: #FFFFFF;
} 
