* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #f4f4f4;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a img { border: none; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

a { 
	text-decoration: none; 
	outline: none;
	color: #335588;
	}
	a:hover {
		text-decoration: underline;
	}

#topAdHeader {
	text-align: center;
}

#page-wrap {
	min-width: 960px; max-width: 1260px;
	margin: 0 auto; padding: 0 10px;
	width:expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1261? "1260px" : "auto");
}

#top-bar {
	background: #1b5790; /* Digg Blue */
	min-height: 100px;
	padding: 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	}
	#right-side {
		float: right;
		padding-top: 15px;
		}
		#right-side img {
			border: 1px solid white;
			vertical-align: bottom;
		}
		#right-side a {
			color: white;
			border-left: 1px solid white;
			height: 10px;
			padding-left: 10px;
			}
			#right-side a.first {
				border: none;
				padding: 0;
			}
			form#main-search {
				display: inline;
				position: relative;
				padding-right: 10px;
				}
				form#main-search label {
					display: none;
				}
				#search-button {
					position: absolute;
					right: 0px;
					top: -6px;
				}
				
#nav-bar {
	background: #ffcc00;
	min-height: 30px;
	padding: 5px 10px 0 10px;
z-index : 999;
	}
	#nav-bar ul {
		display: block;
		}
		#nav-bar ul li {
			height: 18px;
			padding: 5px 5px 0 5px;
			position: relative;
			float: left;
			margin-right: 10px;
			}
			#nav-bar ul li:hover {
				background: url(images/zonebar-navleft.png) center left no-repeat;
			}
			#nav-bar ul li a {
				display: block;
				float: left;
				height: 23px;
				position: relative;
				top: -5px;
				right: -5px;
				padding-right: 3px;
				color: #383838;
				font-weight: bold;
				font-size: 1.1em;
				text-decoration: none;
z-index : 999;
				}
				#nav-bar ul li a:hover {
					background: url(images/zonebar-navright.png) center right no-repeat;
z-index : 999;
				}
				#nav-bar ul li a span {
					position: relative;
					top: 6px;
z-index : 999;
				}
			#nav-bar ul li ul {
				display: none;
				position: absolute;
				top: 29px;
				left: 0px;
				width: 150px;
				border: 1px solid #ccc;
				background: white;
				padding: 10px 0 0 0;
z-index : 999;
				}
				#nav-bar ul li ul li {
					float: none;
					padding: 0; margin: 0;
					height: 100%;
z-index : 999;
				}
				#nav-bar ul li ul li:hover {
					background: none;
					}
					#nav-bar ul li ul li a {
						display: block;
						float: none;
						margin-left: -5px;
						padding: 5px 0 0 10px;
						width: 140px;
z-index : 999;
					}
					#nav-bar ul li ul li a:hover {
						background: #d9f0b7;
z-index : 999;
					}
#main-content {
	background: white;
	padding: 16px;
}

#feature-content {
	margin-bottom: 18px;
	}
	#feature-left {
		width: 68%;
		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}

	
	#feature-right {
		float: right;
		width: 28%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 98%;
			margin-right: 2%;
		}
		

#feature-content2 {
	margin-bottom: 18px;
	}
	#feature-left2 {

		float: left;
		padding-right: 15px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
}
		

/***********************************************/
/* Bottom Footer                               */
/***********************************************/
#footer{
      clear: both;
      margin: 0;
      padding: 0;
      text-align: left;
      }

	#footer1{
	padding: 5px;
	text-align: left;
	background-color: #ffcc00;
	font-weight: bold;
	color: #000000;
	width: 98%;
	left: 1%;
	right: 1%;
	}


#footer2{
	border: solid 1px #ffcc00;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	font-weight: bold;
	width: 98%;
	left: 1%;
	right: 1%;
}


/***********************************************/
/*Side Bar Header                              */
/***********************************************/
.sideBarHeader1{
	margin: 0px;
	padding: 5px;
	background-color: #6699cc;
	font-weight: bold;
  	font-size: large;
	color: #ffffff;
}


/***********************************************/
/*Side Bar Cool Product                        */
/***********************************************/
.sideBarCoolProduct{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
	font-weight: bold;
  	font-size: small;
}


/***********************************************/
/*Side Bar Header                              */
/***********************************************/
.mainHeader{
	margin: 0px;
	padding: 5px;
	background-color: #6699cc;
	font-weight: bold;
  	font-size: large;
	color: #ffffff;
}

/***********************************************/
/*Side Bar Cool Product                        */
/***********************************************/
.mainContentBar{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
  	font-size: small;
}

/***********************************************/
/*Side Bar Cool Product                        */
/***********************************************/
#bannerAd{
	text-align: center;
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 0px #000000;
 }
 
 #exchangeCategoryHeader {
width: 100%
border: 1px solid #B0B0B0;
}

 #exchangeCategoryHeader {
width: 100%
border: 1px solid #B0B0B0;
}


#exchangeCategoryHeader tbody {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
#exchangeCategoryHeader thead {
text-align: left;
}
#exchangeCategoryHeader thead th {
background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
border: 1px solid #B0B0B0;
color: #444;
font-size: 16px;
font-weight: bold;
padding: 3px 10px;
}

  
 #auctionDetails {
width: 100%
border: 0px;
}

 #auctionDetailsCell {
font-weight: bold;
}
 #itemTableHeader {
width: 100%
border: 1px solid #B0B0B0;
}


#itemTableHeader tbody {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
#itemTableHeader thead {
text-align: left;
}
#itemTableHeader thead th {
background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
border: 1px solid #B0B0B0;
color: #444;
font-size: 16px;
font-weight: bold;
padding: 3px 10px;
}

 #statTableHeader {
width: 100%
border: 1px solid #B0B0B0;
}


#statTableHeader tbody {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
#statTableHeader thead {
text-align: left;
}
#statTableHeader thead th {
background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
border: 1px solid #B0B0B0;
color: #444;
font-size: 16px;
font-weight: bold;
}

#testHeader {
background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
border: 1px solid #B0B0B0;
color: #444;
font-size: 16px;
font-weight: bold;
padding: 3px 10px;
}

#itemTableHeader td {
padding: 3px 10px;
}
#itemTableHeader tr:nth-child(even) {
background: #F2F2F2;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #ffcc00;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #6699cc;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/***********************************************/
/*Body Cell                                    */
/***********************************************/
#body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

TABLE.topSportsBar
  { 
     background-color:#ffffff;
     width:100%;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }


TABLE.headerBarTable
  { 
     background-color:#ffffff;
     width:100%;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }

TABLE.mainPageContentBar
  { 
     background-color:#ffffff;
     width:100%;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }

TABLE.mainPageTeamTableHeader
  { 
     background-color:#ffcc00;
     width:100%;
     border-style:solid;
     border-color:black;
     color: #000000;
     border-width:1px;
  }
 
 TABLE.mainPageTeamTable2
  { 
     background-color:#ffffff;
     width:100%;
  }
 
  TABLE.mainPageTeamTable3
  { 
     background-color:#ffffff;
     width:100%;
  }

  TABLE.footerTableBar
  { 
     background-color:#ffffff;
     width:100%;
  }
  
  TABLE.franchiseTableTeamHeader
  { 
     background-color:#ffcc00;
     width:100%;
     border-style:solid;
     border-color:black;
     color: #000000;
     border-width:1px;
  }
 
   TABLE.franchiseInfoHeader
  { 
     background-color:#ffcc00;
     width:100%;
     border-style:solid;
     border-color:black;
     color: #000000;
     border-width:1px;
  }
 
 
 
/***********************************************/
/* Page Wrapper                                */
/***********************************************/      
#wrapper{
      margin: 0 auto;
      text-align: center;
      width=98%;
}

/***********************************************/
/* Outer Page Cell                             */
/***********************************************/  
#outer{
      width: 100%;
      margin: 0 auto;
      text-align: left;
      border: 0px solid #F00;
      }

/***********************************************/
/* Banner/Header Cell                          */
/***********************************************/ 
#banner{
      margin: 5px 0;
      border: 1px solid white;
      text-align: center;
      }

/***********************************************/
/* Inner Page Cell                             */
/***********************************************/ 
#inner{
      width: 100%;
      margin: 0 auto;
      border: 1px solid white;
      text-align: center;
      }
      
/***********************************************/
/* Main Content Cell                           */
/***********************************************/ 
#myContent{
      padding: 5px;
      text-align: left;
      border: 1px solid white;
      margin-left: 275px;
      }

/***********************************************/
/* Left Side Bar Cell                          */
/***********************************************/ 
#left-sidebar{
      width: 270px;
      margin: 0;
      padding: 5px;
      text-align: left;
      }

/***********************************************/
/* Footer Cell                                 */
/***********************************************/ 
#footer{
      clear: both;
      margin: 0;
      padding: 0;
      text-align: center;
      }


/***********************************************/
/* Top menu style                              */
/***********************************************/
#Menu
{
	text-align: center;
	padding: 3px;
	margin-bottom: 6px;
	color: #ffffff;
	font-weight: bold;
}


/***********************************************/
/* Top menu style                              */
/***********************************************/
#Menu2
{
	text-align: right;
	padding: 3px;
	margin-bottom: 6px;
	color: #000000;
	font-weight: bold;
}

/***********************************************/
/* Search box style                            */
/***********************************************/
#Search
{
	text-align: right;
	font-weight: bold;
	font-size: small;
	color: #ffffff;
		padding: 5px;
}


/***********************************************/
/* Collectors Network Logo                     */
/***********************************************/
#logo
{
	text-align: center;
}


/***********************************************/
/* Side Bar Sponsorship Header                 */
/***********************************************/
.sponsorHeader{
	margin: 0px;
	border: solid 1px #000000;
	padding: 5px;
	text-align: center;
	background-color: #ffcc00;
	font-weight: bold;
}

.sponsorText{
	margin: 0px;
	border: solid 1px #000000;		
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
}

/***********************************************/
/* Top New Mail Header                         */
/***********************************************/
.reminderHeader{
	margin: 0px;
	border: solid 1px #000000;
	padding: 5px;
	text-align: left;
	background-color: #ffcc00;
	font-weight: bold;
}

.reminderText{
	margin: 0px;
	border: solid 1px #000000;		
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}


/***********************************************/
/* Main Page                                   */
/***********************************************/
#mainPage{
	position:relative;
	left: 2%;
	right: 2%;
	width:90%;
	background-color: #ffffff;
}


/***********************************************/
/* Side Bar                                    */
/***********************************************/
#sideBar{
	position: relative;
	top: 0px;
	width:250px;
	padding: 0px;
	background-color: #ffcc00;
	font: small Verdana,sans-serif;
}


/***********************************************/
/*Content Cell                                 */
/***********************************************/
#content{
	position: relative;
	top: 0px;
	position: absolute;
	margin:0px 0px 0px 270px;
	
}

/***********************************************/
/*Content Cell                                 */
/***********************************************/
#sportsFiguresContent{
	position: relative;
	top: 0px;
	position: absolute;
	margin:0px 0px 0px 270px;

}

/***********************************************/
/*Content Cell                                 */
/***********************************************/
#sportsPicksContent{
	position: relative;
	top: 0px;
	position: absolute;
	margin:0px 0px 0px 270px;

}


/***********************************************/
/*Side Bar Spacer                              */
/***********************************************/
.spacer{
	padding: 5px 0px 5px 10px;
	background-color: #ffffff;	
}

/***********************************************/
/*Side Bar Header                              */
/***********************************************/
.sideBarHeader{
	margin: 0px;
	padding: 5px;
	background-color: #6699cc;
	font-weight: bold;
  	font-size: large;
	color: #ffffff;
}


/***********************************************/
/*Side Bar Blocks                              */
/***********************************************/
#sideBarBlocks{
	margin: 0px;
	padding: 0px;
	border: solid 1px #000000;
	background-color: #ffcc00;
}

.sideBarBlocks a:link, #sideBarBlocks a:visited {
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #21536A;
	border-bottom: 1px solid #ffffff;

}

.sideBarBlocks v:link, .sideBarBlocks a:visited {
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	color: #21536A;
	border-bottom: 1px solid #ffffff;

}

.sideBarBlocks a:hover{
	background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/*Side Bar Cool Product                        */
/***********************************************/
.sideBarCoolProduct{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
	font-weight: bold;
  	font-size: small;
}

/***********************************************/
/*Figure Blocks                               */
/***********************************************/
.figureBlock{
	margin: 0px;
	padding: 5px;
	border: solid 1px #000000;
	background-color: #ffffff;
}


/***********************************************/
/*News Story Blocks                            */
/***********************************************/
.newsBlock{
	margin: 0px;
	padding: 5px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

/***********************************************/
/*Header Block                                 */
/***********************************************/
.headerBlock{
	margin: 0px;
	padding: 5px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

/***********************************************/
/*News Story Text                              */
/***********************************************/
.newsStoryText{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: bold;
}

/***********************************************/
/*New Releases Text                           */
/***********************************************/
.newReleaseText{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: bold;
}


/***********************************************/
/*Welcome Text                                 */
/***********************************************/
.welcomeText{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: regular;
}


/***********************************************/
/*Body Cell                                    */
/***********************************************/
#body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/***********************************************/
/* Header Cell                                 */
/***********************************************/ 
#header{
      clear: both;
      margin: 0;
      padding: 0;
      text-align: center;
      }

/***********************************************/
/* Top header                               */
/***********************************************/
#topHeader{
      clear: both;
      margin: 0;
      padding: 0;
      text-align: center;
	  vertical-align: bottom;
}

#topHeader1{
	padding: 5px;
	text-align: center;
	background-color: #ffcc00;
	font-weight: bold;
	color: #000000;
	width: 98%;
	left: 1%;
	right: 1%;
	}


#topHeader2{
	border: solid 1px #ffcc00;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;
	width: 98%;
	left: 1%;
	right: 1%;
}


/***********************************************/
/* Bottom Footer                               */
/***********************************************/
#footer{
	vertical-align: bottom;
}

	#footer1{
	padding: 5px;
	text-align: right;
	background-color: #ffcc00;
	font-weight: bold;
	color: #000000;
	width: 98%;
	left: 1%;
	right: 1%;
	}


#footer2{
	border: solid 1px #ffcc00;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	font-weight: bold;
	width: 98%;
	left: 1%;
	right: 1%;
}



#googleAds{
	text-align: center;
	clear:all;
}

/***********************************************/
/* Network info text                           */
/***********************************************/
#networkInfoText{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: regular;
}

/***********************************************/
/* Network Info Text Descriptor                */
/***********************************************/
#networkInfoTextDescriptor{
	font-weight: bold;
}


/***********************************************/
/* Network Info Table                          */
/***********************************************/
#networkInfoTable{
	width: 100%;
	background-color: #ffffff
}

/***********************************************/
/* Network Info Table                          */
/***********************************************/
#networkCommentTable{
	width: 100%;
	padding; 2px;
}


/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMainMailBoxHeader1{
	width: 30%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMainMailBoxHeader2{
	width: 50%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMainMailBoxHeader3{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}


/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader1{
	width: 40%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader2{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader3{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader4{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}


/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMainMailBox1{
	width: 30%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMainMailBox2{
	width: 50%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMainMailBox3{
	width: 20%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox1{
	width: 40%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox2{
	width: 20%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox3{
	width: 20%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox4{
	width: 20%;
}



/***********************************************/
/* Network Info Table                          */
/***********************************************/
.commentRow1{
	width: 30%;
	font-weight: bold;
	text-align: center;
	background-color: #dcdcdc;
	padding: 10px;
}

/***********************************************/
/* Network Info Table                          */
/***********************************************/
.commentRow2{
	width: 70%;
	background-color: #dcdcdc;
}


/***********************************************/
/*Welcome Text                                 */
/***********************************************/
.welcomeText{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: regular;
}


/***********************************************/
/*Body Cell                                    */
/***********************************************/
#body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}


/***********************************************/
/* Network Header                               */
/***********************************************/
#networkHeader{
	border: solid 1px #000000;
}

/***********************************************/
/* Network Header                               */
/***********************************************/
#tabs{
	border: solid 1px #000000;
	background-color: #ffcc00;

}


	#footer1{
	padding: 5px;
	text-align: right;
	background-color: #ffcc00;
	font-weight: bold;
	width: 98%;
	left: 1%;
	right: 1%;
	}


/***********************************************/
/* Bottom Footer                               */
/***********************************************/
#footer{
	vertical-align: bottom;
}

	#footer1{
	padding: 5px;
	text-align: right;
	background-color: #ffcc00;
	font-weight: bold;
	width: 98%;
	left: 1%;
	right: 1%;
	}


#footer2{
	border: solid 1px #ffcc00;
	padding: 5px;
	text-align: left;
	background-color: #ffffee;
	font-weight: bold;
	width: 98%;
	left: 1%;
	right: 1%;
}



#googleAds{
	text-align: center;
	clear:all;
}


/***********************************************/
/* Tab Header                                  */
/***********************************************/
.tabHeader{
	margin: 0px;
	border: solid 1px #000000;
	padding: 0px;
	text-align: left;
	background-color: #6699cc;
	font-weight: bold;
	text-align: nowrap;
  	color: #ffffff;
}


	
.nobr {white-space:nowrap;}

#nav ul {
  display: block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 0 0px;
  font-family: Verdana, sans-serif;
  	text-align: nowrap;
}

#nav li {
  padding: 0;
  margin: 0 4px 0 0;
  border-top: 1px solid #cecbc6;
  border-right: 1px solid #cecbc6;
  border-left: 1px solid #cecbc6;
  background-color: #000066;
  color: #ffffff;
  font-weight: bold;
  display: block;
  float: left;
  text-align: nowrap;
}

#nav a:link,
#nav a:visited {
  background-color: #000066;
  color: #ffffff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

#nav a:hover {
  background-color: #cecbc6;
  color: #000066;
}

#navclear {
  display: none;
}

#auctionCategoryTable{
      margin: 0 auto;
	  border: solid 1px #000000;
      width: 100%;
}

#auctionCategoryHeaderCell{
      text-align: center;
      background-color: #6699cc;
      font-weight: bold;
      color: #ffffff
}

#auctionSearchFormCell{
      background-color: #6699cc;
      font-weight: bold;
      color: #ffffff
}

#auctionCategoryCell1{
	background-color: #ffffff;
}

#auctionCategoryCell2{
	background-color: #dcdcdc;
}

#viewItemTable {
   width: 100%;
   padding: 5px;
   border: 0;
}

#viewItemHeaderCell {
      background-color: #6699cc;
      font-weight: bold;
      color: #ffffff;
      text-align: center;

}

 #auctionBidHeader {
width: 100%
border: 1px solid #B0B0B0;
}


#auctionBidHeader tbody {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
#auctionBidHeader thead {
text-align: left;
}
#auctionBidHeader thead th {
background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
border: 1px solid #B0B0B0;
color: #444;
font-size: 16px;
font-weight: bold;
padding: 3px 10px;
}

#bidPrice {
color: #444;
font-weight: bold;
}
/***********************************************/
/* Network Sidebar                             */
/***********************************************/
#networkSideBarHeader{
	margin: 0px;
	padding: 5px;
	background-color: #6699cc;
	font-weight: bold;
  	font-size: large;
	color: #ffffff;
	border: solid 1px #6699cc;	
}

/***********************************************/
/* Photo                                       */
/***********************************************/
#photo{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
  	font-size: small;
}


/***********************************************/
/*Content Cell                                 */
/***********************************************/
#content{
	position: relative;
	top: 0px;
	position: absolute;
	margin:0px 0px 0px 270px;
	
}

/***********************************************/
/* Network info text                           */
/***********************************************/
#networkInfoText{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: regular;
}

/***********************************************/
/* Network Info Text Descriptor                */
/***********************************************/
#networkInfoTextDescriptor{
	font-weight: bold;
}


/***********************************************/
/* Network Info Table                          */
/***********************************************/
#networkInfoTable{
	width: 100%;
	background-color: #ffffff;

}

/***********************************************/
/* Network Info Table                          */
/***********************************************/
#networkCommentTable{
	width: 100%;
	padding; 2px;
}


/***********************************************/
/* Network Info Table                          */
/***********************************************/
#networkInfoTableRow1{
	font-weight: bold;
	color: #000000;
	align: left;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMainMailBoxHeader1{
	width: 30%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMainMailBoxHeader2{
	width: 50%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMainMailBoxHeader3{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}


/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader1{
	width: 40%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader2{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader3{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}

/***********************************************/
/* Network Mail Box Header                     */
/***********************************************/
#networkMessagesHeader4{
	width: 20%;
    background-color: #6699cc;
	font-weight: bold;
	color: #ffffff;
}


/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMainMailBox1{
	width: 30%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMainMailBox2{
	width: 50%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMainMailBox3{
	width: 20%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox1{
	width: 40%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox2{
	width: 20%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox3{
	width: 20%;
}

/***********************************************/
/* Network Mail Box Table                      */
/***********************************************/
#networkMessagesBox4{
	width: 20%;
}



/***********************************************/
/* Network Info Table                          */
/***********************************************/
.commentRow1{
	width: 30%;
	font-weight: bold;
	text-align: center;
	background-color: #dcdcdc;
	padding: 10px;
}

/***********************************************/
/* Network Info Table                          */
/***********************************************/
.commentRow2{
	width: 70%;
	background-color: #dcdcdc;
}

/***********************************************/
/* Network Info Table                          */
/***********************************************/
#networkInfoTableRow2{
	color: #000000;
	align: left;
}
/***********************************************/
/*Welcome Text                                 */
/***********************************************/
.welcomeText{
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: left;
	font-weight: regular;
}
