
body {
	text-align : center;
	min-width : 978px;
	background-color: #3a6ea5;
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #000000;
	}
img {
	border: 0px;  
  }
	
p {
	font-size: 1em;
	color: #000000;
}

hr {
	border: 0;
	height: 1px;
	color: #676767;
	background-color: #676767;
}

h1 {
	text-align: left;
	font-size: 17px;
	font-style: bold;
	color: #000000;
	border-bottom: 2px solid #000000;
	margin-bottom: 17px;
	}


h4 {
	font-size: 14px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 7px;
	}


td {
	vertical-align: top;
}

h6 {
	font-size: 11px;
	border: 1px dotted;
	text-align: center;
	clear: both;
	padding: 0px;
	background: #FFFFCC;
	}


/* ----- Links ----- */

a:visited {
	color: blue;
}

a.smbutton {
	padding: 2px 3px 3px 3px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #282828;
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

a.smbutton:hover {
	background: #505050;
	}


#column1 {
 float: left;
 }
  
#column23 {
	width: 650px;
	float: left;
	margin-left: 18px;
}

#wrapper {
	width : 978px;
	text-align : left;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#menu_bar {
	float: left;
	font-size: 13px;
	font-weight: bold;
	width : 978px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/menu-bar.png) repeat-y;
	}

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

#menu_bar a:visited {
	color: #FFFFFF;
	}

table.menu {
	border: 1px solid;
	background: #676767;
	color: #FFFFFF;
	font-size:12px;
	position:absolute;
	visibility:hidden;
}

table.menu a {
	color: #FFFFFF;
	width: 260px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	float:left;
	text-align: left;


	}
	
table.menu a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: underline;
	}

table.menu a:visited {
	color: #FFFFFF;
	}


div.box {
	border: 1px solid;
	border-color: #696969;
}

div.box_title {
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #696969;
	color: #FFFFFF; 	
}

div.box_content {
	padding: 8px;;
}

#login_box {
	border: 1px solid;
	border-color: #696969;
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 240px;
	font-size: 11px;
}

#maincontainer {
	float: left;
	width : 978px;
	background: url(../images/middle.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 26px 0 0 0;
	}
	
#clearline {
	clear: both;
	padding: 2px 0 0 0;
	}	

#content {
	float: left;
	width: 886px;
	padding: 0 0 10px 40px;
	}
	
#page_nav a {
	padding: 1px 1px 1px 1px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #696969;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#page_nav a:hover {
	background: #425f93;
	}	


/* ----- Forms ----- */
	
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 140px;
}	

/* ----- Used for displaying several logos in one area of the page ----- */

#logo_link {
 	float: left;
 	height: 110px;
  	padding: 0px 20px 0px 20px;
	}

/* ----- Auction specific ----- */


#searchbox {
	background: #EEEEEE;
	width: 80%;
	text-align: center;
	vertical-align: center;
	border: 1px dotted #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	}

#itemtile {
	width: 434px;
	float: left;
	margin: 2px;
	}

#itemdetail {
	float: left;
	width: 886px;
	padding: 0 0 10px 40px;
	}
	
#itemdetail img {
	border: 0px;  
  float: right;
}


/* ----- Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #FFFFFF;
	}

#footer a {
	color: #FFFFFF;
	}

#footer a:visited {
	color: #FFFFFF;
	}

#footer p {
	color: #FFFFFF;
}	