body 
{
 background: #F7C00E url("backgound.jpg");
 color: gray;
}

#fmtable
{
 width: 80%;
 background: white;
 padding: 0px 20px 10px 20px;
 margin-top: 20px;
 -moz-border-radius: 7px;
}

#body
{
 height: 100%;
 padding: 10px 20px 10px 20px;
}

#navbar
{
 font-size: 14px;
 text-align: right;
}

#itemPic
{
 border-style: none;
 margin-right: 10px;
}

#itemTitle
{
 color: #0A386B;
 font-size: 19px;
 font-weight: bold;
 font-family: "Georgia";
 margin-bottom: 7px;
}

#itemInfo
{
 margin-left: 10px;
}

#price
{
 font-size: 33px;
 font-weight: bolder;
 color: green;
 margin-right: 5px;
}

#timer
{
 font-size: 20px; 
 font-weight: bold;
 color: black;
}

.infoDisplay
{
 width: 500px; 
 color: #0A386B; 
 font-size: 15px; 
 font-family: Verdana;
}

.footer
{
 text-align: center;
 font-size: 12px;
}

.button1
{
 width: 98%; 
 display: block;
 background:  #E0E0E0;
 border: 1px solid #0A386B;
 -moz-border-radius: 2px;
 padding: 2px;
 text-align: center;
 color: #0A386B;
 text-decoration: none;
 margin-top: 5px;
 float: left;
}

.goldBox
{
 border: 1px solid #F7C00B; 
 margin-bottom: 5px;
 -moz-border-radius: 3px;
}

.button1:hover
{
 color: #F7C00B;
 border: 1px solid #F7C00B;
 background: white;
}

#secondary
{
 padding: 5px;
 float: left;
 margin-top: 10px;
}

.smalltext
{
 font-size: 11px;
 margin: 3px;
}

#description
{
 font-size: 14px;
 line-height: 20px;
 color: black;
}

.smalllink
{
 color: gray;
 font-size: 12px; 
 text-decoration: none;
}

.navlink
{
 color: gray;
}

a:link; a:visited
{
 color: blue;
}

a:hover
{
 text-decoration: none;
 color: black;
}

li
{

}

/*MODAL BOX STYLES*/
.jqifade{
	position: absolute;
	background-color: #aaaaaa;
}
div.jqi{
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{
	font-weight: normal;
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
}
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.jqi button:hover{
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #BF5E26;
}
*/END MODAL BOX STYLES*/
