@import url("reset.css");

body {
	background: #fff;
	font: 75% Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 140%;
	margin: 0 auto;
	text-align: center;
}

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

p {
	margin: 10px 0;
}

ul, ol {
	margin: 0 24px;
}

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

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

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

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

ul, ol {
	margin: 0 24px;
}

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

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

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

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

/* Header style */
#header {
	height: 125px;
	background: url(../img/bg-header.gif) no-repeat;
	margin-bottom: 6px;
}

#maincontent {
}

#maincontent .content, #footer .content {
	padding: 6px 8px;
}

#leftcol {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#leftcol.wide {
	width: 710px;
}

#rightcol {
	float: left;
	width: 480px;
}

#rightcol.small {
	float: left;
	width: 210px;
	padding-top: 10px;
}

#footer {
	background: #bbcbd4 url(../img/bg-footer.gif) left top no-repeat;
	margin-top: 10px;
}

/* Logo */
#header .logo {
	float: left;
	width: 300px;
	margin-right: 40px;
}

#header .top-menu-time {
	float: right;
	width: 550px;
}

/* Top Menu */
#header .top-menu ul {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

#header .top-menu ul li {
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
	padding: 0;
}

/* Time */
#header .time {
	margin-top: 30px;
}

#header .time div {
	float: right;
	display: inline;
	margin-right: 10px;
}

#header .server-time {
	width: 120px;
	height: 25px;
	background: url(../img/bg-server-time.gif) no-repeat;
	font-size: 11px;
	color: #da2e1d;
	padding: 4px 0;
	text-align: center;
}

#header .open-time {
	width: 100px;
	height: 25px;
	background: url(../img/bg-open-time.gif) no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #da2e1d;
	padding: 4px 0;
	text-align: center;
}

/* Login Form */
.flags {
	float: left;
	width: 250px;
	display: inline;
	margin: 10px 20px 0 10px;
	position: relative;
	z-index: 10;
}

.login-form {
	float: right;
	width: 530px;
	margin-top: 6px;
}

.logged-in {
	float: right;
	width: 530px;
	text-align: right;
	padding: 6px 0;
	position: relative;
	left: -10px;
}

.logged-in .welcome {
	font-weight: bold;
	color: #fff;
	position: relative;
	top: -6px;
	margin-right: 10px;
}

.login-form .uname, .login-form .pass, .login-form .go {
	float: left;
	display: inline;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.login-form label {
	color: #fff;
	margin: 0 6px;
}

.login-form input.textbox {
	width: 100px;
	background: #f1f4f5 url(../img/bg-login-input.gif) repeat-x;
	color: #999;
	padding: 2px;
	border: none;
}

.login-form .go input {
	padding: 0 4px;
}

.login-form .forgot-pass {
	padding-left: 10px;
}

.login-form .forgot-pass a {
	color: #fff;
	text-decoration: underline;
}

/* Announcement */
.announcement {
	font: 17px "Arial Black", Arial, Helvetica, sans-serif;
	color: #ff6600;
	margin-bottom: 20px;
	background: #ccc;
}

.announcement .content {
	padding: 0 10px !important;
}

.announcement .f-top {
	height: 9px;
	font-size: 0;
	background: url(../img/f-announcement-top.gif) no-repeat;
}

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

.announcement .f-bottom {
	height: 9px;
	background: url(../img/f-announcement-bottom.gif) no-repeat;
}

/* Featured Auctions */
.content-header {
	margin-top: 10px;
	_margin-top: 0;
}

.featured-auction {
	float: left;
	width: 530px;
	height: 240px;
	background: url(../img/bg-featured-auction.gif) no-repeat;
	margin-right: 10px;
}

.featured-auction .content {
	padding: 10px !important;
}

.featured-auction .col1 {
	float: left;
	width: 190px;
}

.featured-auction .col2 {
	float: left;
	width: 300px;
	position: relative;
	left: 10px;
}

.featured-auction .col1 dl dt {
	float: left;
	clear: both;
	width: 90px;
	margin-right: 4px;
	padding-bottom: 12px;
}

.featured-auction .col1 dl dd {
	float: left;
	width: 80px;
	padding-bottom: 12px;
}

.featured-auction .col1 dl dd .price, .featured-auction .col1 dl dd .save,
.featured-auction .col1 dl dd .timer {
	font-size: 23px;
	font-weight: bold;
	color: #ea290c;
	line-height: 100%;
}

.featured-auction .col1 dl dd .save {
	color: #4e90cd;
}

.featured-auction .col1 dl dd .timer {
	color: #ff7c00;
}

.featured-auction .col1 dl dd .bid-bidder {
	font-size: 13px;
	font-weight: bold;
}

.featured-auction .col1 .bid-now {
	margin: 10px 0;
	text-align: center;
}

.featured-auction .col2 .thumb {
	float: left;
	width: 180px;
	margin-right: 10px;
}

.featured-auction .col2 .thumb img {
	width: 100%;
}

.featured-auction .col2 .teaser {
	float: left;
	width: 110px;
}

.featured-auction .col2 .teaser .more {
	text-align: right;
}

/* How It Works */
.how-it-works {
	float: left;
	width: 170px;
	color: #fff;
}

.how-it-works .f-top {
	height: 30px;
	background: url(../img/f-how-top.gif) no-repeat;
}

.how-it-works .f-repeat {
	background: url(../img/f-how-repeat.gif) bottom no-repeat;
}

.how-it-works .f-bottom {
	height: 11px;
	background: url(../img/f-how-bottom.gif) no-repeat;
}

.how-it-works .f-top h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 8px 8px 4px 8px;
}

.how-it-works .f-top h3 a {
	color: #555;
}

.how-it-works .f-top h3 a:hover {
	color: #ff6600;
}

.how-it-works ol {
	margin: 0 10px 0 24px;
	padding: 0;
}

.how-it-works ol li {
	line-height: 119%;
}

.refer a {
	color: #fff;
	text-decoration: underline;
}

/* Ending Soon */
#ending-soon {
	width: 800px;
	margin: 10px 0;
}

.auction-box {
	background: #f0ebd7;
}

.auction-box .content {
	padding: 2px;
}

/* Ending Soon 2 */
#ending-soon2 .f-repeat {
	background: url(../img/f-box-repeat.gif) repeat-y;
}

#ending-soon2 .f-bottom {
	background: url(../img/f-box-bottom.gif) no-repeat;
}

#ending-soon2 .f-top h2 {
	height: 30px;
	background: url(../img/bg-heading.gif) no-repeat;
}

#ending-soon2  {
	margin-bottom: 6px;
	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: 232px;
	height: 155px;
	list-style: none;
	background: url(../img/bg-ending-soon2-auction-box.gif) no-repeat;
	padding: 0;
}

#ending-soon2 ul li .content {
	padding: 10px;
}

#ending-soon2 ul li h3 {
	height: 17px;
	font-size: 11px;
	line-height: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}

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

#ending-soon2 ul li .col2 {
	float: left;
	width: 115px;
	text-align: center;
}

#ending-soon2 ul li .thumb {
	width: 80px;
	margin-bottom: 4px;
}

#ending-soon2 ul li .thumb img {
	width: 90%;
}

#ending-soon2 ul li .col2 .timer {
	font-size: 14px;
	font-weight: bold;
	color: #ff7c00;
	padding-top: 3px;
         height: 13px;
}

#ending-soon2 ul li .col2 .price {
	font-size: 14px;
	font-weight: bold;
	color: #ea290c;
        padding-top: 3px;
        height: 13px;
}

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

#ending-soon2 ul li .bid-message {
	text-align: left;
	margin-top: 4px;
}

#ending-soon2 ul li div.name {
	float: left;
	font-size: 11px;
	color: #555;
}

#ending-soon2 ul li div.bid-price,
#ending-soon2 ul li div.bid-price-noupdate,
#ending-soon2 ul li div.countdown {
	font-size: 14px;
	font-weight: bold;
	color: #ea290c;
	text-align: right;
}

#ending-soon2 ul li div.time-status {
	text-align: right;
}

#ending-soon2 ul li .price, ul.horizontal-bid-list li .timer,
#ending-soon2 ul li .username {
	padding: 8px 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#ending-soon2 ul li .timer, #ending-soon2 ul li .username {
	border: none;
}

#ending-soon2 ul li .timer, #ending-soon2 ul li .bid-bidder {
	font-size: 11px;
	text-align: right;
}

/* Horizontal Bid List */
ul.horizontal-bid-list {
	margin: 0;
	padding: 0;
}

ul.horizontal-bid-list li {
	float: left;
	width: 170px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	list-style: none;
	margin: 0 7px 7px 0;
	padding: 0;
	position: relative;
}

ul.horizontal-bid-list li .content {
	padding: 10px !important;
}

ul.horizontal-bid-list li .col1 {
	background: url(../img/bg-horizontal-auction-1.gif) no-repeat;
}

ul.horizontal-bid-list li .col2 {
	width: 173px !important;
	height: 120px;
	background: url(../img/bg-horizontal-auction-2.gif) bottom no-repeat;
	margin-top: -16px;
}

ul.horizontal-bid-list li h3 {
	font-size: 13px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

ul.horizontal-bid-list li h3 a {
	color: #000;
}

ul.horizontal-bid-list li .rrp {
	color: #737373;
}

ul.horizontal-bid-list li div.name {
	float: left;
	font-size: 11px;
}

ul.horizontal-bid-list li div.bid-price,
ul.horizontal-bid-list li div.bid-price-noupdate,
ul.horizontal-bid-list li div.countdown, ul.horizontal-bid-list li.rewards .big-price, ul.horizontal-bid-list li.rewards .bold {
	font-size: 14px;
	font-weight: bold;
	color: #ea290c;
	text-align: right;
}

ul.horizontal-bid-list li div.time-status {
	text-align: right;
}

ul.horizontal-bid-list li .price, ul.horizontal-bid-list li .timer,
ul.horizontal-bid-list li .username, ul.horizontal-bid-list li.rewards div.points, ul.horizontal-bid-list li.rewards div.rrp {
	padding: 8px 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

ul.horizontal-bid-list li .timer, ul.horizontal-bid-list li .username, ul.horizontal-bid-list li.rewards div.rrp {
	border-top: none;
}

ul.horizontal-bid-list li .timer, ul.horizontal-bid-list li .bid-bidder {
	font-size: 11px;
	text-align: right;
}

ul.horizontal-bid-list li .bid-now {
	text-align: center;
	margin: 10px 0;
}

ul.horizontal-bid-list li .bid-now p {
	height: 26px;
	margin: 0 !important;
}

ul.horizontal-bid-list li .reopen {
	font-size: 11px;
	text-align: center;
	line-height: 120%;
	margin: 10px 0;
}

ul.horizontal-bid-list li .reopen a {
	color: #ea290c;
}

ul.horizontal-bid-list li .thumb {
	height: 110px;
	text-align: center;
}

ul.horizontal-bid-list li .sign {
	display: table;
	position: absolute;
	top: 60px;
	height: 40px;
}

ul.horizontal-bid-list li .peak {
	float: left;
	width: 42px;
}

ul.horizontal-bid-list li .fixed {
	float: right;
	width: 42px;
	z-index: 100;
	position: relative;
	left: -15px;
}

ul.horizontal-bid-list li .penny {
	float: right;
	width: 42px;
	z-index: 200;
	position: relative;
	left: -15px;
}

#auction-details .sign {
}

#auction-details  .peak {
	float: left;
	width: 42px;
}

#auction-details  .fixed {
	float: right;
	width: 42px;
	z-index: 100;
	position: relative;
	left: -15px;
}

#auction-details  .penny {
	float: right;
	width: 42px;
	z-index: 200;
	position: relative;
	left: -15px;
}


.bid-message {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #ff0000;
	line-height: 110%;
	text-align: center;
}

/* Right Column */
#rightcol .module {
	margin-bottom: 10px;
}

#rightcol .module a:hover {
	color: #ef8e4d;
}

#rightcol .latest-winner {
	margin-top: 10px;
	_margin-top: 0;
}

#rightcol .module .f-top {
	height: 30px;
	background: url(../img/f-sidebar-top.gif) no-repeat;
}

#rightcol .module .f-repeat {
	background: url(../img/f-sidebar-repeat.gif) repeat-y;
	_margin-top: -5px;
}

#rightcol .module .f-bottom {
	height: 10px;
	background: url(../img/f-sidebar-bottom.gif) no-repeat;
}

#rightcol .module .f-repeat2 {
	background: #3c4c56 url(../img/f-sidebar-repeat2.gif) bottom no-repeat;
	color: #fff;
	_margin-top: -5px;
}

#rightcol .module .f-bottom2 {
	height: 12px;
	background: url(../img/f-sidebar-bottom2.gif) no-repeat;
}

#rightcol .module .f-top3 {
	height: 9px;
	background: url(../img/f-sidebar-top3.gif) no-repeat;
}

#rightcol .module .f-repeat3 {
	background: #3e464c url(../img/f-sidebar-repeat3.gif) bottom no-repeat;
	color: #fff;
	_margin-top: -8px;
}

#rightcol .module .f-bottom3 {
	height: 8px;
	background: url(../img/f-sidebar-bottom3.gif) no-repeat;
}

#rightcol .module .f-top h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 8px 2px;
	padding: 0 6px;
}

#rightcol .module .f-top h3 a {
	color: #555;
	text-decoration: none;
}

#rightcol .module ul, #rightcol .module ol {
	margin: 0 20px;
}

/* Latest Winner */
.latest-winner h3 {
	font-size: 15px;
	margin: 0 0 4px 0;
	padding: 0;
}

.latest-winner h3 a {
	color: #000;
}

.latest-winner .col1 {
	float: left;
	width: 60px;
	margin-right: 4px;
}

.latest-winner .col2 {
	float: left;
	width: 110px;
	font-size: 11px;
}

.latest-winner .col1 img {
	width: 100%;
}

.latest-winner .col2 label {
	float: left;
	width: 50px;
}

.latest-winner .more a {
	text-decoration: underline;
}

/* Static Menus */
.static-menu ul {
	margin: 0;
	padding: 0;
}

.static-menu ul li {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 4px 0 6px 0;
	border-bottom: 1px solid #2b7aa8;
}

.static-menu ul li a {
	color: #fff;
}

/* Bid Packages */
.bid-packages h3.heading {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 4px 0;
	padding: 0;
}

.bid-packages a {
	color: #fff;
}

.bid-packages table {
	width: 100%;
}

.bid-packages table th {
	font-weight: bold;
	color: #22a5f4;
	text-align: left;
	padding: 2px 4px;
}

.bid-packages table td {
	padding: 2px 4px;
	border-bottom: 1px solid #2b7aa8;
}

/* Latest News */
.latest-news ul {
	margin: 0;
	padding: 0;
}

.latest-news ul li {
	clear: both;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 4px 0 6px 0;
	border-bottom: 1px solid #2b7aa8;
}

.latest-news ul li .date {
	font-size: 10px;
}

.latest-news ul li a {
	font-weight: bold;
	color: #fff;
}

.latest-news .more {
	text-align: right;
}

.latest-news .more a {
	color: #ff6600;
}

/* Payment Gateway */
.payment-gateway img {
	margin: 10px 0 0 0;
}

/* Footer */
#footer .content {
	text-align: center;
	padding: 6px 10px;
}

#footer .menu-bottom a {
	color: #ff6600;
	padding: 0 6px;
}

#footer .icons {
	margin: 4px 0;
}

#footer .copyright {
	font-size: 11px;
	margin-top: 10px;
}

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

.auction-block {
	margin-bottom: 10px;
}

#auction-details .col1 {
	float: left;
	width: 170px;
	margin-right: 10px;
}

#auction-details .col2, .col2-rewards {
	float: left;
	width: 520px;
}

#auction-details .col1 h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


#auction-details .col1 .sub-col1 {
	background: url(../img/bg-horizontal-auction-1.gif) no-repeat;
	position: relative;
	z-index: 100;
	height: 1%;
}

#auction-details .col1 .sub-col2 {
	background: url(../img/bg-horizontal-auction-2.gif) bottom no-repeat;
	margin-top: -16px;
}

#auction-details .col1 div.name {
	float: left;
	font-size: 11px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}

#auction-details .col1 div.value,
#auction-details .col1 div.bid-price,
#auction-details .col1 div.bid-price-noupdate,
#auction-details .col1 div.countdown,
#auction-details .col1 div.save {
	font-size: 15px;
	font-weight: bold;
	color: #ea290c;
	text-align: right;
}

#auction-details .col1 .price, #auction-details .col1 .timer,
#auction-details .col1 .username, #auction-details .col1 .saving,
#auction-details .col1 .winner, #auction-details .col1 .ended-time {
	padding: 8px 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#auction-details .col1 .winner {
	border-top: none;
}

#auction-details .col1 div.value, #auction-details .col1 div.date-ended {
	font-size: 11px;
	color: #333;
	line-height: 190%;
	text-align: right;
}

#auction-details .col1 div.save, #auction-details .col1 div.winner-name {
	color: #4e90cd;
}

#auction-details .col1 .timer, #auction-details .col1 .username,
#auction-details .col1 div.saving {
	border-top: none;
}

#auction-details .col1 .timer, #auction-details .col1 .bid-bidder,
#auction-details .col1 div.winner-name {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

#auction-details .col1 .timer {
	text-align: center !important;
}

#auction-details .col1 .bid-now {
	text-align: center;
	margin: 10px 0;
}

#auction-details .col1 .timer {
	font-size: 26px;
	font-weight: bold;
	color: #ff7c00;
	text-align: center;
	border: none;
}

/* Auto Bidder */
.auto-bidder input.textbox {
	width: 60px;
	background: #eff3f4 url(../img/bg-input.gif) repeat-x;
	border: 1px solid #dadada;
	padding: 2px;
}

.auto-bidder input.textbox2 {
	width: 80px;
}

.auto-bidder .form-input {
	margin-bottom: 6px;
}

.auto-bidder .start {
	text-align: center;
	margin: 16px 0 10px 0;
}

/* Bid History */
.bid-history table {
	width: 100%;
	font-size: 11px;
	margin: 10px 0;
}

.bid-history table td {
	padding: 2px;
}

.bid-history .sub-col2 {
	margin: -50px 0 0 0 !important;
	padding: 30px 0 6px 0;
}

/* Auction Image */
#auction-details .auction-image {
	text-align: center;
	margin-bottom: 20px;
}

#auction-details .thumbs {
	margin-bottom: 20px;
	text-align: center;
}

#auction-details .thumbs span {
	width: 60px;
	margin-right: 6px;
}

#auction-details .thumbs span img {
	width: 50px;
	height: 50px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #ccc;
}
/* Finished  Info */
#finished-info .col1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#finished-info .col2 {
	float: right;
	width: 200px;
	padding-top: 10px;
}

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

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

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

#auction-details .payment-info .col2 {
	padding: 0;
}

#auction-details .payment-info label {
	float: left;
	width: 70px;
	margin-right: 4px;
}

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

#auction-details .payment-info dd {
	float: left;
	width: 130px;
}

#auction-details .count-saving label, #auction-details .total-savings label {
	float: left;
	width: 120px;
	margin-right: 10px;
}

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

/* Product Description & Finished Info */
#product-desc, #finished-info {
	margin-bottom: 10px;
}

#product-desc .f-top, #finished-info .f-top {
	height: 30px;
	background: url(../img/f-product-desc-top.gif) no-repeat;
}

#product-desc .f-repeat, #finished-info .f-repeat {
	background: url(../img/f-product-desc-repeat.gif) repeat-y;
	_margin-top: -4px;
}

#product-desc .f-bottom, #finished-info .f-bottom {
	height: 12px;
	background: url(../img/f-product-desc-bottom.gif) no-repeat;
}

#product-desc .f-top h3, #finished-info .f-top h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
	background: url(../img/f-product-desc-top.gif) no-repeat;
}

/* Box */
.box {
	margin-top: 10px;
}

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

.box .f-repeat {
	background: url(../img/f-box-repeat.gif) repeat-y;
	_margin-top: -16px;
}

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

.box .f-top h2 {
	height: 30px;
	background: url(../img/f-box-top.gif) no-repeat;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
}

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


/* 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(../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 {
	background: #f15407;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

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

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

ul.news li {
	float: left;
	clear: both;
	width: 100%;
	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, .meta {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin: 10px 0;
}

ul.news li .thumb {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}

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

.paging a {
	text-decoration: none;
}

.paging .totalresults {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.paging .pagenumber {
	float: right;
}

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

.pagenumber ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 0 4px 0 0;
	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: #6896b2;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 2px 2px 2px 4px;
}

table.results th a {
	color: #fff;
}

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

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

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

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

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

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

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

ul.menu li a {
}

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

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

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

/* Banner Flash */
div.banner-top {
	height: 198px;
	padding-bottom: 10px;
	padding-left: 3px;
}
div.banner-top .banner-flash {
	height: 198px;
	float: left;
	width: 695px;
	
}
div.banner-top .banner-cta {
	width: 230px;
	height: 198px;
	float: left;
	background: red;
}

/* rewards */
ul.horizontal-bid-list li.rewards {
	background: transparent url(../img/bg-horizontal-auction-2.gif) no-repeat scroll center bottom;
	min-height: 0 !important;
}
ul.horizontal-bid-list li.rewards div.align-center {
	background: transparent url(../img/bg-horizontal-auction-1.gif) no-repeat scroll 0 0;
	padding: 10px;
}
li.rewards div.big-price, li.rewards div.bold {
	float: right;
}
li.rewards div.purchase {
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
ul.horizontal-bid-list li.rewards div.points, ul.horizontal-bid-list li.rewards div.rrp {
	height: 18px;
}
div.reward-desc {
	border-bottom: 1px solid #D3D3D3;
	padding: 10px 0;
}
div.reward-rrp, div.reward-required {
	float: left;
	width: 30%;
	border-bottom: 1px solid #D3D3D3;
	font-size: 16px;
	padding: 10px 0;
}
div.reward-rrp-value, div.reward-required-value {
	border-bottom: 1px solid #D3D3D3;
	float: left;
	width: 70%;
	font-size: 16px;
	padding: 10px 0;
	color: red;
	font-weight: bold;
}
div.havereward {
	font-size: 14px;
	padding: 10px 0;
}
div.reward-redeem {
	float: right;
	padding: 10px;
}
div.reward-back {
	float: left;
	padding: 10px;
}
div.reward-image {
	text-align: center;
}

#lefthelp {
	float: left;
	width: 210px;
	margin: 20px 20px 0 0;
	padding: 0px;
	background: #FFFFFF;
}
#lefthelp h3 {
	background: #6896b2;
	margin: 0;
	padding: 10px;
	color: #fff;
}
#lefthelp .module {
	padding: 10px;
}
#lefthelp p {
	padding: 10px;
}

/*CSS FIX */
.horizontal-bid-list .col1 .content .sign {
	top: 0px !important;
}
