/*-------- email signup table ------*/
table.email_signup { 
    border: solid 0px;
    width: 200px;
		padding: 0px; 
		background-color: #e5e5e5;
		margin: 0px;
		background: url( '../images/email_bg.gif' ) no-repeat;
		}
table.email_signup td { 
    border: 0px solid #789DB3;
		/*background-color: #e5e5e5;*/
		color: #0358ab;
		color: black;
		
		}

/*------- eof email signup table   */

/*------ index table css -----------*/

table.mytable { 
    width: 700px;
	  text-align: left;
		padding: 0px;  
		border: 1px solid #789DB3;
		}
table.mytable td { 
    font-size: 12px; 
		border: 1px solid #789DB3;  
		padding: 7px; 
		font-weight: normal; 
		border: 0px solid #789DB3;
		}
table.mytable td.left{
   width:350px;
    height: 20px; 
		font-size: 12px;
    border: 1px solid #ff0000;  
		text-align:left; 
		}
table.mytable td.right  { 
    width:350px;
    border: 1px solid #ff0000;  
		text-align:right; 
		}
table.mytable td.special  { 
    border-bottom: 1px solid #789DB3;  
		border-top: 1px solid #789DB3; 
		border-left: 1px solid #789DB3;
		border-right: 1px solid #789DB3;
		text-align:center; 
		width:500px;
		}
table.mytable td.star  { 
     background: url( '../images/index_star.png' ) 0 0 no-repeat;
		 color: #ffffff;
		 font-size: 16px;
		 font-weight: bold;
		 vertical-align:middle;
     height: 100px; 
		 width:100px;
		 padding-left: 15px;
		 padding-bottom: 22px;
		 border: solid 1px;
		text-decoration:none;
		}

table.mytable td:hover.star  { 
     background: url( '../images/index_star_rollover.png' ) 0 0 no-repeat;
		 color: #ffffff;
		 font-size: 16px;
		 font-weight: bold;
		 vertical-align:middle;
     height: 100px; 
		 width:100px;
		 padding-left: 15px;
		 padding-bottom: 22px;
		 border: solid 0px;
		text-decoration:none;
		}

table.mytable td.image  { 
		 text-align: center;
		 width:250px;
		  border: solid 1px;
		 }
			
table.indextable { 
    width: 400px; 
		padding: 0px; 
		border: 0px solid #789DB3;
		}
table.indextable td { 
    border: 1px solid #789DB3;
		background-color: #F4F4F4; 
		}
		

		
.show_box_wrapper{
   height: 300px;
	 width:  200px;
	 border: solid 1px #e5e5e5;
 }		
 
.show_box_header{
	 top: 0px;
   z-index:3;
   width: 194px;
   height: 44px;
	 color: #789DB3;
	 color: #ffffff;
	 font-weight: normal;
	 background-color: #0358ab;
	 padding: 3px;
	
 }
.show_box_image{
    z-index:5;
    position:relative; 
	 top: -30px;
   width: 100%;
   height: 170px;
	 text-align: center;
 	 border-right: solid 0px;
}

.show_box_footer{
   border: solid 0px;
   position:relative; 
   top: -30px;
   width: 194px;
   height: 50px;
	 color: #789DB3;
	 font-size: 11px;
	 color: #000000;
	 padding:3px;
   background-color:#e5e5e5;
	
 }
  .show_box_link {
	      border: solid 0px;
        position: relative;
				top: -29px;
				right: -70px;
        font-size: 15px; 
        font-weight: bold;   
				text-align: right; 
       
   }
      .show_box_link A:link{color:#fb0000; text-decoration:none; text-align: right;  }
      .show_box_link A:visited{color:#fb0000; text-decoration:none ;  text-align: right; }
      .show_box_link A:active{color: #fb0000; text-decoration:none; text-align: right; }
      .show_box_link A:hover{color:#fb0000; text-decoration:underline ; text-align: right; }


/* ------- eof index table css -----*/
/*-----------------------------*/
div.starlink {
  z-index:20;
	position: relative;
	top: 10px;
	left: 120px;
	width: 75px; height: 35px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color:#ffffff;
	
	/*
	border-top:solid 1px #263b7e;
	border-bottom:solid 0px #A5ACBE;
  border-left:solid 1px #263b7e;
  border-right:solid 1px #263b7e;
	*/
	font-weight:normal;

	}

div.starlink a {
  float: left;
	display: block;
	margin: 0; 
	width:100%; height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/offer_block_rollover.png' ) -75px no-repeat;
	color:#ffffff;
	
	/*
	border-bottom:solid 1px #A5ACBE;
  border-left:solid 1px #0E2350;
  border-right:solid 1px #0E2350;
	*/
	}
	
div.starlink span {
	display: block;
	margin:0;

	font-size:14px;
	font-weight:bold;
	padding-top: 8px ;
	padding-left: 3px;

	}
div.starlink a:hover {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
  color: #ffffff;
	background-color: #ffffff;
	text-decoration: none;
	background: url( '../images/offer_block_rollover.png' ) 0 0 no-repeat;
	}
div.starlink a:active {
	color: white;
	}	
	

			 