/*
CSS style for Lady Luck Electronics
Coded by Feisty Sites
URL: http://www.feistysites.com
March 2009
*/

@import url("reset.css");

body {
	background: #1a3f64 url(/themed/ladyluck/img/bg-body.jpg) top center repeat-x fixed;
	font: 75% Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #26619d;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

table.newheader {
	background: #1a3f64 url('/themed/ladyluck/img/bg-main.jpg') repeat-x top center;
	width: 100%;
	height: 375px;
}

td.logo1 {
	background: url('/themed/ladyluck/img/logo.gif') no-repeat;
	width: 300px;
	height: 94px;
}

div.logo1 {
	background: url('/themed/ladyluck/img/logo.gif') no-repeat;
	width: 300px;
	height: 94px;
}

div.banner1 {
	url('/themed/ladyluck/img/banner-register.png) no-repeat;
	width: 300px;
	height: 94px;
}

ul, ol {
	margin: 0 24px;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 10px 0;
}

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	padding: 8px;
}

h3 {
	font-size: 16px;
}

table {
	clear: both;
	margin: 10px 0;
}

.align-center {
	text-align: center;
}

ul, ol {
	margin: 0 24px;
}

ul li {
	list-style: disc;
	margin-bottom: 4px;
}

ol li {
	list-style: decimal;
	margin-bottom: 4px;
}

/* Common Style */
.clearfix, .wrapper {
	float: left;
	clear: both;
	width: 100%;
}

/* Main container style */
.container {
	width: 970px;
	display: table;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #1a3f64 url(/themed/ladyluck/img/bg-main.jpg) top center repeat-x;
	height: 367px;
}

#maincontent {
	margin-top: 10px;
}

#maincontent .inside {
	padding: 15px;
}

#leftcol{
	float: left;
	width: 150px;
}

#midcol {
	float: center;
	width: 200px;
	margin: 0 20px;
	padding: 10px 0;
}

#midcol #col1 {
	float: left;
	width: 150px;
	margin-right: 10px;
}

#midcolcol2 {
	float: left;
	width: 630px;
	margin: 0 20px;
	padding: 10px 0;
}


#midcol .content {
	background: #fff;
}

#rightcol {
	float: right;
	width: 150px;
}


/* Logo */
#header .col1 {
	float: left;
	width: 300px;
	margin-right: 20px;
background: url('/themed/ladyluck/img/logo.gif') no-repeat;
}

#header .col2 {
	float: right;
	width: 500px;
}

#header .logo {
	float: left;
	width: 280px;
	margin-right: 20px;
}

/* Login Form */
#header .login-form {
	float: right;
	width: 380px;
	height: 26px;
	margin-top: 20px;
}

#header .login-form div.form-item {
	float: left;
	margin-right: 4px;
}

#header .login-form input.textbox {
	width: 123px;
	height: 22px;
	background: url(/themed/ladyluck/img/bg-login-user.gif) no-repeat;
	padding: 2px 2px 2px 20px;
	border: none;
}

#header .login-form input.password {
	background: url(/themed/ladyluck/img/bg-login-pass.gif) no-repeat;
}

#header .login-form div.submit {
	position: relative;
	top: -2px;
}

#header .login-form .user-status {
	color: #fff;
	text-align: right;
	margin: 0 10px;
}

#header .login-form .user-status a {
	color: #ffcc00;
}

/* Top Menu */
.top-menu {
	float: right;
	line-height: normal;
	margin-top: 19px;
}
  
.top-menu ul {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	position: relative;
	_top: -2px;
}

.top-menu ul li {
	float: left;
	font-size: 14px;
	list-style: none;
	background: url(/themed/ladyluck/img/bg-menu-left.gif) no-repeat left top;
	margin: 0 4px 0 0;
	padding: 0 0 0 8px;
}

.top-menu a {
	float: left;
	display: block;
	background: url(/themed/ladyluck/img/bg-menu-right.gif) no-repeat right top;
	padding: 6px 18px 11px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.top-menu a {
	float: none;
}

/* End IE5-Mac hack */
.top-menu a:hover {
}

.top-menu .active {
	background-image:url(/themed/ladyluck/img/bg-top-menu-active-left.gif);
}

.top-menu .active a {
	background-image:url(/themed/ladyluck/img/bg-top-menu-active-right.gif);
	color: #092f5a;
}

/* Header Banner */
#header .banner {
	float: right;
	width: 310px;
	display: inline;
	margin: 14px 20px;
}

/* Sub Header */
#sub-header {
	margin: 10px 0;
}

#sub-header .category-list {
	float: left;
	width: 350px;
	height: 25px;
	background: url(/themed/ladyluck/img/bg-category-list.gif) no-repeat;
	margin-right: 20px;
}

#sub-header .sub-menu {
	float: right;
	width: 500px;
	text-align: right;
}

#sub-header .sub-menu a {
	font-weight: bold;
	color: #fff;
}

/* Box */
.box {
	float: left;
	clear: both;
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin-bottom: 10px;
}

#midcolcol2.box .f-repeat {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.box .f-top {
	height: 30px;
	background: url(/themed/ladyluck/img/f-box-top.gif) no-repeat;
}

.box .f-repeat {
	background: url(/themed/ladyluck/img/f-box-repeat.gif) repeat-y;
}

.box .f-bottom {
	height: 18px;
	background: url(/themed/ladyluck/img/f-box-bottom.gif) no-repeat;
}

.box .f-top h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 8px 10px 10px 10px;
	padding: 0;
}

.box .f-repeat .content {
	padding: 6px !important;
}

/* Latest Winner */
.latest-winner .thumb {
	text-align: center;
}

.latest-winner .thumb img {
	border: 1px solid #ccc;
	padding: 2px;
}

.latest-winner .congrats {
	font-size: 14px;
	font-weight: bold;
	color: #10589a;
	text-align: center;
	margin: 4px 0;
}

.winner {
	font-weight: bold;
}

.winner label {
	float: left;
	display: block;
	width: 80px;
}

.banner-how-it-works {
	margin: 40px 0 10px 0;
}

#ending-soon .auctions {
	float: left;
	width: 735px;
	margin-right: 10px;
}

#ending-soon .banners {
	float: left;
	width: 190px;
}

/* Horizontal Bid List */
ul.horizontal-bid-list {
	margin: 10px 0;
	padding: 0;
	position: relative;
	left: 5px;
}

ul.horizontal-bid-list li {
	float: left;
	width: 140px;
	height: 310px;
	background: url(/themed/ladyluck/img/bg-horizontal-bid-list.gif) no-repeat;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
	position: relative;
}

ul.horizontal-bid-list li .content {
	padding: 4px 8px;
}

ul.horizontal-bid-list li h3  {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
	margin: 0;
	padding: 0;
}

ul.horizontal-bid-list li .thumb {
	height: 100px;
	margin: 4px 0 10px 0;
}

ul.horizontal-bid-list li .thumb img {
}

ul.horizontal-bid-list li .timer {
	font-size: 21px;
	font-weight: bold;
	color: #da1717;
	line-height: 120%;
	margin: 4px 0;
}

ul.horizontal-bid-list li .price {
	font-size: 30px;
	font-weight: bold;
	color: #ff9600;
	line-height: 100%;
}

ul.horizontal-bid-list li .username {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
}

ul.horizontal-bid-list li .bid-now {
	margin: 4px 0;
}

.bid-message {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	line-height: 120%;
}

ul.horizontal-bid-list li .auction-type, ul.vertical-bid-list .auction-type,
#auction-details .auction-image .auction-type, #ending-soon2 ul .auction-type {
	position: absolute;
}

#live-auctions {
}

#live-auctions .more {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	position: relative;
	left: 10px;
}

/* Vertical Bid List */
ul.vertical-bid-list {
	margin: 10px 0;
	padding: 0 0 10px 0;
	position: relative;
	left: 10px;
}

ul.vertical-bid-list li {
	float: left;
	clear: both;
	width: 99.0%;
	height: 100px;
	background: url(/themed/ladyluck/img/bg-vertical-bid-list.gif) no-repeat;
	line-height: 130%;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
	position: relative;
}

ul.vertical-bid-list li .content {
	padding: 10px;
}

ul.vertical-bid-list li .thumb {
	float: left;
	height: 80px;
	margin-right: 10px;
}

ul.vertical-bid-list li .thumb img {
	height: 100%;
}

ul.vertical-bid-list li .col1 {
	float: left;
	width: 80px;
	margin-right: 10px;
}

ul.vertical-bid-list li .col2 {
	float: left;
	width: 220px;
	margin-right: 10px;
	padding: 4px 8px 4px 0;
}

ul.vertical-bid-list li .col3 {
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 4px;
	padding: 10px 0;
}

ul.vertical-bid-list li .col4 {
	float: left;
	width: 120px;
	text-align: center;
	padding: 12px 0 0 0;
}

ul.vertical-bid-list li .col2 h3 {
	font-size: 13px;
	color: #ff7c00;
	margin: 0 0 4px 0;
	padding: 0;
}

ul.vertical-bid-list li .col2 h3 a {
	color: #08455e;
}

ul.vertical-bid-list li .price {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ff9600;
	margin-bottom: 6px;
}

ul.vertical-bid-list li .timer {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #da1717;
	margin-bottom: 6px;
}

ul.vertical-bid-list li .bid-now{
	margin-top: 20px;
}

/* Ending Soon Small Block */
#ending-soon2 {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 8px;
}

#ending-soon2 .content {
	padding: 6px 12px;
}

#ending-soon2 ul {
	margin: 0;
	padding: 0;
}

#ending-soon2 ul li {
	float: left;
	width: 223px;
	height: 180px;
	background: url(/themed/ladyluck/img/bg-ending-soon2.gif) no-repeat;
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
	position: relative;
}

#ending-soon2 ul li .content {
	padding: 14px !important;
}

#ending-soon2 ul li h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#ending-soon2 ul li .col1 {
	float: left;
	width: 70px;
	margin-right: 10px;
}

#ending-soon2 ul li .col2 {
	float: left;
	width: 110px;
}

#ending-soon2 ul li .thumb {
	height: 50px;
	margin: 10px 0;
}

#ending-soon2 ul li .thumb img {
	height: 100%;
}

#ending-soon2 ul li .col2 .timer {
	font-size: 15px;
	font-weight: bold;
	color: #da1717;
	padding-top: 20px;
}

#ending-soon2 ul li .col2 .price {
	font-size: 24px;
	font-weight: bold;
	color: #ff9600;
	margin: 8px 0;
}

#ending-soon2 ul li .col2 .username {
	font-size: 11px;
	font-weight: bold;
}

/* Bid Details */
#auction-details {
	margin: 10px 0;
}

#auction-details .col1 {
	float: left;
	width: 220px;
}

#auction-details .col2 {
	float: left;
	width: 180px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	margin: 0 0 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#auction-details .col3 {
	float: left;
	width: 200px;
}

#auction-details .col2 .content {
	padding: 0 10px !important;
}

#auction-details .col3 .content {
	padding: 10px 0 20px 10px !important;
}

#auction-details .auction-image {
	width: 220px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#auction-details .auction-image img {
	width: 100%;
}

#auction-details .thumbs ul {
	margin: 0;
	padding: 0;
}

#auction-details .thumbs ul li {
	float: left;
	width: 50px;
	list-style: none;
	margin: 0 8px 8px 0;
	padding: 4px;
	border: 1px solid #ccc;
}

#auction-details .thumbs ul li img {
	width: 100%;
}

#auction-details .count-saving label, #auction-details .total-savings label {
	float: left;
	width: 90px;
}

#auction-details .total-savings {
	border-top: 1px solid #555;
}

#auction-details .notes {
	font-size: 11px;
	margin: 10px 0 10px 0;
}


/* Bid Type */
#auction-details .col3 .bid-type {
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
}

#auction-details .timer {
	font-size: 27px;
	font-weight: bold;
	color: #da1717;
	line-height: 110%;
	margin: 20px 0 0 0;
}

#auction-details .username {
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
}

#auction-details .bid-now {
	margin: 10px 0;
}

#auction-details .bid-type {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#auction-details .price {
	font-size: 30px;
	font-weight: bold;
	color: #ff9600;
	line-height: 110%;
	margin-top: 6px;
}

#auction-details .saving {
	font-size: 15px;
	font-weight: bold;
	color: #ff7800;
	line-height: 110%;
	margin-top: 2px;
}

#auction-details .fixed-price-end-bid {
	font-weight: bold;
	margin: 10px 0;
}

#auction-details .fixed-price-end-bid label {
	float: left; 
	width: 65px;
}

#auction-details .col3 h3.heading {
	margin: 0;
	padding: 0;
}

.count-saving label, .total-savings label {
	float: left;
	width: 180px;
}

.total-savings {
	border-top: 1px solid #555;
}

.worth-up-to {
	font-size: 11px;
	margin: 30px 0 10px 0;
}

/* Bid History */
#auction-details .bid-history h3 {
	margin: 0;
}

#auction-details .bid-history table {
	width: 100%;
}

#auction-details .bid-history table th {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#auction-details .bid-history table td {
	font-size: 10px;
	padding: 2px;
}

#auction-details .congrats {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin-top: 10px;
}

#auction-details .payment-info {
	line-height: 160%;
	margin: 10px 0;
}

#auction-details .payment-info dt {
	float: left;
	clear: both;
	width: 80px;
	margin-right: 6px;
	padding-bottom: 4px;
}

#auction-details .payment-info dd {
	float: left;
	width: 140px;
	padding-bottom: 4px;
}

/* Unique Bidders */
#auction-details .unique-bidders {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#auction-details .payment-info {
	line-height: 160%;
	margin: 10px 0;
}

#auction-details .payment-info dt {
	float: left;
	clear: both;
	width: 80px;
	margin-right: 6px;
	padding-bottom: 4px;
}

#auction-details .payment-info dd {
	float: left;
	width: 140px;
	padding-bottom: 4px;
}

/* Bid Buddy */
#auction-details .bid-bookbidbutler {
	font-weight: bold;
	text-align: center;
	margin: 4px 0;
}

/* Product Description */
#product-desc {
	margin: 10px 0;
}

/* Footer */
#footer {
	color: #fff;
	text-align: center;
	margin: 20px 0;
}

#footer a {
	color: #fff;
}

#footer .footer-menu {
	margin: 10px 0;
}

#footer .footer-menu a {
	margin: 0 4px;
}

#footer .copyright {
}

/* Drop down menu */
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1000;
	top: -4px;
	left: 50px;
}

ul#nav {
	margin: 0 auto;
	padding: 9px 0;
	list-style: none;
	position: relative;
}

ul#nav .browse-cat {
}

#nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	display: block;
	padding: 0;
}

#nav li li a {
	font-size: 12px;
	color: #555;
	display: block;
	height: auto;
	padding: 0.1em 1em 0.1em .5em;
}

#nav li {
	float: left;
	list-style: none;
	text-align: left;
	margin: 0 1px 0 0;
	position: relative;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17.4em;
	w\idth: 18.1em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 2px 0 0 -21px;
	padding: 0;
	background: #f7f8f9;
}

#nav li li {
	height: auto;
	background: none;
	text-align: left;
	line-height: 140%;
	margin: 0 !important;
	padding: 0 1em 0 0 !important;
	width: 17em;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

#nav li ul a {
	width: 15em;
}

#nav li ul a:hover {
	color: #999;
}

#nav ul li a {
	padding-left: 10px;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background: #fff;
}

#nav li:hover, #nav li.sfhover {
	background: none;
}

/* Fieldset */
fieldset {
	border: none;
	margin: 10px 0;
}

fieldset legend {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: -1px;
	margin-bottom: 10px;
	.margin-left: -6px;
}

fieldset label {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
}

fieldset .radio-group label {
	float: none;
	display: inline;
	width: auto;
	margin-right: 10px;
}

fieldset .form-container {
	clear: both;
	padding: 4px 0 6px 0;
}

fieldset .form-container input.textbox, fieldset .form-container textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border: 1px solid #dedede;
}

fieldset .form-container input.checkbox {
	font: 14px Arial, Helvetica, sans-serif;
	width: auto;
	padding: 2px;
}

fieldset .form-container input.button {
	font: 14px Arial, Helvetica, sans-serif;
	width: auto;
	padding: 2px;
}

fieldset .form-container input.form-error {
	border: 1px solid #c18888;
}

fieldset .form-container .error-message {
	font-size: 11px;
	font-weight: bold;
	color: #e45b00;
	margin-left: 160px;
	_margin-left: 163px;
}

fieldset .error-message {
	font-size: 11px;
	font-weight: bold;
	color: #e45b00;
}


/* Form */
fieldset {
	border: none;
}

fieldset legend {
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	.margin-left: -6px;
}

fieldset .text label {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
	padding-bottom: 8px;
}

fieldset .input {
	clear: both;
	padding: 4px 0 6px 0;
}

fieldset .text input, fieldset .password input, fieldset .textarea textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 50%;
	padding: 2px;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

fieldset .checkbox label {
	float: none;
	padding-left: 4px;
}

fieldset div.submit {
	margin: 10px 0;
}

fieldset div.submit input {
	margin-left: 160px;
	padding: 2px;
}

fieldset .text .error-message, fieldset .select .error-message, fieldset .textarea .error-message,
fieldset .checkbox .error-message, fieldset .password .error-message {
	font-size: 11px;
	color: #e45b00;
}

fieldset .select .error-message, fieldset .textarea .error-message, div.checkbox, fieldset .password .error-message {
	margin-left: 160px;
}

fieldset .hint {
	font-size: 11px;
	color: #666;
	margin-left: 160px;
	_margin-left: 163px;
}

ul.to-do {
	margin: 0;
	padding: 0;
}

ul.to-do li {
	background: url(/themed/ladyluck/img/icon-to-do.gif) no-repeat;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0 0 2px 20px;
}

/* Actions */
.actions ul {
	margin: 10px 0;
	padding: 0;
}

.actions ul li{
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
}

/* Messages */
.message {
	clear: both;
	background: #f15407;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

.success{
	clear: both;
	background: #96d01d;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

/* News */
ul.news {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.news li {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #dedede;
}

ul.news li h2.heading {
	background: none;
	margin: 4px 0;
	padding: 0;
}

ul.news li .meta {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin: 10px 0;
}

/* Paging */
.paging {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.paging a {
	text-decoration: none;
}

.totalresults {
}

.pagenumber ul {
	margin: 0;
	padding: 0;
}

.pagenumber ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	margin-right: 4px;
	padding: 1px 4px;
	border: 1px solid #dedede;
}

.pagenumber .current {
	color: #89583d;
}

/* Tables */
table.results {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

table.results th {
	background: #6ba3c8;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 2px 2px 2px 4px;
}

table.results th a {
	color: #fff;
	text-decoration: underline;
}

table.results td {
	padding: 2px 2px 2px 4px;
	border-bottom: 1px solid #e4dfc9;
}

/* Breadcrumbs */
.crumb {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
}

/* Categories */
ul.categories {
	clear: both;
	margin: 10px 0 0 8px;
	padding: 0 0 6px 0;
	display: table;
}

ul.categories li {
	float: left;
	width: 210px;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 4px 0 8px 0;
	border: 1px solid #ccc;
}

ul.categories li h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Module */
.module {
	margin-bottom: 10px;
}

.module h3 {
	margin: 0 0 4px 0;
	padding: 0;
}

/* User Menu */
ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: url(/themed/ladyluck/img/icon-list.gif) no-repeat;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 2px 2px 2px 24px;
	border-bottom: 1px solid #f1f1f1;
}

ul.menu li a {
}

ul.to-do {
	margin: 0;
	padding: 0;
}

ul.to-do li {
	background: url(/themed/ladyluck/img/icon-calendar.gif) no-repeat;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0 0 0 24px;
}

a.purchase-bid {
	background: url(/themed/ladyluck/img/icon-cart.gif) no-repeat;
	padding-left: 20px;
}

.tblcel_results, .tblcel_sl_header {border-bottom-style: solid; border-bottom-width: 1; 
}

.url_and_date, .sl_url_and_date{font-style:italic;filter: alpha(opacity=50);
}

.description {
              filter: alpha(opacity=50);
               color: #000000;
}

.nav_numbers{padding: 4px;
}