@charset "utf-8";
@import url("animation.css") screen;

div.out {
	/*width:645px;*/
	width:65%;
	margin:5px 0px;
}

div.out_title {
	/* width:650px; margin-top:5px; padding-bottom:10px; border-bottom:1px dotted #999999; */
	width:100%;
	margin-top:5px;
	padding-bottom:10px;
	border-bottom:1px dotted #999999;
}

div.out_up_0 {
	width:100%;
	margin-top:5px;
	/*padding:6px 10px 0px 15px;*/
	padding:5px 0px 0px 0px;
	background:#fff url(../images/listTitBG.jpg) no-repeat;
	background-size:100%;
}
div.out_down_0 {
	width:100%;
	height:118px;
	/*padding:0px 10px 2px 15px;*/
	padding-top: 15px;
	background:#fff url(../images/newsDetailBg.jpg) no-repeat;
	background-size:100%;
}

div.out_up_1 {
	/*width:620px;*/
	width:100%;
	margin-top:5px;
	/*padding:6px 10px 0px 15px;*/
	padding:5px 0px 0px 0px;
	background:#fff url(../images/listTitBG_01.jpg) no-repeat;
	background-size:100%;
}
div.out_down_1 {
	/*width:620px;*/
	width:100%;
	height:118px;
	/*padding:0px 10px 2px 15px;*/
	padding-top: 15px;
	background:#fff url(../images/newsDetailBg1.jpg) no-repeat;
	background-size:100%;
}

div.out_up_2 {
	/*width:620px;*/
	width:100%;
	margin-top:5px;
	/*padding:6px 10px 0px 15px;*/
	padding:5px 0px 0px 0px;
	background:#fff url(../images/listTitBG_02.jpg) no-repeat;
	background-size:100%;
}
div.out_down_2 {
	/*width:620px;*/
	width:100%;
	height:118px;
	/*padding:0px 10px 2px 15px;*/
	padding-top: 15px;
	background:#fff url(../images/newsDetailBg2.jpg) no-repeat;
	background-size:100%;
}

div.out_up_3 {
	/*width:620px;*/
	width:100%;
	margin-top:5px;
	/*padding:6px 10px 0px 15px;*/
	padding:5px 0px 0px 0px;
	background:#fff url(../images/listTitBG_03.jpg) no-repeat;
	background-size:100%;
}
div.out_down_3 {
	/*width:620px;*/
	height:118px;
	/*padding:0px 10px 2px 15px;*/
	padding-top: 15px;
	background:#fff url(../images/newsDetailBg3.jpg) no-repeat;
	background-size:100%;
}

div.out_up_4 {
	/*width:620px;*/
	width:100%;
	margin-top:5px;
	/*padding:6px 10px 0px 15px;*/
	padding:5px 0px 0px 0px;
	background:#fff url(../images/listTitBG_04.jpg) no-repeat;
	background-size:100%;
}
div.out_down_4 {
	/*width:620px;*/
	height:118px;
	/*padding:0px 10px 2px 15px;*/
	padding-top: 15px;
	background:#fff url(../images/newsDetailBg4.jpg) no-repeat;
	background-size:100%;
}

div.out_up_4_png {
	/*width:620px;*/
	width:100%;
	margin-top:5px;
	/*padding:6px 10px 0px 15px;*/
	padding:5px 0px 0px 0px;
	background:#fff url(../images/listTitBG_04.png) no-repeat;
	background-size:100%;
}

div.out_down_4_png {
	/*width:620px;*/
	width:100%;
	height:118px;
	/*padding:0px 10px 2px 15px;*/
	padding-top: 15px;
	background:#fff url(../images/newsDetailBg4.png) no-repeat;
	background-size:100%;
}

div.out_page {
	margin-top: 12%;
	margin-left: 80%;
}

div.leftmenudiv {
	/*width:297px;*/
	width:29%;
	margin:0px 10px 10px 30px;
	padding:0px; 
	background-color:#FFFFFF;
}

/*新書通告 主要用來顯示書目照片 tooltip*/
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

/*讀者介購*/
/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}

/* Form wrapper styling */
.form-wrapper {
    width: 450px;
    padding: 2px;
    /*margin: 15px auto 50px auto;*/
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

/* Form text input */
.form-wrapper input {
    width: 330px;
    line-height: 30px;
    padding: 5px 5px;
    float: left;   
    font: 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;     
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 25px;
    width: 110px;
    font: bold 15px/25px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.form-wrapper button:hover{    
    background: #e54040;
}  

.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 5px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
	border-right-color: #c42f2f;
}     

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

#cf6_image{
	margin:0 auto;
	width:940px;
	height:70px;
	background-color:white;
	/*transition: background-image 1s ease-in-out;
	background-image:url("../images/3.jpg");*/
}

#cf6_image:hover{
	/*background-image:url("images/2.jpg");*/
}

/*-----------------------------------------------------------------------*/
/* 活動花絮使用 */
