/* BOLT BLOWERS INIVITATIONAL 2008 AUCTION */

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

img {
    border: 0px;
}

.imgButton {
    	
}
p {
    margin: 5px 0px 15px 0px;
}
h1 {
    font-family: "Trebuchet MS", Helvetica, Verdana;
    font-size: 22px;
    color: #ae2a44;
    font-weight: bold;
    margin-bottom: 5px;
}
h2, h3 {
    font-family: "Trebuchet MS", Helvetica, Verdana;
    font-size: 18px;
    color: #ae2a44;
    font-weight: bold;
    margin-bottom: 5px;
}
ul, li {
    list-style: none;
    padding-left: 0px;
}
a:link,
a:visited,
a:active {
    color: #EE0083;
    text-decoration: none;
}
a:hover {
    color: #f76eaf;
}

#details {
    color: #3399CC;
    cursor:pointer;
}
#Container {
    position: relative;
    height: 100%;
    background-color: #fff4d2;
}
#Header {
    background-color: #FFFFFF;
    width: 100%;
    height: 160px;
}
#Logo {
    width: 619px;
    height: 121px;
}
.Title {
    width: 375px;
    height: 30px;
    margin-left: 80px;
    margin-bottom: 10px;
}
.Bullet {
    width: 12px;
    height: 12px;
    position:relative;
    top:6px;
}
.Clear {
    clear: both;
}

/* Footer ------------------------------ */
#Footer {
    height: 80px;
    width: 100%;
    clear: both;
    bottom: 0px;
    background-image: url(../images/ftr_bg.gif);
    background-color: #fff4d2;
}
#FooterImg {
    background-image: url(../images/ftr.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff4d2;
    float: left;
    height: 80px;
    width: 375px;
}
#FooterText {
    float: right;
    margin: 40px 20px 10px 10px;

}
/* Nav ---------------------------------- */
#Nav {
	position:relative;
    font-weight: bold;
    z-index: 2;
    margin: 0 0 0 10px;
    line-height: 3em;
}
#Nav a { margin:0 0 0 10px; }
#Nav a:link, 
#Nav a:visited, 
#Nav a:active {
    color: #EE0083;
    text-decoration: none;
}
#Nav a:hover {
    color: #000000;
}

/* Countdown ---------------------------- */
#CountBox {
    /*background-image: url(../images/count_bg_begin.gif); /* begin */
    /*background-image: url(../images/count_bg_end.gif);  end */
    background-repeat: no-repeat;
    width: 400px;
    height: 150px;
    position: absolute;
    left: 560px;  /*right: 50px;*/
    z-index: 50px;
}
#CountText {
    width: 245px;
    height: 45px;
    color: #FFFFFF;
    margin: 21px 0px 0px 90px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#CountText h1 {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}
#CountText h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

/* Content Top -------------------------- */
#ContentTop {
    width: 100%; 
    background-color: #FFFFFF;
    padding-bottom: 10px
}
.ContentText {
    padding: 5px 10px 20px 20px;
}

/* Content Btm -------------------------- */
#ContentBtm {
    width: 100%;
    margin: 0px;
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #fff4d2;
}

/* LEFT PANEL --------------------------------- */
#PanelLeft {
    position: relative;
    width: 190px;
    float: left;
    margin: 5px 20px 20px 20px;
    z-index: 2;
}

#Menu {
    font-weight: bold;
}
#Menu a:link,
#Menu a:active,
#Menu a:visited {
    color: #000000;
    text-dectoration: none;
}
#Menu a:hover {
    color: #ee0083;
}
#Menu .hl {
    color: #FFFFFF;
    margin-left: 5px;
}
form {
    margin: 0px;
}
.hl {
    color: #ee0083;
}
.username {
	color: white;
	}

.LeftBox {
    text-align: right;
    font-weight: bold;
    margin: 10px 0px;
}
input {
    margin: 5px 0px 0px 5px;
    width: 100px;
    border: 1px solid #898989;
    padding: 2px;
}
.submit {
    width: 67px;
    border: none;
    text-align: right;
}

.register {
    margin: 5px 0px 0px 5px;
    padding: 2px;
    width: 67px;
    border: none;
    text-align: right;
}
.cancel {
	margin: 5px 0px 0px 5px;
	padding: 2px;
    width: 67px;
    border: none;
    text-align: right;
}

.LeftBox p {
    margin: 0px 0px 0px 5px;
    text-align: left;
}

#Login {
    margin-top: 0px; /* removes extra space above left panel */
}
/* Member -----------------------------*/
.LeftBox #members {
	top: 5px;
}

#Members a:link, 
#Members a:visited, 
#Members a:active{
	color: #000000;
    text-dectoration: none;
}
.LeftBox #LblImage {
    margin-bottom: 15px;
}
.LeftBox #memberMenu {
	width: 190px;
}

.LeftBox #MenuBox {
    background-color: #e0005c;
}

#pinkTop {
	position: relative;
    top: 2px;
}

#pinkBot {

}

#logout {
    font-style:italic;
    padding-left: 130px;
}

#logout a:link,
#logout a:active,
#logout a:visited {
    color: white;
    text-dectoration: none;
}
#separator {
    color: white;
    text-align: center;
    margin-left: 0px;
}
/* Product Box ---------------------------- */
.ProductBox {
    position: relative;
    width: 150px;
    height: 210px;
    float: left;
    margin: 0px 20px 20px 0px;
}
.ProductBox img {
    width: 115px;
    height: 115px;
    margin: 0px 0px 5px 0px;
    border: 5px solid #ac001e;
}
.Product #ProductGallery img {
    margin-bottom: 5px;
}
.Product #ContentBtm {
    margin-top: 0px;
}
#ProductTitle {
    color: #ffa302;
}
/* HOME ------------------------------------------------------ */
.Home #CountBox {
    height: 235px;
    /*background-image: url(../images/count_bg_begin.gif); /* frontpage begin */
}
.Home #ContentTop {
    height: 380px;
}
.Home #ContentTop .ContentText {
    width: 580px;
    height: 170px;
    padding: 15px 0px 20px 20px;
    font-size: 20px;
    color: #ae2a44;
    /*font: "Trebuchet MS", Helvetica, Verdana;*/
    float: left;
}
.Home #ContentTop .ContentText img { float: right; clear:right; }
.Home #ContentBtm .ContentText {
    padding: 5px 20px 20px 250px;
}
.Home #ContentBtm .ContentText #PanelLeft {
}
.Home #ContentTop .SponsorBox {
    width: 340px;
    height: 400px;
    position: absolute;
    margin: 10px 0px 0px 0px;
	top:150px;
    left: 620px; 
    font-size: 10px;
    font-weight: normal;
    color: #ae2a44;
    clear: none;   
}
.SponsorBox img {
/*    height: 30px;
    margin: 4px 5px;*/
    float: left; 

}
.SponsorBox p {
    clear: both; padding: 10px 0px; 
}
/* ABOUT THE EVENT  ---------------------------------------------------- */
.About .ContentText {
    margin-left: 210px;
}
.About .ContentText p {
    font-size: 11px;
    /*color: #ae2a44;*/
}
.Bold {
    font-weight: bold;
}
/* PRODUCT (ROOM) ------------------------------------------------------ */
#FlashBox {
    position: absolute;
    background-image: url(../images/flash_bg.jpg);
    background-repeat: no-repeat;
    width: 370px;
    height: 240px;
    left: 600px;
    padding-top: 13px;
}
#BidMessage {
    color: #FFFFFF;
    margin: 175px 15px 5px 15px;
    line-height: 17px;
}
.Product .ContentText {
    width: 210px;
    min-height: 260px;
    margin-top: 11px;
    float: left;
}
.Product .ContentText table {
    width: 100px;
    margin: 0px auto;
}
#ProductBox {
    width: 580px;
    /*height: 200px;*/
    float: left;
    z-index: 0;
    left: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}
#ProductImg {
    float: left;
}
#ProductImg img{
    width: 195px;
    height: 195px;
    margin: 10px 10px 10px 0px;
    border: 5px solid #ac001e;
}
#BrowseItemsImage img{
	 width: 200px;
     height: 40px;
     margin: 0px 0px 0px 0px;
     border: none;
}  
#ProductDetails {
    width: 350px;
    float: right;
}
#ProductGallery img {
	width: 55px;
	height: 55px;
    margin-right: 10px;
    border: 5px solid #ac001e;
}
/* bidding -----------------------------*/
#PlaceBid {
    text-align: center;
    font-weight: bold;
}

#BidImage {
    margin: 0px 0px 15px 0px;
}

#BidParts {
    width: 190px;
    margin-left: 10px;
}
#BidButtons {
	height: 170px;
    background-color: #f4ab3f;
}
#BlueTop {
	position: relative;
    top: 2px;
}
#BlueBottom {

}
/* ACCOUNT ------------------------------ */
.Account .ContentText {
    margin-top: 34px;
}

.form_error
{
  padding-left: 25px;
  color: #d8732f;
}
p#confirm
{
	width: 400px;
}

/* Interested --------------------------- */
#PeopleInterested
{
    position: relative;
    bottom: 12px
}
#ContentInterested
{
	width: 227px;
	background-color: #eaae46;
	min-height: 203px;
}
#ContentInterested p
{
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
#InterestedImage
{
    position: relative;
    top: 2px;
}
#PeopleBidded
{
    position: relative;
    bottom: 12px;
    margin-left: 25px;
}
#ContentBidded
{
	background-color: #eaae46;
	width: 227px;
	height: 200px;
}
#ContentBidded p
{
	font-weight: bold;
	margin: 5px 0px 0px 10px;
}
#BiddedImage
{
    position: relative;
    top: 2px;
}
#InterestedImageBot
{
     position: relative;
     
}
