﻿html { margin: 0px; padding: 0px; }

body {
	margin: 0px; 
	padding: 0px;
	color: #000000;
	background: #fff;
	font: .95em SimSun, System, Verdana, Arial, Helvetica, sans-serif;
}

th
{
	font-size:11pt;
}

tr 
{
	font-size:10.5pt;
}

td
{
	font-size:10.5pt;
	font-family:Simsun, System,Verdana, PMingLiU;
	line-height :110%;
}




/* basic selectors */
a.adtext  { color: #666666; text-decoration:none}
a.adtext:hover{ color: #666666; text-decoration:none}
a:link
{
	color: navy;
	text-decoration: none;
}
a:visited
{
	color: navy;
	text-decoration: none;
}
a:active, a:hover { color: blue;  text-decoration:underline}
th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}

h1 {
	color: #5b626c;
	font: normal 15pt 黑体,System, Verdana, SimSun, PMingLiu, Arial, Helvetica, sans-serif;

}

h2 {
	color: #5b626c;
	font: normal 13.5pt 黑体,Verdana, SimSun, Arial, Helvetica, sans-serif;
}

h3 {
	color: #5b626c;
	font: normal 11pt 黑体,Verdana, SimSun, Arial, Helvetica, sans-serif;
}

h4 {
	color: #5b626c;
	font: bold 11pt Verdana, SimSun, Arial, Helvetica, sans-serif;
	margin:10px;
}

h5 {
	color: #000;
	font: bold 100%  Verdana, SimSun, Arial, Helvetica, sans-serif;
}

h6 {
	color: #000;
	font: bold italic 100% Verdana, SimSun, Arial, Helvetica, sans-serif;
}

img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
code { color: #6c0; font: 100% "Courier New", Courier, monospace }
form { margin: 0px; padding: 0px; }
input, textarea, select { font: 100% Verdana, SimSun, Arial, Helvetica, sans-serif; border:1px solid #666666;}

#bar { /* styles for horizontal top bar */
	background: #d4d9de;
	/*height: 30px;
	padding: 7px 20px 3px 20px;*/
	font-size: 100%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 15px;
	z-index:100;
}
	html>body #bar { height: 27px; }

/* layout styles */
#header {
	height: 70px;
	z-index:100;
}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index:100;
}

#menu1 { /* styles for top menu */
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:100;
	font-size:100%;

}
	#menu1 ul { list-style: none; padding: 0px; margin: 0px; }
	#menu1 li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
	#menu1 li.first { border-left: none; }
	#menu1 li a:link, #menu1 li a:visited { 
		padding: 0px 2px 0px 5px; 
		color: #000; 
		text-decoration: none; 
	}
	#menu1 li a:active, #menu1 li a:hover {
		color: #000;
		text-decoration: underline;
	}

#mainmenu { /* styles for section or tab menu */
	position: absolute;
	top: 43px;
	left: 200px;
	z-index:100;
}

#category
{
	color: teal;
}

html>body #mainmenu
{
	position: relative; /* Necessary for menu to position in Opera */
}

#mainmenu ul { list-style: none; padding: 0px; margin: 0px;}

#mainmenu li 
	{
		display: inline; 
		
	}
	
/*Ji's Mark:change the width and font-size*/
#mainmenu li a:link, #mainmenu li a:visited
{
	background: url(  'images/tab.gif' ) no-repeat 0px 1px;
	display: block;
	float: left;
	margin-right: 1px;
	/*
	width: 116px;
	height: 27px;
	color: red;
	font-weight: bold;
	font-size:large;
	*/
	text-decoration: none;
	text-align: center;
	padding-top: 6px; 
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
	width: 110px;
	font-size:13.5pt;
	font-family: 黑体, System, Verdana, Simsun;
    font-weight:normal;
    color: #3973b5;
}

html>body #mainmenu li a:link, html>body #mainmenu li a:visited { width: 115px; height: 21px; }

#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected{
		background: url('images/tab.gif') no-repeat 0px -92px;
	}

    /*Ji's Mark:width from 180px to 110px*/
	#leftcontent 
	{
		position: absolute;
		top:105px;
		left:10px;
		width:105px;
		background:#fff;
		z-index:100;

		}

	#rightcontent {
		position: absolute;
		right:5px;
		top:140px;
		width:180px;
		background:#fff;
		margin-right:10px;
			z-index:100;

		}
	#centercontent 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 150px;
   		margin-right:205px;
   			z-index:100;

		}
    /*Ji's Mark:marginleft from 180px to 150px*/
	#centercontent2 
	{
		margin-top:12px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 130px;
   		margin-right: 20px;
   		z-index:100;
   		font-size:10.5pt;	
	}
	
	#centercontent3 
	{
		margin-top:10px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 50px;
   		margin-right: 50px;
   		z-index:100;
		}

	html>body #centercontent {
   		margin-left: 200px;
   		margin-right:205px;
   			z-index:100;

		}
	#centercontentwide 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 200px;
   		margin-right:10px;
   			z-index:100;

		}

	html>body #centercontentwide {
   		margin-left: 200px;
   		margin-right:10px;
   			z-index:100;

		}

.hyperlink
{
	color: blue;
	text-decoration: underline;
}

.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}

/*Ji's Mark*/
.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 11pt;
    padding-bottom: 5px;
    font-weight:bold;
}

.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}

.admintable
{
	margin: 5px;
	padding:0;
	width:700px;
	border:1px dashed #cccccc;

}
.adminlabel
{
    font-size: 8pt;
    font-family: verdana, simsun;
    width: 120px;
    margin-bottom: 3px;
    vertical-align: top;
}
.adminitem
{
	border-width:0px;
	background-color: #ffffff;
	margin-bottom:3px;
}

.ourprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #b22222;
	font-family: verdana , simsun;
}

.retailprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: verdana, simsun;
	text-decoration: line-through;
}

.totalbox
{
	text-align:center;
	color:#990000;
	font-weight:bold;
}

.adbox
{
	padding:10px;
	font-size:9pt;
	margin-bottom:10px;
	border:1px solid gainsboro;
}
a.editme
{
	text-decoration:none;
	color:#4a4d5c;
}
.commandbar
{
	padding:3px;
	font-size:8pt;
/*	background-color: blue;*/
	border:1px solid gainsboro;
}


#footer {
	clear: both;
	border-top: solid 1px #d4d9de;
	padding: 5px;
	text-align: center;
}
.mainproductimage {
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.productdata {
	border: none;
	border-collapse: collapse;
}
	.productdata td, .productdata th { font-weight: normal; padding: 2px; text-align: left; }
	.price { font-weight: bold; color: #c00; }
	del.price { color: #000; text-decoration: line-through; 
}

.productsection
{
	padding:3px;
	border-top:1px dashed #cccccc;
	font-size:10.5pt;
	line-height :120%;
}

/*Ji's Mark:product section element*/
.productsection h5
{
	font-size:11pt;
	font:bold;
}

.browsebox
{
	font-family:黑体,System, Verdana, simsun;
	
}
/*Ji's Mark*/
.browsebox h1
{
    /*font-weight: bold;*/
    font-size:13.5pt;
	/*line-height :110%;*/
    color: #3973b5;
    border-bottom: 1px dashed #cccccc;
    padding-top:1px;
    font-weight:300 ;
    font-family:黑体,Simsun,System, Verdana;
}
.browsebox h1 a
{
    color: #3973b5;
    font:inherit;
}


h1.accent
{
 	font-size: 12pt;
	font-weight:bold;
	color:#990000;
	margin: 0px;
	margin-bottom:5px;
   
}
.smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana, simsun;
}
.adbox h3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana, simsun;
	color:#C7C030;
	margin-top:1px;
	margin-bottom:3px;

}
/*Ji's Mark:padding-top&font-size*/
.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 140%; 
    color: #666666; 
    font-family: verdana, simsun; 
    background-color: #f5f5f5; 
    text-align:center;
    padding-top:9px;
 }
 
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}


.logtable
{
    border:1px solid #cccccc;
    background-color:#cccccc;
    
}

.subcategory
{
	margin-left: 10px;
	padding-left:5px;
	font-size: 11pt;
	font-family:新宋体, Simsun, Verdana;
	font-weight:normal;
	line-height :130%;
	border-left-style:double;
	border-width:3px;
	border-color:#3973b5;
}

a.subcategory
{
    color: #3973b5;
}

a.subcategory:visited
{
    color: #3973b5;
}

.bookhyperlink
{ 
	margin-left: 10px;
	font-size: 11pt;
	font-family:Simsun, Verdana;
	font-weight:normal;
	line-height :120%;
	text-decoration:underline;
}

.bookhyperlink2
{ 
	margin-left: 10px;
	font-size: 12pt;
	font-family:Simsun, Verdana;
	font-weight:normal;
	line-height :120%;
	text-decoration:underline;
}

.bookhyperlink a:link
{
	text-decoration:underline;
}

/*Ji's Mark*/
.productbox
{
	 /* for firefox*/
     height:320px;
     width:230px;
     border:1px solid #c5c5c5;
     margin:3px;
     clear: both; 
     /* for ie6 */
     _height:100px;
     _width:240px;
     _border:1px solid #c5c5c5;
     _margin:5px;
     _clear: both; 
}

.clearfix:after {
      
}

.productimage
{
    width:125px;
    /* Ji's Mark_11.16:to add a frame
    padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF; 
	*/
}

/*Ji's Mark_11.16:width from 220 to 240 to fix the usuallyships*/
.productsummarydisplaywrapper
{
     width:240px;
     height:auto;
     padding-top:10px;
}
.productsummaryimageholder
{
    height:135px;
    text-align:center;
    vertical-align:middle;  
}

.usuallyships
{
	font-size:10.5pt;
	line-height :130%;
}

.usuallyships2
{
	font-size:12pt;
	line-height :150%;
}

.productsummarytext
{   
	/*for firefox*/
	padding-left:15px;
	padding-top:45px;
    height:55px;
    font-size:100%;
    /* for ie6 */
    _padding-top:0px;
    
}

/*Ji's Mark_11.16:for the book name in catalog page*/
.ProductSummaryProductName
{
	font-size:10.5pt;
}

.retailprice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.yousave
{
    font-weight: bold;
    color: #336600;
}

.HookLine
{
    font-size: 10.5pt;
    line-height :120%;
}

.coreboxbody
{
    background-image:url(images/core_box_bg.gif);
    width:140px;
    padding-left:20px;
    padding-right:20px;
    font-size:10pt;
}
.coreboxtop
{
   background-image:url(images/core_box_top.gif);
   height:12px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}
.sectionoutline
{
    border:1px solid #cccccc;
    padding:15px;
}

checkout-visited
{
    font-size: 16pt;
    color: #dcdcdc;
    font-family: verdana, simsun;
}
checkout-current
{
    font-size: 16pt;
    color: #990000;
    font-family: verdana, simsun;
}
/* Rating */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar {
    background-image: url(Images/FilledStar.png);

}

.emptyratingstar {
    background-image: url(Images/EmptyStar.png);
}

.savedratingstar {
    background-image: url(Images/SavedStar.png);
}
fieldset
{
    padding:10px;
    -moz-border-radius: 1em;
}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}


/* the rest are used by Forums */

.thread
{
	padding-top: 5px;
}

.thread h3
{
    font-size:13.5pt;
    font-family:黑体, System ,Simsun, Verdana ;
    margin: 0px;
    padding: 3px 1px 3px 1px;
    display: block;
}

.forumrow
{
	background-color: window;
}

.sectionrow td
{
	border-bottom: solid 1px #feed9e;
	padding-top: 10px;
	font-size: 110%;
}

.forumrow .forumleftcell
{
	border-left: solid 1px #feed9e;
}

/* the cells where edit\reply\quote are */
.threadcontrols
{
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}

.topicdesc
{
	margin: 2px 2px 6px 2px;
}

.msgbody
{
 	max-width: 560px;
	width: 560px;
	overflow: auto;
	padding: 10px;
	border: solid 1px #DDDDDD;
	margin-top: 5px;
	background-color: #FFFFFF;
}

.msgbody2
{
	overflow: auto;
	padding: 10px;
	border: solid 1px #DDDDDD;
	margin-top: 5px;
	background-color: #FFFFFF;
}

/*Ji's Mark*/
.msgbody2 span
{
font-size:11pt;
line-height :140%;
} 

.threadlistitem
{
	color: #666666;
	font-size:11pt;
}

.threadlistlink
{
	 font-size: 11pt;
	 font-weight: bold;
}

.stickygrid caption
{
	color: Teal;
	padding:4px;
	font-weight:bold;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #808080;
	text-align:left;
	margin-bottom: 2px;
}

.forumuser h3
{
	font-weight:bold;
	font-size:1em;
}

/* the rest is just to try to make Firefox and IE look similar */
.normalgrid, .stickygrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style:  solid solid solid solid;
	border-color: white gray gray white;
	border-collapse: collapse;
}


.normalgrid th, .stickygrid th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.normalgrid td, .stickygrid td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}


/* Those are from clubsite.css */

.fullwidth, #loginbanner
{
	border: 1px solid #DBDB79;
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background_fullwidth.jpg) ghostwhite repeat-y;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.fullwidth2
{
	border: 1px solid #DBDB79;
	margin-right: 0px;
	margin-left: 0px;
	background: url(images/background_fullwidth.jpg) ghostwhite repeat-y;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}


#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


/*Ji's Mark:Add all for article test*/
/*
#article
{
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-family:全真中仿宋, Times New Roman, simsun, Verdana;
    color :Black ;
    
}

#article p
{
	font-size:15pt;
	text-indent:2em;
	line-height :125%;
	margin-bottom:0.2em;
	margin-top:0.3em;
	font-family: 全真中仿宋, Times New Roman, simsun, Verdana;
	color :Black ;
}

#article p.quote
{
	font-size:14pt;
	text-indent:2em;
	margin-left:2em;
	margin-bottom :1em;
	margin-top:1em;
	font-family: 文鼎中楷, Times New Roman, simsun, Verdana;
}

#article p.inscribe
{
	text-align:right ;
}

#article p.author
{
	text-align:center ;
}
#article p.note
{
	font-size:13pt;
	text-indent:0em;
	font-family:  全真中仿宋,Times New Roman,  simsun, Verdana;
}

#article h1
{
	font-size: 22.0pt; 
	line-height: 125%; 
	font-family: 全真中黑體,Times New Roman, simsun, Verdana; 
	letter-spacing: 0pt;
	color :WindowText;
	font-weight:normal;
	text-align:center;
}

#article h1.sl
{
	font-size:20pt;
	font-family:文鼎粗魏碑,Times New Roman, simsun, Verdana; 
}

#article h2
{
	font-size :19pt ;
	text-align:center;
	margin-bottom:0.5em;
	font-family:  文鼎中粗隸  ,Times New Roman,  simsun, Verdana;
	color :WindowText;
	font-weight:normal;
}

#article h3
{
	font-size:18pt; 
	text-align:center;
	font-family: 文鼎粗魏碑, Times New Roman, simsun, Verdana;
	color :WindowText;
	font-weight:normal;
}

#article h4
{
	font-size:15pt;
	text-align:center;
	text-indent:2em;
	margin-top:1em;
	margin-bottom :0.5em;
	font-family:  全真中仿宋,Times New Roman, simsun, Verdana;
	color :WindowText;
	font-weight:normal;
}

#article table
{
	border:solid 1px #000000;
	padding:0px;
	border-collapse:collapse;
}

#article td
{
	border:1px solid #000000;
	text-align:center ;
	font-size:12pt;
	font-family:  全真中仿宋,Times New Roman, simsun, Verdana;
}
*/
/*Ji's Mark:PhotoFrame*/
.photo-frame .topx-- {
	background-image: url(Images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(Images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(Images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(Images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(Images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(Images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(Images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

.photo_book {
	border: 4px solid #FFFFFF;
}

.blank 
{
	width: 10em;
}