@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	margin: 0;
	height: 100%;
	font-family:"微軟正黑體";
	background-color: #f0f0f0;
	background-image: url(../../bg/bg27.png);
	width: 100%;
 
}
#gotop{
	/*width: 200px;*/
	/*height:390px;*/
	position:fixed;
	_position: absolute; /* position fixed for IE6 */



  _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-10);
	z-index:1;
	bottom: 25%;
	text-align: center;
	margin-right: -665px;
	right: 50%;
	background-color: #000;
	color: #FFF;
	border-radius: 10px;
	opacity: 0.8;
	font-size: 16px;
}
#gotop a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 165px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;

}
#gotop a:visited {
	color: #FFF;
	text-decoration: none;
}
#gotop a:hover {
	color: #FF0;
	text-decoration: none;
}
#gotop a:active {
	color: #FF0;
	text-decoration: none;
}
#gotop a:last-child {
	border-bottom-style: none;
}
#header-share {
	text-align: center;
	width: 900px;
}

#header-rwd {
	display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#noie{
	color: #FFF;
	width: 100%;
	height: 70px;
	text-align: center;
	border: 1px solid #006699;
	background-color: #669933;
	_z-index: 9999;
	z-index: 9999;
	position: fixed;
	 _top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/
	left: 0;
	top: 0;
}
#noie a{
	color: #FC0;
}
#BodyContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}

/*.logo {
	padding: 0px;
	display:block;
	width: 1000px;
	margin: 0px;
}*/

#BodyContent .logo .p_hidden {
	display: none;
}

.logo img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	/*width: 100%;
    height: auto;*/
}

#hot {
	background-color: #fff4d6;
	padding: 10px;
	width: auto;
}
#hot p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 16px;
}
#hot p span {
	background-color: #900;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
#nav  {



				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf0f', endColorstr='#f0661f',GradientType=1 );
	color: #FFF;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: block;
	list-style-type: none;
	font-size: 18px;
	color: #FFFF00;
	background-color: #000;
	width: 25%;
	float: left;
	text-align: center;
	margin: 1%;
	padding: 1%;
	border-radius: 15px 0px 15px 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #705b45;
	border-bottom-color: #705b45;
}
#nav ul li a , #nav ul li a:visited , #nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}



#nav ul li:last-child {
	width: 36%;
}
#nav ul li span.arrow_b_int , #nav ul li span{
	width:0px;
	height:0px;
	border-width:8px;
	border-style:solid;
	border-color:#000 transparent transparent transparent;
	position:relative;
	bottom:-38px;
	right:35%;
}

#nav2 {
	text-align: center;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 5px;
}
#nav2 a , #nav2 a:visited{
	display: inline-block;
	background-color: #990000;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-radius: 15px;
}
#nav2 a:hover {
	background-color: #639;
}

#sale {
	width: 84%;
	margin: 15px 8%;
	border: 1px solid #063d80;
	background-image: url(http://www.angle.com.tw/event/bg/white75.png);
	background-repeat: repeat;
	text-align: center;
	font-size: 18px;
	color: #063d80;
	/*font-weight: bold;*/
	border-radius:40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sale h1{
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 15px 0;
	color: #293200;
}
#sale h5{
	font-size: 1em;
	line-height: 1.5em;
	margin: 2% 5%;
	color: #063d80;
}
#sale strong{
	font-size: 1.2em;
	color: #C00;
}
#sale span{
	font-size: 0.8em;
	color: #c00;
	position: initial;
	padding: 3px;
	font-weight: normal;
}
#sale p{
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	margin: 10px 20px;
}
#sale a , #sale a:visited {
	font-weight: normal;
	color: #063d80;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	margin: 8px;
	border: 1px solid #063d80;
	border-radius:10px;
}
#sale a:hover {
	background-color: #063d80;
	color: #FFF;
	text-decoration: none;
}
#sale a.gotomall , #sale a.gotomall:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #006dd0;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#sale a.gotomall:hover {
	color: #D0121C;
	background-color: #F3F8F8;
}

#sale2 {
	/*width: 84%;
	margin: 15px 8%;
	border: 1px solid #d0121c;
	background-image: url(http://www.angle.com.tw/event/bg/white75.png);
	background-repeat: repeat;*/
	text-align: right;
	font-size: 18px;
	color: #3c4903;
	border-radius:40px;
	/*font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;*/
}
#sale2 a , #sale2 a:visited {
	font-weight: normal;
	color: #063d80;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	/*margin: 8px;*/
	border: 1px solid #063d80;
	border-radius:10px;
}
#sale2 a:hover {
	background-color: #d0121c;
	color: #FFF;
	text-decoration: none;
}
#sale2 a.gotomall , #sale2 a.gotomall:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #006dd0;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#sale2 a.gotomall:hover {
	color: #D0121C;
	background-color: #F3F8F8;
}


#content {
	height: auto;
	width: 84%;
	clear: both;
	background-image: url(img2_media_02.jpg);
    background-repeat: no-repeat;
    background-color: #4c71ff;
	padding-top: 20px;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 20px;
	/*border-top: 6px solid #6b3a00;*/
}
#content2 {
	height: auto;
	width: 84%;
	clear: both;
	/*background-image: url(img_jun_02.jpg);
    background-repeat: no-repeat;*/
    background-color: #bfe4f7;
	padding-top: 20px;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 20px;
	border-top: 6px solid #002274;
}
#content #mynav {
	display: block;
	clear: both;
	float: none;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #e5571b; /* Old browsers */
	background: -moz-linear-gradient(left, #e5571b 10%, #f09819 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e5571b 10%, #f09819 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e5571b 10%, #f09819 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5571b', endColorstr='#f09819',GradientType=1 ); /* IE6-9 上下0 左右1 */
	}

#content #mynav a , #content #mynav a:visited  {
	color: #FFFFFF;
	display: inline-block;
	font-size: 19px;
	border-radius: 15px;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
#content #mynav a:hover {
	color: #FF0;
	text-decoration: none;
} 
#content .book {
	clear: both;
	float: none;
	/*background-color: #fbf8f3;*/
	padding: 2%;
	width: 96%;
	margin-top: 15px;
}
#content .book h2 {
	color: #063d80;
	font-size: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .book h2 a , #content .book h2 a:visited{
	color: #FFFFFF;
	background-color: #063d80;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 10px;
	border-radius: 15px;
}
#content .book h2 a:hover {
	background-color: #d36422;
}
#content .book h3 {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	margin: 10px;
	padding: 0px;
	/*text-indent: 2em;*/
}
#content .book h3 a , #content .book h3 a:visited{
	color: #FFFFFF;
	background-color: #d36422;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 10px;
	border-radius: 15px;
	display: inline-block;
}
#content .book h3 a:hover {
	background-color: #6b3a00;
}
#content .book h3 span{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 7px;
}
#content .book .price {
	color: #900;
}


#content2 .book2 {
	clear: both;
	float: none;
	/*background-color: #fbf8f3;*/
	padding: 2%;
	width: 96%;
	margin-top: 15px;
}
#content2 .book2 h2 {
	color: #314a87;
	font-size: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content2 .book2 h2 a , #content .book2 h2 a:visited{
	color: #FFFFFF;
	background-color: #9A0283;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 10px;
	border-radius: 15px;
}
#content2 .book2 h2 a:hover {
	background-color: #9a025f;
}
#content2 .book2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #063;
	margin: 0px;
	padding: 0px;
	text-indent: 16px;
}
#content2 .book2 .price {
	color: #900;
}


#content .book_new {
	clear: both;
	float: none;
	padding: 2%;
	width: 96%;
}
#content .book_new h2 {
	color: #dd501d;
	font-size: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content .book_new h2 a , #content .book_new h2 a:visited{
	color: #FFFFFF;
	background-color: #dd501d;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 10px;
	border-radius: 15px;
}
#content .book_new h2 a:hover {
	background-color: #dd611d;
}
#content .book_new h3 {
	font-size: 16px;
	font-weight: bold;
	color: #063;
	margin: 0px;
	padding: 0px;
	text-indent: 16px;
}
#content .book_new .price {
	color: #900;
}


#content table {
	clear: both;
	float: none;
	zoom: 1;
}
#content .book td {
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
	padding: 5px 10px;
}
#content .book tr:nth-child(2n+1) {
	background-color: #fdf6f8;
}
#content .book th {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063d80;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #063d80;
	background-color: #063d80;
	text-align: center;
}

#content2 .book2 td {
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
	padding: 5px 10px;
}
#content2 .book2 tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}
#content2 .book2 th {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314a87;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #314a87;
	background-color: #314a87;
	text-align: center;
}


#content .book_new td {
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
	padding: 5px;
}
#content .book_new tr:nth-child(2n+1) {
	background-color: #fcefeb;
}
#content .book_new th {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd501d;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #dd501d;
	background-color: #dd501d;
	text-align: center;
}


#content td a , #content td a:visited ,#content2 td a , #content2 td a:visited{
	color: #000;
	text-decoration: none;
}
#content td a:hover , #content2 td a:hover{
	color: #900;
	text-decoration: underline;
}
#content p.buy {
	margin-bottom: 40px;
	clear: both;
	float: none;
	margin-top: 5px;
}

#content p.buy a , #content p.buy a:visited{
	font-size: 16px;
	background-color: #74502a;
	color: #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-radius: 15px;
}
#content p.buy a:hover {
	background-color: #069;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}



.hidden_m {
	font-size: 16px;
}

.more {
	width: 80%;
	max-width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #900;
	clear: both;
	float: none;
	padding-right: 10%;
	padding-left: 10%;
}
.more ul {
	clear: both;
	float: none;
}
.more p {
	font-size: 18px;
	font-weight: normal;
	color: #FF0;
	margin: 0px;
	padding: 0px;
}
.more ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.more .NewsStyle {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.more .NewsStyle a {
	font-size: 15px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:visited {
	color: #FFF;
	text-decoration: none;
}
.more .NewsStyle a:hover {
	color: #FFF;
	text-decoration: underline;
}
.more .NewsStyle a:active {
	color: #FFF;
	text-decoration: underline;
}
