.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}/***********************
***** GLOBAL RESET *****
***********************/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/***************
***** TAGS *****
***************/
body {
	color: #333;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 1.5em;
	width: 745px;
}
h1 { display: none; }
strong { font-weight: bolder; }
legend {
	color: #a23109;
	font-weight: bold;
}
fieldset { margin-top: 0.5em; }

/***************************
***** CLASS :: Utility *****
***************************/
.clear { clear: both; }
.hidden { display: none; }
.highlight { color: #a23109; }

/****************************
***** CLASS :: Dark Box *****
****************************/
.dark-heading { background: #a13008 url(/images/global.png) no-repeat -10px -441px; }
.dark-heading h2 {
	background: transparent url(/images/global.png) no-repeat -80px -441px;
	color: #fff;
	font-size: 1em;
	margin-left: 15px;
	padding: 0.3em 15px 0.3em 0.5em;
	text-transform: uppercase;
	word-spacing: -0.2em;
}
.dark-heading h2 .extra {
	font-size: 0.8em;
	margin-left: 295px;
	margin-top: -20px;
	position: absolute;
}
.dark-heading h2 .extra a { text-decoration: none; }
.dark-heading h2 .extra div {
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: Verdana;
	text-decoration: none;
}
.dark-heading h2 .extra div:hover { text-decoration: underline; }
.dark-sub-heading {
	background-color: #f4f4f7;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #666;
	font-size: 0.7em;
	padding: 0.3em 1.1em;
	text-align: right;
}
.dark-sub-heading h4 {
	color: #a13008;
	display: inline;
	font-size: 1.05em;
	font-weight: bold;
}
.dark-sub-heading h4 span.bullet {
	font-size: 1.2em;
	padding-right: 0.3em;
}
.dark-sub-heading dl { display: inline; }
.dark-sub-heading dt {
	display: inline;
}
.dark-sub-heading dd {
	display: inline;
	font-weight: bold;
	padding-left: 0.3em;
	padding-right: 1em;
}
.dark-sub-heading a {
	color: #de8148;
	text-decoration: none;
}
.dark-sub-heading a:hover {
	color: #a13008;
}
.dark-content {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 0.8em;
	margin-bottom: 25px;
	overflow: auto;
	padding: 1em;
}
.dark-content table {
	border-collapse: collapse;
	width: 100%;
}
.dark-content th, .dark-content td { padding: 0.6em; }
.dark-content td {
	border-top: 1px solid #eee;
	vertical-align: top;
}
.dark-content td#empty {
	font-weight: bold;
	text-align: center;
}
.dark-content td#empty:hover { background-color: #fff; }
.dark-content th {
	background-color: #f4f4f7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
	font-weight: bold;
}
.dark-content tr:hover { background-color: #f4f4f7; }
.dark-content h3 {
	border-bottom: 1px solid #a13008;
	color: #a13008;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.dark-content blockquote {
	background-color: #f4f4f7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 2em 1em 2em;
	padding: 1em;
}
.dark-content blockquote a.button {
	background-color: #ff9336;
	border: 2px solid #fff;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 0.5em;
	text-decoration: none;
	width: 200px;
}
.dark-content blockquote a.button:hover { background-color: #a13008; }

/*****************************
***** CLASS :: Light Box *****
*****************************/
.light-wrapper {
	margin: 0 auto;
	width: 290px;
}
h2.light-heading {
	background: transparent url(/images/global.png) no-repeat -10px -212px;
	color: #fff;
	font-size: 1.5em;
	padding: 0.6em 0 0.1em 0;
	text-align: center;
	text-transform: uppercase;
	word-spacing: -0.2em;
}
h2.light-heading strong { letter-spacing: -0.04em; }
.light-content { background: transparent url(/images/light_content.png) repeat-y; }
.light-content .light-content-inner {
	background: transparent url(/images/light_content.png) repeat-y;
	background-position: right top;
	color: #fff;
	font-size: 0.7em;
	margin-left: 22px;
	padding: 0 22px 0 0;
}
.light-footer {
	background: transparent url(/images/global.png) no-repeat -10px -398px;
	height: 23px;
}
.light-content input.button {
	background: transparent url(/images/global.png) no-repeat -10px -292px;
	border: none;
	color: #f57e20;
	cursor: pointer;
	font-size: 1.7em;
	font-weight: bolder;
	height: 43px;
	letter-spacing: -0.05em;
	margin: 0.5em 0 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 248px;
}
.light-content input.button:hover { background-position: -10px -335px; }
.light-content p {
	font-size: 1.1em;
	padding: 0 1em 1em 1em;
}
.light-content p.kb-solution {
	color: #000;
	padding-bottom: 0;
	padding-top: 0.5em;
}
.light-content a {
	color: #a13008;
	font-weight: bold;
}
.light-content a:hover { color: #fff; }
.light-content form {
	font-size: 1.2em;
}
.light-content label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 0.5em;
	text-transform: uppercase;
}
.light-content label.error {
	background-color: #eee;
	border: 1px dashed #000;
	border-top: none;
	clear: both;
	color: #000;
	font-style: italic; 
	font-weight: normal;
	margin: 0;
	padding: 3px;
	text-transform: none;
	width: 240px;
}
.light-content input, .light-content textarea {
	border: 1px solid #666;
	padding: 3px;
	width: 240px;
}
.light-content label a {
	float: right;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: none;
}
.light-content label.checkbox a, .light-content label.error a {
	float: none;
	font-weight: bold;
	font-size: 1em;
}
.light-content label span {
	font-weight: normal;
	font-size: 0.8em;
	text-transform: none;
}
.light-content input.checkbox {
	border: none;
	float: left;
	margin: 0.5em 0 0 0;
	width: auto;
}
.light-content label.checkbox {
	float: right;
	font-weight: normal;
	text-transform: none;
	width: 223px;
}
.light-content h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}
.light-content h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
.light-content table { width: 100%; }
.light-content th, .light-content td { text-align: center; }
.light-content th { font-weight: bold; }
.light-content table input { width: auto; }

/************************
***** CLASS :: Wide *****
************************/
.wide ol { margin: 0 2em; }
.wide ol li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
}
.wide ol li li { list-style-type: lower-alpha; }
.wide ol li li li { list-style-type: lower-roman; }
.wide dl { margin-top: 1em; }
.wide dt {
	color: #a13008;
	font-size: 1.1em;
	font-weight: bold;
}
.wide dd {
	padding: 0 1em 1em 1em;
}
.wide dd img {
	float: right;
	margin-left: 10px
}
.wide a {
	color: #de8148;
	font-weight: bold;
}
.wide a:hover { color: #a13008; }
.wide ul { padding-left: 1.5em; }
.wide ul li { list-style-type: disc; }
.wide p { margin-bottom: 1em; }

/******************************
***** ID :: Site Features *****
******************************/
#site-features { display: block; }
#site-features li { float: left; }
#site-features li a {
	background-image: url(/images/site_features.png);
	background-repeat: no-repeat;
	color: #666;
	display: block;
	font-size: 1.3em;
	height: 30px;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 50px;
	width: 150px;
}
#site-features #unlimited-snipes a { background-position: -10px -10px; }
#site-features #unlimited-snipes a:hover { background-position: -10px -50px; }
#site-features #item-grouping a { background-position: -10px -110px; }
#site-features #item-grouping a:hover { background-position: -10px -150px; }
#site-features #two-second-delay a { background-position: -10px -210px; }
#site-features #two-second-delay a:hover { background-position: -10px -250px; }
#site-features #quick-add-toolbar a { background-position: -10px -310px; }
#site-features #quick-add-toolbar a:hover { background-position: -10px -350px; }
#site-features #email-alerts a { background-position: -10px -410px; }
#site-features #email-alerts a:hover { background-position: -10px -450px; }
#site-features #earn-free-service a { background-position: -10px -510px; }
#site-features #earn-free-service a:hover { background-position: -10px -550px; }

/****************************
***** CLASS :: Top Menu *****
****************************/
.top-menu { padding-top: 10px; }
.top-menu li { float: left; }
.top-menu li a {
	background: transparent url(/images/global.png) no-repeat -20px -110px;
	border-left: 2px solid #c6c8ca;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	height: 29px;
	padding: 12px 1em 0 1em;
	text-decoration: none;
	text-transform: uppercase;
}
.top-menu li a:hover {
	background-position: -20px -151px;
	color: #fff;
}
.top-menu li.first a {
	background-position: -10px -110px;
	border-left: none;
	padding-left: 1em;
}
.top-menu li.first a:hover { background-position: -10px -151px; }
.top-menu li.last a { padding-right: 1em; }
#top-menu-main li.first { margin-left: 32px; }
#top-menu-main li.last a { background-position: -416px -110px;}
#top-menu-main li.last a:hover { background-position: -416px -151px; }
#top-menu-account li.first { margin-left: 24px; }
#top-menu-account { padding-top: 5px; }
#top-menu-account li.last a { background-position: -430px -110px;}
#top-menu-account li.last a:hover { background-position: -430px -151px; }
#top-menu-admin li.first { margin-left: 118px; }
#top-menu-admin li.last a { background-position: -440px -110px;}
#top-menu-admin li.last a:hover { background-position: -440px -151px; }

/********************************
***** ID :: Member Feedback *****
********************************/
#member-feedback {
	border: 1px solid #eee;
	clear: both;
	color: #666;
	font-size: 0.7em;
	height: 28px;
	padding: 1em;
}
#member-feedback #heading {
	float: left;
}
#member-feedback h3 {
	color: #a13008;
	font-size: 1.2em;
	text-transform: uppercase;
	word-spacing: -0.25em;
}
#member-feedback a {
	color: #999;
	font-size: 0.8em;
}
#member-feedback a:hover { color: #a13008; }
#member-feedback ul {
	float: right;
	width: 580px;
}
#member-feedback ul li { display: none; }

/***********************
***** ID :: Header *****
***********************/
#header { margin-bottom: 1.5em; }

/*********************
***** ID :: Logo *****
*********************/
#logo {
	background: transparent url(/images/global.png) no-repeat -10px -10px;
	display: block;
	height: 80px;
	float: left;
	width: 333px;
}

/**************************
***** ID :: Left Side *****
**************************/
#left-side { clear: both; float: left; }

/***************************
***** ID :: Right Side *****
***************************/
#right-side {
	float: right;
	width: 430px;
}

#right-side .dark-heading h2 {
	background-position: -395px -441px;
}

/***************************
***** ID :: Footer *****
***************************/
#footer {
	color: #999;
	font-size: 0.7em;
	margin-top: 50px;
	text-align: center;
}

/****************************
***** ID :: Footer Menu *****
****************************/
#footer-menu { text-align: center; }
#footer-menu li {
	display: inline;
	padding: 0 0.3em;
}
#footer-menu li a { color: #999; }
#footer-menu li a:hover { color: #a13008; }

/***************************
***** CLASS :: Content *****
***************************/
.content { clear: both; }

/************************
***** ID :: Tooltip *****
************************/
#tooltip {
	background-color: #f8f8f8;
	border: 1px dotted #a13008;
	border-left: 10px solid #a13008;
	color: #000;
	display: none;
	font-size: 0.8em;
	width: 250px;
	padding: 5px;
	z-index: 9999;
}
#tooltip img { margin-top: 10px; }

/****************************
***** ID :: Testimonial *****
****************************/
#testimonials dt span {
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
}

/********************************
***** ID :: Payment Options *****
********************************/
#payment-options {
	background: transparent url(/images/payment_options.png) no-repeat center center;
	height: 51px;
	margin-bottom: 1em;
	margin-top: -1em;
}

/******************************
***** ID :: Recent Snipes *****
******************************/
#recent-snipes {
	height: 165px;
	position: relative;
	width: 20000em;
}
#recent-snipes .item {
	float: left;
	padding-right: 20px;
	width: 100px;
}
#recent-snipes .image {
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#recent-snipes .price {
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}
#recent-snipes .title {
	color: #333;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
div.scrollable {
	margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 340px;
}

/**********************************
***** CLASS :: Veritical Menu *****
**********************************/
.vertical-menu li {	padding: 1em 1em 0 1em; }
.vertical-menu a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}
.vertical-menu a:hover { color: #a13008; }
.vertical-menu a:hover:before { content: "\00BB \0020"; }

/**********************************
***** CLASS :: Popup Menu *****
**********************************/
.popup-menu li { padding: 0.3em; }
.popup-menu a {
	color: #de8148;
	font-size: 1.1em;
	text-decoration: none;
}
.popup-menu a:before { content: "\00BB \0020"; }
.popup-menu a:hover { color: #a13008; }

/**************************
***** CLASS :: jGrowl *****
**************************/
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: #a13008;
	opacity: 0.95;
}
div.jGrowl div.jGrowl-notification a { color: #fff; }
div.jGrowl div.jGrowl-notification div.header { font-size: 1em; }

/**************************
***** CLASS :: Errors *****
**************************/
.errors label {
	color: #a13008;
	display: block;
	padding-bottom: 0.5em;
}
.errors label:before { content: "\00BB \0020"; }

/************************
***** ID :: My Bids *****
************************/
#my-bids .small {
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.5em;
}
#my-bids .options {
	border-top: none;
	padding: 0.3em;
}
#my-bids .options input, #my-bids .options select {
	color: #666;
	font-family: Verdana;
	font-size: 0.8em;
	padding: 0.2em;
}
#my-bids .options label {
	border-top: none;
	color: #666;
	font-family: Verdana;
	font-size: 0.8em;
	padding-right: 0.3em;
}
#my-bids #showEnded, #my-bids #group { margin-left: 0.8em; }
#my-bids .options:hover { background-color: #fff; }
#my-bids .sort { float: right; }
#my-bids input.button { padding: 0; }
#my-bids #item-header { min-width: 300px; }
#my-bids .head-price, #my-bids .head-your-bid, #my-bids .head-time-left {
	padding-right: 0.8em;
	text-align: right;
}
#my-bids .cell-price, #my-bids .cell-your-bid, #my-bids .cell-time-left { text-align: right; }
#my-bids .cell-actions { text-align: right; }
#my-bids .cell-price, #my-bids .cell-your-bid, #my-bids .cell-time-left, #my-bids .cell-actions {
	font-weight: bold;
	white-space: nowrap;
}
#my-bids .cell-detail .image {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 100px;
}
#my-bids .cell-detail .info { margin-left: 110px; }
#my-bids .win .cell-your-bid .cell-wrapper {
	background-color: #e5ffe5;
	border: 1px solid #009900;
	padding: 0.2em;
	text-align: center;
}
#my-bids .lowbid .cell-your-bid .cell-wrapper {
	background-color: #ffffe5;
	border: 1px solid #ffff00;
	padding: 0.2em;
	text-align: center;
}

/*************************
***** CLASS :: Pager *****
*************************/
.pager {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
.pager a {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.pager a:hover { text-decoration: underline; }

/******************************
***** ID :: Account Index *****
******************************/
#account-index .dark-heading .extra div {
	background: transparent url(/images/global.png) no-repeat;
	height: 19px;
	margin-left: 1em;
	padding-left: 25px;
	padding-top: 3px;
}
#account-index .dark-heading .extra #free-service div { background-position: -10px -517px; }
#account-index .dark-heading .extra #get-toolbar div { background-position: -10px -475px; }
#account-index .dark-heading .extra #account-summary div { background-position: -10px -559px; }

/********************************
***** CLASS :: Internal Box *****
********************************/
.internal-box { margin-bottom: 1em; }
.internal-box h3 {
	background-color: #f4f4f7;
	border-bottom: none;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0.3em;
}
.internal-box .content {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 1em 0 1em 1em;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.internal-box label { font-weight: bold; }
.internal-box input, .internal-box select { margin-right: 0.5em; }
.internal-box input.button { margin-right: 0; }

/************************
***** ID :: New Bid *****
************************/
#new-bid #itemNumber, #new-bid #itemGroup { width: 100px; }
#new-bid #userBid { width: 60px; }
#new-bid #userQuantity { width: 20px; }

/******************************
***** ID :: Stats Options *****
******************************/
#stats-options #startDate, #stats-options #endDate { width: 80px; }

/*****************************
***** ID :: Trans Manage *****
*****************************/
#trans-manage #endDate { width: 80px; }
#trans-manage #action-go { margin-right: 90px; }

/*****************************
***** ID :: User Manage *****
*****************************/
#user-manage #query { width: 250px; }

/*****************************
***** ID :: Error Dates ******
*****************************/
#error-dates #startDate, #error-dates #endDate { width: 100px; }

/****************************
***** ID :: eBay Search *****
****************************/
#ebay-search {
	display: inline;
	margin-left: 1em;
}
#ebay-search input {
	color: #666;
	font-family: Verdana;
	font-size: 0.8em;
	padding: 0.2em;
}
#ebay-search #ebay-term { width: 100px; }
#ebay-search #ebay-button {
	margin-left: 0.2em;
	padding: 0;
}

/******************************
***** ID :: Email Problem *****
******************************/
#email-problem p { margin-bottom: 0; }
#email-problem ol { padding: 0.3em 0 0.3em 0; }
#email-problem ol li { margin-bottom: 0.1em; }

/************************************
***** ID :: Subscription Signup *****
************************************/
#subscription-signup { text-align: center; }

/**************************
***** ID :: User Info *****
**************************/
#user-info {
	color: #666;
	font-size: 0.7em;
	padding-right: 5px;
	text-align: right;
}

/*********************************
***** JQUERY :: Autocomplete *****
*********************************/
.ac_odd { background-color: #fff; }
.ac_over { background-color: #3399ff; }
.ac_results { border: 1px solid #696969; }

/*************************
***** MEDIA :: Print *****
*************************/
@media print {
	#logo {
		background-image: none !important;
		height: auto !important;
		text-align: center !important;
		text-decoration: none !important;
		width: 100% !important;
	}
	.noprint { display: none !important; }
	.dark-content {
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	h1 {
		display: block !important;
		color: #000 !important;
		font-size: 2em !important;
		font-weight: bold !important;
	}
	h2 {
		font-size: 1.5em !important;
		font-weight: bold !important;
		margin-left: 0 !important;
		text-transform: none !important;
		word-spacing: normal !important;
	}
}
