@charset "utf-8";
/* CSS Document */

body, input, select {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
}
li {
	margin:0;
	padding:0;
}
#pagecontainer{
	margin: auto;
	width: 100%;
	position:relative;
	font: 75.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
}

#pagecontaner a{
	cursor : pointer;
	text-decoration:none;
}

#pagecontaner p a {
	color:#73ACFB;
	text-decoration:none;	
}
#pagecontaner p a:hover {	
	border-bottom:1px solid #ccccff;
}

#titledisplay {
	width:100%;
	height:20px;
	padding-left:10px;
	padding-top:10px;
	position:relative;

}
#login {
	background:#FFFFFF;
	width:100%;
	height:80px;
	position:relative;
	padding-top:10px;
}

#auctions {
	background:#DDDDDD;
	border-bottom:#666666 1px solid;
	width:100%;
	height:400px;
	position:relative;
	clear:both;
}
#categorys {
	width:22%;
	height:375px;
	position:relative;
	float:left;
}
#auction_page_container {
	width:78%;
	height:360px;
	float:right;
}

#auction_page {
	width:auto;
	height:347px;
	background:#FFFFFF;
	border:#666666 1px solid;
	border-right:none;
	border-top:none;
}
#contents {
	border-top:#666666 1px solid;
}

#contents h1 {
	padding-left:20px;
}
#auction_page th{
	height:25px;
	border-bottom:#666666 solid 1px;
	cursor:pointer;
}
#auction_page td{
	height:20px;
	cursor:pointer;
}

#search_bar input {
	cursor:pointer;
}

#control_pane {
	background:#FFFFFF;
	height:245px;
	position:relative;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}

#summary {
	border:#888888 solid 2px;
	background:#DDDDDD;
	width:310px;
	height:115px;
	margin-top:10px;
	padding-left:10px;
}

#footer {
	text-align:center;
	color:#666666;
}

.button {
	background:#EFEFEF;
	border:#666666 thin solid; 
}
.highlight:hover {
	color:#CCCCCC;
}
h1 {
	font-size:20px;
	font-weight:bold
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}

pre {text-indent: 30px}

/* Storage Tabs CSS */
#storage_content {font: 0.9em/1.3em verdana, sans-serif; text-align: center; background: #8fe0fd;  border: 1px solid black; border-top: none; z-index: 2; width:320px;} 
#storage_content a { text-decoration: none; color: #E8E9BE; } 
#storage_content a:hover { background: #aaaaaa; } 
#storage_content a:active { border:thick solid #000000 }

#storage_menu { color: #000; border-bottom: 1px solid black; margin: 5px 0px 0px 0px; padding: 0px; z-index: 1; padding-left: 7px;} 
#storage_menu li { display: inline; overflow: hidden; list-style-type: none; } 
#storage_menu a, a.active { color: #000000; background: #3fc8fa; font: normal 1em verdana, Arial, sans-serif; border: 1px solid black; padding: 2px 5px 0px 5px; margin: 0px; text-decoration: none; cursor:pointer; font-weight:bold } 
#storage_menu a.active { background: #8fe0fd; border-bottom: 3px solid #8fe0fd; } 
#storage_menu a:hover { color: #000000; background: #8fe0fd; } 
#storage_menu a:visited { color: #E8E9BE; } 
#storage_menu a.active:hover { background: #8fe0fd; color: #000000; } 

/* Auction Tabs CSS */
#auction_content {font: 0.9em/1.3em verdana, sans-serif; text-align: center; background: #8fe0fd;  border: 1px solid black; border-top: none; z-index: 2; width:320px;} 
#auction_content a { text-decoration: none; color: #E8E9BE; } 
#auction_content a:hover { background: #aaaaaa; } 
#auction_content a:active { border:thick solid #000000 }

#auction_menu { color: #000; border-bottom: 1px solid black; margin: 5px 2px 0px 0px; padding: 0px; z-index: 1; padding-left: 7px; } 
#auction_menu li { display: inline; overflow: hidden; list-style-type: none; } 
#auction_menu a, a.active { color: #000000; background: #3fc8fa; font: normal 1em verdana, Arial, sans-serif; border: 1px solid black; padding: 2px 5px 0px 5px; margin: 0px; text-decoration: none; cursor:pointer; font-weight:bold } 
#auction_menu a.active { background: #8fe0fd; border-bottom: 3px solid #8fe0fd; } 
#auction_menu a:hover { color: #000000; background: #8fe0fd; } 
#auction_menu a:visited { color: #E8E9BE; } 
#auction_menu a.active:hover { background: #8fe0fd; color: #000000; } 


/*Category menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 98%;
border:0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
height:18px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 99%;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
cursor:pointer;
}

.glossymenu a.active { 
background-image: url(images/glossyback2.gif); 
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
height:18px;
border:none;
}





