﻿@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;word-wrap:break-word;word-break:break-all;}
.aside{
    position: absolute;
    top: 630px;
    width: 200px;
    left: 50%;
    margin-left: 726px;}
.pane1 img{
    border:0px;
    display:inline;
    margin: 3px 0 0 0;}
.pane2 img{
    border:0px;
    display:inline;
    margin: 3px 0 0 0;}
.pane3 img{
    border:0px;
    display:inline;
    margin: 3px 0 0 0;}

/**tabs**/
.tabPanel ul{height: 160px;float: left;}
.tabPanel ul li{
        margin:3px 3px 0 0;
        font-size:16px;
	height:60px;
        width:60px;
        text-align:center;
        cursor:pointer;
	background:#c9caca;
        color: #455056;
        line-height: 20px;}
.tabPanel ul li:hover{
        margin:3px 3px 0 0;
        font-size:16px;
	height:60px;
        width:60px;
        text-align:center;
        cursor:pointer;
	background:#49b3ef;
        color: #ffffff;
        line-height: 20px;}
.tabPanel ul li p{
    padding-top: 10px;}
.tabPanel .hit{}

.panes{    
    position:relative;}
.pane1{
    min-height:100px;
    display:none;
    position: absolute;
    left: -123px;}
.pane2{
    min-height:100px;
    display:none;
    position: absolute;
    left: -123px;
    top: 63px;}
.pane3{
    min-height:100px;
    display:none;
    position: absolute;
    left: -123px;
    top: 126px;}