/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
}

h1, h2, h3 {
	color: #AA2808;
}


h1 a:link {
	color: #AA2808;
	text-decoration: none;
}

h1 a:visited {
	color: #AA2808;
	text-decoration: none;
}


p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

hr {
  border-style:dashed;
  border-color:#C6C6C6;
  margin: 5px 10px 5px 10px;
}


a {
	text-decoration: underline;
	color: #EF8116;
  //color: #005599;
}

a:hover {
	text-decoration: none;
	color: #EF8116;
  //color: #005599;
}

.clear{
	clear: both;
}

/*main*/
.main {
  width: 970px;
  text-align:center;
  margin: auto;
}

/*navgaterbar*/
#navgaterbar {
  width: 950;
	padding: 5px 5px 5px 10px;
	background: #FFF0E1;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	color: #000000;
	margin: 5px 0px 0px 0px ;
}

/* Wrapper */

#wrapper {
}



/* Search */

#search {
	height: 45px;
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
}

#page-bgtop {
	padding: 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
}

#content .title  {
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FF9933;
}


.post {
	margin: 3px 3px 0px 3px;
	text-align: left;
	font-size: 13px;
}

.post p {
  line-height: 150%;
  font-size: 13px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
	font-size: 19px;z
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #EF8116;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
}

.post img {
	float: left;
	padding: 10px 0px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

.post ul{
  padding-left: 10px;
  list-style-position:outside;
  list-style-type:disc;
  font-size: 15px;
}

.post li{
  padding-top: 5px;
  list-style-position:outside;
  list-style-type:disc;
  font-size: 15px;
}

.post h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 17px;
	font-weight: normal;
	color: #454E55;
}

.post h2 a:link,
.post h2 a:visited{
   color: #454E55;
   text-decoration: none;
}

.post h2 a:hover,
.post h2 a:active{
   color: #EF8116;
   text-decoration: underline;
}

#evaluation {
	border: #FFCC00 1px dotted;
  width:640px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}

#evaluation img {
    margin:auto;
    padding: 1px 1px 1px 1px;
}

#evaluation h2 {
  background: #FFF0E1;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#userevalue {
   margin-bottom: 10px;
   margin-left: 5px;
   margin-right: 5px;
   padding: 1px 1px 1px 1px;
}
#userevalue2 {
   margin-bottom: 10px;
   margin-left: 5px;
   margin-right: 5px;
   padding: 1px 1px 1px 1px;
}

.thered {
  color: #757E82;
  font-weight:normal;
  font-size: 13px;
}

.otherlink {
  width: 100%;
	padding: 1px 1px 1px 1px;
	background: #FFF0E1;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	color: #000000;
	margin: 15px 5px 5px 5px ;
	font-size: 12pt;
}

.otherlink  A:link,
.otherlink  A:visited {
    color: #0000CE;
    text-decoration: none;
    font-weight: bold;
}

.otherlink A:hover {
    color: #0000CE;
    text-decoration: none;
    font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 255px;
	padding: 10px 2px 10px 2px;
	text-align: center;
	border: 1px solid #FFDDBB;
	margin-top:5px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	margin-bottom: 2px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 8px 40px 8px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url(../images/img07.jpg) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 160%;
	font-weight: normal;
	color: #EF8116;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#bookrelations {
  text-align: left;
  list-style: disc outside none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
  text-align: center;
	width: 970px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #FFDDBB;
	color: #757E82;
	font-size: 9pt;
	line-height: 13pt;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

#footer a:hover {
	text-decoration: none;
}

/*YW head*/
@charset "utf-8";
/* CSS Document */

#09headbox{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}
.head_logo{
	padding-top: 5px;
}
.head_channelbar{
	background-image: url(../images/head-rpbg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 28px;
	padding-right: 5px;
}
.head_channelbg{
	background-image: url(../images/head-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	text-align: right;
}
.head_subbar{
	text-align: right;
	padding-top: 8px;
}
.head_searchbar{
	text-align: right;
	padding-right: 8px;
}
.head_fansbar{
	text-align: right;
	width: 107px;
	padding-right: 5px;
}
.head_chblock{
	text-align: right;
}
.head_ch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	color: #999999;
	padding-top: 6px;
	padding-left: 5px;
	line-height: 15px;
}
.head_ch a:link,
.head_ch a:visited {
	color: #249fdf;
	text-decoration: none;
}
.head_ch a:hover,
.head_ch a:active {
	color: #3366cc;
	text-decoration: underline;
}
.head_sign{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 15px;
	line-height: 15px;
	text-align: right;
}
.head_sign a:link,
.head_sign a:visited {
	color: #3366cc;
	text-decoration: none;
}
.head_sign a:hover,
.head_sign a:active {
	color: #3366cc;
	text-decoration: underline;
}
.head_sign span{
	color: #cc0000;
}
.head_sign span a:link,
.head_sign span a:visited {
	color: #cc0000;
	text-decoration: none;
}
.head_sign span a:hover,
.head_sign span a:active {
	color: #cc0000;
	text-decoration: underline;
}
.head_fb{
	padding-top: 4px;
	width: 100px;
}
.head_clear{
	clear: both;
}

/* Yahoo YSM */
#sitelist {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 0px; 
	FONT-SIZE: 15px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 5px
}
#sitelist .ysmtitle {
	MARGIN-BOTTOM: 3px;
	MARGIN-top: 5px; 
	COLOR: #EF8116; 
	text-decoration: underline;
}

#sitelist .ysmhost {
	FONT-SIZE: 13px; 
	PADDING-BOTTOM: 2px;
	padding-left: 2px;
	COLOR: green; 
	FONT-FAMILY: arial
}
#sitelist .ysmdescr {
	 COLOR: #666666; 
	 LINE-HEIGHT: 140%;
	 FONT-SIZE: 13px;
	 margin-bottom: 5px;
}

#sitelist .goto{
	FONT-SIZE: 13px; 
	COLOR: #0000CE; 
	LINE-HEIGHT: 140%
}

.listtable {
	PADDING-BOTTOM: 15px; 
	CURSOR: pointer;
}
.thumb {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	MARGIN: 5px 10px 5px 5px; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid
}

#othersite {
  width: 100%;
	background: #FFF0E1;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	color: #000000;
	margin: 10px 10px 10px 10px ;
}

/*---這個放Yahoo購物區塊---*/
#headsubbox{
  width: 950;
  height: auto;
  padding: 5px 5px 5px 10px;
  margin: auto;
}
.headsub_bd{}
.headsub_l{
	float: left;
	width: 150px;
}
.headsub_r{
	float: right;
	width: 800px;
}
.headsub_lin{
	padding-left: 12px;
	padding-top: 5px;
}
.headsub_rin{}
.headbuybox{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ac2e3;
	border-bottom-color: #9ac2e3;
	border-left-color: #9ac2e3;
}
.hb_home{
	width: 45px;
}
.hb_home a:link,
.hb_home a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/buybarhead01.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 27px;
}
.hb_home a:hover,
.hb_home a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/buybarhead01.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 27px;
}
.hb_b01sp{
	width: 65px;
}
.hb_b01sp a:link,
.hb_b01sp a:visited {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-hb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
	padding-left: 5px;
}
.hb_b01sp a:hover,
.hb_b01sp a:active {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-hb_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
	padding-left: 5px;
}
.hb_b01{
	width: 60px;
}
.hb_b01 a:link,
.hb_b01 a:visited {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-b.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b01 a:hover,
.hb_b01 a:active {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-b_o.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b02{
    width: 60px;
}
.hb_b02 a:link,
.hb_b02 a:visited {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-p.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b02 a:hover,
.hb_b02 a:active {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-p_o.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b03{
    width: 60px;
}
.hb_b03 a:link,
.hb_b03 a:visited {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-g.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b03 a:hover,
.hb_b03 a:active {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-g_o.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b04{
    width: 60px;
}
.hb_b04 a:link,
.hb_b04 a:visited {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-r.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}
.hb_b04 a:hover,
.hb_b04 a:active {
	font-size: 12px;
	line-height: 27px;
	color: #00558b;
	text-decoration: none;
	background-image: url(../images/buybar_ul-r_o.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9ac2e3;
}

