body {
    margin: 0;
    padding: 0;
    font-size: 12px;
	font-family: 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei' !important;
}

.clearfix {
    clear: both;
}

#loader {
  position: absolute;
  border:#6e93be solid 1px;
  background-color: #ffffff;
  width: 298px;
  height: 142px;
  text-align: center;
  padding-top: 106px;
}

#content > div {
  position: absolute;
}

#content.show {
  display: block;
}

#content.hide, #loader.hide {
  display: none;
}

#loader.show {
  display: block;
}

div#container {
	font-family: 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei' !important;
    cursor: pointer;
    height: 250px;
    width: 300px;
	background: url('images/bg.jpg') no-repeat center;
}

div#logoURL{
	position:absolute; width:300px; height:71px; z-index:3; left:0; top:0; 
}

div#disclaimerURL{
position:absolute; width:100px; height:25px; z-index:4; left:200px; top:0; 
}

div#warrant_box_LT, div#warrant_box_RT{
	position: absolute;
    height: 144px;
    width: 135px;
	top:77px;
	background: url('images/detailBG.png') no-repeat center;
}

div#warrant_box_LT{
	left:10px;
}

div#warrant_box_RT{
	left:155px;
}

div#slider_left, div#slider_right {
	position: absolute;
    height: 21px;
	top: 148px;
    z-index: 2;
}
div#slider_left {
	width: 67px;
    left: 0px;
    background: url('images/LTArrow.png') no-repeat center;
}
div#slider_right {
	width: 68px;
    left: 67px;
    background: url('images/RTArrow.png') no-repeat center;
}
div#slider_left:hover {
	background: url('images/LTArrow_o.png') no-repeat center;
}
div#slider_right:hover {
	background: url('images/RTArrow_o.png') no-repeat center;
}

div#slider_mask {
    position: absolute;
    overflow: hidden;
	top:0px;
	left:0px;
    height: 154px;
    width: 300px;
}

/*div#warrant li.slide_0 {
    animation: cycle_first 10s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
}

div#warrant li.slide_1 {
    animation: cycle_second 10s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
}

div#warrant li.slide_2 {
    animation: cycle_third 10s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
}

div#warrant li.slide_3 {
    animation: cycle_forth 10s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
}

@keyframes cycle_first {
    0%  { left: 0px; opacity: 1; z-index: 0; }
    20% { left: 0px; opacity: 1; z-index: 0; }
    25% { left: -146px; opacity: 0; z-index: 0; }
    26% { left: -146px; opacity: 0; z-index: -1; }
    94% { left: 146px; opacity: 0; z-index: -1; }
    95% { left: 146px; opacity: 0; z-index: 0; }
    100%{ left: 0px; opacity: 1; z-index: 0; }
}

@keyframes cycle_second {
    20% { left: 146px; opacity: 0; z-index: 0; }
    25% { left: 0px; opacity: 1; z-index: 0; }
    45% { left: 0px; opacity: 1; z-index: 0; }
    50% { left: -146px; opacity: 0; z-index: 0; }
    56% { left: -146px; opacity: 0; z-index: -1; }
    100%{ left: 146px; opacity: 0; z-index: -1; }
}

@keyframes cycle_third {
    45% { left: 146px; opacity: 0; z-index: 0; }
    50% { left: 0px; opacity: 1; z-index: 0; }
    70% { left: 0px; opacity: 1; z-index: 0; }
    75% { left: -146px; opacity: 0; z-index: 0; }
    76% { left: -146px; opacity: 0; z-index: -1; }
    100%{ left: 146px; opacity: 0; z-index: -1; }
}

@keyframes cycle_forth {
    70% { left: 146px; opacity: 0; z-index: 0; }
    75% { left: 0px; opacity: 1; z-index: 0; }
    95% { left: 0px; opacity: 1; z-index: 0; }
    100%{ left: -146px; opacity: 0; z-index: 0; }
    0%  { left: -146px; opacity: 0; z-index: -1; }
    1%  { left: -146px; opacity: 0; z-index: -1; }
}*/

div#warrant ul {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
}

div#warrant li {
    height: 110px;
    width: 120px;
    position: absolute;
    left: 10px;
	top:6px;
    list-style: none;
}

div#warrant:hover li {
    animation-play-state: paused;
}

div.warrant_name, div.warrant_id, div.warrant_price {
    text-align: left;
}
div.warrant_name {
    margin-top: 0px;
}
div.warrant_id {
    margin-top: 12px;
}
div.warrant_price {
    margin-top: 8px;
}
div.warrant_rate, div.warrant_date {
    margin-top: 6px;
}
div.warrant_name {
    color: #000000;
	line-height:16px;
	font-weight: bold;
	font-size: 16px;
}
div.warrant_id { 
	font-family: Arial, Helvetica, sans-serif;
	color: #d46229;
	font-size: 30px;
	font-weight: bold;
	font-size: 30px; 
}
	
div.warrant_price, div.warrant_rate, div.warrant_date { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:13px;
	font-size: 13px;
}




div#warrant_box {
	position: absolute; 
	height: 154px;
    width: 280px;
	top:72px;
	left:10px;
	overflow: hidden;
}

div#warrant_box_L, div#warrant_box_R{
	position: absolute;
    !height: 144px;
	height: 154px;
    width: 135px;
	!top:77px;
	top:72px;
	!background: url('images/detailBG.png') no-repeat center;	
	overflow: hidden;
}

div#warrant_box_inner{
	!overflow: hidden;
	position: absolute;
}

div#warrant_box_inner_r{
	left: 145px;
}

div#warrant_box_L{
	left:10px;
}

div#warrant_box_R{
	left:155px;
}

div.slider_left, div.slider_right {
	position: absolute;
    height: 21px;
	top: 225px;
    z-index: 2;
	width: 140px;

}
div.slider_left {
	!width: 67px;
    !left: 0px;
    background: url('images/UPArrow.png') no-repeat center;
}
div.slider_right {
	!width: 68px;
    !left: 67px;
    background: url('images/DownArrow.png') no-repeat center;
}
div.slider_left:hover {
	background: url('images/UPArrow_o.png') no-repeat center;
}
div.slider_right:hover {
	background: url('images/DownArrow_o.png') no-repeat center;
}


div#slider_left1{
	left: 10px;
}
div#slider_right1{
	!left: 77px;
	left:149px;
}
div#slider_left2{
	left: 155px;	
}
div#slider_right2{
	left: 222px;	
}

div.slider_box {
    height: 144px;
    width: 135px;
	!top:77px;
	background: url('images/detailBG.png') no-repeat center;
	
	padding-top: 5px;
    padding-bottom: 5px;	
}


div.warrant ul {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    !position: absolute;
}

div.warrant li {
    height: 110px;
    width: 120px;
    !position: absolute;
    !left: 10px;
	!top:6px;
    !top:11px;
	list-style: none;
	margin-left: 10px;
}

div.warrant:hover li {
    animation-play-state: paused;
}

div.warrant_name {
	margin-top:6px;
	
	line-height: 16px;
	height: 16px;
	width: 120px;
	overflow : hidden;	
}	

div.warrant_id {

    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: 120px;	
}


div.warrant_price {
	
	height: 13px;
    !overflow: hidden;
    width: 120px;
}

div.warrant_rate, div.warrant_date {
	
	height: 13px;
    !overflow: hidden;
    width: 120px;
	
}



div#warrant_box_inner_l  , div#warrant_box_inner_r {

	position: absolute;

}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
