@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/PTSans-Narrow.eot?") format("eot"), url("fonts/PTSans-Narrow.woff") format("woff"), url("fonts/PTSans-Narrow.ttf") format("truetype"), url("fonts/PTSans-Narrow.svg#PTSansNarrow") format("svg"), url("fonts/PTSans-Narrow.otf") format("opentype");
}
@font-face {
  font-family: "PT Sans Narrow Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/PTSans-NarrowBold.eot?") format("eot"), url("fonts/PTSans-NarrowBold.woff") format("woff"), url("fonts/PTSans-NarrowBold.ttf") format("truetype"), url("fonts/PTSans-NarrowBold.svg#PTSansNarrowBold") format("svg"), url("fonts/PTSans-NarrowBold.otf") format("opentype");
}
/* BODY HTML */
* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url(imageb/background_v1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e6e7e9;
  margin: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  color: #333;
}
html, body {
  height: 100%;
}
/* MAIN */
#main {
  min-width: 980px;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0px 5px 0px 5px;
  position: relative;
}
*html #main {
  height: 100%;
  clear: both;
}
.clearMain {
  height: 100px;
}
/* HTML TAG */
header, nav, section, article, aside, footer {
  display: block;
  position: relative;
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}
img {
  border: 0px;
}
h1, h2, h3 {
  font-weight: normal;
}
/* float_clear */
.fltrt {
  float: right;
  margin: 0px 0px 15px 15px;
}
.fltlft {
  float: left;
  margin: 0px 15px 15px 0px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.php);
  position: relative;
}
/* LINK Style  */
a {
  color: #333366;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #dc7208;
  text-decoration: none;
}
footer a {
  color: #d9d9d9;
  text-decoration: underline;
  outline: none;
}
/* ALIGN Style  */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.td-top {
  vertical-align: top;
}
/* HEADER */
header {}
#top-line {
  height: 200px;
  margin-bottom: 5px;
  background: url(imageb/back-top_v2.png) right top no-repeat;
  /* opacity: 50%; */
}
#logo {
  padding: 40px 0px 0px 30px;
  width: 450px;
  color: #e6e7e9;
  font-size: 28px;
  text-align: center;
  float: left;
}
#logo a {
  color: #e6e7e9;
  text-decoration: none;
}
#top-line li {
  display: inline;
  margin: 10px;
}
#language {
  width: 350px;
  margin: 0px auto;
  padding: 20px 0px 0px 30px;
  display: block;
}
#language li {
  display: inline;
  margin: 10px;
  font-size: 14px;
}
#language a {
  color: #e6e7e9;
  text-decoration: none;
}
#language a:hover {
  text-decoration: underline;
  color: #ff9933;
}
ul.social {
  margin-top: 50px;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin: 3px !important;
}
ul.social li a i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #333366;
  font-size: 1.2em;
  background: #ddd7f1;
  padding: 5px;
}
ul.social li a:hover i {
  background: #ff9933;
}
/* Ð¼ÐµÐ½ÑŽ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ð¸ */
nav {
  width: 100%;
  height: 45px;
  background: #333366;
  z-index: 50;
}
#menu {
  float: left;
}
#menu li {
  float: left;
  margin: 7px 20px 0;
  font-size: 20px;
}
#menu a {
  text-decoration: none;
  color: #e6e7e9;
}
#menu a:hover {
  text-decoration: underline;
  color: #ff9933;
}
#find-go {
  float: right;
  width: 200px;
  margin: 10px 10px 0px 0px;
}
#find {
  float: left;
  width: 150px;
  padding-right: 10px;
}
#find input {
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  padding: 1px 1px 1px 10px;
  behavior: url(../pie/PIE.php);
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  color: #333;
  background: #e6e7e9;
  outline: none;
  -webkit-appearance: none;
}
#find input::-webkit-search-cancel-button {
  display: none; /* ÑƒÐ±Ñ€Ð°Ð»Ð¸ ÐºÐ½Ð¾Ð¿ÐºÑƒ Ð¾Ñ‡Ð¸ÑÑ‚ÐºÐ¸ */
}
#go {
  float: right;
  width: 30px;
  margin: 4px 0px 0px 0px;
}
/* MIDDLE COLUMN */
#middle {
  width: 100%;
  padding: 10px 0px 10px 0px;
  height: 1%;
  position: relative;
}
#middle:after {
  content: '';
  clear: both;
  display: table;
}
.tdout {
  /*	background:#f2f2f2;  */
  background: rgba(242, 242, 242, 0.75);
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 10px;
}
.tdrasp {
  width: 20px;
}
/* CONTENT */
#content {}
#content p {
  padding: 10px 0px 10px 0px;
}
#content h1 {
  font-size: 32px;
  color: #dc7208;
  padding-bottom: 20px;
}
#content h2 {
  font-size: 24px;
  color: #333366;
  padding: 20px 0px 15px 0px;
}
#content h3 {
  font-size: 20px;
  color: #333;
  padding: 20px 0px 15px 0px;
}
#content dl {
  width: 600px;
  padding: 20px 0px 20px 0px;
}
#content dt {
  font-size: 20px;
  color: #333366;
  padding: 5px;
}
#content dd {
  padding: 5px 0px 5px 30px;
}
#content ul li {
  padding: 0px;
  list-style-position: outside;
  list-style-image: url(image/bul-sm.gif);
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
}
#content ol li {
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
}
/* BLOCK */
.title-block {
  position: relative;
  padding-bottom: 20px;
}
.title-block p {
  padding: 5px 0px 5px 0px;
}
.line {
  height: 1px;
  border-bottom: 1px solid #d7d7e4;
  margin: 5px 0px 5px 0px;
}
.data {
  background: #dc7208;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  padding: 0px;
}
.link {
  text-align: right;
}
.title-left {
  width: 280px;
  background: #333366;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 18px;
  line-height: 18px;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 0px 10px 0px
}
.title-left span {
  width: 9px;
  height: 9px;
  background: url(image/title-lkut.png) no-repeat top;
  position: absolute;
  z-index: 5;
  right: 0px;
  bottom: -9px;
}
.title-right {
  width: 280px;
  background: #333366;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 18px;
  line-height: 18px;
  color: #f2f2f2;
  text-align: left;
  padding: 10px 0px 10px 0px
}
.title-right span {
  width: 9px;
  height: 9px;
  background: url(image/title-rkut.png) no-repeat top;
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: -9px;
}
.title-right h2 {
  padding: 0px 0px 5px 20px;
  font-size: 20px;
}
.title-after {
  padding-top: 50px;
}
figure {
  background: #5f6a72; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
  padding: 10px; /* ÐŸÐ¾Ð»Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ */
  display: block; /* Ð‘Ð»Ð¾Ñ‡Ð½Ñ‹Ð¹ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ */
  width: 150px; /* Ð¨Ð¸Ñ€Ð¸Ð½Ð° */
  float: left; /* Ð‘Ð»Ð¾ÐºÐ¸ Ð²Ñ‹ÑÑ‚Ñ€Ð°Ð¸Ð²Ð°ÑŽÑ‚ÑÑ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
  margin: 0 10px 10px 0; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
  text-align: center; /* Ð’Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°Ð½Ð¸Ðµ Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
}
figcaption {
  color: #fff; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
}
/* FOOTER */
footer {
  margin: -100px auto 0;
  min-width: 980px;
  max-width: 1300px;
  height: 120px;
  /*	border-left:5px solid #e6e7e9;
	border-right:5px solid #e6e7e9;	
	background: #333366; */
  background-color: rgba(51, 51, 102, 0.7);
  position: relative;
  color: #d9d9d9;
}
#footer-logo {
  width: 350px;
  float: left;
  margin: 10px 0px 0px 20px;
}
#footer-logo p {
  margin: 0px 0px 0px 90px;
}
#footer-logo p a {
  color: #d9d9d9;
  text-decoration: none;
}
#footer-logo p a:hover {
  color: #dc7208;
  text-decoration: underline;
}
#footer-adr {
  width: 500px;
  float: right;
  margin: 20px 10px 0px 0px;
}
#footer-counter {
  width: 100px;
  float: right;
  margin-top: 30px;
}
body {
  background-color: #e6e7e9;
  margin: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  color: #333;
}
html, body {
  height: 100%;
}
/* MAIN */
#main {
  min-width: 980px;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0px 5px 0px 5px;
  position: relative;
}
*html #main {
  height: 100%;
  clear: both;
}
.clearMain {
  height: 100px;
}
/* HTML TAG */
header, nav, section, article, aside, footer {
  display: block;
  position: relative;
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}
img {
  border: 0px;
}
h1, h2, h3 {
  font-weight: normal;
}
/* float_clear */
.fltrt {
  float: right;
  margin: 0px 0px 15px 15px;
}
.fltlft {
  float: left;
  margin: 0px 15px 15px 0px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.php);
  position: relative;
}
/* LINK Style  */
a {
  color: #333366;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #dc7208;
  text-decoration: none;
}
/* ALIGN Style  */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.td-top {
  vertical-align: top;
}
/* HEADER */
header {}
#top-line {
  height: 200px;
  margin-bottom: 5px;
  background: url(imageb/back-top_v2.png) right top no-repeat;
}
#logo {
  padding: 40px 0px 0px 30px;
  width: 450px;
  color: #e6e7e9;
  font-size: 28px;
  text-align: center;
  float: left;
}
#logo a {
  color: #e6e7e9;
  text-decoration: none;
}
#top-line li {
  display: inline;
  margin: 10px;
}
#language {
  width: 350px;
  margin: 0px auto;
  padding: 20px 0px 0px 30px;
  display: block;
}
#language li {
  display: inline;
  margin: 10px;
  font-size: 14px;
}
#language a {
  color: #e6e7e9;
  text-decoration: none;
}
#language a:hover {
  text-decoration: underline;
  color: #ff9933;
}
/* Ð¼ÐµÐ½ÑŽ Ð½Ð°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ð¸ */
nav {
  width: 100%;
  height: 45px;
  background: #333366;
}
#menu {
  float: left;
}
#menu li {
  float: left;
  margin: 7px 20px 0;
  font-size: 20px;
}
#menu a {
  text-decoration: none;
  color: #e6e7e9;
}
#menu a:hover {
  text-decoration: underline;
  color: #ff9933;
}
#find-go {
  float: right;
  width: 200px;
  margin: 10px 10px 0px 0px;
}
#find {
  float: left;
  width: 150px;
  padding-right: 10px;
}
#find input {
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  padding: 1px 1px 1px 10px;
  behavior: url(../pie/PIE.php);
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  color: #333;
  background: #e6e7e9;
  outline: none;
  -webkit-appearance: none;
}
#find input::-webkit-search-cancel-button {
  display: none; /* ÑƒÐ±Ñ€Ð°Ð»Ð¸ ÐºÐ½Ð¾Ð¿ÐºÑƒ Ð¾Ñ‡Ð¸ÑÑ‚ÐºÐ¸ */
}
#go {
  float: right;
  width: 30px;
  margin: 4px 0px 0px 0px;
}
/* MIDDLE COLUMN */
#middle {
  width: 100%;
  padding: 10px 0px 10px 0px;
  height: 1%;
  position: relative;
}
#middle:after {
  content: '';
  clear: both;
  display: table;
}
#content {}
#content li {
  padding: 0px;
  list-style-position: outside;
  list-style-image: url(/image/bul-sm.gif);
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
}
#content h1 {
  font-size: 32px;
  color: #dc7208;
  padding-bottom: 20px;
}
#content h3 {
  font-size: 20px;
  color: #333;
  padding: 20px 0px 15px 0px;
}
#content p {
  padding: 10px 0px 10px 0px;
}
.tdout {
  /*	background:#f2f2f2; */
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 10px;
}
.tdrasp {
  width: 20px;
}
/* BLOCK */
.title-block {
  position: relative;
  padding-bottom: 20px;
}
.title-block p {
  padding: 5px 0px 5px 0px;
}
.line {
  height: 1px;
  border-bottom: 1px solid #d7d7e4;
  margin: 5px 0px 5px 0px;
}
.data {
  background: #dc7208;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  padding: 0px;
}
.link {
  text-align: right;
}
.title-left {
  width: 280px;
  background: #333366;
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 18px;
  line-height: 18px;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 0px 10px 0px
}
.title-left span {
  width: 9px;
  height: 9px;
  background: url(/image/title-lkut.png) no-repeat top;
  position: absolute;
  z-index: 5;
  right: 0px;
  bottom: -9px;
}
.title-right {
  width: 280px;
  background: #333366;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 18px;
  line-height: 18px;
  color: #f2f2f2;
  text-align: left;
  padding: 10px 0px 10px 0px
}
.title-right span {
  width: 9px;
  height: 9px;
  background: url(/image/title-rkut.png) no-repeat top;
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: -9px;
}
.title-right h2 {
  padding: 0px 0px 5px 20px;
  font-size: 20px;
}
.title-left a {
  color: #f2f2f2;
  text-decoration: none;
}
.title-left a:hover {
  color: #ffb76f;
  text-decoration: none;
}
.title-right a {
  color: #f2f2f2;
  text-decoration: none;
}
.title-right a:hover {
  color: #ffb76f;
  text-decoration: none;
}
.title-after {
  padding-top: 50px;
}
figure {
  background: #5f6a72; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
  padding: 10px; /* ÐŸÐ¾Ð»Ñ Ð²Ð¾ÐºÑ€ÑƒÐ³ */
  display: block; /* Ð‘Ð»Ð¾Ñ‡Ð½Ñ‹Ð¹ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ */
  width: 150px; /* Ð¨Ð¸Ñ€Ð¸Ð½Ð° */
  float: left; /* Ð‘Ð»Ð¾ÐºÐ¸ Ð²Ñ‹ÑÑ‚Ñ€Ð°Ð¸Ð²Ð°ÑŽÑ‚ÑÑ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
  margin: 0 10px 10px 0; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
  text-align: center; /* Ð’Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°Ð½Ð¸Ðµ Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
}
figcaption {
  color: #fff; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
}
.left-menu {}
.left-menu li {
  padding: 10px;
  list-style-position: outside;
  list-style-image: none;
  margin: 0px 0px 10px 0px;
  background: #dbdcde;
}
.left-menu a {
  font-size: 18px;
  text-decoration: none;
}
/* NEWS */
.news {
  padding: 10px;
}
.news h2 {
  padding: 10px 10px 10px 0px;
  font-weight: bold;
  color: #222;
}
.news .data {
  float: right
}
/*TABLE*/
table.table1 {
  line-height: 1.2em;
  border-collapse: collapse;
  width: 600px;
  margin: 10px 0px 10px 0px;
}
table.table2 {
  line-height: 1.2em;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
#drills_list thead th { /* Новий дизайн таблиці з долотами */
  padding: 10px 5px 15px 5px;
  color: #fff;
  font-size: 20px;
  background: #333366;
  font-weight: normal;
  border: 1px dotted #999;
}
.table2 thead th, .table1 thead th {
  padding: 10px 5px 15px 5px;
  color: #000;
  font-size: 20px;
  background: #dbdcde;
  font-weight: normal;
  border: 1px dotted #999;
  border-top: 3px solid #fff;
}
.table2 tbody th, .table1 tbody th {
  text-align: left;
  padding: 10px;
  color: #333;
  background: #e6e6e6;
  border: 1px dotted #999;
}
.table2 tbody td, .table1 tbody td {
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px dotted #999;
  color: #333;
}
.table2 tfoot td, .table1 tfoot td {
  text-align: left;
  padding: 20px 10px 30px 10px;
  color: #000;
  font-size: 22px;
  background-color: #ddd;
  font-weight: normal;
  border-right: 1px dotted #999;
  border-top: 3px solid #fff;
}
.table2 tfoot th, .table1 tfoot th {
  text-align: left;
  padding: 10px;
  font-size: 26px;
  color: #888;
}
.bullet {
  padding: 0px;
  list-style-position: outside;
  list-style-image: url(image/bul-sm.gif);
  margin-top: 5px;
}
.bullet a {
  color: #dc7208;
  text-decoration: none;
}
.bullet a:hover {
  color: #333366;
  text-decoration: underline;
  outline: none;
}
#content ul.inlist li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  white-space: nowrap;
  font-weight: bold;
}
/*HIGHLIGHT NAV*/
.title-left {
  z-index: 10;
}
.intro-table {
  position: relative;
  width: 250px;
  height: 250px;
  padding-top: 50px;
}
.intro-table {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  background-position: 0% 0%;
}
.intro-table .heading {
  margin: 0;
  padding: 30px;
}
.intro-table .bottom {
  position: absolute;
  top: 30px;
}
.intro-table-hover {
  -webkit-transition: background-image 0.3s ease, background-position 0.3s;
  transition: background-image 0.3s ease, background-position 0.3s;
}
.intro-table-hover:hover {
  /*background-image:url(image/nz-doloto-hover.jpg);*/
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 250px;
}
.intro-table-hover.nz:hover {
  background-image: url(image/nz-doloto-hover.jpg);
}
.intro-table-hover.gr:hover {
  background-image: url(image/gr-doloto-hover.jpg);
}
.intro-table-hover p {
  color: #ffffff;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.intro-table-hover:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.intro-table-hover:hover p a {
  color: #ff9933;
}
.intro-table-hover:hover p a:hover {
  color: #ffffff;
}
.intro-table-hover .expand {
  margin: 30px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s ease, opacity 0.5s;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.intro-table-hover:hover .expand {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.intro-table-hover .hide-hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro-table-hover:hover .hide-hover {
  opacity: 0;
}
.title-right dt {
  font-size: 20px;
  color: #333366;
  padding: 5px;
}
.title-right dd {
  padding: 5px 0px 5px 30px;
}
.table2 {
  border-collapse: collapse;
  counter-reset: drill_counter;
  /* счётчик с названием "drill_counter" работает в рамках класса .drills */
}
.table2 tbody tr {
  counter-increment: drill_counter;
  /* при встрече тега tr счётчик с названием "drill_counter" увеличивается на единицу */
}
.table2 td, .table2 tbody tr:before {}
/* .table2 tbody tr:before {
  content: counter(drill_counter);  /* значение счётчика с названием "drill_counter" записывается в первую клетку строки 
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-align: center; */
}
.table2 b:after {
  content: counter(drill_counter);
  /* Загальна кількість записів */
}
/*.sortable {
    width: 100%;
    border-left: 1px solid #c6d5e1;
    border-top: 1px solid #c6d5e1;
    border-bottom: none;
    margin: 0 auto 15px
}

.sortable th {
    background: url(image/header-bg.gif);
    text-align: left;
    color: #cfdce7;
    border: 1px solid #fff;
    border-right: none
}

.sortable th h3 {
    font-size: 10px;
    padding: 6px 8px 8px
}

.sortable td {
    padding: 4px 6px 6px;
    border-bottom: 1px solid #c6d5e1;
    border-right: 1px solid #c6d5e1
}

.sortable .head:hover,
.sortable .desc:hover,
.sortable .asc:hover {
    color: #fff
}

.sortable .evenrow td {
    background: #fff
}

.sortable .oddrow td {
    background: #ecf2f6
}

.sortable td.evenselected {
    background: #ecf2f6
}

.sortable td.oddselected {
    background: #dce6ee
} */
.sortable .head h3 {
  background: url(image/sort.gif) 7px center no-repeat;
  cursor: pointer;
  padding-left: 18px
}
.sortable .desc, .sortable .asc {
  background: url(image/header-selected-bg.gif)
}
.sortable .desc h3 {
  background: url(image/desc.gif) 7px center no-repeat;
  cursor: pointer;
  padding-left: 18px
}
.sortable .asc h3 {
  background: url(image/asc.gif) 7px center no-repeat;
  cursor: pointer;
  padding-left: 18px
}
#controls {
  width: 100%;
  margin: 0 auto;
  height: 20px
}
#perpage {
  float: left;
  width: 20%
}
#perpage select {
  float: left;
  font-size: 11px
}
#perpage span {
  float: left;
  margin: 2px 0 0 5px
}
#navigation {
  float: left;
  width: 60%;
  text-align: center
}
#navigation img {
  cursor: pointer
}
#text {
  float: left;
  width: 20%;
  text-align: right;
  margin-top: 2px
}
/* orange button */
.top-bar a.button {
  float: right;
  display: block;
  height: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background: #ff6f00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, rgb(51, 51, 102)), color-stop(0.8, rgb(35, 35, 70)));
  background: -moz-linear-gradient(center top, rgb(51, 51, 102) 20%, rgb(35, 35, 70) 80%);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
}
