﻿/* NAVIGATION BUTTONS */
.menu {
    height: 36px;
	width: 750px;
}
.cssnav	{
    position:relative;
    float: left;
    margin: 0; 
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    background: url(images/MenuOn.jpg) no-repeat;
    width: 150px;
    height: 36px;
    overflow:hidden;/* for ie to hide extra height*/	
}



.cssnav a {
display: block;
color: #ffffff;
font-size: 16px;
width: 150px;
height: 36px;
float: left;
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover {
    color: #ffffff;
}
			

.cssnav img {width: 150px; height: 36px; border: 0; }

* html a:hover {visibility:visible}

.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: absolute;
left: 0px;top: 10px;
text-align: center;
width: 160px;
cursor: pointer;   
font-weight:600;
font-size:13px;
letter-spacing:1px;
}
/* END OF NAVIGATION */

DIV.scroll {
  z-index:1;
  overflow:auto;
  height:400px;
  width:745px;
}

/*Rolloverlink buttons*/

.btnJapan	{
    position:relative;
    float: left;
    margin: 0; 
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    background: url(images/Japan/JapanRollover.png) no-repeat;
    width: 97px;
    height: 23px;
    overflow:hidden;/* for ie to hide extra height*/
}

.btnJapan a {
    display: block;
    width: 97px;
    height: 23px;
    float: left;
    overflow:hidden;/* for ie to hide extra height*/
}
.btnJapan img {width: 97px; height: 23px; border: 0; }

.btnJapan a:hover img{visibility:hidden}

.btnTrailer	{
    position:relative;
    float: left;
    margin: 0; 
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    background: url(images/Trailer/TrailerRollover.png) no-repeat;
    width: 97px;
    height: 23px;
    overflow:hidden;/* for ie to hide extra height*/
}

.btnTrailer a {
    display: block;
    width: 97px;
    height: 23px;
    float: left;
    overflow:hidden;/* for ie to hide extra height*/
}
.btnTrailer img {width: 97px; height: 23px; border: 0; }

.btnTrailer a:hover img{visibility:hidden}


.btnEuro	{
    position:relative;
    float: left;
    margin: 0; 
    padding: 0;
    background: url(images/Europe/EuroRollover.png) no-repeat;
    width: 97px;
    height: 23px;
    overflow:hidden;/* for ie to hide extra height*/
}

.btnEuro a {
    display: block;
    width: 97px;
    height: 23px;
    float: left;
    overflow:hidden;/* for ie to hide extra height*/
}
.btnEuro img {width: 97px; height: 23px; border: 0; }

.btnEuro a:hover img{visibility:hidden}

body 
{
    color:#00476C;
    font-family: arial, helvetica, sans-serif;
    font-size:12px;
}
.pageHeading
{
    font-size:22px;
    font-weight:900;
}
.boldtext
{
    font-weight:bolder;
    font-size:13px;
}


/* Sub menu */
.SubMenu 
{
   white-space:nowrap;    
   width:100%;
   text-align:right;
   text-transform:uppercase;
   font-size: 8px;
}
.SubMenu a {
color: #cccccc;
text-decoration: none;
font-weight:bolder;
}

.SubMenu a:Hover {
color: #ffffff;
}

.SubMenuSelected 
{
    font-size:14px;
    color:#FFFFFF;
    font-weight:900;
    text-transform:uppercase;
}

.JapanLink a 
{
    color: #C31230;
    font-size: 10px;
    text-decoration: none;
    font-weight:900;
}
.JapanLink a:Hover
{
    text-decoration: none;
}

.EuroLink a 
{
    color: #00476c;
    font-size: 10px;
    text-decoration: none;
    font-weight:900;
}
.EuroLink a:Hover
{
    text-decoration: none;
}

table.ProductTable
{
    color: #00476c;
    border-collapse:collapse;
}

table.ProductTable td
{
    padding:1px 0px 0px 0px;
}

table.ProductTable td a
{
    color: #00476c;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
}

table.ProductTable td a:Hover
{
    text-decoration:underline;
}
table.ProductTable td a:Visited
{
}
table.ProductTable th
{
    font-size:18px;
    text-transform:uppercase;
    font-weight:900;
    
}
