/* CSS Document for Storeroom*/

body {
	background-color: #F8C700;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F7CDD4;
	font-weight: 700;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F8D200;
	font-weight: 700;
}

a {
	color: #F8D200;
	text-decoration: underline;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}


.bigYellowTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F8D200;
	font-weight: 700;
}

.yellow_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8D200;
	font-weight: 700;
}

.sideMenu {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-right: thin;
	border-right-color: #000000;
	border-right-style: solid;
}

.sideMenu a {
	color: #000099;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.sideMenu a:hover {
	color: #FF0000;
	text-decoration: none;
}

.head{
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}


.nav_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

.nav_txt a{
	color: #1b21ca;
	text-decoration: none;
	font-weight: bold; 
}

.nav_txt a:hover {
	color: #000066;
	text-decoration: underline;
}

.main_table {
	margin-top: 0px;
}

#navigation {
	background-image: url(images/nav_bg_redesign.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#navigation a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#navigation_bottom {
	background-image: url(images/nav_bg_redesign_bottom.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#navigation_bottom a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#navigation_bottom a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-size: 11px;
}

.sponsors_tag {
	position: absolute;
	width: 308px;
	height: 59px;
	top: 170px;
	left: 56.6%;
	z-index: 1;
}

.storeTable { height: 450px; overflow: auto; }
.storeTable h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFF99; font-weight: bold; }
.storeTable p { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #FFFFFF; }
.storeTable a:hover { border-color: #000000; }
.storePrice { font-size: 18px; font-weight: bold; }
.input-container { margin-right: 0px; }
.input-container input { width: 30px; }
.submitbutton { width: 245px; margin-left: 300px; font-size: 16px; font-weight: bold; }
#purchase-disclaimer { width: 485px; font-weight: bold; margin: 0 auto; text-align: justify; }
#purchase-total { width: 485px; font-weight: bold; margin: 0 auto; text-align: center; }
#item_name { color: #F8D200; }