@charset "utf-8";

/* Vertical Accordion Style */
.va-title-1, .va-title-2, .va-title-3, .va-title-4, .va-title-5, .va-slice{
	font-family: Century Gothic, Helvetica Neue, Arial, sans-serif, \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, 黑體;
}

.va-title-1, .va-title-2, .va-title-3, .va-title-4, .va-title-5{
	width:240px;
	position:relative;
	top:5px;
	left:-13px;
}
	
.va-container{
	position:relative;
	margin:0 auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:rgba(25,25,25,1); /*#F4646C, #000*/
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0;
	overflow:hidden;
}
.va-slice-1{
	background:#f5f3f3 url(../brands/img/accord/accord_chuchubaby.jpg) no-repeat right center;
}

.va-slice-2{
	background:#f5f3f3 url(../brands/img/accord/accord_atopico.jpg) no-repeat right center;
}
.va-slice-3{
	background:#f5f3f3 url(../brands/img/accord/accord_kaneson.jpg) no-repeat right center;
}
.va-slice-4{
	background:#f5f3f3 url(../brands/img/accord/accord_lec.jpg) no-repeat right center; /*9AD3E1*/
}
.va-slice-5{
	background:#f5f3f3 url(../brands/img/accord/accord_joovy.jpg) no-repeat right center; /*9AD3E1*/
}

.va-slice-color-1, .va-slice-color-2, .va-slice-color-3, .va-slice-color-4, .va-slice-color-5{
	background:#f5f3f3;
}

.va-title-1, .va-title-2, .va-title-3, .va-title-4, .va-title-5{
	font-size:45px;
	line-height:45px;
	text-shadow:0 0 0px white;
	float:left;
	top:15px;
	left:38px;
	clear:both;
	margin-bottom:25px;
}

.va-title-1, a.va-more-1{
	color:#FC757D;
}

a.va-more-1:hover{
	color:#FA313E;
}

.va-title-2, a.va-more-2{
	color:#DFC612;
}

a.va-more-2:hover{
	color:#CBB213;
}

.va-title-3, a.va-more-3{
	color:#7ECD72;
}

a.va-more-3:hover{
	color:#449C37;
}

.va-title-4, a.va-more-4{
	color:#FF8C94;
}

a.va-more-4:hover{
	color:#EA3C44;
}

.va-title-5, a.va-more-5{
	color:#FF8C94;
}

a.va-more-5:hover{
	color:#EA3C44;
}

.va-content{
	display:none;
	margin-left:50px;
	text-align:left;
	clear:both;
}

.va-slice p{
	font-size:14px;
	color:#7a7a7a;
	width:340px; /*480*/
	margin:0 0 8px 0;
}

.va-slice ul{
	margin:30px auto auto -42px;
} /*ie*/

.va-slice ul li{
	float:left;
	margin:0 2px;
}

.va-slice ul li.va-button1 a{
	background:#FC757D;
	color:#fff;
	padding:5px 12px;
	font-size:14px;
}

.va-slice ul li.va-button1 a:hover{
	background:#FA313E;
	text-decoration:none;
}

.va-slice ul li.va-button2 a{
	background:#DFC612;
	color:#fff;
	padding:5px 12px;
	font-size:14px;
}

.va-slice ul li.va-button2 a:hover{
	background:#C6B219;
	text-decoration:none;
}

.va-slice ul li.va-button3 a{
	background:#7ECD72;
	color:#fff;
	padding:5px 12px;
	font-size:14px;
}

.va-slice ul li.va-button3 a:hover{
	background:#449C37;
	text-decoration:none;
}

.va-slice ul li.va-button4 a{
	background:#FF8C94;
	color:#fff;
	padding:5px 12px;
	font-size:14px;
}

.va-slice ul li.va-button4 a:hover{
	background:#EA3C44;
	text-decoration:none;
}

.va-slice ul li.va-button5 a{
	background:#FF8C94;
	color:#fff;
	padding:5px 12px;
	font-size:14px;
}

.va-slice ul li.va-button5 a:hover{
	background:#EA3C44;
	text-decoration:none;
}

.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}