h1 { font-family: Arial; font-size: 20px; color:#555555; margin-bottom: 20px; text-shadow: 0.1em 0.1em 5px #eee;  }
h2 { font-family: Arial; font-size: 16px; color:#006699; margin-bottom: 10px; text-shadow: 0.1em 0.1em 5px #eee; }
h3 { font-family: Arial; font-size: 14px; color:#CC9900; margin-bottom: 5px; text-shadow: 0.1em 0.1em 5px #eee;}

a { color:#006699; font-weight: bold; text-decoration: none; }
a:hover { color:#006699; text-decoration: underline; }

p {
    line-height: 20px;
}


.prize_block {
    border: 3px solid #467D97;
    padding:10px 10px;
    float: left;
    margin-right: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0px #ccc;
}

.prize_block img {float:right;}

.prize_num {
    font: bold 18px Arial;
    color: #E8A01A;
    margin: 5px 0 10px 0;
}

.prize_title {
    font: bold 14px Arial;
    margin-bottom:5px;
}



.simpleTable {
    background-color: #ddd;
}

.simpleTable td {
    background-color: #fff;
    padding: 4px;
    border-spacing: 1px;
}

.simpleTable th {
    background-color: #ccc;
    padding: 4px;
    border-spacing: 1px;
}

.menu {
    border-bottom: 2px solid #467D97;
    margin-bottom: 20px;
    padding-left: 10px;
    overflow:auto;
}

.menu .item {
    
    float:left;
    background-color: #e0e0e0;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px 5px;
    margin: 0 10px 0 0;
    border-radius: 5px 5px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
    
}

.menu .item:hover, .menu .item:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}

.menu .itemrl {
    
    float:left;
    background-color: #a3ff9e;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px 5px;
    margin: 0 10px 0 0;
    border-radius: 5px 5px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
    
}

.menu .itemrl:hover, .menu .itemrl:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}

.menu .itemrs {
    
    float:left;
    background-color: #FFBEBE;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px 5px;
    margin: 0 10px 0 0;
    border-radius: 5px 5px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
    
}

.menu .itemrs:hover, .menu .itemrs:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}

.menu .itemfb {
    
    float:left;
    background-color: #e0e0e0;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 6px 3px;
    margin: 0 5px 0 0;
    border-radius: 5px 5px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
    
}

.menu .itemfb:hover, .menu .itemfb:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}

.menu .itemrlfb {
    
    float:left;
    background-color: #a3ff9e;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 6px 3px;
    margin: 0 5px 0 0;
    border-radius: 5px 5px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
    
}

.menu .itemrlfb:hover, .menu .itemrlfb:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}

.menu .itemrsfb {
    
    float:left;
    background-color: #FFBEBE;
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 6px 3px;
    margin: 0 5px 0 0;
    border-radius: 5px 5px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
    
}

.menu .itemrsfb:hover, .menu .itemrsfb:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}

.menu1 {
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
    padding-left: 10px;
    overflow:auto;
    /*width:100%;*/
}

.menu1 .item1 {
    background-color: #e0e0e0;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 8px 3px;
    margin: 0 10px 0 0;
    border-radius: 3px 3px 0px 0px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
}

.menu1 .item1:hover, .menu1 .item1:active, .aitem1 {
    background-color: #888 !important;
    color: #fff !important;
}

.menu2 .item2 {
    background-color: #e0e0e0;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 8px 3px;
    margin: 0 10px 0 0;
    border-radius: 0px 0px 3px 3px; /* LEFT UP, RIGHT UP, RIGHT BOTTOM, LEFT BOTTOM */
    cursor: pointer;
}

.menu2 .item2:hover, .menu2 .item2:active, .aitem2 {
    background-color: #888 !important;
    color: #fff !important;
}

.prod_img {
    float:right;
    margin: 0 0 20px 30px; 
    box-shadow: 1px 1px 3px #AAA;
}

.hline {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 30px 0;
}

.hline2 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 20px 0;
}

.clearfix {
    clear:both;
}

.col2 {
    float: left; 
    width: 650px; 
    min-height: 600px; 
    border-left: 2px solid #467D97; 
    padding: 0 20px 50px 20px;
    margin-bottom: 30px;
}

.button1 {
  background: url("/v5/assets/images/button1_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #FFFFFF;
}

.button1:hover {
    background: #2777C4;
    text-decoration: none;
    color: #FFFFFF;
}

.button2 {
  background: url("/v5/assets/images/button2_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #333;
}

.button2:hover {
    background: #efb212;
    text-decoration: none;
    color: #333;
}

.button3 {
  background: url("/v5/assets/images/button3_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #fff;
}

.button3:hover {
    background: #7fbd15;
    text-decoration: none;
    color: #fff;
}

.btn_sml {
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.btn_med {
  padding: 6px 20px;
  font-size: 13px;
  border-radius: 4px;
}

.btn_lrg {
  padding: 8px 25px;
  font-size: 16px;
  border-radius: 5px;
}

/* ======================= */

.textCell_alt3 {
  padding:3px 5px 3px 10px;
  background: #f8f6f6;
  border: 0px;
  cursor: default;
}

.textCell_alt4 {
  padding:3px 5px 3px 10px;
  background: #edf3f9;
  border: 0px;
  cursor: default;
}

.textCell_alt5 {
  padding:3px 5px 3px 10px;
  background: #cdc8c8;
  border: 0px;
  cursor: default;
}

.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }