@charset "UTF-8";
/* CSS Document */
#heinz-main:after,
#heinz-main-inner:after {
    content:"";
    display:block;
    clear:both;
}
#heinz-main,
#heinz-main-inner {
    display:inline-block;
}
/* no MacIE \*/
#heinz-main,
#heinz-main-inner {
    display:block;
}
/* */
#heinz-title {
    margin:20px auto 0 auto;
    width:660px;
    text-align:center;
}
#heinz-tab ul {
    margin:0 4px 20px 4px;
    padding:0 0 0 18px;
    height:33px;
    border-bottom:5px #CD0000 solid;
}
#heinz-tab ul li {
    list-style:none;
    display:inline;
}
#heinz-tab ul li a {
    display:block;
    width:110px;
    height:33px;
    margin:0 3px 0 0;
    float:left;
    background:url(/images/heinz/heinz_tab_1.gif) no-repeat;
    text-indent:-9999px !important;
}
#heinz-tab ul li a:hover {
    background:url(/images/heinz/heinz_tab_2.gif) no-repeat;
}
#heinz-tab ul .now a,
#heinz-tab ul .now a:hover {
    background:url(/images/heinz/heinz_tab_3.gif) no-repeat;
}
#heinz-tab ul #result a {
    background-position:0px 0px;
}
#heinz-tab ul #regulation a {
    background-position:-110px 0px;
}
#heinz-tab ul #entry a {
    background-position:-220px 0px;
}
#heinz-tab ul #notice a {
    background-position:-330px 0px;
}
#heinz-main {
    margin:0 auto 20px;
    width:660px;
    background:url(/images/heinz/main_bg.jpg) repeat-y;
    text-align:center;
    color:#4E3F25;
}
#heinz-main-inner {
    background:url(/images/heinz/main_bg_bottom.jpg) no-repeat center bottom;
    text-align:center;
    padding:20px 0;
}
#heinz-main-inner div {
    margin-bottom:30px;
}
#heinz-notice {
    /*background-color:#FFFFFF;
    width:562px;
    margin:0 auto;
    overflow:scroll;
    text-align:left;
    font-size:10px;
    height:320px;*/
    text-align:left;
}
#heinz-notice p,
#heinz-notice ul {
    padding:0.5em 4em;
    color:#4E3F25;
}
#heinz-notice ul {
    margin-left:2em;
}

#heinz-main-inner #regulation-table {
    margin:0 auto 30px auto;
    width:562px;
}
#heinz-main-inner #regulation-table th,
#heinz-main-inner #regulation-table td {
    padding:8px;
    background:url(/images/heinz/heinz_img02_line.jpg) repeat-x left bottom;
}
#heinz-main-inner #regulation-table th {
    color:#CD0000;
    text-align:right;
}
#heinz-main-inner #regulation-table td {
    text-align:left;
    color:#4E3F25;
}

#heinz-main-inner #heinz-entry-note {
    width:500px;
    margin:0 auto 30px auto;;
    text-align:left;
}
#heinz-main-inner #heinz-entry-note p {
    margin-bottom:1em;
    color:#4E3F25;
}

#result-next-table {
    width:600px;
    margin:0 auto;
}
#result-next-table td {
    text-align:center;
    vertical-align:middle;
    padding:3px;
}

#result-next-table td a img {
    border:none;
}

/*--------------------------------------------------------------
    Light Box
--------------------------------------------------------------*/

#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    padding: 10px;
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
*html #hoverNav{
    left: 10;
    }

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(/images/heinz/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/heinz/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/heinz/next.gif) right 15% no-repeat; }


#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    }


/* Min-Width */
.lbWidth { /* most browsers */
    position: absolute;
    top: 0px; left: 0px;
    width: 100%;
    min-width: 790px;
    }

* html .lbContent { /* IE6 */
    margin-left: -790px;
    position:relative;
    }

* html .lbMinWidth { /* IE6 */
    padding-left: 790px;
    }


/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */