/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

.menu2 {
font-family: verdana, arial, sans-serif; 
width:250px;
margin:0; 
position:relative;
z-index:1;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 124px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:124px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
line-height:30px; 
font-size:11px;
}

/* make the dropdown ul invisible 
.menu2 ul li ul {
display: none;
}*/

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li a {
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li ul {
text-align:left;
display:block; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li ul li {
width:234px;
height:365px;
/* border:20px solid #b3ab79; */
/* background:#eee; */
color:#000;
position:relative;
padding:5px 5px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li ul li a {
float:left;
width:110px;
height:75px;
background:#eee;
border:1px solid #888;
margin:5px;
}

/* style position of the links on hover */
.menu2 ul li ul li a:hover {
position:relative;
}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #888;
padding:5px;
background:#ddd;
display: none;
}

.menu3 {
font-family: arial, verdana, sans-serif; 
width:95%;
margin:0; 
position:relative;
z-index:1;
}

.menu3 p {font-family: arial, verdana, sans-serif; }

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu3 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

.menu3 ul li {
float:left; 
}
/* style the links to be 124px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu3 ul li a, .menu3 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
/*width:124px; 
height:30px; 
color:#000;*/ 
border:1px solid #fff;
border-width:1px 1px 0 0;
line-height:30px; 
font-size:11px;
}

/* make the dropdown ul invisible 
.menu2 ul li ul {
display: none;
}*/

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu3 ul li a {
color:#fff; 
/*background:#b3ab79;*/
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu3 ul li ul {
text-align:left;
display:block; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu3 ul li ul li {
width:95%;
/*height:365px;*/
/* border:20px solid #b3ab79; */
/* background:#eee; */
color:#000;
position:relative;
padding:5px 5px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu3 ul li ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu3 ul li ul li a {
float:left;
width:110px;
height:85px;
background:#eee;
border:1px solid #888;
margin:5px;
}

/* style position of the links on hover */
.menu3 ul li ul li a:hover {
position:relative;
}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu3 ul li li a:hover img {
width:280px; height:210px;
position:absolute;
left:-100px; top:-75px;
border:0;
border:1px solid #888;
padding:5px;
background:#ddd;
}

.menu3 ul li h2 {margin-top:35px;}


#rewardsTable { margin-top: 5px; }
#rewardsTable td {
	text-align: center;
	vertical-align: top;
}
#rewardsTable td a {
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	width: 110px;
	height: 85px;
	margin: 0 5px 5px 0px;
	border: 1px solid #CCCCCC;
	display: block;
}
#rewardsTable td a:visited {
	color: #000000;
}
#rewardsTable a:hover {
	border-color: #000000;
}
#rewardsTable img {
	display: block;
}
#rewardsTable td.one-line a {
	width: auto;
	height: 13px;
	padding: 3px;
}
#rewardsTable td#selectedItem {
	text-align: left;
}
#selectedItem div {
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}
#selectedItem h4 {
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0;
}
#selectedItem p {
	font-size: 90%;
	margin: 15px 0;
}
#item0 {
	font-weight: bold;
	height: 300px;
}
.itemShow { display: block; }
.itemHide { display: none; }