﻿
/*gv*/
.gv {
	clear: both;
	width: 90%;
	margin: 0 auto;
    line-height:1.5em;
    font-size:1em;
}
.gv_td {
	color:#333333;	
	padding:6px 5px;
	border-bottom:1px #999 dashed;
	}
.gv_td A:link {
	color:#333;
	text-decoration:none;
     font-size:1em;
}
.gv_td A:hover {
	color:#06C !important;
	text-decoration:none;
}
.gv_td A:visited {
	color:#333;
	text-decoration:none;
}
/*���D*/
.gv_th{
	background-image:url(../images/th_bg01.png);
	background-color:#f1f1f1;
	color:#333333;
	height:30px;
	background-position:top;
	background-repeat:repeat-x;	
    padding:6px 8px;
	}
/*����*/ 
 .gv_bottom {    
    /*display: inline-block;*/
    padding-left: 0;   
    border-radius: 4px;   
}

.gv_bottom table > tbody > tr > td {
    display: inline;  
   
}

.gv_bottom table > tbody > tr > td > a,
.gv_bottom table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    margin-top: 1em ;
}

.gv_bottom table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #fff;
    background-color: #ec8c2d;
    border-color: #dddddd;
    cursor: default;
}

.gv_bottom table > tbody > tr > td:first-child > a,
.gv_bottom table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.gv_bottom table > tbody > tr > td:last-child > a,
.gv_bottom table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.gv_bottom table > tbody > tr > td > a:hover,
.gv_bottom table > tbody > tr > td > span:hover,
.gv_bottom table > tbody > tr > td > a:focus,
.gv_bottom table > tbody > tr > td > span:focus {
    color: #fff;
    background-color: #362b24;
    border-color: #dddddd;
}
