/*
|------------------
| Tag(s) - Reset
|------------------
*/

a:link {
    color: #feff05;
    text-decoration: none;
}

a:visited {
  color: #feff05;
    text-decoration: none;
}

a:hover {
  ccolor: #feff05;
    text-decoration: none;
}

 html,body  {
   margin:0px;
  font-family: "open sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
   background-color:#000;
  width: 100%;
  min-width:600px;
 }

          /* page titles like create account - reg_text_insert.php  */
.tx7 { color:fff;text-align:center;  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,2px 2px 2px #000;font-weight:normal; font-size:26px; line-height:26px; font-family:Arial,sans-serif }  
          /* smaller style of tx7  */
.tx5{ color:#b3a100; text-align:center; text-shadow: 2px 2px 3px #666666;font-weight:bold; font-size:26px; font-family:Verdana,sans-serif; }   
           /* titles in side columns  */
.tx11 { color:fff;text-align:center;  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,2px 2px 2px #000;font-weight:normal; font-size:30px; line-height:36px; font-family:tahoma,sans-serif }   
           /* Title in stats tables - stats_insert.php  */
.tx14 { color:fff;text-align:center;  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,2px 2px 2px #000;font-weight:normal; font-size:26px; line-height:30px; font-family:tahoma,sans-serif }   
           /* Title in stats tables - stats_insert.php  */
.tx13 { color:#fff; text-align:center;font-weight:normal; text-shadow: 1px 1px 2px #000;font-size:17px;line-height:22px; font-family:tahoma,sans-serif }    
.tx12 { color:#001a66; text-align:center;font-weight:normal; text-shadow: 1px 1px 3px #111111;font-size:26px;line-height:32px; font-family:Verdana,sans-serif }    
          /* Title in payment box - purchase_insert.php  */
.tx10{ color:orange; text-align:center; text-shadow: 1px 1px 3px #111111;font-weight:bold; font-size:18px; font-family:Arial,sans-serif }  
          /* Title in payment box - purchase_insert.php  */ 
.tx9{ color:#000;text-align:left;  text-shadow: 1px 1px 3px #666666;font-weight:normal; font-size:23px;line-height:28px; font-family: Tahoma,sans-serif }    
          /* Price in payment box - purchase_insert.php  */
.hx8{ color:#fde903; text-shadow: 1px 1px 3px #333333;font-weight:bold; font-size:28px; font-family:Verdana,sans-serif }     
          /* Price in side column payment box - purchase_insert.php  */
.hx5{ color:#fde903; text-shadow: 1px 1px 3px #333333;font-weight:bold; font-size:24px; font-family:Verdana,sans-serif }     
          /* Price in side column payment box - purchase_insert.php  */
.hx9{ color:#ff1a1a; text-shadow: 2px 2px 1px #000;font-weight:bold; font-size:22px; font-family:Verdana,sans-serif }    
.px1{ font-size:22px;color:yellow;text-shadow: 2px 2px 2px #000; }    

#ham {
  width:100%;
  height:64px;
 }

#menu {
  display:none;
 }

.logo {
  width:100%;
  min-width:600px;
  border:none;
  padding:0px;
  padding-top:6px;
  }

#wrapper { 
  width:100%;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  background-color:#998a00;
  border:1px solid black;
 }

#menu {
 display:none;
  }

.menu_but {
  display:none;
  }

.active, .btn:hover {
  background-color: #011532;
  }

#container {
       margin: 0px;
       margin-top:5px;
       padding:0px;
       width:100%;
       min-height:1000px;
       margin-left:auto;
       margin-right:auto;
       max-width:600px;
       vertical-align:top;
       border:1px solid transparent;
       border-collapse: separate;
       border-spacing: 6px;
   }

.title {
   margin-left:auto;
   margin-right:auto;
   width:100%;
   max-width:600px;
 }

#header {
  display:none;
 }

#header_mo {
  width:100%;
 }

#left  {
  display:none;
  }

#center  {
       margin-left:auto;
       margin-right:auto;
      vertical-align:top;
      margin-bottom:10px;
      width:98%; 
      max-width:594px;
      min-height:300px;
       color:#fff;
     background-color:#000;
     border: 1px solid black; 
  }

#right  {
      margin-left:auto;
       margin-right:auto;
      vertical-align:top;
      margin-bottom:10px;
      width:98%; 
      max-width:594px;
       min-height:300px;
     color:#fff;
     background-color:#c8b400;
     border: 1px solid black;
  }

#footer  {
      width:100%; 
      min-height:30px;
     color:#fff;
     padding:0px;
     background-color:#000;
     border: none;
   }

.log  {
      display:none;
}

.pack {
  order:2;
  width: 95%;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  padding:0px;
  text-align:center;
  }

#stats {
             width:98%;
             max-width: 575px;
             margin-left:auto; 
             margin-right:auto;
             border-width: 2px;
             border-spacing: 0px;
             border-style: outset;
             border-color: #00004d;
             border-collapse: collapse;
 }

#stats th {
             background-color:#b3a100;
             padding: 3px;	
             color: #ffffff;
             font-size: 15px;
             font-family:arial,sans-serif;
             font-weight:normal;
             text-align:center;	
             border:none;
 }

#stats td {	
             padding: 3px;	
             color: #000;
             font-size: 16px;
             background-color:#fff;
             border:none;
 }

.stat_title {
    background-color:#000;
    text-align:center;
 }

#reg {
  width:96%;
  margin-left:auto; 
  margin-right:auto;
 }

.reg_border {
         width:98%;
        max-width: 234px;
        margin-left:auto; 
        margin-right:auto;
        text-align: center;
        font-family: Tahoma, sans-serif;
        border-style: solid;
        border-width: 2px;
        border-color: #001166;
         box-shadow: 0 0 15px #000;
        color: #000;
    }

.pay {
             width:98%;
             max-width:600px;
             overflow:hidden;
             margin-left:auto;
            margin-right:auto;
             text-align: left;	
            font-family: Tahoma, sans-serif;
            border: 1px solid #1a75ff;
            background-color:#000;
             box-shadow: 2px 2px 6px #000;
    }

.pay td {
             border: none;
            color:#fff; 
             font-family: Tahoma, sans-serif;
             font-style:normal;
             font-weight:500;
             text-align:left;
             font-size: 20px;
   }

.pay th {
             border: none;
             background-color:#fff;
             font-family: Tahoma, sans-serif;
             text-align:left;
      }

.pay2 {
             width:98%;
             max-width:600px;
             overflow:hidden;
             margin-left:auto;
            margin-right:auto;
             text-align: left;	
            font-family: Tahoma, sans-serif;
            border: 1px solid #1a75ff;
            background-color:#000;
             box-shadow: 2px 2px 6px #000;
    }

.pay2 td {
             border: none;
            color:#fff; 
             font-family: Tahoma, sans-serif;
             font-style:normal;
             font-weight:500;
             text-align:left;
             font-size: 20px;
   }

.pay2 th {
             border: none;
             background-color:#fff;
             font-family: Tahoma, sans-serif;
             text-align:left;
      }

input[type=text], input[type=email], input[type=number], input[type=password] {
  width: 68%;
 font-size:32px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

select {
  width: 90%;
 font-size:32px;
 margin-top:6px;
 margin-bottom:5px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

input[type=submit] {
font-size:28px;
}

textarea {
  width: 96%;
 font-size:24px;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
 }

#auth {
    width: 100px;
    height: 50px;
 }

#bx {
    width: 100px;
    height: 50px;
 }

