*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

p
{
	padding-bottom: 15px;
}

a
{
	color: #0875bd;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #004577;
}

a.white
{
	color: white;
}

.bold
{
	font-weight: bold;
}

.hidden
{
    display: none;
}

.clear {
     clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.no_margin
{
    margin: 0;
}

/* buttons */

.yellow_btn
{
    background: transparent url('../img/buttons_yellow_bg.jpg') no-repeat left top;
}

.yellow_btn span
{
    background: transparent url('../img/buttons_yellow_bg.jpg') no-repeat right top;
}

.white_btn
{
    background: transparent url('../img/buttons_white_bg.jpg') no-repeat left top;
}

.white_btn span
{
    background: transparent url('../img/buttons_white_bg.jpg') no-repeat right top;
}

.light_btn
{
    background: transparent url('../img/buttons_light_bg.jpg') no-repeat left top;
}

.light_btn span
{
    background: transparent url('../img/buttons_light_bg.jpg') no-repeat right top;
}

.brown_btn
{
    background: transparent url('../img/buttons_brown_bg.jpg') no-repeat left top;
}

.brown_btn span
{
    background: transparent url('../img/buttons_brown_bg.jpg') no-repeat right top;
}

.yellow_brown_btn
{
    background: transparent url('../img/buttons_yellow_brown_bg.jpg') no-repeat left top;
}

.yellow_brown_btn span
{
    background: transparent url('../img/buttons_yellow_brown_bg.jpg') no-repeat right top;
}

.brown_lightbrown_btn
{
    background: transparent url('../img/buttons_brown_lightbrown_bg.jpg') no-repeat left top;
}

.brown_lightbrown_btn span
{
    background: transparent url('../img/buttons_brown_lightbrown_bg.jpg') no-repeat right top;
}

.std_btn
{
    display: block;
    float: left;
    height: 23px;
    padding-left: 10px;
}

.std_btn span
{
    cursor: pointer;
    display: inline;
    float: left;
    height: 19px;
    padding: 4px 10px 0px 0;
	min-width: 19px;
	text-align: center;
}

.std_btn:hover
{
    background-position: 0px bottom;
}

.std_btn:hover span
{
    background-position: right bottom;
}

/* end of buttons */

.standard_input_field
{
    padding: 5px;
    color: #666666;
    background: #ffed97;
    border: 1px solid #ff9900;
}

div.error {
	margin: 5px 0 10px 0;
	padding: 5px;
	border: 1px solid #660000;
	border-left: 0;
	border-right: 0;
	background: #ffeeee;
	color: #660000;
	font-weight: bold;
}

.error-link
{
    color: #fff;
    text-decoration: underline;
}

.error-link:hover
{
    color: #fff;
    text-decoration: none;
}

div.error_small {
	margin: 5px 0 2px 0;
	padding: 2px 5px;
    font-size: 11px
}

div.error_live
{
    margin: 0;
    padding: 3px 10px;
}

div.message
{
	padding: 5px 0 5px 10px;
	border: 1px solid #037d00;
	border-left: 0;
	border-right: 0;
	background: #c4dfc3;
	color: #037d00;
	margin-bottom: 10px;
	font-weight: bold;
}

div.message_live
{
    margin: 0;
    padding: 3px 10px;
}

div.error_red
{
    padding: 7px 15px 12px 55px;
    background: url('../img/alert.png') no-repeat 14px 7px #ff0000;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

div.error_red_small
{
    margin: 5px 0 2px 0;
	padding: 2px 5px;
    font-size: 11px
}

div.error_no_bg
{
    background: none;
    background: #ff0000;
}

div.error_red_live
{
    margin: 0;
    padding: 3px 10px;
}


div.message_green
{
    padding: 7px 15px 12px 55px;
    background: url('../img/ok.png') no-repeat 14px 7px #669900;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

div.message_green_small
{
    margin: 5px 0 2px 0;
	padding: 2px 5px;
    font-size: 11px
}

div.message_no_bg
{
    background: none;
    background: #669900;
}

div.message_green_live
{
    margin: 0;
    padding: 3px 10px;
}


body
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
    background: url('../img/body_bg.jpg') repeat-x left top #ffcc00;
}

.nesting_div
{
    width: 100%;
    background: url('../img/nesting_div_bg.jpg') no-repeat center 22px;
    min-height: 658px !important;
}

.container
{
	width: 1000px;
    margin: 0 auto;
}

.top_left_side
{
    width: 277px;
    float: left;
    overflow: hidden;
}

.languages
{
    left: 56px;
    position: relative;
    top: 30px;
}

.languages ul
{
    list-style-type: none;
}

.languages ul li
{
    border-right: 1px solid #0875bd;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 5px;
}

.currencies
{
    margin-left: 140px;
    position: absolute;
    margin-top: 27px;
    width: 48px;
}

.currencies select
{
    border: 1px solid #ccc;
    width: 48px;
}

.logo
{
    padding-top: 44px;
    text-align: right;
}

.menu
{
    width: 186px;
    margin-left: 43px;
    margin-top: -10px;
}

.menu_item
{
    padding: 4px 10px;
    background: url('../img/menu_line.png') no-repeat center bottom;
}

.last_item
{
    background: none;
}

.menu_item a
{
    color: #0875bd;
}

.menu_item a:hover, .menu_item a.main_menu_act
{
    color: #004577;
}

/* user area */

.user_area
{
    padding-left: 48px;
    padding-top: 10px;
}

.user_area div
{
    clear: both;
    padding-top: 5px;
}

.login_input_field_div
{
    background: url('../img/login_input_field.png') no-repeat left top;
    padding: 5px 15px 5px 15px;
    margin-bottom: 2px;
}

.login_input_field
{
    border: none;
    color: #777777;
    background: #fffdd5;
    width: 160px;
}

.login_links
{
    font-size: 11px;
    width: 100px;
    float: left;
    padding-left: 15px;
}

.login_button
{
    float: left;
    width: 80px;
}

.login_links a
{
    text-decoration: underline;
}


.user_area_logged_in
{
    width: 212px;
    height: 96px;
    padding: 12px 12px 12px 32px;
    background: url('../img/user_area_logged_in.jpg') no-repeat left top;
    float: right;
}

.ua_user_name
{
    color: #0875bd;
    font-weight: bold;
    padding-bottom: 1px;
}

.ua_item
{
    padding: 4px 0;
    background: url(../img/user_area_line.png) no-repeat left bottom;
}

.ua_last
{
    background: none;
}

.ua_item a
{
    color: #4d4948;
}

.ua_item a:hover, .ua_item a.active
{
    color: #4d4948;
    font-weight: bold;
}

.ua_settings_link
{
    font-size: 11px;
    padding-top: 1px;
}

.ua_logout_btn
{
    margin-left: 108px;
    margin-top: -96px;
    border: 1px solid #fffadc;
    float: right;
    position: relative;
    left: -6px;
}

.ie9 .ua_logout_btn
{
    margin-top: -91px;
}

/* end of user area */

.top_right_side
{
    width: 723px;
    float: left;
    overflow: hidden;
}

.timer_and_ads
{
    height: 338px;
    background: url('../img/bgs.jpg') no-repeat left -93px;
    width: 719px;
}

.timer_area
{
    width: 326px;
    float: left;
    padding-right: 14px;
    padding-left: 40px;
    padding-top: 25px;
}

.timer_notice
{
    padding-bottom: 13px;
    text-align: center;
}

.timer
{
    background: url('../img/bgs.jpg') no-repeat left -431px;
    height: 204px;
    padding: 23px;
}

#timer_numbers
{
    height: 74px;
    padding-bottom: 25px;
}

.days_outer
{
    float: left;
    width: 44px;
    height: 62px;
    padding: 5px 5px 5px 6px;
}

.days
{
    width: 44px;
    height: 62px;
}

.blinking_colon
{
    float: left;
    margin-top: 27px;
    margin-left: 4px;
    width: 6px;
}

.blinking_colon_abs
{
    position: absolute;

    height: 17px;
    width: 6px;
    padding-top: 27px;
}

.blinking_colon_abs1
{
    padding-left: 59px;
}

.blinking_colon_abs2
{
    padding-left: 171px;
}

.hours
{
    float: left;
    padding: 5px 4px 5px 8px;
    width: 90px;
    height: 62px;
}


.hours_first_digit
{
    float: left;
    margin-right: 2px;
    width: 44px;
    height: 62px;
}

.hours_second_digit
{
    float: left;
    width: 44px;
    height: 62px;
}

.minutes
{
    float: left;
    padding: 5px 5px 5px 8px;
    width: 90px;
    height: 62px;
}

.minutes_first_digit
{
    float: left;
    margin-right: 2px;
    height: 62px;
    width: 44px;
}

.minutes_second_digit
{
    float: left;
    height: 62px;
    width: 44px;
}

#timer_numbers div div
{
    float: left;
    width: 44px;
    height: 62px;
    background: url('../img/numbers.jpg') no-repeat 0px 0px;
}

#timer_numbers div div.image0 { background-position: -0px 0px; }
#timer_numbers div div.image1 { background-position: -44px 0px; }
#timer_numbers div div.image2 { background-position: -88px 0px; }
#timer_numbers div div.image3 { background-position: -132px 0px; }
#timer_numbers div div.image4 { background-position: -176px 0px; }
#timer_numbers div div.image5 { background-position: -220px 0px; }
#timer_numbers div div.image6 { background-position: -264px 0px; }
#timer_numbers div div.image7 { background-position: -308px 0px; }
#timer_numbers div div.image8 { background-position: -352px 0px; }
#timer_numbers div div.image9 { background-position: -396px 0px; }



.timer_line
{
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #323130;
    border-bottom: 1px solid #40403f;
    margin-bottom: 9px;
}

.timer_white_text
{
    color: #ffffff;
}

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

.timer_gray_text
{
    color: #999999;
}

/* end of timer*/

/* banners */
.banners
{
    float: left;
    width: 300px;
}
/* end of banners */

/* auction_live_item */

#live_auction_item
{
    height: 396px;
    padding: 5px 38px 0 38px;
    background: url('../img/auction_live_bg.jpg') no-repeat left top;
}

.live_left_area
{
    float: left;
    width: 326px;
    overflow: hidden;
    padding-right: 14px;
}

.live_right_area
{
    float: left;
    width: 300px;
}

.live_currently_on
{
    color: #0875bd;
    text-align: center;
}

.live_product_name
{
    color: #0875bd;
    font-size: 23px;
    padding-bottom: 5px;
    height: 27px;
    text-align: center;
    overflow: hidden;
    line-height: 24px;
}

.live_big_picture
{
    height: 235px;
    overflow: hidden;
    text-align: center;
    padding: 1px;
    border: 1px solid #999999;
    width: inherit;
    overflow: hidden;

}

.live_big_picture img
{
    max-height: 235px;
    height: auto !important;
    height: 235px;
    overflow: hidden;
}

.audio_link
{
    position: relative;
    text-align: center;
    top: -52px;
}

.video_area
{
    width: 326px;
    height: 245px;
    position: absolute;
    margin-left: 39px;
    top: 70px;
}

/* lower left area */
.lower_left_area
{
    width: 273px;
    float: left;
    padding-left: 14px;
    margin-top: 4px;
}


/* product search */

.search_div
{
    /*
    position: absolute;
    width: 274px;
    margin-left: -300px;
    top: 343px;
    */

    width: 273px;
    margin-bottom: 10px;
}

.search_top_border
{
    height: 33px;
    background: url('../img/bgs.jpg') no-repeat left -681px;
}

.search_bottom_border
{
    height: 38px;
    background: url('../img/bgs.jpg') no-repeat left -723px;
}

.search_content
{
    min-height: 100px;
    height: auto !important;
    height: 100px;
    background: url('../img/search_bg.jpg') repeat-y left top;
    padding-left: 20px;
}

.search_link
{
    font-size: 11px;
    float: left;
    background: url('../img/search_btn_bg.png') no-repeat left top;
    width: 107px;
    height: 22px;
    padding: 3px 5px;
}

.search_link a
{
    text-decoration: underline;
    color: #ffffff;
}

.search_inputs
{
    margin-bottom: 10px;
}

.search_input_field_div
{
    float: left;
    background: url('../img/search_input_bg.jpg') no-repeat left top;
    height: 20px;
    padding-top: 3px;
    padding-left: 12px;
}

.search_input_field
{
    border: 0;
    background: #ffea9a;
    color: #787d81;
    width: 160px;
}


.submit_field_div
{
    float: left;
}

.category_item a
{
    color: #4d4948;
}

.category_item a:hover
{
    color: #7d7d7d;
}

.category_item span
{
    color: #a0a0a0;
}

/* end of product search */


/* facebook block */

.facebook_block
{
    width: 273px;
    background: #fffed7;
}

.facebook_top_border
{
    height: 33px;
    background: url('../img/bgs.jpg') no-repeat left -681px;
}

.facebook_bottom_border
{
    height: 36px;
    background: url('../img/bgs.jpg') no-repeat left -723px;
    margin-top: -15px;
}

.facebook_content
{
    min-height: 100px;
    height: auto !important;
    height: 100px;
    background: url('../img/facebook_bg.jpg') no-repeat left 13px;
    padding-left: 10px;
    margin-top: -13px;
}

#likebox-frame
{
    border:2px solid #fffed7;
    width:257px;
    z-index:10;
    height: 390px;
    overflow: hidden;
    position:relative;
    top:-1px;
    left:-2px;
}

#likebox-frame iframe
{
    left:-5px;
    overflow:hidden;
    position:relative;
    top:-1px;
}

/* end of facebook block */

/* end of lower left area */



/* lower right area */

.lower_right_area
{
    width: 701px;
    float: left;
}

/* end of lower right area */



/* end of auction live item */

.content_nesting_div
{
    width: 701px;
    margin-top: 4px;
}

.content_top_border
{
    height: 40px;
    background: url('../img/bgs.jpg') no-repeat left -17px;
}

.content_bottom_border
{
    height: 36px;
    background: url('../img/bgs.jpg') no-repeat left -57px;
    margin-top: -20px;
}

.ie6 .content_bottom_border, .ie7 .content_bottom_border
{
    margin-top: 0px;
}

.content
{
    background: url('../img/content_bg.gif') no-repeat left 25px;
    padding: 0 29px;
    margin-top: -25px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}

.content ul
{
    padding-left: 20px;
}

.section_title
{
    border-bottom: 2px solid #f2c309;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 8px;
}

.textual-section-title
{
    color: #0875db;
    font-weight: bold;
    font-size: 20px;
    line-height: 0.875em;
}

#contacts_text
{
    width: 216px;
    float: left;
    margin-right: 18px;
}

#map
{
    width: 408px;
    float: left;
}

.footer
{
    padding-top: 2px;
}

.footer-menu
{
    border-bottom: 1px solid #3177b4;
    margin-bottom: 4px;
    padding-bottom: 5px;
    margin-left: 28px;
    margin-right: 28px;
}

.footer-menu ul li
{
    border-right: 1px solid #ff3300;
    float: left;
    list-style-type: none;
    margin-right: 8px;
    padding-right: 8px;
    font-weight: bold;
}

.footer-menu ul li.last
{
    border: none;
    margin: 0;
    padding: 0;
}

.footer a:hover
{
    text-decoration: underline;
}

.footer_left
{
    float: left;
}

.footer_right
{
    float: right;
}

.footer a
{
    color: #ff3300;
}

.footer a:hover
{
    font-weight: bold;
}

/* registration form */

.registration_form
{

}

.registration_form table
{
    border-collapse: collapse;
}

.registration_form table td
{
    padding: 4px;
}

td.reg_form_field_name
{
    text-align: right;
    width: 200px;
    padding-right: 3px;
}

.std_input_field
{
    padding: 5px;
    color: #666666;
    background: #ffed97;
    border: 1px solid #ff9900;
}

.reg_form_input_field
{
    width: 210px;
}

select.reg_form_input_field
{
    width: 216px;
}

.link_small_text
{
    font-size: 11px;
}

.reg_form_notice
{
    color: #db2920;
}

/* end of registration form */


/* print styles */

.products_top_controls {
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 7px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 15px;
}
.sort_products_box {
    padding-bottom: 15px;
    text-align: center;
}
.sort_products_box a {
    margin: 0 5px;
}
.sort_products_box a.active,
.sort_products_box a:hover {
    text-decoration: underline;
    color: #004577;
}
.sort_products_box a.asc span,
.sort_products_box a.desc span {
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 4px;
    height: 11px;
    width: 11px;
}
.sort_products_box a.asc span {
    background: url('../img/icon_sort.png') no-repeat 0 0;
}
.sort_products_box a.desc span {
    background: url('../img/icon_sort.png') no-repeat -11px 0;
    
}
.featured_products_box {
    padding-bottom: 25px;
}
.featured_products_box ul {
    list-style: none;
    
}
.featured_products_box ul li {
    
}

.products_bottom_controls
{
    border-top: 2px solid #ffcc00;
    padding-top: 7px;
    height: 15px;
    margin-top: 8px;
    line-height: 15px;
}

.products_paging img
{
   vertical-align: middle;
}

.products_paging a.page_left img, img.inactive_arr_left
{
    padding-right: 6px;
}

.products_paging a.page_right img, img.inactive_arr_right
{
    padding-left: 6px;
}

/* Paginator */

.paginate
{
    font-size: 14px;
}

a.paginate
{
    border: 0px solid #0875bd;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
}

a.paginate:hover
{
    background-color: #ffcc00;
}

a.current
{
    border: 0px solid #0875bd;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background:#ffcc00;
    text-decoration: none;
}

span.inactive
{
    border: 0px solid #999;
    padding: 2px 6px 2px 6px;
    color: #999;
    cursor: default;
}

/* end of Paginator */

.single_ext_product
{
    border-bottom: 1px solid #ffcc00;
    padding: 3px 0;
}

.last_prod
{
    border-bottom: 0;
}

.products_list table
{
    border-collapse: collapse;
}

.products_list img
{
    border: 1px solid #999999;
    padding: 1px;
}

.products_list_notice
{
    font-size: 0.875em;
    padding-top: 3px;
    padding-bottom: 1px;
}

.position_in_list
{
    width: 40px;
    padding: 5px 5px 0 5px;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
}

.pl_picture
{
    width: 94px;
    text-align: center;
    vertical-align: middle;
    height: 71px;
    overflow: hidden;
}

.pl_name
{
    padding: 0 10px 0 20px;
    width: 130px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
}

.pl_name a
{
    text-decoration: underline;
}

.pl_last_price
{
    width: 130px;
    text-align: left;
    overflow: hidden;
}

.last_price_div
{
    height: 45px;
    padding: 10px 12px 0 12px;
    border-left: 1px solid #ffcc00;
    border-right: 1px solid #ffcc00;
}

.last_price_number
{
    color: #0875bd;
    font-weight: bold;
    font-size: 14px;
}

.pl_foreign_price
{
    color: #666;
    font-weight: normal;
}

.pl_market_price
{
    padding: 0 10px;
    width: 110px;
    overflow: hidden;
}

.market_price_number
{
    font-size: 13px;
}

.pl_offer_price
{
    vertical-align: middle;
    width: 80px;
    overflow: hidden;
    text-align: center;
}

/* product info */
.prod_back_link
{
    float: right;
    font-size: 11px;
}

.prod_back_link a
{
    text-decoration: underline;
}

.breadcrumbs
{
    padding-bottom: 10px;
}

.product_name
{
    color: #0875bd;
    font-size: 17px;
}

.ie6 .product_name
{
    position:  relative;
}

.last_offer_and_prices
{
    padding-top: 2px;
}

.last_offer
{
    float: left;
    width: 115px;
    margin-right: 9px;
    overflow: hidden;
}

.last_offer_notice
{
    font-size: 11px;
    padding-bottom: 4px;
}

.last_offer_blue
{
    background: #0475bd;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.last_offer_live
{
    background: #0474bc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 333px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}


.prices_div
{
    float: left;
    width: 519px;
    overflow: hidden;
}

.prices_bar_begin
{
    background: url('../img/prices_bar_begin.jpg') no-repeat left top #f9e9ab;
    height: 38px;
    line-height: 38px;
    float: left;
    font-size: 13px;
    color: #0875bd;
    padding-left: 17px;
    padding-right: 5px;
}

.fixed_offer
{
    background: #f9e9aa;
    float: left;
    height: 30px;
    padding-top: 8px;
    padding-right: 2px;
}

.custom_offer
{
   background: url('../img/offer_custom_price.jpg') no-repeat right top #f9e9ab;
   float: left;
   padding-top: 8px;
   padding-right: 10px;
   height: 30px;
}

.custom_offer_inner
{
    background: url('../img/custom_offer_inner_bg.jpg') no-repeat left top;
    padding-left: 12px;
}



.custom_offer_input_field_div
{
    float: left;
    width: 74px;
    padding-top: 2px;
}

.custom_offer_input_field
{
    width: 72px;
    border: 1px solid #ef9c17;
    background: #ffea9a;
    color: #787d81;
}

.custom_offer_submit
{
    float: left;
    padding-left: 5px;
}


.buy-it-now
{
    padding-top: 3px;
    padding-left: 10px;
}

.blue-price
{
    color: #0475bd;
    font-weight: bold;
    font-size: 1.2em;
}

.pictures_and_data
{
    padding-top: 18px;
}

.pictures
{
    float: left;
    width: 325px;
    margin-right: 12px;
}

.big_picture
{
    text-align: center;
}

.big_picture img
{
    padding: 1px;
    border: 1px solid #999;
    max-width: 321px;
    width: auto !important;
    width: 321px;
}

.small_pictures
{
    padding-top: 13px;
}

.small_picture
{
    float: left;
    width: 97px;
    margin-right: 17px;
    text-align: center;
    padding-bottom: 13px;
}

.ie7 .small_picture
{
    padding-bottom: 5px;
}

.ie6 .small_picture
{
    padding-bottom: 1px;
}

.small_picture img
{
    padding: 1px;
    border: 1px solid #999;
}

.product_data
{
    float: left;
    width: 306px;
}

.product_data_div
{
    border-bottom: 1px solid #ffcc00;
    padding: 6px 0;
}

/* end of product info */

/* product search */
.print_container
{
    padding: 25px;
}

.rules_close_button
{
    padding-top: 17px;
    padding-left: 190px;
}

/* end of print styles */


/* end of products */


/* e-balance */


.wallet_actions
{
    border-collapse: collapse;
}

.wallet_actions td
{
    padding: 5px;
}

.wallet_actions tr.tr_header
{
    border-bottom: 2px solid #ffcc00;
}

.wallet_actions tr.highlight
{
    background: #fff1b3;
}

/* end of e-balance */


.no_margin
{
    margin: 0;
}

.player_container
{
    margin-top: -24px;
}

.ie7 .player_container, .ie6 .player_container
{
    margin-top: -27px;
}

.upper-product-image
{
    height: 190px !important;
    overflow: hidden !important;
}
/* euro */
span.euro {
    white-space: nowrap;
    color: #666;
    font-size: 11px;
    font-weight: normal;
}
.last_offer_live span.euro,
.sales-monitorius span.euro,
#messages_block span.euro,
.last_offer_blue span.euro {
    color: #fff;
}
.sales-monitorius #last_item_winner span.euro{
    color: inherit;
    font-size: 30px;
}
.sales-monitorius span.euro{
    font-size: 40px;
}
.payment-select-box {
    margin: 20px 0;
}
.payment-select-box p {
    padding-bottom: 0;
}
.payment-methods {
    margin: 5px 0 0 0;
    padding: 0 !important;
    height: 52px;
}
.payment-methods li {
    list-style: none;
    margin-right: 10px;
    
    float: left;
    background-color: #fff;
}
.payment-methods li a {
    padding: 8px 10px;
    border: 1px solid #fff;
    display: block;
}
.payment-methods li a:hover {
    border: 1px solid #f2c309;
}

/* devel */
.dev-box {
    z-index: 99;
    position: fixed;
    width: 400px;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: whitesmoke;
    padding: 5px;
    line-height: 15px;
    box-shadow: 1px 1px 20px rgba(255,0,0,0.5);
    background:rgb(255,0,0);
    background: transparent\9;
    background:rgba(255,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFF0000,endColorstr=#7fFF0000);
    zoom: 1;
}
.dev-box:nth-child(n) {
    filter: none;
}
/* end devel */