﻿body {
	background-color:#e8e4e4;
    font-size:1.5em;
/*    COLOR: #333333;
	font-family: Helvetica, STHeiti, "Microsoft JhengHei", "微軟正黑體", PMingLiU, "Lucida Grande", Arial, sans-serif;	
  */
    LINE-HEIGHT: 1.8em;
	FONT: Verdana, Arial, Helvetica, sans-serif, 新細明體, 細明體;
    LETTER-SPACING: 1px
}

a:link
{
    COLOR: #3d81ee;
    TEXT-DECORATION: none
}

a:visited
{
    COLOR: #3d81ee;
    TEXT-DECORATION: none
}

a:hover
{
    COLOR: #ff0000;
}

.hashtag
{
	COLOR: #666666;
}


.br
{
    CLEAR: both;
    PADDING-TOP: 5px;
}
.br2x
{
    CLEAR: both;
    PADDING-TOP: 10px;
}
.br3x
{
    CLEAR: both;
    PADDING-TOP: 15px;
}
.br4x
{
    CLEAR: both;
    PADDING-TOP: 20px;
}
.brm
{
    CLEAR: both;
    margin-top: -7px;
}
.margin2
{
    margin: 2px;
}
.clear
{
    CLEAR: both;
}
.TextCenter
{
	text-align:center;
}
.sticker {
    max-width: 300px;  
}

#topPadding {
    margin-top:10px;
}
    
.APcontent {
    display:none;
    height:100px;
    margin-bottom: 1.5em;
}

a[rel=next] {
    font-size: 1em;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 280px;
/*  margin-bottom: 10px;  */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 280px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 240px;
}

.fbgp-back-to-top {
    position: fixed;
    padding:10px 10px 10px 7px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    top: 200px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.3);
/*    display: none;  */
}


.back-to-top {
	position: fixed;
	bottom: 80px;
	right: 10px;
	text-decoration: none;
	color: #EEEEEE;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
}
.back-to-top:hover {background-color: rgba(0, 0, 0, 0.3);}


/*
.container {padding-left:7px;padding-right:0px;max-width:1000px;}
.container {margin:0 auto;background-color:#ffffff;border-radius: 3px;}
*/

.main {margin:0 auto;padding:10px;background-color:#ffffff;border-radius: 3px;}
.row {margin-left:0px;margin-right:0px;}
.row > div {padding-left:7px;padding-right:7px;}
/*
.containerX {padding-left:7px;padding-right:0px;max-width:1000px;}
*/
.redborder {border:solid 1px #ff0000;}
.silverborder {border:solid 1px #c0c0c0;}


/* PlaceHolder */
.PLDropDown {
	padding:0px 0 0 44px;
}	

.PLDropDown-menu 
{
	width:280px;
}	
.PLDropDown-Nav
{
    font-size:1em;
    LINE-HEIGHT: 1.2em;
	FONT: Verdana, Arial, Helvetica, sans-serif, 新細明體, 細明體;
    LETTER-SPACING: 1px;
	width:320px;
}	

.PLDropDown-Cat
{
	width:560px;
}	

.img-brand{display:block;max-width:100%;height:182px;max-height:182px;}
.img-responsive{display:block;max-width:100%;height:auto}
.img-lohascircle{width:90px;height:120px;}
.img-lohasicon{width:98%;height:90%;max-width:90px;max-height:120px;}
.img-lohasiconpadding{padding:45px 0 0 30px;}

/* view/default */

.gold {color:#FFD700;}
.r5p {	margin-right:5px;}	
.r2p {	margin-right:2px;}	
.ht5p {	margin:5px 0 5px 0;}	
.ad300x2 {margin:0 auto;max-width:620px;}

/* mosaic */
.bar2 .mosaic-overlay {
	bottom:-192px;
	height:250px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
.bar2 .mosaic-overlay:hover {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}

.ellipsis{
    width:100%;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}    

.list_style_none{
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;
	outline:none;

}

.sidebar-nav {
    padding: 9px 0;
}

.color-Red {color:#ff0000;}
.color-Yellow {color:#ffff00;}
.color-blue {color:#0066ff;}

/*
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
*/
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
/*
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
*/

/*   Header  */
#navbar-content-top
{
    background-color:#f26f21;
    max-width:1170px;
    margin:0 auto;

}

#navbar-topic-top
 {
    position: fixed;
    top: 0px;
    display: none;
    background-color:#f26f21;
}

.navbar-default {background-color:#f26f21;}
.logo {margin:5px 0 0 10px;height:100px;}
.logo_s {border:0;height:48px;margin:-13px 0 0 10px;}
.HeadAD {margin:10px 0 0 40px;;}
.navbar-up {background-color:#f26f21;margin-top:60px;}
.navbar-container {margin:0 auto;padding-left:10px;padding-right:10px;max-width:1170px;}
.navbar-nav > li > A:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.navbar-nav > li > A:active
{
    COLOR: #333333
}
.navbar-nav > li > A:hover
{
    COLOR: ff0000;
    TEXT-DECORATION: none
}
.navbar-nav > li >  A:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

.PLDropDown-Nav > li > A:visited
{
    COLOR: #0066ff;
    TEXT-DECORATION: none
}
.PLDropDown-Nav > li > A:active
{
    COLOR: #0066ff;
}
.PLDropDown-Nav > li > A:hover
{
    COLOR: #0066ff;
    TEXT-DECORATION: none
}
.PLDropDown-Nav > li >  A:link
{
    COLOR: #0066ff;
    TEXT-DECORATION: none
}




/*  footer  */
#footer
{
clear:both;
max-width:1170px;
margin:0 auto;
padding:20px 0 10px 0;
text-align:center;
color:#c5c5c5;
background-color:#807976;
border-top:solid 1px #ffffff
}
.defaultfooter
{
clear:both;
max-width:1170px;
margin:0 auto;
padding:20px 0 10px 0;
text-align:center;
color:#c5c5c5;
background-color:#807976;
border-top:solid 1px #ffffff
}

/*  IMG  */
.img-border {width:100%;border:solid 1px #c0c0c0;}
.img-small {max-width:105px;max-height:139px;}

.panelxborder{border:1px solid transparent;border-radius:0px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.ellipsis{
    width:100%;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}  
