@charset "utf-8";

body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444; }

/******* ELEMENTS *******/
input,
textarea { border: 1px solid #ccc; background: #fff; font-family: font-family:Arial, Helvetica, sans-serif; font-size: 13px; padding: 6px; color: #333; }
input:focus,
textarea:focus { border: 1px solid #e5b03b; } 
.error { box-shadow: 0 0 6px #ff0000;  }

.button,
button { background: #e5b03b repeat-x; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: bold; padding: 5px 10px; text-decoration: none; color: #fff;}
.button:hover,
button:hover { background: #db9d14; }

button.grey,
.button.grey { background: #999; }
button.grey:hover,
.button.grey:hover { background: #666; }

button.black,
.button.black { background: #000; }
button.black:hover,
.button.black:hover { background: #333; }

button.back:before,
.button.back:before { content: "« "; }

button.continue:after,
.button.continue:after { content: " »"; }

a { color: #444; text-decoration: underline; }
a:hover { text-decoration: none; }

a.button { color: #fff !important; }

.back-container { margin-bottom: 15px; text-align: right; padding: 5px 0; float: right; }

.page-title { color: #d19000; font-size: 22px; font-weight: bold; position: relative; z-index: 99; }

/* BACKGROUND */
.background { background: url(../images/bg_body.gif) repeat-x #fff; padding-bottom: 0; width: 100%; margin-bottom: -40px; }

/* MESSAGES */
.msg { padding: 10px 20px; text-align: center;  font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }
.msg-succ { background: #e2f0f1; color: #000; border: 1px solid #000; }
.msg-error { background: #f2dada; color: #d80e15; border: 1px solid #d80e15; }

.msg-info { background: #f5f5f5; border: 1px solid #c9c9c9; padding: 20px 0; text-align: center; font-size: 11px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase;}

/******* HEADER *******/
.header-container { background: url(../images/bg_header.png) no-repeat center top;  position: relative; z-index: 9999;}
.header { width: 1000px; margin: 0 auto; height: 120px; font-family:Verdana, Geneva, sans-serif; display: block; position: relative;  z-index: 9; }

/* LOGO */
.header .logo { position: absolute; left: 0; top: 5px; border: 0; margin-bottom: 0 !important; padding: 0 !important; width: 187px;  }
.header .logo a { margin-bottom: 6px; display: block; } 
.header .logo img { width: 100%; }

/* SEARCH */
.header .search { position: absolute; top: 5px; right: 135px; padding-right: 32px; }
.header .search input { width: 180px;}
.header .search button { height: 30px; position: absolute; top: 0; right: 0; background: #fff; padding: 5px; }

/* NAVIGATION */
.header .navigation { position: absolute; bottom: 51px; right: 0; padding: 0; width: 725px; height: 31px;  }
.header .navigation ul { position: absolute; right: 0; }
.header .navigation ul li { float: left; position: relative; margin: 0 5px; }
.header .navigation ul li.parent:hover {  }
.header .navigation ul li a { color: #fff; display: block; padding: 5px 15px; text-decoration: none; font-size: 15px;}
.header .navigation ul li:last-child { margin-right: 0; }
.header .navigation ul li:last-child a { padding-right: 0; }

.header .navigation ul ul { position: absolute; top: 30px; left: 0; margin-top: 0; width: 150px; background: #fff; padding: 0 2px; z-index: 99; display: none;  border: 1px solid #555;   }
.header .navigation ul ul li { float: none; margin: 0 5px; padding: 8px 0; border-bottom: 1px solid #fff; }
.header .navigation ul ul li:last-child { border: 0; }
.header .navigation ul ul li a { color: #333; font-size: 14px; padding: 0;}

.header .navigation ul ul ul { left: 140px; border-radius: 5px; top: 10px;}

/* Login */
.header .login { background: url(../images/i_login.png) no-repeat center left;  float: right; padding: 0 0 0 12px; margin-left: 15px; line-height: 30px; margin-top: 3px; }
.header .login .separator { display: inline-block; }
.header .login .message,
.header .login a { margin-left: 0; }
.header .login a.my-account { display: block; text-align: right; margin-top:3px; }
.header .login .message { position: absolute; top: 5px; right: 200px; color: #333; }

.header-banners { width: 100%; position: relative; /*margin-bottom: -31px;*/ background: #fff; margin-bottom: -33px; position: relative; z-index: 9; margin-top: -50px; }
/*.header-banners li.banner { background-repeat: no-repeat; width: 100%; height: 300px; position: absolute; top: 0; left: 0; background-size: 100%; cursor: pointer;  }*/
.header-banners li.banner { background-repeat: no-repeat; width: 100%; height: 300px; position: absolute; background-position: center center; top: 0; left: 0; background-size: cover; cursor: pointer;  }
.home .header-banners,
.auction-view .header-banners { margin-bottom: -45px; }
.lot-view .header-banners { margin-bottom: -45px; }

.header-banners .links { position: absolute; z-index: 999; height: 50px; left: 0; bottom: 0; width: 100%; text-align: center; background: rgba(0,0,0,0.8); }
.header-banners .links li.link { display: inline-block; background: url(../images/bt_slider.png) no-repeat; width:24px; height: 24px; margin-top: 10px; margin-left: 6px; cursor: pointer; }
.header-banners .links li.link.active { background: url(../images/bt_slider_active.png) no-repeat; }

.header-banners .links #header_banner_prev,
.header-banners .links #header_banner_next { position:absolute; width: 29px; height: 33px; top: 7px; }
.header-banners .links #header_banner_prev { background: url(../images/i_arrow_prev.png); left: 10px; }
.header-banners .links #header_banner_next { background: url(../images/i_arrow_next.png); right: 10px; }
.header-banners .links #header_banner_prev:hover,
.header-banners .links #header_banner_next:hover { opacity: 0.7; }

.header-banners .message { position: absolute; top: 0; left: 0; width: 100%; color: #fff; background: rgba(0,0,0,0.6); color: #fff;}
.header-banners .message a { color: #d19000; text-decoration: none; }
.header-banners .message .wrapper { width: 1000px; margin: 0 auto; position: relative; }
.header-banners .message p.message-title { line-height: 40px; font-size: 18px; color: #fff; margin-left: 475px; color: #d19000; margin-top: -2px;  }
.header-banners .message p.message-date {  line-height: 40px;  font-size: 18px; margin-top: -10px; margin-right: 30px; margin-left: 475px; }

/******* FOOTER *******/
.footer-container { background: #000; padding: 40px 0 1px; }
.footer { width: 970px; margin:25px auto 10px; background: #fff; padding: 10px; }
.absolute-footer .links li { float: left; background: url(../images/bg_footer_navigation.png) no-repeat right; padding: 0 10px; }
.absolute-footer .links li:last-child { background: none; }
.absolute-footer .links li:first-child { padding-left: 0; }
.absolute-footer .links li a { color: #333; }

/******* POPUP PAGE *******/
.popup-page { width: 210px; margin: 10px auto; }
.popup-page h1 { font-size: 20px; color: #000; background: none; padding: 0 0 5px; }
.popup-page .msg { font-size: 12px; padding: 10px 0; }

/* SUB MENU */
.side-navigation li { background: #eee; border-top: 1px solid #ccc; }
.side-navigation li:hover a { color: #d19000; }
.side-navigation li a { padding: 10px; font-weight: bold; font-size: 14px; text-decoration: none; color: #000; display: block;}
.side-navigation li.current a { color: #444;  }

.footer-blocks { margin-bottom: 3px; font-weight: 500; }
.footer-blocks .block { width: 158px; height: 75px; background: #fff; float: left; margin-right: 31px; background: no-repeat top left #fff; padding: 10px 10px 10px 107px; text-align: left; }
.footer-blocks .block .title { color: #000; font-size: 22px; }
.footer-blocks .block .subtitle { color: #444; font-size: 16px; }
.footer-blocks .block p { margin-bottom: 8px; }
.footer-blocks .block a { display: block; font-size:13px; }
.footer-blocks .block-1 { background-image: url(../images/bg_static_block_1.png); padding-left: 106px; }
.footer-blocks .block-2 { background-image: url(../images/bg_static_block_2.png); background-position: 0px 0; }
.footer-blocks .block-3 { background-image: url(../images/bg_static_block_3.png); margin-right: 0; padding: 10px 10px 10px 106px; width:240px; }
.footer-blocks .social { position: relative; }
.footer-blocks .social ul { position: absolute; right: 0; top: -3px; }
.footer-blocks .social li { height: 35px; width: 35px; display: block; text-indent: 500px; overflow: hidden; margin-left: 5px; }
.footer-blocks .social li.facebook { background-image: url(../images/i_facebook.png); }
.footer-blocks .social li.twitter { background-image: url(../images/i_twitter.png); }
.footer-blocks .social li.rss { background-image: url(../images/i_rss.png); }
.footer-blocks .social li a { display: block; width: 34px; height: 34px; }

.footer-blocks .block-newsletter { float: left; margin-top: 2px; }
.footer-blocks .block-newsletter .inputs { position: relative; }
.footer-blocks .block-newsletter input { width: 112px; padding-right: 28px; }
.footer-blocks .block-newsletter .button { position: absolute; top: 0; left: 121px; background: url(../images/arrow_right.png) no-repeat center center; width: 28px; height: 28px; text-indent: 50px; overflow: hidden; padding: 0;}

/******* Absolute Footer *******/
.absolute-footer { background: #fff; padding: 20px; margin-bottom: 20px; }
.absolute-footer .wrapper { margin: 0 auto; width: 980px; text-align: left; }
.absolute-footer .signature { float: right; }

/******* MAIN *******/
.main { background: #fff; width: 970px; margin: 0 auto; box-shadow: 0 0 3px #000; padding: 15px 10px; text-align: left; position:relative; z-index: 9; }

/* CONTENTS */
h3,
h2,
h1 { font-weight: 500; color: #000; font-size: 25px; margin-bottom: 10px; }
h2 { font-size: 20px; border: 0; padding-bottom: 0; }
h3 { font-size: 16px; border: 0; padding-bottom: 0; }

h1 a,
h2 a,
h3 a { color: #000; }

h1 a:hover,
h2 a:hover,
h3 a:hover { text-decoration: underline; }

strong { font-weight: bold; }

/* COLS */
.cols2-right-page .col-2 { width: 695px; float: left; }
.cols2-left-page .col-2 { width: 695px; float: right; }

.cols3-page .col-2 { width: 430px; float: left; margin-left: 10px; }

.col-1 { width: 260px; float: left; min-height: 1px; }
.col-3 { width: 260px; float: right; min-height: 1px; }

/* Articles List */
.articles-list .title h1 { font-size: 35px; }
.articles-list .title h2 { font-size: 20px; }
.articles-list .title h3 { font-size: 16px; }

.articles-list .title h3 a,
.articles-list .title h2 a,
.articles-list .title h1 a { color: #000; }

.articles-list .content { margin-bottom: 12px; }
.articles-list .content p { text-align: justify; line-height: 20px; margin-bottom: 10px; }

.articles-list .images-off-text-left .article-images,
.articles-list .images-in-text-left .article-images{ float: left; margin-right: 20px; margin-bottom: 20px; width: 400px; }
.articles-list .images-off-text-right .article-images,
.articles-list .images-in-text-right .article-images { float: right; margin-left: 20px; margin-bottom: 20px; width: 400px; }

.cols3-page .articles-list .images-off-text-left .article-images,
.cols3-page .articles-list .images-in-text-left .article-images,
.cols3-page .articles-list .images-off-text-right .article-images,
.cols3-page .articles-list .images-in-text-right .article-images { width: 130px; }

.articles-list .images-off-text-right .content { margin-right: 420px; }
.articles-list .images-off-text-left .content { margin-left: 420px; }

.cols3-page .articles-list .images-off-text-right .content { margin-right: 140px; }
.cols3-page .articles-list .images-off-text-left .content { margin-left: 140px; }

.articles-list .actions { margin-top: 10px; text-align:right; height: 22px;}
.articles-list .article.hide { display: none; }

.articles-list li .content ul { list-style: disc outside; margin-left: 20px; margin-bottom: 10px; }
.articles-list li .content ul li { margin-bottom: 4px; }

/* Articles Grid */

.articles-grid .article { float: left; overflow: hidden; margin-bottom: 10px;}
.articles-grid .article.last { margin-right: 0%;} 
.articles-grid .article .article-image { overflow: hidden; margin-bottom: 5px; }
.articles-grid .content p { line-height: 18px;}

/* GRID 3 COLS */
.articles-grid { margin: 10px; }
.articles-grid.grid-3-cols .article { width: 32%; margin-right: 1.25%; height: 300px; }
.articles-grid.grid-3-cols .article .article-image { height: 130px; }

.col1-page .col-2 .articles-grid.grid-3-cols .article { height: 340px; } 
.col1-page .col-2 .articles-grid.grid-3-cols .article .article-image { height: 180px; }

.cols3-page .col-2 .articles-grid.grid-3-cols .article { height: 290px; margin-bottom: 10px; } 
.cols3-page .col-2 .articles-grid.grid-3-cols .article .article-image { height: 85px; }

/* GRID 2 Cols */
.articles-grid { margin: 10px; }
.articles-grid.grid-2-cols .article { width: 49%; float: left; margin-right: 2%; height: 340px; } 
.articles-grid.grid-2-cols .article.last { margin-right: 0%;} 
.articles-grid.grid-2-cols .article .article-image { height: 205px; overflow: hidden; margin-bottom: 5px; }

.col1-page .col-2 .articles-grid.grid-2-cols .article { height: 410px; } 
.col1-page .col-2 .articles-grid.grid-2-cols .article .article-image { height: 290px; }

.cols3-page .col-2 .articles-grid.grid-2-cols .article { height: 290px; } 
.cols3-page .col-2 .articles-grid.grid-2-cols .article .article-image { height: 130px; }

/* GRID 4 Cols */
.articles-grid { margin: 10px; }
.articles-grid.grid-4-cols .article { width: 24%; float: left; margin-right: 1%; height: 280px; } 
.articles-grid.grid-4-cols .article.last { margin-right: 0%;} 
.articles-grid.grid-4-cols .article .article-image { height: 100px; overflow: hidden; margin-bottom: 5px; }

.col1-page .col-2 .articles-grid.grid-4-cols .article { height: 290px; } 
.col1-page .col-2 .articles-grid.grid-4-cols .article .article-image { height: 140px; }

.cols3-page .col-2 .articles-grid.grid-4-cols .article { height: 305px; } 
.cols3-page .col-2 .articles-grid.grid-4-cols .article .article-image { height: 60px; }

.articles-grid .title h1 { font-size: 35px; }
.articles-grid .title h2 { font-size: 20px; }
.articles-grid .title h3 { font-size: 16px; }

.articles-grid .title h3 a,
.articles-grid .title h2 a,
.articles-grid .title h1 a { color: #000; }

.articles-grid .actions { margin-top: 10px; text-align:right; height: 22px;}

/* Articles Tabs */
.articles-tabs .titles.center {  }
.articles-tabs .titles.left {  padding-top: 8px;}
.articles-tabs .titles.right { }
.articles-tabs .titles ul { margin-left: 0; }
.articles-tabs .titles li { float: left; font-weight: 500; color: #000; font-size: 20px; padding: 3px 25px 3px 0; margin-right: 2px; margin-bottom: -2px; cursor: pointer; }
.articles-tabs .titles li.selected { background: #fff; }
.articles-tabs .articles-list { margin: 15px; }

/* Articles Extensible Pannels */

.articles-extensible-pannels { margin-bottom: 20px; }
.articles-extensible-pannels li .title h2,
.articles-extensible-pannels li .title h3 { font-size: 13px; font-weight: bold; font-family:Verdana, Geneva, sans-serif; color: #444; margin-bottom: 0; }
.articles-extensible-pannels li .actions { text-align: right; padding: 15px 0; }
.articles-extensible-pannels li .title { border-top: 1px solid #ccc; padding: 10px 5px; cursor: pointer;}
.articles-extensible-pannels li .title:hover { background: #f4f4f4; }
.articles-extensible-pannels li .collapsable { padding: 0 10px 10px; line-height: 18px; display: none; }

/* Static Block */
.static-block .sub-title { color: #000; font-size: 16px; font-weight: 500; margin-bottom: 5px;  }
.static-block strong { font-weight: bold; }
.static-block p { margin-bottom: 10px; line-height: 20px; }


/******* NEWS *******/

/* NEWS LIST */
.news-list li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.news-list li .date { color: #d19000; margin: 10px 0; font-weight: bold; }
.news-list li .date span { display: block; color: #444; text-transform: uppercase; }
.news-list li .date .month { font-size: 30px; }
.news-list li .date .day { font-size: 30px; }
.news-list li .date .week-day { font-size: 10px;  margin-top: 10px;}

.news-list li .image { float: left; width: 150px; border: 1px solid #000; overflow: hidden; height: 114px; }

.news-list li .info { padding: 12px; margin-left: 160px;}
.news-list li .info .title h1,
.news-list li .info .title h2,
.news-list li .info .title h3 { margin-bottom: 5px; }
.news-list li .info .content { line-height: 18px; height: 40px; overflow: hidden; margin-bottom: 8px;}
.news-list li .info .actions { text-align: right; }

.cols3-page .news-list li .info .actions { display: none; }

/* NEWS VIEW */
.news-view { margin-bottom: 30px; } 
.news-view .info {  margin-left: 260px;  }
.news-view .date { color: #d19000; margin: 10px 0; font-weight: bold; }
.news-view .info .content { line-height: 20px; }
.news-view .info .content p,
.news-view .info .content ul,
.news-view .info .content ol{ margin-bottom: 10px; }
.news-view .images { width: 237px; float: left; }
.news-view .images li { border: 1px solid #000; margin-bottom: 10px; }
.news-view .images li a { padding: 0; margin: 0 0 -2px; display: block;}

/* ADDTHIS */
.addthis { text-align: right; border-top: 1px solid #ccc; padding: 7px 0; height: 20px; overflow: hidden; }
.addthis .addthis_toolbox {  }
.addthis .favorites { float: right; background: url(../images/star.png) no-repeat; padding: 1px 10px; text-decoration: underline; cursor: pointer; display: inline-block; width: 125px; }
.addthis .favorites:hover { text-decoration: none; }
.addthis .addthis-buttons { float: right; }

/* PAGER */

.pager { position: relative; height: 20px; text-transform: uppercase;}
.pager .info { position: absolute; width: 103px; text-align: center; right: 20px !important; top: -2px !important; padding: 0 !important; font-size: 12px !important; }
.pager .button { position: absolute; padding: 0; }
.pager .button.next { right: 10px; background: url(../images/i_pagination_next.png) no-repeat;}
.pager .button.prev { right: 123px; background: url(../images/i_pagination_prev.png) no-repeat;}
.pager .button.next:hover { background: url(../images/i_pagination_next_over.png) no-repeat;}
.pager .button.prev:hover { background: url(../images/i_pagination_prev_over.png) no-repeat;}
.pager .button.disabled { width: 10px; height: 11px; cursor: auto;}
.pager .button.next.disabled { background: url(../images/i_pagination_next_disabled.png) no-repeat; }
.pager .button.prev.disabled { background: url(../images/i_pagination_prev_disabled.png) no-repeat; }
.pager a { text-indent: 10000px; display: block; width: 10px; height: 11px; white-space:nowrap; overflow: hidden; }
.pager strong { font-weight: bold; }

/* AUCTION DAY */
.head-auction-day { margin-bottom: -90px; }
.auction-day { position: absolute; margin-bottom: 10px; margin-top: -50px; height: 450px; background: no-repeat center; background-size: cover; cursor: pointer; width: 100%; display: none; }
.auction-day .message { position: absolute; top: 0; left: 0; width: 100%; color: #fff; background: rgba(0,0,0,0.6); color: #fff;}
.auction-day .message a { color: #d19000; text-decoration: none; }
.auction-day .message .wrapper { width: 1000px; margin: 0 auto; position: relative; }
.auction-day .message p.message-title { padding: 12px 0 5px; font-size: 18px; color: #fff; margin-bottom: 0; margin-left: 475px;  }
.auction-day .message p.message-date { padding: 5px 0 12px; font-size: 18px; margin-right: 30px; margin-left: 475px; }

/* AUCTION LIST */
.auction-list li { border: 1px solid #ddd; height: 120px; margin-bottom: 10px; position: relative; }
.auction-list li .date { float: left; background: url(../images/bg_news_date.png) repeat-x #fff; height: 100px; padding: 10px 0; width: 85px; text-align: center; }
.auction-list li .date span { display: block; color: #444; text-transform: uppercase; }
.auction-list li .date .month { font-size: 30px; }
.auction-list li .date .day { font-size: 30px; }
.auction-list li .date .week-day { font-size: 10px;  margin-top: 10px;}

.auction-list li .image { float: left; width: 150px; border: 3px solid #ccc; overflow: hidden; height: 114px; }

.auction-list li .content { margin-left: 241px;}
.auction-list li .content .title h1,
.auction-list li .content .title h2,
.auction-list li .content .title h3 { margin-bottom: 5px; padding: 6px 6px 0;}
.auction-list li .content .subtitle { font-size: 13px; padding: 0 6px ;}
.auction-list li .content .info { padding: 6px; }
.auction-list li .content .info span { color: #000; font-weight: bold; }
.auction-list li .content strong { font-weight: bold; }

.auction-list li .content .state { position: absolute; right: 137px; top: 5px;}
.auction-list li .content .reserve { padding: 0 6px; font-weight: bold; }

.auction-list li .content .actions { text-align: center; float: right; width: 130px; height: 120px; border-left: 1px solid #ccc; }
.auction-list li .content .actions .price { padding: 4px; background: #ccc; font-size: 15px; font-weight: bold; }
.auction-list li .content .actions .time-left { margin: 23px 0; background: url(../images/bg_licitation_box_title.png) no-repeat 2px 0; padding: 3px 4px 4px 25px; font-weight: bold; }
.auction-list li .content .actions .time-left.empty { background: none; line-height: 30px;}

.auction-tabs { margin-bottom: 20px; }
.auction-tabs a { margin-bottom: 20px; font-weight: 500; color: #444; font-size: 18px; }
.auction-tabs li { cursor: auto !important;}
.auction-tabs li.selected a { color: #000;  } 

/* AUCTION GRID */
.auction-grid { padding: 15px; }
.auction-grid .grid-title a { font-size: 13px; color: #d19000; font-weight: bold; line-height: 18px; text-decoration: none; }
.auction-grid .grid-title a:hover { text-decoration: underline; }
.auction-grid li { float: left; height: 200px; }
.auction-grid li .image { border: 1px solid #333; height: 165px; overflow: hidden; margin-bottom: 5px; }
.auction-grid li .info { background: rgba(0,0,0,0.8); position:relative; margin-top: -31px; height: 25px; }
.auction-grid li p { color: #fff; position:absolute; top: 5px; font-size: 12px; line-height: 18px;  }
.auction-grid li .info .price { position:absolute; left: 5px; }
.auction-grid li .info .time-left { background: url(../images/timer_small.png) no-repeat right top; padding: 0 20px 0 2px; right: 5px; }
.auction-grid li .title h2,
.auction-grid li .title h3 { font-size: 14px; padding: 10px 0 0; text-align: center; margin-bottom: 0; height:35px; overflow: hidden; }

.tab-auction-lots-container { padding: 15px; overflow: hidden; }
.tab-auction-lots { display: none; }
.tab-auction-lots .show-more { text-align: center; padding: 10px 0; }
.tab-auction-lots .title { border-top: 1px solid #000; padding-top:20px; margin-bottom: 20px; }

/* AUCTION VIEW */
.auction-view .back-container { float: none; }
.auction-view .date { float: left; background: url(../images/bg_news_date.png) repeat-x #fff; height: 100px; padding: 10px 0; width: 85px; text-align: center; border: 1px solid #ccc; }
.auction-view .date span { display: block; color: #444; text-transform: uppercase; }
.auction-view .date .month { font-size: 30px; }
.auction-view .date .day { font-size: 30px; }
.auction-view .date .week-day { font-size: 10px;  margin-top: 10px;}

.auction-view .list {  }
.auction-view .list .image { float: left; }
.auction-view .list .image img { border: 1px solid #000; }
.auction-view .list .description { margin-left: 165px; margin-bottom: 20px; line-height: 18px; }

.auction-view .info { padding: 6px 0; line-height: 16px; font-size: 14px; margin-bottom: 10px; }
.auction-view .info span { color: #000; }
.auction-view  strong { font-weight: bold; color: #d19000; }

/* LOTS LIST */
.items-list li { border-bottom: 1px solid #ddd; height: 120px; margin-bottom: 10px; padding-bottom: 10px; position: relative; }
.items-list li:first-child { border-top: 1px solid #ddd; padding-top: 10px; }
.items-list .image { height: 114px; overflow: hidden; border: 1px solid #333;float: left;  }
.items-list .image img { border: 0 !important; display: block; }
.items-list p.reserve { line-height: 13px; font-weight: bold; margin-bottom: 5px; }
.items-list .content { margin-left: 165px; }
.items-list .intro { height: 34px; overflow: hidden; }

.items-list li .content .remove { width: 25px; height: 120px; float: right; border-left: 1px solid #DDDDDD; background: url(../images/bg_remove_list.png) no-repeat center center; cursor: pointer; }
.items-list li .content .remove:hover { background-image: url(../images/bg_remove_list_over.png); }
.items-list li .content .actions { text-align: center; float: right; width: 130px; height: 120px; }
.items-list li .content .actions .button { font-size: 15px; padding: 5px 0 4px; width: 100%; display: block; }
.items-list li .content .actions .price { padding: 4px; color: #d19000; font-size: 16px; font-weight: bold; }
.items-list li .content .actions .time-left { margin: 23px 0; background: url(../images/bg_licitation_box_title.png) no-repeat right top; padding: 3px 25px 4px 4px; font-weight: bold; font-size: 12px; }
.auctions-list li .content .actions .time-left { margin: 35px 0; }
.items-list li .content .actions .winner { margin: 23px 0; background: url(../images/i_winner.png) no-repeat 2px 0; padding: 3px 4px 4px 25px; font-weight: bold; }
.items-list li .content .actions .time-left.empty { background: none; line-height: 30px;}
.items-list li .content .state { position: absolute; right: 137px; top: 5px;}
.items-list li .content h2,
.items-list li .content h3 { font-size: 18px; }
.items-list li .content p { line-height: 18px; font-size: 12px; }

.items-list .info { padding: 6px 0; line-height: 16px; position:absolute; bottom: 0; right: 150px; font-size: 14px; text-align: right; }
.items-list .info span { color: #000; }
.items-list  strong { font-weight: bold; color: #d19000; }

.favorites .items-list .info { right: 170px; }

/* LOT VIEW */
.lot-view .back-container { float: none; }
.lot-view .images  { float: left; width: 480px; }
.lot-view .images .base-image { width:inherit; margin-bottom: 10px; }
.lot-view .images .base-image img { border: 1px solid #000; }

.lot-view .images-list {  }
.lot-view .images-list li { float: left; margin-right: 10px; height: 68px; overflow: hidden; margin-bottom: 10px; border: 1px solid #000; }
.lot-view strong { font-weight: bold; }
.lot-view p { line-height: 18px; }

.lot-view .content { margin-left: 490px; }
.lot-view .content .title h1 { margin-bottom: 5px; font-size: 25px; border-bottom: 0; padding: 0; }
.lot-view .content .subtitle { font-weight: 500; font-size: 20px; margin-bottom: 5px; color: #333; margin-bottom: 15px; }
.lot-view .content .description { margin-bottom: 15px; }
.lot-view .back-container { text-align: left; }
.lot-view .pager { width: 300px; float: right; margin-top: 6px; }

.lot-view .content .status-box { height: 105px; margin: 30px 0 10px; position: relative; }
.lot-view .content .status-box p.title { font-weight: bold; margin-bottom: 10px; font-size: 12px;}
.lot-view .content .status-box .countdown { float: left; width: 300px; }
.lot-view .content .status-box .licitation  { text-align: right; float: right; }
.lot-view .content .status-box .licitation p.title { background: none; }
.lot-view .content .status-box .licitation p.value { color: #000; font-size: 40px; line-height: 30px; margin-top: 23px; }
.lot-view .content .status-box .reserve-value { position: absolute; top: 80px; font-weight: bold; right: 0; color: #000; }

.lot-view .content .loosing-message,
.lot-view .content .winning-message { padding: 10px; margin-bottom: 10px; position: relative; display: none; }
.lot-view .content .winning-message.active { display: block; }
.lot-view .content .winning-message { background: #eeeeee url(../images/like.png) no-repeat 13px 50%; }
.lot-view .content .loosing-message { background: #eeeeee url(../images/dislike.png) no-repeat 13px 50%; display: none;}
.lot-view .content .loosing-message p,
.lot-view .content .winning-message p { font-size: 12px; font-weight: bold; padding-left: 35px; }

.lot-view .content .licitation-box { background: #ececec; width: 480px; margin-bottom: 10px; padding-bottom: 10px; }
.lot-view .content .licitation-box a { color: #000; font-weight: bold; margin-top: 10px; display: inline-block; }
.lot-view .content .licitation-box .titles { height: 50px; padding: 0 10px; }
.lot-view .content .licitation-box .titles .tab { float: left; font-weight: 500; color: #444; font-size: 18px; margin-top: 10px; padding: 10px 10px; cursor: pointer; }
.lot-view .content .licitation-box .titles .tab.selected { background: #fff; color: #000; }
.lot-view .content .licitation-box .tab-content { background: #fff; margin-left: 10px; margin-right: 10px; padding: 10px 0; }
.lot-view .content .licitation-box .licitation-message{ margin-left: 15px; font-size: 12px; }

.lot-view .content .licitation-box .licitation-values { margin-top: 2px; }
.lot-view .content .licitation-box .licitation-values ul { height: 50px; }
.lot-view .content .licitation-box .licitation-values li { float: left; width: 68px; height: 24px; background: #585858; text-align: center; font-size: 18px; color: #fff; padding: 6px 0; cursor: pointer; letter-spacing: -2px; }
.lot-view .content .licitation-box .licitation-values li.disabled { display: none; }
.lot-view .content .licitation-box .licitation-values li:hover { background: #e5b03b;  }
.lot-view .content .licitation-box .licitation-values li.selected { background: #e5b03b; color: #fff; }
.lot-view .content .licitation-box .licitation-values .submit { float: right; margin-right: 25px; margin-top: 10px; }
.lot-view .content .licitation-box .button { font-size: 16px; padding: 5px 20px 4px; }
.lot-view .content .licitation-box .max-value { margin-top: 2px; margin-left: 20px;  }
.lot-view .content .licitation-box .max-value p { margin-bottom: 10px; }
.lot-view .content .licitation-box .max-value .value { margin-bottom: 10px; }
.lot-view .content .licitation-box .max-value .value .eur { color: #000; font-size: 16px; }
.lot-view .content .licitation-box .max-value .value .button { margin-left: 10px; }
.lot-view .sell-price { background: #eeeeee; border: 1px solid #ccc; border-left: 0; border-right: 0; padding: 10px 10px 30px; margin-bottom: 10px; }
.lot-view .sell-price p { font-size: 12px; }
.lot-view .sell-price p span { font-size: 20px; margin-left: 5px; }

.lot-view .info { padding: 6px 0; line-height: 16px; font-size: 14px; margin-bottom: 10px; }
.lot-view .info span { color: #000; }
.lot-view  strong { font-weight: bold; color: #d19000; }

/* FAVORITES */
.lot-favorites { margin-top: 10px; }
.lot-favorites li { float: left; }
.lot-favorites li .image-link { border: 1px solid #000; overflow: hidden; display: block; height: 115px; }
.lot-favorites li .time-left { background: url(../images/timer_small2.png) no-repeat left 3px; padding: 1px 2px 2px 2px; margin-bottom: 5px; margin-top: 3px; text-align: center; }
.lot-favorites li .licitation-value { text-align: center; font-size: 14px; color: #fff; background: rgba(0,0,0,0.8); padding: 2px; margin-top: -21px; position:relative; z-index: 9; }
.lot-favorites li .title { color: #000; font-size: 14px; font-weight: 500px; text-align: center; }
.lot-favorites li .title a { text-decoration: none; color: #000; }

/* LOGIN */
.login p { margin-bottom: 10px;  }
.login .title { font-size: 16px; font-weight: bold; }

.login .registered { background: #fff; padding: 10px; margin-bottom: 15px; }
.login .registered .email { width: 36%; float: left; }
.login .registered .password { width: 36%; float: left; }
.login .registered .submit { width: 22%; float: left; padding-top: 22px; }
.login .registered input { width: 90%; margin-bottom: 5px; }
.login .registered label { font-weight: bold; display: block; margin-bottom: 6px; }

.login .new .create { float: left; width: 120px; padding-top: 8px; }
.login .new .create-info { margin-left: 120px; line-height: 18px; }

.fast-login .submit { margin: 20px 0 5px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }

/* CREATE ACCOUNT */
.create-account { }
.create-account .title { font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.create-account .access-data{ padding: 10px; margin-bottom: 15px;  }
.create-account .access-data .email { width: 32%; float: left; }
.create-account .access-data .password { width: 32%; float: left; }
.create-account .access-data input { width: 90%; margin-bottom: 5px; }
.create-account .access-data label { font-weight: bold; display: block; margin-bottom: 6px; }
.create-account #recaptcha_widget_div { margin-bottom: 20px; }

.create-account .personal-data { width: 500px; padding: 10px; }

.create-account .newsletter-subscribe { margin-bottom: 20px; }
.create-account .newsletter-subscribe p { font-weight: bold; margin-bottom: 10px; }

.create-account .submit p { margin-bottom: 10px; }

/* Recover Password */
.recover-password p { margin-bottom: 10px;  }
.recover-password .title { font-size: 16px; font-weight: bold; }
.recover-password .registered { background: #fff; padding: 10px; margin-bottom: 15px; }
.recover-password .registered .email-container { width: 36%; float: left; }
.recover-password .registered .submit { width: 22%; float: left; padding-top: 18px; }
.recover-password .registered input { width: 90%; margin-bottom: 5px; }
.recover-password .registered label { font-weight: bold; display: block; margin-bottom: 6px; }

/* FORM */
.form-fields label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-fields .row-2-fields,
.form-fields .row-1-field { }
.form-fields .row-2-fields .field { width: 49%; float: left; margin-bottom: 10px; }
.form-fields .row-2-fields .field  input { width: 90%; }
.form-fields .row-2-fields .zip-code .zip-1 { width: 55%; }
.form-fields .row-2-fields .zip-code .zip-2 { width: 25%; }
.form-fields .row-1-field .field { width: 100%;  margin-bottom: 10px; }
.form-fields .row-1-field .field input { width: 93%; }
.form-fields .row-1-field .field textarea { width: 93%; height: 162px;}

form .error-msg { display: block; color: #da0303; font-weight: bold; }
.form-fields span.required  { color: #ff0000; }

/* TABS */
.tabs { margin-bottom: 10px; }
.tabs.center { }
.tabs.left { padding-top: 8px;}
.tabs.right { }
.tabs ul { margin-left: 15px; }
.tabs li { float: left; font-weight: 500; color: #000; font-size: 20px; padding: 3px 18px 3px 0; margin-right: 2px; margin-bottom: -2px; }
.tabs li a { text-decoration: none; }
.tabs li.selected { background: #fff; }
.tabs li.selected a { color: #d19000; text-decoration: none;  }

/* ACCOUNT */
.account .personal-data {  width: 500px; padding: 10px;   }
.account .personal-data .newsletter-subscribe { margin-bottom: 20px; }
.account .personal-data .newsletter-subscribe p { font-weight: bold; margin-bottom: 10px; }

.account .personal-data .submit p { margin-bottom: 10px; }

.account .access-data{ padding: 10px; margin-bottom: 15px;  }
.account .access-data .email { width: 32%; float: left; }
.account .access-data .password { width: 32%; float: left; }
.account .access-data input { width: 90%; margin-bottom: 5px; }
.account .access-data label { font-weight: bold; display: block; margin-bottom: 6px; }
.account .access-data .submit { margin-top: 10px; }

.account .welcome-message { margin: 20px 0 20px; }
.account .welcome-message .title { font-size: 15px; margin-bottom: 10px; }
.account .welcome-message p { margin-bottom: 5px; }

.account .orders-list .pdf { width: 27px; height: 32px; background: no-repeat; display: block;}
.account .orders-list .pdf.invoice { background-image: url(../images/pdf.png); }
.account .orders-list .pdf.no-invoice { background-image: url(../images/pdf_grey.png); }

/* FAVORITES */
.favorites .items-list li .content .state { right: 165px; }

/* DATA GRID */
.data-grid { width: 100%; }
.data-grid th { background: #e4e4e4; border-top: 1px solid #ccc; font-weight: bold; padding: 8px 5px; text-transform: uppercase; }
.data-grid td { border-bottom: 1px solid #ccc; padding: 8px 5px; }

/* HOMEPAGE */
.home .main{ padding: 0; width: 990px; }
.home .auction-grid { border-radius: 0 0 5px 5px; }
.home .auction-day .tag { right: -10px; }
.home .msg { margin: 10px; }

/* Contacts */

.contact-form  {  float: right; width: 585px; }
.contact-form .col-1 { float: left; width: 340px; }
.contact-form .col-2 { float: right; width: 340px; }
.contact-form .submit { text-align: right; margin-top: 10px; }
.contact-form { margin-bottom: 10px; }

.contact-description { margin-bottom: 15px; float: left; width: 355px; }
.contact-description p { line-height: 20px; }


/* PRIVACY */
.privacy-accept-overlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.5); z-index: 99999; }
.privacy-accept { position: relative; width: 90%; height: 90%; max-width: 800px; top: 5%; background: #fff; padding: 20px; margin: 0 auto; overflow: auto; box-sizing: border-box; }
.privacy-accept .actions { text-align: center;  margin-bottom: 20px; }
.privacy-accept .actions a { display: inline-block;}
.privacy-accept h1 { margin-bottom: 20px; }
.privacy-accept h2 { margin-bottom: 10px; }
.privacy-accept p { margin-bottom: 10px; }
.access-restricted-note { padding: 10px !important; border: 1px solid #ccc; background: #f4f4f4; }

.form-fields .row-2-fields:after, 
.form-fields .row-1-field:after { clear: both; height: 0; line-height: 0; content:"."; font-size: 0; display: block; }

/******* OTHERS *******/
.fleft{float: left;}
.fright{float: right;}
.clear{clear: both; }
.clear-left{clear: left; }
.clear-right{clear: right; }
