/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/

p,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
/*--------------------------------------------
container
--------------------------------------------*/
div.examples_body {
	width: 559px;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h2.title_name {
     font-family: normal Georgia,'Times New Roman',Times,serif;
	 font-weight: normal;
     font-size: 4em;
     padding: 50px 0 20px 0;
     text-align: center;
}
h2.title_name span {
	 font-family: normal Georgia,'Times New Roman',Times,serif;
     color: #AAA;
     font-size: 0.9em;
}
h2.title_name small {
     color: #AAAAAA;
     display: block;
     font-family: normal Verdana,Arial,Helvetica,sans-serif;
     font-size: 0.2em;
     letter-spacing: 1.0em;
     text-transform: uppercase;
}
div.examples_body h3 {
     color: #555;
     font-size: 130%;
	 padding-bottom: 15px;
	 margin-bottom: 15px;
}
p.demo_btn {
     width: 558px;
	 margin: 30px auto;
	 font-size: 0;
	 text-indent: -9999px;
	 clear: both;
	 overflow: hidden;
}
p.demo_btn a {
     width: 160px;
	 height: 41px;
	 float: right;
     background: url(../images/Download_Button.gif) no-repeat;
}
p.demo_btn a:hover {
     background: url(../images/Download_Button_o.gif) no-repeat;
}

/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */
.easy-accordion { display: block; position: relative; overflow: hidden; padding: 0; margin: 0;}
.easy-accordion dt, .easy-accordion dd { margin: 0; padding: 0;}
.easy-accordion dt, .easy-accordion dd { position: absolute;}
.easy-accordion dt { margin-bottom: 0; margin-left: 0; z-index:5; /* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); cursor:pointer;}
.easy-accordion dd { z-index:1; opacity: 0; overflow: hidden;}
.easy-accordion dd.active { opacity: 1;}
.easy-accordion dd.no-more-active { z-index: 2; opacity: 1;}
.easy-accordion dd.active { z-index: 3;}
.easy-accordion dd.plus { z-index: 4;}
.easy-accordion .slide-number { position: absolute; bottom:0; left: 10px; font-weight: normal; font-size: 1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

dd p {line-height: 120%}
#accordion-1 {
	width: 558px;
	height: 200px;
	padding: 0px;
	background: #fff;
	border: 1px solid #b5c9e8;
}
#accordion-1 dl { width: 558px; height: 200px; color: #294F88;}	
#accordion-1 dt {
	height:26px;
	line-height: 25px;
	text-align: center;
	font-size:9pt;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#FFFFFF;
	background-color: #fff;
	background-image: url(../images/slide-title-active-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	margin: 0px;
}
#accordion-1 dt.active {
	cursor: pointer;
	color:#fff;
	background-color: #fff;
	background-image: url(../images/slide-title-active-1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#accordion-1 dt.hover { color: #68889b;}
#accordion-1 dt.active.hover { color: #fff;}
#accordion-1 dd {
	margin: 0px;
}
#accordion-1 .slide-number { color:#68889b; left:10px; font-weight: bold;}
#accordion-1 .active .slide-number { color: #FFF;}
#accordion-1 a { color: #68889b;}
#accordion-1 dd img {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
}
#accordion-1 h4 { font-size: 1.5em; margin-bottom: 10px;}
#accordion-1 a.more { padding-top: 10px; display: block;}
#accordion-1 a.more:hover { text-decoration: underline;}
