/**
 *  TAG Styling Styling
**/
body{background-color: #E9EDF1; font-size:14px;font-family:Calibri, Arial, sans-serif; }
/* body.branding-none{background-image:none;width: 1024px; margin: 0 auto;} */
body.branding-none{background-image:none;}
a{ color: #0A95CC; text-decoration: none; cursor:pointer;}
a:hover{ color: #2CA2D2; text-decoration:underline; }
/**
 *  Class Styling Styling
**/
.page{ background-color:#FFF;}
.spaced-5{ margin:5px; margin-top:20px; }
.liveleft{width: 23%;/*margin-left:120px;*/}
.liveright{width: 50%;height: 200px; border:0px solid yellow}
.spaced-10{ margin:10px; }
.spaced-5-10{ margin: 5px 10px; }
.padded-5{ padding:5px; }
.padded-10{ padding:10px; }
.radius-5{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  /* behavior: url('../css/ie-css3.htc'); */ }
.radius-10{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; /* behavior: url('../css/ie-css3.htc'); */ }
.radius-excentric{ border-radius: 5px 5px 20px 5px; -moz-border-radius: 5px 5px 20px 5px; -webkit-border-radius: 5px 5px 20px 5px; /* behavior: url('../css/ie-css3.htc'); */ }
.shadow-blue{ box-shadow:3px 3px 9px #39537C; -moz-box-shadow: 3px 3px 9px #39537C; -webkit-box-shadow: 3px 3px 9px #39537C; /* behavior: url('../css/ie-css3.htc'); */ }
.shadow-gray{ box-shadow:3px 3px 9px #CCC; -moz-box-shadow: 3px 3px 9px #CCC; -webkit-box-shadow: 3px 3px 9px #CCC; /* behavior: url('../css/ie-css3.htc'); */ }

.border-red{ border:1px solid  #F00; }
.border-blue{ border:1px solid  #39537C; }
.border-gray{ border:1px solid  #F0F0F0; }

.box{}
.box .title{margin: 0; font-size: 14px; font-weight: bold; color: #FFF; background-color: #17325F; padding: 4px 8px;}

/**
 *  Footer Module Styling
**/
#footer{color: #FFF; font-size:0.75em; background-color:#17325F; }
#footer a{color: #FFF; }
/**
 *  Header Module Styling
**/

/**
 *  Main Menu Module Styling
**/
#mainmenu{ color: #FFF; font-size:13px; background-color:#17325F; }
#mainmenu li{ color:#FFF; background: #17325F url('./images/menu/separator.png') no-repeat right center;}
#mainmenu li a{ color:#FFF; font-weight:bold; }
#mainmenu li a.current{ text-decoration:underline; }
#mainmenu li.special1{ background-image:url('./images/menu/separator2.png'); }
#mainmenu li.special1 a{ color:#2DA2C2; }
#mainmenu li.special2{ background-image:none; }
#mainmenu li.special2 a{ color:#2DA2C2; }
#mainmenu li.special3{ display:none; }
#mainmenu li.special4{ background-image:none; }
#mainmenu li.special5{ background-image:none; font-size:smaller; }
#mainmenu .item_menu { line-height: 28px;}
#mainmenu .loginregisto {
    float: right;
    width: 250px;
    border-radius: 0px;
    background: none repeat scroll 0% 0% #FFF;
}

/**
 *  Sidebar Module Styling
**/
#mainarealive{    width: 100%;    margin-left: auto;    margin-right: auto;}
#mainarea{ background:transparent url('../images/mainarea/sidebar.jpg') no-repeat top left; }
/**
 *  Auctions Types Module Styling
**/
#auctions-types .button{ border:2px solid #17325F; background: #FFF url('../images/sidebar/auctions_bg.gif') no-repeat 3px center; padding:3px 3px 3px 26px; font-size:16px; font-weight:bold; font-style:italic; display:inline-block; width:50px;}
#auctions-types  .button.live       { color:#FF0000; }
#auctions-types  .button.online     { color:#00B050; }
#auctions-types  .button.recuperacao{ color:#984806; }

.auction .button{ border:1px solid #17325F; background: #FFF url('../images/sidebar/auctions_small_bg.gif') no-repeat 3px 3px; font-size:16px; font-weight:bold; font-style:italic; display:inline-block; width:152px; padding:3px; text-indent:17px;}
.auction .button.live       { color:#FF0000; }
.auction .button.online     { color:#00B050; }
.auction .button.recuperacao{ color:#984806; }
.auction .button span{ color: #0F243E; font-size: 13px; font-weight:normal;font-style:normal;}
/**
 *  promos Module Styling
**/
#promos{ height:145px; width:200px; background-color:#FFF; margin:50px 30px 10px !important;}

/**
 *  Login/Register Module Styling
**/
/*#my-account{ border:2px solid #FFF; background-color:#EEE; padding:10px 15px; }*/
#my-account{ _border:7px solid #17325f;}
#my-account a{ color: #000; width:100px; padding-left: 30px; height:22px;line-height:22px; color:#000; font-size:13px; font-weight:bold; border-right:4px solid #17325f;}
#my-account a.register{ /*background: transparent url('../images/sidebar/register.gif') no-repeat left center*/ }
#my-account a.login{ /*background: transparent url('../images/sidebar/login.gif') no-repeat left center; */; color: #000;}
#my-account a.logout{ /*background: transparent url('../images/sidebar/login.gif') no-repeat left center;*/ }
#my-account a.my-account{ /*background: transparent url('../images/sidebar/register.gif') no-repeat left center;*/}
/**
 *  Search Form Styling
**/
#search-form{ border:1px solid #163067; background-color:#FFF; padding:5px 10px 10px 5px; margin-top:25px !important;}
#search-form label{ font-size:13px; font-weight: bold; color: #17325F; }
#search-form select,
#search-form input{ border: 1px solid #17325F; font-size:13px; color: #17325F; }
#search-form .disabled label{ color: #CCC; }
#search-form .disabled select,
#search-form .disabled input{ border: 1px solid #CCC; color: #CCC; }
#search-form div.submit{ background:transparent url('../images/sidebar/search.gif') no-repeat 0% 0%;padding-left: 30px; height: 27px; margin-top:10px;}
#search-form input.submit{ background:transparent url('../images/sidebar/search.gif') no-repeat 100% 0%; height: 27px; border: none; font-weight: bold; font-size: 13px; cursor:pointer; padding-right: 7px; min-width: 85px;}
#search-form .submit:hover{ color:#FFF; }
#search-form #refine-search{ margin-top:10px;}
#search-form #refine-search .refiner{ margin-top:5px;}
#search-form #refine-search .group{ border:1px solid #17325F; margin: 0px; padding:5px 10px; font-weight:bold; font-size:13px;}
#search-form #refine-search .links{ padding-left:20px; font-size:13px; font-weight:normal; color:#17325F; }
#search-form #refine-search .links a{ display:block; color:#17325F; }

/**
 *  Header Styling
**/
.banner-live{ color: #ffd500;background: #525252; padding: 10px 10px;font-size: 25px; text-align: center; }
.banner-live .vactuallive {color:#fff;}
.banner-live .close{_background-color: #17325F;width: 18px;height: 18px;text-align: center;text-decoration: none;color: white;padding: 3px;line-height: 18px;margin-top: 2px; _font-weight:bold;}
.banner-live .live {color: #ffd500;_border: 2px solid #ffd500;_background: #ffd500;font-weight: bold;display: inline-block; width: 96%; }
.banner-live .live .auction-title{/*color: #142F5C;*/font-size: 20px;font-weight: bold; padding:0 10px; }
.banner-live .lot-title{color: #ffd500;font-size:24px;font-weight: bold;}

/**
 *  Bidding Info Styling
**/
.streaming{margin:0 auto; width:216px;}
.external{ /*text-align: center; margin-top: 10px;*/ width: 250px; margin-top: 10px;}
.btnmaisinflive {width: 80px; margin:2px;}
.external a{display:inline-block; /*background:transparent url('./images/button_bg.png') repeat-x left top;*/ background-color: #ffd500; text-align:center; line-height: 25px; color:#124095;width: 48%;}
.external a:hover{text-decoration:none;}
#bid_buttons{ text-align:left;}
#bid_buttons .bid-button{ cursor: pointer; font-size:20px; color:#FFF; text-align:center; height:30px;}
.facaproposta {font-size:10px; width:150px; margin-top:5px;background-color: #17325F;}
.separadorlicit {height:80px;border-color:#ffd500 ;border-width:1px;position:absolute;margin-left:170px;border-style:solid ;}
.headerlicitacao {border:0px dashed orangered;width: 33%; float: left; text-align: center;color:#124095;}
.btnlicitacao {width:150px; background-color:green;_padding-top:10px;}
.disclaimer {background: #FCF url('./images/warning.gif') no-repeat 5px 5px; line-height:30px; color: #F00; padding-left:40px }
.current-value {background-color: #17325F;color: #FFF;}
.current-value #valor_actual{font-size:36px;font-weight: bold;}

#tech-data .details, #tech-data .extras, #tech-data .misc, #tech-data .docs, #tech-data .obs {border: 0px solid #828282;font-family: Verdana, Arial, sans-serif;font-size: 11px;color: #7A7A7A;line-height: 17px; /*overflow-y:auto; overflow-x:hidden;*/}
#tech-data .titulocaixas {background: url("./images/mainarea/title_bg.png") repeat-y scroll right top rgb(23, 50, 95);color: white; padding: 5px 10px; font-size: 12px; line-height: 17px;}
#tech-data .details, #tech-data .extras{/* height: 273px;*/}
#tech-data .misc, #tech-data .docs, #tech-data .obs { /*height:102px;*/ }
.send{width:180px; height:31px; /*background: transparent url('../images/lotes/accept.png') no-repeat center center;*/ position:relative; font-size:1px; overflow:hidden; text-indent:0px;float:right; margin-bottom:-25px; right:-10px; margin-left:-10px; top:-21px; top:-4px\0;  *top:-4px; _top:-4px; }
