@charset "utf-8";

@font-face {
    font-family: 'Museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#Museo300') format('svg');
	font-weight:300;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500';
    src: url('../fonts/museo500-regular-webfont.eot');
    src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo500-regular-webfont.woff') format('woff'),
         url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: 500;
    font-style: normal;
}

body { background: #fff; font-family:Verdana, Geneva, sans-serif; font-size: 11px; color: #444; }

/******* ELEMENTS *******/
input,
textarea { border: 1px solid #ccc; background: #fff; font-family: font-family:Arial, Helvetica, sans-serif; font-size: 11px; padding: 3px; border-radius: 3px; }
input:focus,
textarea:focus { background: #f1f1f1; box-shadow: 0 0 6px #007f8b; } 
.error { box-shadow: 0 0 6px #ff0000;  }
.button,
button { background-repeat: repeat-x; border-radius: 3px; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: bold; padding: 2px 5px; text-decoration: none; display: inline-block;}
.button{ padding: 3px 5px; }
.button.grey,
button.grey { background-image: url(../images/bg_button_grey.png); color: #444;}
.button.grey:hover:not('.disabled'),
button.grey:hover:not('.disabled') { background-image: url(../images/bg_button_grey_over.png); }
.button.green,
button.green { background-image: url(../images/bg_button_green.png); color: #fff;  }
.button.green:hover:not('.disabled'),
button.green:hover:not('.disabled') { background-image: url(../images/bg_button_green_over.png); }
.button.black,
button.black { background-image: url(../images/bg_button_black.png); color: #fff;  }
.button.black:hover:not('.disabled'),
button.black:hover:not('.disabled') { background-image: url(../images/bg_button_black_over.png); }
a { color: #444; text-decoration: underline; }
a:hover { text-decoration: none; }

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

button.disabled,
.button.disabled { opacity: 0.3 !important; cursor: auto !important; }

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

/* BACKGROUND */
.background { background: url(../images/bg.png) repeat-x #cbcbcb; padding-bottom: 40px; width: 100%; }

/* MESSAGES */
.msg { padding: 10px 20px; text-align: center;  font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }
.msg-succ { background: #e2f0f1; color: #007f8b; border: 1px solid #007f8b; }
.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 { width: 990px; margin: 0 auto; color: #fff; padding: 22px 0; font-family:Verdana, Geneva, sans-serif; display: block; position: relative; }

/* LOGO */
.header .logo { float: left; border: 0; margin-bottom: 0 !important; padding: 0 !important;  }
.header .logo a { margin-bottom: 6px; display: block; } 

/* SEARCH */
.header .search { float: right; }
.header .search input { background: url(../images/bg_input.png) no-repeat; width: 157px; height: 17px; border: 0; padding: 2px 3px 1px; color: #fff;font-size: 11px; float: left;}
.header .search input:focus { background-image: url(../images/bg_input_focus.png); box-shadow: 0 0 1px #333; }
.header .search button { height: 19px; margin-top: 1px; margin-left: 5px; }

/* NAVIGATION */
.header .navigation ul { float: right; margin-top: 10px; }
.header .navigation ul li { float: left; font-size: 16px; position: relative; margin-right: 15px; }
.header .navigation ul li:hover { background: #ddd; border-radius: 5px 5px; }
.header .navigation ul li.parent:hover { border-radius: 5px 5px 0 0; }
.header .navigation ul li a { color: #fff; text-transform: uppercase; display: block; padding: 5px 8px; text-shadow: #000 1px 1px; text-decoration: none;}

.header .navigation ul ul { position: absolute; top: 28px; left: 0; margin-top: 0; width: 150px; background: #ddd; border-radius: 0 5px 5px 5px; padding: 0 10px; box-shadow: 0 1px 1px #555; z-index: 99; display: none;}
.header .navigation ul ul li { float: none; margin-right: 0; padding: 8px 0; border-bottom: 1px solid #fff; }
.header .navigation ul ul li:last-child { border: 0; }
.header .navigation ul ul li a { color: #444; text-transform:capitalize; font-size: 15px; padding: 0 0 0 15px; background: url(../images/bg_menu.png) no-repeat 0 6px; text-shadow: none; }
.header .navigation ul ul li a:hover { color: #007f8b; background-image: url(../images/bg_menu_over.png); }

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

.header .aplarte { position: absolute; top: 12px; right: 380px; }

/* Login */
.header .login { height: 40px; }
.header .login { float: right; padding-top: 3px; margin-left: 15px;}
.header .login .message,
.header .login a { color: #fff; margin-left: 5px; }
.header .login a.my-account { display: block; text-align: right; margin-top:3px; }

/******* FOOTER *******/
.footer { width: 990px; margin:25px auto 0; }
.footer .footer-content {display: flex; justify-content: space-between; }
.footer .links {display: inline-block; margin-top: 25px;}
.footer .reclamacoes {display: inline-block; vertical-align: middle; }
.footer .links li { float: left; background: url(../images/bg_footer_navigation.png) no-repeat right; padding: 0 10px; }
.footer .links li:last-child { background: none; }
.footer .links li:first-child { padding-left: 0; }
.footer .links li a { color: #333; }

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



/* SUB MENU */

.side-navigation li { background: #dddddd; border-top: 1px solid #007f8b; }
.side-navigation li:hover { background: #e4e4e4; }
.side-navigation li a { padding: 10px 10px 10px 25px; font-weight: bold; font-size: 14px; text-decoration: none; background: url(../images/bg_submenu_link.png) no-repeat 10px 15px; color: #007f8b; display: block;}
.side-navigation li.current a { color: #444; background-image: url(../images/bg_submenu_current.png); }

.footer-blocks { margin-bottom: 20px; font-family: "Museo500"; font-weight: 500; }
.footer-blocks .block { width: 190px; height: 100px; background: #fff; float: left; box-shadow: 0 0 20px #000000; margin-right: 15px; background: no-repeat top right #fff; border-radius: 5px; padding: 10px 120px 10px 10px; }
.footer-blocks .block .title { color: #007F8B; font-size: 22px; }
.footer-blocks .block .subtitle { color: #444; font-size: 16px; }
.footer-blocks .block p { margin-bottom: 3px; }
.footer-blocks .block a { display: block; font-size:12px; background: url(../images/bg_footer_block_link.png) no-repeat left 4px; padding-left: 10px;}
.footer-blocks .block-1 { background-image: url(../images/bg_static_block_1.png); }
.footer-blocks .block-2 { background-image: url(../images/bg_static_block_2.png); }
.footer-blocks .block-3 { background-image: url(../images/bg_static_block_3.png); margin-right: 0; }

/******* Absolute Footer *******/
.absolute-footer { background: url(../images/bg_copyrights.png) repeat-x #fff; padding: 20px; }
.absolute-footer .wrapper { margin: 0 auto; width: 980px; text-align: left; }
.absolute-footer .signature { float: right; }

/******* MAIN *******/
.main { background: #fff; width: 970px; min-height: 600px; margin: 0 auto; border-radius: 5px; box-shadow: 0 0 30px #000; padding: 15px 10px; text-align: left; }

/* CONTENTS */
h3,
h2,
h1 { font-family: "Museo500"; font-weight: 500; color: #007f8b; font-size: 35px; border-bottom: 1px solid #007f8b; padding-bottom: 10px; 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: #007f8b; }

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: #007F8B; }

.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: 10px; margin-bottom: 10px; width: 200px; }
.articles-list .images-off-text-right .article-images,
.articles-list .images-in-text-right .article-images { float: right; margin-left: 10px; margin-bottom: 10px; width: 200px; }

.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: 210px; }
.articles-list .images-off-text-left .content { margin-left: 210px; }

.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: #007F8B; }

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

/* Articles Tabs */
.articles-tabs .titles.center { background: url(../images/bg_tab_center.png) repeat-x top; }
.articles-tabs .titles.left { background: url(../images/bg_tab_left.png) no-repeat top left; padding-top: 8px;}
.articles-tabs .titles.right { background: url(../images/bg_tab_right.png) no-repeat top right;}
.articles-tabs .titles ul { margin-left: 15px; }
.articles-tabs .titles li { float: left; font-family: "Museo500"; font-weight: 500; color: #007f8b; font-size: 20px; padding: 3px 9px; 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: #007f8b; font-size: 16px; font-family: "Museo500"; font-weight: 500; margin-bottom: 5px;  }
.static-block strong { font-weight: bold; }
.static-block p { margin-bottom: 10px; line-height: 20px; }

/* CONTACTS */
.side-contacts { background: #eeeeee; border-top: 1px solid #007f8b; padding: 10px; }

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

/* NEWS LIST */
.news-list li { border: 1px solid #ddd; height: 120px; margin-bottom: 10px; }
.news-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; }
.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: 3px solid #ccc; overflow: hidden; height: 114px; }

.news-list li .info { padding: 12px; margin-left: 241px;}
.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 .info .date { font-weight: bold; margin-bottom: 10px; }
.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: 241px; float: left; }
.news-view .images li { border: 3px solid #ccc; margin-bottom: 10px; }
.news-view .images li a { padding: 0; margin: 0 0 -2px; display: block;}

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

/* PAGER */

.pager { position: relative; height: 35px; text-transform: uppercase;}
.pager .info { position: absolute; right: 50px; top: 8px; }
.pager .button { position: absolute; padding: 0; }
.pager .button.next { right: 10px; background: url(../images/i_pagination_next.png) no-repeat;}
.pager .button.prev { right: 150px; 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: 25px; height: 24px; 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: 25px; height: 24px; white-space:nowrap; overflow: hidden; }
.pager strong { font-weight: bold; }

/* AUCTION DAY */
.auction-day { position: relative; margin-bottom: 10px;}
.auction-day .tag { position: absolute; height: 182px; width: 182px; background: no-repeat; right: -20px; top: -20px; }
.auction-day .tag.day { background-image: url(../images/auction_day.png); }
.auction-day .tag.next { background-image: url(../images/auction_next.png);  }
.auction-day .image { float: left; }
.auction-day .image img { border: 5px solid #ccc; display: block; }
.auction-day .content {  float: right; padding: 20px 10px; width: 465px;}
.auction-day .content .info { margin-bottom: 15px; }
.auction-day .content .info span { color: #007F8B; }
.auction-day .content .info strong { font-weight: bold; }
.auction-day .content .description { }
.auction-day .content h1,
.auction-day .content h2,
.auction-day .content h3 { margin-bottom: 5px; margin-right: 95px; font-size: 22px; }
.auction-day .content .subtitle { font-family: "Museo500"; font-size: 20px; font-weight: 500; margin-right: 70px; font-size: 17px;}
.auction-day .content .description { margin-top: 15px; }
.auction-day .content .licitation-box { border-top: 1px solid #ccc; background: #eee; padding: 8px 10px 30px; margin-top: 15px; }
.auction-day .content .licitation-box .title { font-weight: bold; background: url(../images/bg_licitation_box_title.png) no-repeat top left; padding: 4px 4px 6px 25px; margin-bottom: 10px; }
.auction-day .content .countdown-container-hms { float: left; margin-bottom: 5px; } 
.auction-day .content .actions { margin-left: 260px; text-align: center; padding-top: 20px; }
.auction-day .content .actions p { margin-bottom: 10px; }

/* 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: #007F8B; 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-family: "Museo500"; font-weight: 500; color: #444; font-size: 18px; }
.auction-tabs li { cursor: auto !important;}
.auction-tabs li.selected a { color: #007f8b;  } 

/* AUCTION GRID */
.auctions-slider-wrapper { margin: 0 15px; }
.auction-grid { padding: 10px; background: url(../images/bg_auction_grid.png) top repeat-x #e7e7e7; }
.auction-grid .item { float: left; height: 200px; margin: 0 4px; }
.auction-grid .item .image { border: 4px solid #ccc; height: 91px; overflow: hidden; margin-bottom: 5px; }
.auction-grid .item .info .price { font-size: 14px; color: #444444; background: #ccc; text-align: center; padding: 2px 0; margin-bottom: 3px; }
.auction-grid .item .info .time-left { background: url(../images/timer_small.png) no-repeat left top; padding: 1px 2px 2px 20px; margin-bottom: 5px;}
.auction-grid .item .title h2,
.auction-grid .item .title h3 { font-size: 12px; }


/* AUCTION VIEW */
.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 { margin-left: 95px; }
.auction-view .list .image { float: left; }
.auction-view .list .image img { border: 3px solid #ccc; }
.auction-view .list .description { margin-left: 165px; margin-bottom: 20px; }

.auction-view .info { padding: 6px 0; }
.auction-view .info span { color: #007F8B; font-weight: bold; }
.auction-view strong { font-weight: bold; }
.auction-view p { line-height: 18px; }

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

.lots-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; }
.lots-list li .content .remove:hover { background-image: url(../images/bg_remove_list_over.png); }
.lots-list li .content .actions { text-align: center; float: right; width: 130px; height: 120px; border-left: 1px solid #ccc; }
.lots-list li .content .actions .price { padding: 4px; background: #ccc; font-size: 15px; font-weight: bold; }
.lots-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; }
.lots-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; }
.lots-list li .content .actions .time-left.empty { background: none; line-height: 30px;}
.lots-list li .content .state { position: absolute; right: 137px; top: 5px;}

.lots-list .info { padding: 6px 0; line-height: 16px; }
.lots-list .info span { color: #007F8B; font-weight: bold; }
.lots-list  strong { font-weight: bold; }
.lots-list  p { line-height: 18px; }

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

.lot-view .images-list { background: url(../images/bg_images_list.png) no-repeat top right; }
.lot-view .images-list li { float: left; margin-right: 10px; height: 68px; overflow: hidden; margin-bottom: 10px; }
.lot-view .info { padding: 6px 0; line-height: 18px; }
.lot-view .info span { color: #007F8B; font-weight: bold; }
.lot-view strong { font-weight: bold; }
.lot-view p { line-height: 18px; }

.lot-view .content { margin-left: 490px; }
.lot-view .content .title h2 { margin-bottom: 5px; }
.lot-view .content .subtitle { font-family: "Museo500"; font-weight: 500; color: #444; font-size: 16px; margin-bottom: 5px; }
.lot-view .content .description { margin-bottom: 15px; }
.lot-view .back-container { text-align: left; }
.lot-view .pager { width: 300px; float: right; }
.lot-view .pager .next { right: 5px; }
.lot-view .pager .prev { right: 135px; }
.lot-view .pager .info { right: 34px; width: 95px; text-align: center; top: 0; }

.lot-view .content .status-box { background: #eeeeee; border-top: 1px solid #ccc; padding: 10px; height: 120px; margin-bottom: 10px; position: relative; }
.lot-view .content .status-box p.title { font-weight: bold; background: url(../images/bg_licitation_box_title.png) no-repeat top left; padding: 0px 4px 3px 25px; margin-bottom: 10px; }
.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: #007F8B; font-size: 28px; line-height: 30px; }
.lot-view .content .status-box .reserve-value { position: absolute; top: 112px; font-weight: bold; left: 15px;}

.lot-view .content .loosing-message,
.lot-view .content .winning-message { border-top: 1px solid #ccc; 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: 30px; }

.lot-view .content .licitation-box { background: url(../images/bg_licitation_box.png) no-repeat; width: 480px; height: 169px; margin-bottom: 10px; }
.lot-view .content .licitation-box a { color: #007F8B; font-weight: bold; }
.lot-view .content .licitation-box .titles { height: 50px; padding: 0 25px; }
.lot-view .content .licitation-box .titles .tab { float: left; font-family: "Museo500"; 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: #007F8B; }
.lot-view .content .licitation-box .licitation-message{ margin-left: 15px; }

.lot-view .content .licitation-box .licitation-values { margin-top: 20px; }
.lot-view .content .licitation-box .licitation-values ul { height: 50px; }
.lot-view .content .licitation-box .licitation-values li { float: left; width: 73px; height: 24px; background: url(../images/bg_licitation_button.png) no-repeat; text-align: center; font-size: 18px; color: #444; padding: 9px 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-image: url(../images/bg_licitation_button_over.png);  }
.lot-view .content .licitation-box .licitation-values li.selected { background-image: url(../images/bg_licitation_button_selected.png); color: #fff; }
.lot-view .content .licitation-box .licitation-values .submit { float: right; margin-right: 25px; margin-top: 15px; }
.lot-view .content .licitation-box .max-value { margin-top: 10px; 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: #007F8B; 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; }

/* FAVORITES */
.lot-favorites { margin-top: 10px; }
.lot-favorites li { float: left; }
.lot-favorites li .image-link { border: 5px solid #ccc; overflow: hidden; display: block; height: 88px; }
.lot-favorites li .time-left { background: url(../images/timer_small.png) no-repeat left 3px; padding: 1px 2px 2px 20px; margin-bottom: 5px; margin-top: 3px;}
.lot-favorites li .licitation-value { text-align: center; font-size: 14px; color: #444; background: #ccc; padding: 2px; margin-top: 2px; }
.lot-favorites li .title { color: #007F8B; font-size: 14px; font-weight: 500px; font-family: "Museo 500"; }
.lot-favorites li .title a { text-decoration: none; color: #007F8B; }

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

.login .registered { background: #ededed; 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: 18px; }
.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{ background: #ededed; 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: #ededed; 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 { height: 50px; }
.form-fields .row-2-fields .field { width: 49%; float: left; }
.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%; }
.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 { background: url(../images/bg_tab_center.png) repeat-x top; }
.tabs.left { background: url(../images/bg_tab_left.png) no-repeat top left; padding-top: 8px;}
.tabs.right { background: url(../images/bg_tab_right.png) no-repeat top right;}
.tabs ul { margin-left: 15px; }
.tabs li { float: left; font-family: "Museo500"; font-weight: 500; color: #007f8b; font-size: 20px; padding: 3px 9px; margin-right: 2px; margin-bottom: -2px; }
.tabs li a { text-decoration: none; }
.tabs li.selected { background: #fff; }
.tabs li.selected a { color: #007f8b; 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 .lots-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: 15px 0 0 0; width: 990px; }
.home .auction-day { padding: 0 10px; }
.home .auction-day { padding: 0 10px; }
.home .page-title { font-family: "Museo500"; font-weight: 500; color: #007f8b; font-size: 35px; border-bottom: 1px solid #007f8b; padding-bottom: 10px; margin-bottom: 10px; margin: 0 10px 10px;}
.home .auction-grid { border-radius: 0 0 5px 5px; }
.home .auction-day .tag { right: -10px; }
.home .msg { margin: 10px; }

/* Contacts */

.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; }

/* 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; }


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