body {	font-family: Verdana, Arial;  font-size: 12px;}table {  font-family: Verdana, Arial;  font-size: 12px;    border: solid 1px gray;  border-collapse: collapse;     margin: 0;  width: 100%;}table td {	border: solid 1px gray;    border-collapse: collapse; 	font-size: 12px;}table th {	border: solid 1px gray;    border-collapse: collapse; 	font-size: 11px;}a:link {    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;    text-decoration: underline;    color: #2E5E86;}a:visited {    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;    text-decoration: underline;    color: #2E5E86;}/* вкладки */.tabs {	width: 695px;	padding: 0px;	margin: 0 auto;}.tabs input { display: none; }.tabs div {    display: none;    padding: 6px;    border: 1px solid #C0C0C0;    background: #FFFFFF;}.tabs label {	font-family: Verdana, Arial;    font-size: 11px;	font-weight: bold;	    display: inline-block;    padding: 7px;    margin: 0 -5px -1px 0;    text-align: center;    color: #414a4c; /*#666666;*/    border: 1px solid #76829c; /*#C0C0C0;*/    background: #abbfd4; /*#E0E0E0; */    cursor: pointer;}.tabs input:checked + label {	font-family: Verdana, Arial;    font-size: 11px;	font-weight: bold;	    color: #000000;    border: 1px solid #C0C0C0;    border-bottom: 1px solid #FFFFFF;    background: #FFFFFF;}#tab_1:checked ~ #txt_1,#tab_2:checked ~ #txt_2, #tab_3:checked ~ #txt_3,#tab_4:checked ~ #txt_4,#tab_5:checked ~ #txt_5,#tab_6:checked ~ #txt_6,#tab_7:checked ~ #txt_7,#tab_8:checked ~ #txt_8,#tab_9:checked ~ #txt_9,#tab_10:checked ~ #txt_10,#tab_11:checked ~ #txt_11,#tab_12:checked ~ #txt_12 { display: block; } 