@charset "UTF-8";

/* -------------------------------------------------
 * Minibid.bg CSS Document 
 * @author: PixmaSoft OÜ (http://www.pixmasoft.ee)
 * @date: 2008-10-17 16:30
 * @modified: 2009-01-11 13:01
 * ------------------------------------------------- */
 
body {
	behavior:url("javascript/csshover.htc");
}
img {
	behavior:url("javascript/pngbehavior.htc");
}

/* -------------------------------------------------
 * Overall
 * ------------------------------------------------- */
 
html,body {
	width: 100%;
	height: 100%;
}
body,td,th,font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
body {
	background-color: #ECECEC;
	background-image: url(img/auction_back.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FF8800;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #464646 !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	color: #464646 !important;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

/* -------------------------------------------------
 * Body
 * ------------------------------------------------- */

#sticker {
	position: absolute;
	width: 140px;
	height: 140px; 
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: 10;
	display: none;
}
#body_container {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}
#body {
	width: 965px;
	z-index: 1;
	left: 50%;
	position: absolute;
	margin-left: -480px;
	/*border: #0033FF 1px solid;*/
}
#body_top_container {
	margin-bottom: 10px;
}
#body_left_container {
	float: left;
	position: relative;
	width: 751px;
}
#body_right_container {
	width: 209px;
	float: left;
	position: relative;
	/*border: #FF0000 1px solid;*/
}
#body_bottom_container {
	margin-top: 5px;
	width: 960px;
	height: 60px;
	float: left;
	position: relative;
}
#logo_container {
	margin-top: 48px;
	margin-left: 18px;
	width: 424px;
	height: 64px; 
	float: left;
	position: relative;
}
#open_container {
	margin-top: 0px;
	margin-left: 17px;
	width: 112px;
	height: 101px; 
	float: left;
	position: relative;
	z-index: 10;
}
#lang_menu {
	position: relative;
	float: right;
	top: 13px;
}
#lang_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}
#lang_menu li {
	float: left;
	margin: 0px;
	
}
#lang_menu li a {
	padding-right: 5px;
	line-height: normal;
}
#winners_container {
	width: 740px;
	height: 60px;
	position: relative;
	float: left;
}
#copyright_container {
	margin-top: 10px;
	padding-bottom: 60px;
	padding-top: 10px;
	width: 740px;
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9B9B9;
}
#header_container {
	width: 960px;
	height: 129px;
}
#main_menu_container {
	width: 960px;
	height: 41px;
}
/* Removeing bullets */
#main_menu_container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
} 
/* Displaying the menu items inline */
#main_menu_container li {
	float: left;
	margin: 0px;
	line-height: normal;
} 
#main_menu_container li a {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	line-height: normal;
} 
#main_menu_links {
	position: absolute;
	margin-top: 12px;
	margin-left: 5px;
	width: 900px;
}
#clock {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	margin-top: 12px;
	margin-left: 872px;
	line-height: normal;
}
.copyright {
	color: #767676;
	font-size: 11px;
	float: left;
	/*margin-left: 200px;*/
	margin-left: 250px;
}
.pixmasoft {
	float: left;
	display: none;
}
.main_menu_link {
	font-size: 12px;
	color: #FFFFFF !important;
	font-weight: bold;
	line-height: normal;
}
.main_menu_link_act {
	font-size: 12px;
	color: #FEC044 !important;
	font-weight: bold;
	line-height: normal;
}
.main_menu_separator {
	background-image: url(img/auction_main_menu_separator.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.coming_soon {
	width: 740px;
	margin-top: 6px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.first_auction {
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
	position: relative;
}

/* -------------------------------------------------
 * Boxes
 * ------------------------------------------------- */
 
.box {
	width: 213px;
	margin-bottom: 5px;
	position: relative;
}
.box_header {
	width: 213px;
	height: 38px;
}
.box_header_text {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	left: 18px;
	top: 12px;
	position: absolute;
	line-height: normal;
}
.box_body {
	width: 213px;
	float: left;
}
.box_body_gray {
	background-image: url(img/auction_box_body_gray.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.box_body_gray2 {
	background-image: url(img/auction_box_body_gray2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	/*background-color: #B5B5B5;*/
}
.box_body_orange2 {
	background-image: url(img/auction_box_body_orange2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;	
}
.box_footer {
	width: 213px;
}

/* How to content */

.how_to {
	width: 207px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	position: inherit;
}
.how_to_last {
	width: 207px;
	padding-top: 5px;
	font-size: 11px;
}
.how_to_bullet {
	margin-left: 5px;
	margin-right: 8px;
	float: left;
}
.how_to_text {
	width: 150px;
	float: left;
}
.how_to_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	width: 207px;
	height: 1px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Gallup content */

.gallup {
	width: 180px;
}
.gallup_text {
	float: left;
	position: relative;
	text-align: left;
	top: 5px;
	padding-bottom: 5px;
	width: 180px;
}
.gallup_bullet {
	margin-top: 5px;
	float: left;
	position: relative;
	width: 30px;
	height: 18px;
}
.gallup_bullet_text {
	margin-top: 5px;
	float: left;
	position: relative;
	font-weight: bold;
	width: 150px;
	height: 18px;
	text-align: left;
}
.gallup_button {
	width: 180px;
	margin-top: 10px;
	float: left;
	position: relative;
}

/* Banklinks content */

.banklinks {
	margin-top: 5px;
	margin-left: 8px;
}
.banklink {
	float: left;
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
}

/* Newsletter */

.newsletter {
	width: 170px;
	margin-left: 15px;
}
.newsletter_field {
	height: 27px;
	position: relative;
}
.newsletter_button {
	width: 170px;
	margin-top: 5px;
}
.newsletter_field_captcha_img {
	float: left;
	height: 18px;
	width: 72px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	/*border: #0033FF 1px solid;*/
}
.newsletter_field_captcha_field {
	float: left;
	height: 20px;
	width: 80px !important;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0px;
	position: relative;
	/*border: #0033FF 1px solid;*/
}
.newsletter_field_captcha_field input {
	width: 80px !important;
	font-size: 10px !important; 
	height: 11px !important;
}

/* Rows */
.packets {
	margin-left: 12px;
}
.packet_row_1 {
	color: #FFFFFF;
	background-color: #8B8B8B;
	line-height: normal;
}
.packet_row_2 {
	color: #FFFFFF;
	line-height: normal;
}

/* -------------------------------------------------
 * Top auction
 * ------------------------------------------------- */
 
.top_auction {
	width: 573px;
	height: 214px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	position: relative;
}
.top_auction_title {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	left: 14px;
	/*top: 10px;*/
	padding-top: 10px;
	position: absolute;
}
.top_auction_title a {
	color: #464646 !important;
}
.top_auction_description {
	width: 370px;
	font-size: 11px;
	line-height: 16px;
	left: 14px;
	top: 35px;
	position: absolute;
	text-align:justify;
}
.top_auction_image {
	width: 160px;
	height: 160px;
	left: 385px;
	top: 8px;
	position: absolute;
}
.top_auction_counter {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	color: #F77A1D;
	left: 14px;
	top: 91px;
	position: absolute;
}
.top_auction_price {
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
	left: 14px;
	top: 119px;
	position: absolute;
}
.top_auction_last_bidder {
	font-size: 11px;
	line-height: normal;
	color: #F77A1D;
	left: 14px;
	top: 141px;
	position: absolute;
}
.top_auction_icon {
	margin-right: 8px;
}
.top_auction_bid {
	position: absolute;
	left: 0px;
	top: 172px;
	width: 570px;
	height: 38px;
}
.top_auction_bid_sms {
	width: 130px;
	margin-left: 10px;
	margin-top: 7px;
	float: right;
	display: none;
}
.top_auction_date_start {
	position: absolute;
	left: 0px;
	top: 182px;
	width: 570px;
	height: 28px;
	display: none;
}
.top_auction_date_start span {
	color: #F77A1D;
	font-weight: bold;
}
.top_auction_date_end {
	position: absolute;
	left: 10px;
	top: 182px;
	display: none;
}
.top_auction_date_sold {
	position: absolute;
	left: 10px;
	top: 182px;
	display: none;
}
.top_auction_24h {
	z-index: 100;
	margin-top: -4px;
	margin-bottom: -4px;
	margin-left: 0px;
	margin-right: -3px;
	padding: 0px;
}
.top_auction_counter_text_1 {
	color: #7EBB39 !important;
}
.top_auction_counter_text_2 {
	color: #F77A1D !important;
}
.top_auction_counter_text_3 {
	color: #F1271A !important;
}

/* -------------------------------------------------
 * Auction
 * ------------------------------------------------- */
 
.auction {
	width: 244px;
	height: 195px;
	background-image: url(img/auction_auction_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	margin-right: 6px;
	margin-bottom: 6px;
}
.auction_title {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	left: 14px;
	top: 10px;
	position: relative;
}
.auction_title a {
	color: #464646 !important;
}
.auction_image {
	width: 95px;
	height: 95px;
	left: 14px;
	top: 20px;
	position: relative;
}
.auction_counter {
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	color: #F77A1D;
	left: 135px;
	top: 36px;
	position: absolute;
}
.auction_counter_text {
	font-size: 11px;
	line-height: normal;
	color: #464646;
	font-weight: lighter;
}
.auction_price {
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	left: 135px;
	top: 73px;
	position: absolute;
}
.auction_price_currency {
	font-weight: lighter;
	font-size: 11px;
	line-height: normal;
}
.auction_last_bidder {
	font-size: 11px;
	line-height: normal;
	color: #F77A1D;
	left: 135px;
	top: 106px;
	position: absolute;
}
.auction_icon {
	margin-right: 7px;
}
.auction_bid {
	position: absolute;
	left: 0px;
	top: 152px;
	width: 240px;
	height: 38px;
}
.auction_bid_button {
	float: right;
	margin-right: 1px;
	cursor: pointer;
	display: none;
}
.auction_bid_button_text {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	width: 80px;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-top: 12px;
}
.auction_bid_sms {
	width: 130px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
	display: none;
}
.auction_bid_sms_icon {
	width: 16px;
	height: 25px;
	float: left;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
}
.auction_bid_sms_text {
	font-size: 9px;
	height: 25px;
	line-height: normal;
	float: left;
	position: relative;
	margin-top: 3px;
	line-height: normal !important;
}
.auction_bid_sms_text_color {
	color: #F77A1D;
	line-height: normal !important;
}
.auction_date_start {
	position: absolute;
	left: 0px;
	top: 162px;
	width: 240px;
	height: 28px;
	display: none;
}
.auction_date_start span {
	color: #F77A1D;
	font-weight: bold;
}
.auction_date_end {
	position: absolute;
	left: 7px;
	top: 132px;
	display: none;
}
.auction_date_sold {
	position: absolute;
	left: 0px;
	top: 162px;
	width: 240px;
	height: 28px;
	display: none;
}
.auction_24h {
	float: right;
	margin-right: 2px;
}
.auction_badges {
	z-index: 100;
	position: absolute;
	/*border: #0033FF 1px solid;*/
	width: 160px;
	margin-left: 75px;
	margin-top: 129px;
}
.auction_counter_text_1 {
	color: #7EBB39 !important;
}
.auction_counter_text_2 {
	color: #F77A1D !important;
}
.auction_counter_text_3 {
	color: #F1271A !important;
}

/* -------------------------------------------------
 * Future auction
 * ------------------------------------------------- */
 
.future_auction {
	width: 182px;
	height: 215px;
	background-image: url(img/auction_future_auction_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
.future_auction_image {
	width: 155px;
	height: 110px;
	top: 12px;
	left: 11px;
	position: absolute;
}
.future_auction_title {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	width: 177px;
	top: 132px;
	position: absolute;
}
.future_auction_price {
	font-size: 11px;
	line-height: normal;
	width: 177px;
	top: 151px;
	position: absolute;
}
.future_auction_button {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	width: 177px;
	height: 38px;
	top: 171px;
	position: absolute;
	background-image: url(img/auction_future_auction_button.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	cursor: pointer;
}
.future_auction_button:hover {
	background-position: left -38px;
}
.future_auction_button_text {
	margin-top: 11px;
	display: none;
}

/* -------------------------------------------------
 * Detailed auction
 * ------------------------------------------------- */
 
.detail_auction {
}
.detail_auction_col_left {
	width: 310px;
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;
	/*border: 1px solid #ADADAD;*/
}
.detail_auction_col_right {
	width: 370px;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
	/*border: 1px solid #ADADAD;*/
}
.detail_auction_title a {
	font-size: 18px;
	font-weight: bold;
	color: #464646 !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detail_auction_image {
	width: 280px;
	margin-top: 10px;
	float: left;
	border: 1px solid #DDDDDD; /*#E9E9E9;*/
}
.detail_auction_description {
	margin-bottom: 10px;
	text-align:justify;
	/*border: 1px solid #ADADAD;*/
}
.detail_auction_text {
	text-align:justify;
	line-height: 18px !important;
	margin-top: 20px;
	/*border: 1px solid #ADADAD;*/
}
.detail_auction_last_bidders {
	margin-top: 20px;
	/*border: 1px solid #ADADAD;*/
}
.detail_auction_auto_bidder {
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.detail_auction_text span {
	line-height: 18px !important;
	font-size: 11px !important;
}
.detail_auction_counter {
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	color: #F77A1D;
	margin-bottom: 5px;
}
.detail_auction_counter_text {
	font-size: 11px;
	line-height: normal;
	color: #464646;
	font-weight: lighter;
}
.detail_auction_price {
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
.detail_auction_price_shop {
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
.detail_auction_price_currency {
	font-weight: lighter;
	font-size: 11px;
	line-height: normal;
}
.detail_auction_last_bidder {
	font-size: 11px;
	line-height: normal;
	color: #F77A1D;
	margin-bottom: 5px;
}
.detail_auction_icon {
	margin-right: 7px;
}
.detail_auction_bid {
	width: 370px;
	height: 38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-top: 15px;
	background-image:url(img/detail_auction_bid_back.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.detail_auction_bid_button {
	float: right;
	margin-right: 1px;
	cursor: pointer;
	display: none;
}
.detail_auction_bid_button_text {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	width: 80px;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-top: 12px;
}
.detail_auction_bid_sms {
	width: 130px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
	display: none;
}
.detail_auction_bid_sms_icon {
	width: 16px;
	height: 25px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.detail_auction_bid_sms_text {
	font-size: 9px;
	height: 25px;
	float: left;
	margin-top: 3px;
	line-height: normal !important;
}
.detail_auction_bid_sms_text span {
	line-height: normal !important;
}
.detail_auction_bid_sms_text_color span {
	color: #F77A1D;
	line-height: normal !important;
}
.detail_auction_date_start {
	width: 370px;
	margin-top: 10px;
	display: none;
}
.detail_auction_date_start span {
	color: #F77A1D;
	font-weight: bold;
}
.detail_auction_date_end {
	display: none;
}
.detail_auction_date_sold {
	width: 370px;
	margin-top: 10px;
	display: none;
}
.detail_auction_24h {
	float: right;
	margin-left: 3px;
}
.detail_auction_badges {
	
}
.detail_auction_counter_text_1 {
	color: #7EBB39 !important;
}
.detail_auction_counter_text_2 {
	color: #F77A1D !important;
}
.detail_auction_counter_text_3 {
	color: #F1271A !important;
}


/* -------------------------------------------------
 * Right menu auctions
 * ------------------------------------------------- */
 
.menu_auction {
	width: 213px;
	height: 195px;
	background-image: url(img/auction_menu_auction_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-bottom: 6px;
}
.menu_auction_title {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	left: 14px;
	top: 10px;
	position: relative;
}
.menu_auction_title a {
	color: #464646 !important;
}
.menu_auction_image {
	width: 95px;
	height: 95px;
	left: 8px;
	top: 20px;
	position: relative;
}
.menu_auction_counter {
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #F77A1D;
	left: 117px;
	top: 36px;
	position: absolute;
}
.menu_auction_counter_text {
	font-size: 11px;
	line-height: normal;
	color: #464646;
	font-weight: lighter;
}
.menu_auction_price {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	left: 117px;
	top: 73px;
	position: absolute;
}
.menu_auction_price_currency {
	font-weight: lighter;
	font-size: 10px;
	line-height: normal;
}
.menu_auction_last_bidder {
	font-size: 11px;
	line-height: normal;
	color: #F77A1D;
	left: 117px;
	top: 106px;
	position: absolute;
}
.menu_auction_icon {
	margin-right: 5px;
}
.menu_auction_bid {
	position: absolute;
	left: 0px;
	top: 152px;
	width: 207px;
	height: 38px;
}
.menu_auction_bid_button {
	float: right;
	margin-right: 1px;
	cursor: pointer;
	display: none;
}
.menu_auction_bid_button_text {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 70px;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-top: 12px;
}
.menu_auction_bid_sms {
	width: 100px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
	display: none;
}
.menu_auction_bid_sms_icon {
	width: 1px;
	height: 25px;
	float: left;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
}
.menu_auction_bid_sms_text {
	font-size: 9px;
	height: 25px;
	line-height: normal;
	position: relative;
	margin-top: 3px;
	line-height: normal !important;
}
.menu_auction_bid_sms_text_color {
	color: #F77A1D;
	line-height: normal !important;
}
.menu_auction_date_start {
	position: absolute;
	left: 0px;
	top: 162px;
	width: 213px;
	height: 28px;
	display: none;
}
.menu_auction_date_start span {
	color: #F77A1D;
	font-weight: bold;
}
.menu_auction_date_end {
	position: absolute;
	left: 7px;
	top: 132px;
	display: none;
}
.menu_auction_date_sold {
	position: absolute;
	left: 0px;
	top: 162px;
	width: 213px;
	height: 28px;
	display: none;
}
.menu_auction_24h {
	float: right;
	margin-right: 2px;
}
.menu_auction_badges {
	z-index: 100;
	position: absolute;
	/*border: #0033FF 1px solid;*/
	width: 160px;
	margin-left: 40px;
	margin-top: 129px;
}
.menu_auction_counter_text_1 {
	color: #7EBB39 !important;
}
.menu_auction_counter_text_2 {
	color: #F77A1D !important;
}
.menu_auction_counter_text_3 {
	color: #F1271A !important;
}


/* -------------------------------------------------
 * Happy winners
 * ------------------------------------------------- */

.happy_winners {
	margin-top: 3px;
	position: relative;
	float: left;
}
.happy_winner {
	float: left;
	width: 182px;
	height: 250px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image:url(img/auction_happy_winners_back.png);
	background-position: left top;
	background-repeat:no-repeat;
}
.happy_winner_title {
	width: 177px;
	line-height: normal !important;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.happy_winner_title a {
	color: #464646;
}
.happy_winner_image {
	width: 150px;
	height: 150px;
	margin-left: 13px;
	background-position: center center;
	background-repeat:no-repeat;
}
.happy_winner_price {
	width: 177px;
	line-height: normal !important;
	margin-top: 10px;
}
.happy_winner_price span {
	color: #F77A1D;
	font-size: 16px;
	line-height: normal !important;
	font-weight: bold;
}
.happy_winner_user {
	width: 177px;
	line-height: normal !important;
	margin-top: 5px;
}

/* -------------------------------------------------
 * Fields and button
 * ------------------------------------------------- */
 
/* Field */
 
.field {
	border: 1px solid #ADADAD;
	font-size: 11px;
	color: #464646;
	/*height: 20px;*/
	line-height:normal;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(img/auction_field_back.png);
	background-repeat: repeat-x;
	background-position: left -1px;
}

.field_required {
	color: #FF8800;
	font-weight: bold;
	font-size: 14px;
}

/* Button */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/auction_main_menu_back.png);
	background-position: center top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #A2CB41;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8B8B8B;
	border-left-color: #8B8B8B;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	cursor: pointer;
}
.button:hover {
	background-position: center center;
}
.button_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #BDBDBD;
	text-decoration: none;
	background-image: url(img/auction_button_disabled.png);
	background-position: center center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E8E8E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-left-color: #E8E8E8;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/* Button */

.button_button {
	cursor: pointer;
	float: right;
}
.button_left {
	float: left;
	position: relative;
	height: 24px;
}
.button_right {
	float: left;
	position: relative;
	height: 24px;
}
.button_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	float: left;
	position: relative;
	height: 24px;
	background-image: url(img/auction_button_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
}
.button_text_padding {
	margin-left: 7px;
	margin-top: 3px;
	margin-right: 9px;
}
.button_icon {
	float: left;
	position: relative;
	height: 24px;
	background-image: url(img/auction_button_back.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.button_icon_padding {
	margin-top: 2px;
}

/* -------------------------------------------------
 * Content
 * ------------------------------------------------- */
 
.content {
	width: 744px;
	float: left;
	position: relative;
}
.content_header {
	width: 744px;
	height: 28px;
	float: left;
	position: relative;
}
.content_body {
	width: 744px;
	background-image: url(img/auction_body_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	position: relative;
	text-align:justify;
}
.content_body_message {
	width: 744px;
	background-image: url(img/auction_body_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	position: relative;
	text-align:justify;
}
.content_body_text {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.content_body_text span {
	/*line-height: 18px !important;
	font-size: 11px !important;*/
}
.content_footer {
	width: 744px;
	height: 10px;
	float: left;
	position: relative;
	padding-bottom: 6px;
}

/* -------------------------------------------------
 * Login
 * ------------------------------------------------- */
 
#login_container {
	position: absolute;
	left: 586px;
	top: 33px;
	width: 374px;
	height: 84px;
}
.login_content {
	position: absolute;
	left: 3px;
	top: 15px;
}
.login_field {
	padding-left: 8px;
	float: left;
	position: relative;
}
.login_field_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #464646;
	background-image: url(img/auction_login_field_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	height: 20px;
	width: 106px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	position: relative;
}
.login_field_left {
	width: 5px;
	float: left;
	position: relative;
}
.login_field_right {
	width: 5px;
	float: left;
	position: relative;
}
.login_register {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;
}
.login_register a {
	color: #464646;
	font-size: 11px;
	background-image: url(img/auction_text_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.login_lost_password {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;
}
.login_lost_password a {
	color: #464646;
	font-size: 11px;
	background-image: url(img/auction_text_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.login_user_welcome {
	font-weight: bold;
	line-height: normal;
	font-size: 13px;
}
.login_user_content {
	position: absolute;
	left: 10px;
	top: 10px;
}
.login_user_menu {
	float: left;
	width: 116px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: normal;
	/*border: 1px solid #CCCCCC;*/
}
.login_user_menu a {
	line-height: normal;
	font-size: 11px;
}

/* -------------------------------------------------
 * Table
 * ------------------------------------------------- */
 
.table_header {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.table_row_1 {
	line-height: normal;
}
.table_row_2 {
	background-color: #F0F0F0;
	line-height: normal;
}

/* -------------------------------------------------
 * Test
 * ------------------------------------------------- */

#test_mobile {
	position: absolute;
	width: 16px;
	height: 16px; 
	margin: 0px;
	left: 10px;
	top: 12px;
	z-index: 11;
}

/* -------------------------------------------------
 * Popup (shadowbox)
 * ------------------------------------------------- */
 
#shadowbox_auction_logo {
	width: 120px;
	height: 18px;
	background-image: url(img/auction_popup_logo_120.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 10000;
	margin-left: 10px;
	margin-top: -22px;
}

/* -------------------------------------------------
 * Splash
 * ------------------------------------------------- */

#splash_time_confirm {
	color: #F77A1D;
	font-size: 18px;
	font-weight: bold;
}

/* -------------------------------------------------
 * Auto bidder
 * ------------------------------------------------- */
 
#autoBidderBoxDisabled {
	display: none;
}
#autoBidderBoxEnabled {
	display: none;
}
.auto_bidder_box {
	width: 370px;
	height: 100px;
	background-image: url(img/auction_auto_bidder_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.auto_bidder_field {
	height: 16px;
	width: 101px;
	border: 1px solid #CBCBCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 5px;
}
.auto_bidder_price_from {
	margin-left: 13px;
	margin-top: 13px;
	width: 108px;
	float: left;
}
.auto_bidder_price_to {
	margin-left: 10px;
	margin-top: 13px;
	width: 108px;
	float: left;
}
.auto_bidder_bids {
	margin-left: 10px;
	margin-top: 13px;
	width: 108px;
	float: left;
}
.auto_bidder_price_from span {
	font-weight: bold;
	font-size: 15px;
}
.auto_bidder_price_to span {
	font-weight: bold;
	font-size: 15px;
}
.auto_bidder_bids span {
	font-weight: bold;
	font-size: 15px;
}
.auto_bidder_bids_loaded {
	font-size: 11px !important;
	font-weight: lighter !important;
}
.auto_bidder_buttons {
	width: 370px;
	height: 32px;
	position: absolute;
	margin-top: 68px;
}
#autoBidderButtonSave {
	float: right;
	height: 32px;
	background-image: url(img/auction_auto_bidder_button_start_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	margin-left: 1px;
}
#autoBidderButtonPause {
	float: right;
	height: 32px;
	background-image: url(img/auction_auto_bidder_button_pause_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	margin-left: 1px;
}
#autoBidderButtonPaused {
	float: right;
	height: 32px;
	background-image: url(img/auction_auto_bidder_button_play_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	margin-left: 1px;
}
#autoBidderButtonDelete {
	float: right;
	height: 32px;
	background-image: url(img/auction_auto_bidder_button_cancel_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	margin-left: 1px;
}
.auto_bidder_button_text {
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 32px;
	line-height: normal;
	padding-top: 9px;
	padding-left: 6px;
	color: #FFFFFF;
}
.auto_bidder_button_save_left {
	background-image: url(img/auction_auto_bidder_button_start_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 32px;
	float: left;
}
.auto_bidder_button_save_right {
	background-image: url(img/auction_auto_bidder_button_start_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 32px;
	float: left;
}
.auto_bidder_button_delete_left {
	background-image: url(img/auction_auto_bidder_button_cancel_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 32px;
	float: left;
}
.auto_bidder_button_delete_right {
	background-image: url(img/auction_auto_bidder_button_cancel_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 32px;
	float: left;
}
.auto_bidder_button_paused_left {
	background-image: url(img/auction_auto_bidder_button_play_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 32px;
	float: left;
}
.auto_bidder_button_paused_right {
	background-image: url(img/auction_auto_bidder_button_play_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 32px;
	float: left;
}
.auto_bidder_button_pause_left {
	background-image: url(img/auction_auto_bidder_button_pause_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 32px;
	float: left;
}
.auto_bidder_button_pause_right {
	background-image: url(img/auction_auto_bidder_button_pause_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 32px;
	float: left;
}
.auto_bidder_preloader {
	background-image: url(img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
	display: none;
	float: right;
}

/* -------------------------------------------------
 * Auction error popup
 * ------------------------------------------------- */

.auction_error_popup {
	height: 100%;
}
.auction_error_popup_login_or_send_sms {
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 20px;
	margin-right: 20px;
}
.auction_error_popup_register_or_send_sms{
	position: absolute;
	left: 20px;
	top: 75px;
}
.auction_error_popup_or_send_sms {
	color: #F46B09;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	line-height: normal;
}
.auction_error_popup_sms {
	font-size: 12px;
	position: absolute;
	left: 20px;
	top: 125px;
	border: solid 1px #CCCCCC;
	padding: 7px;
}
.auction_error_popup_sms span {
	font-weight: bold;
}
.auction_error_popup_login_message {
	color: #F46B09;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	bottom: 85px;
	left: 0px;
	margin-left: 20px;
}
.auction_error_popup_login {
	background-color: #F4A609;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.auction_error_popup_login_lost_password {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	line-height: normal;
}
.auction_error_popup_login_lost_password a {
	color: #FFFFFF;
}
.auction_error_popup_login_field {
	float: left;
	padding-left: 8px;
	margin-top: 15px;
	position: relative;
}

/* -------------------------------------------------
 * Cashback
 * ------------------------------------------------- */
 
.cashback {
	background-image: url(img/auction_cashback_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 32px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #583A10;
}

.cashback_text {
	float: left;
	margin-top: 9px;
	margin-left: 10px;
}

.cashback_position {
	float: left;
	margin-top: 6px;
	margin-left: 9px;
	font-size: 11px;
	font-weight: lighter
}
.cashback_position_img {
	float: left;
}
.cashback_position_text {
	float: left;
	margin-top: 4px;
	margin-left: 3px;
}

/* -------------------------------------------------
 * Flash movie
 * ------------------------------------------------- */

#auction_flash_movie {
	/*display: none;*/
}
