/* tx-worldcup */

.tx-worldcup-pi1 img {
  box-shadow: 0 0 0 0 #000000;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.tx-worldcup-pi1 form {
  margin: 0 0 1px 0;
  padding: 0;
}

.tx-worldcup-pi1 .tx-worldcup-pi1-menu {
  float: right;
  margin: 0;
  padding: 0;
}

.tx-worldcup-pi1 .tx-worldcup-pi1-content {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}

table.tx-worldcup-pi1 {
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
}

.tx-worldcup-pi1 table thead th {
  padding: 6px 10px;
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  border-bottom: 5px solid #444;
}

.tx-worldcup-pi1 table thead th:empty {
  background: transparent;
  border: none;
}

.tx-worldcup-pi1 table thead :nth-child(2),
.tx-worldcup-pi1 table tfoot :nth-child(2){
  background-color: #7FD2FF;
}

.tx-worldcup-pi1 table tfoot :nth-child(2){
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tx-worldcup-pi1 table thead :nth-child(2){
  -moz-border-radius:5px 0px 0px 0px;
  -webkit-border-top-left-radius:5px;
  border-top-left-radius:5px;
}

.tx-worldcup-pi1 table thead :nth-child(3),
.tx-worldcup-pi1 table tfoot :nth-child(3){
  background-color: #45A8DF;
}

.tx-worldcup-pi1 table thead :nth-child(4),
.tx-worldcup-pi1 table tfoot :nth-child(4){
  background-color: #2388BF;
}

.tx-worldcup-pi1 table thead :nth-child(5),
.tx-worldcup-pi1 table tfoot :nth-child(5){
  background-color: #096A9F;
}

.tx-worldcup-pi1 table thead :nth-child(5){
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.tx-worldcup-pi1 table tfoot :nth-child(5){
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tx-worldcup-pi1 tabletfoot td {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0px;
  text-shadow: 1px 1px 1px #fff;
}

.tx-worldcup-pi1 table tbody td {
  padding: 5px 10px 5px 10px;
  margin: 0;
  font-size: 100%;
}

.tx-worldcup-pi1 table tbody td:nth-child(even) {
  background-color: #444;
  color: #fff;
  border-bottom:1px solid #8a1002 ;
  font-weight: bold;
  background: #b70e0c; /* Old browsers */
  background: -moz-linear-gradient(top, #b70e0c 0%, #8a1002 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b70e0c 0%,#8a1002 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b70e0c 0%,#8a1002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tx-worldcup-pi1 table tbody td:nth-child(odd) {
    color:#b70e0c ;
    border-bottom:1px solid #8a1002 ;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(243, 243, 243)),
        color-stop(0.7, rgb(255, 255, 255))
        );
    background:-moz-linear-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(243, 243, 243)),
        color-stop(0.7, rgb(255, 255, 255))
        );
}

.tx-worldcup-pi1 table tbody td:nth-last-child(1) {
   /*border-right: 1px solid #222;*/
}

.tx-worldcup-pi1 table tbody th {
  color: #696969;
  text-align: right;
  padding: 0;
  border-right: 1px solid #aaa;
}
