﻿@charset "utf-8";
/*-----------------------------------------------
Name:     2010捷安特電子書-列表首頁-css
Designer: Tina
Date:     2009-12-30
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body { 
    font: 12px Helvetica, Arial, sans-serif;
	background: url(../images/bg.jpg) repeat-x #c1bfbd;
}

a{ 
           color: #444444;
           text-decoration: none;
}
img{ border:none;}


#wrapper {
    width: 100%;
    margin: 0 auto;
}

#wrapper h1{
           background: url(../images/header_bg1.jpg) repeat-x ;
           font-size:130%;
           font-weight:bold;
           color:#ffffff;
           line-height:37px;
           height:37px;
           padding-left:35px;

}
#wrapper h1 span{
	float:left;
}
#wrapper h1 span.logoname{
           background: url(../images/logoname.jpg) no-repeat ;
           text-indent:-9999px;
           font-size:100%;
           width:188px;
           display:block;
           float:right;
           margin-right:5px;
}


#intro {
    padding-bottom: 10px;
}

#slider {
    width: 850px;
    margin: 60px auto 0;
    position: relative;
	padding-top:30px;
	/*border: 10px solid #ccc;*/
}

.scroll {
	/*overflow: hidden;*/
	width: 700px;
    margin: 0 auto;
    position: relative;
	padding-top:30px;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px 10px 20px;
    width: 190px;
	cursor: pointer;
	background:url(../images/shadow_bg.png) no-repeat center bottom;
	/*height: 318px;*/
}

/*#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}*/

.inside {
	padding: 10px;
	/*border: 1px solid #999;*/
}

.inside img {
	display: block;
	border: 1px solid #ffffff;
	margin: 0 0 10px 0;
	width: 147px;
}

.inside h2 {
	color: #333333;
	font-weight:normal;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding-left:15px;
	background: url(../images/icon_arron.gif) no-repeat 0 3px;
	text-align:left;
	
}

.inside p {
	font-size: 11px;
	line-height:150%;
	color: #777;
	padding:0 15px;
	text-align:left;
}

#wrapper h1 span.logoname{
display:none;
           background: url(../images/logoname.jpg) no-repeat ;
           text-indent:-9999px;
           font-size:100%;
           width:188px;
           display:block;
           float:right;
           margin-right:5px;
}


#slider a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#slider a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.scrollButtons.left {
	top:130px;
    left: -45px;
}

.scrollButtons.right {
	top:130px;
    right: -45px;
}

.hide {
    display: none;
}

.png24 {tmp:expression(setPng24(this));}




