﻿h3
{
    font-size:16px;
    color:#c8102e;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
	line-height:1;
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
	
	background-color:transparent  !important;
	font-family:Arial, Sans-serif;
	font-size:12px;
} 


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.oferta-listaitem
{
    padding:15px;
    background-image:url(bg-line.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}
.oferta-listaitem .oferta-left
{
    width:60%;
    float:left;
    /*color:#0c9f95;*/
}
.oferta-listaitem .oferta-left p
{
    margin:5px 0 0 0;
}
.oferta-listaitem .oferta-left p span
{
    color:#909090;
}
.oferta-listaitem .oferta-right
{
    width:30%;
    float:right;
    text-align:right;
}
.oferta-listaitem .oferta-right a
{
    display:inline-block;
    font-size:15px;
    text-align:center;
    padding:10px;
    /*color:#fff;*/
    /*background-color:#0c9f95;*/
    /*background-image:url(Images/btn-green-left.png);*/
    /*background-position:left top;*/
    background-repeat:no-repeat;
}
/*.oferta-listaitem .oferta-right a span
{
    height:25px;
    padding:10px 20px 0 20px;
    display:inline-block;
   background-image:url(Images/btn-green-right.png);
    background-position:right top;
    background-repeat:no-repeat;
}*/

/*.VerOfertaBtn{
    margin-right:20px;
    float:right;
}*/

.Pager
{
    padding-top:15px;
    float:right;
    text-align:right;
    font-size:11px;
    padding-bottom:15px;
    padding-right:8px;
}
.Pager a
{
    margin-left:2px;
    padding:3px 5px;    
    display:inline-block;
    color:#fff;
    background-color:#c8102e;
}
.Pager a:hover
{
    text-decoration:none;
    background-color:#f5899b;
}
.Pager a.Selected
{
    background-color:#c8102e;
}
.Pager .Total
{
    margin-top:2px;
}

.btn-crit {
    padding:10px;
    background-color:#c8102e;
    color:#ffffff;
}

.pesquisa-box {
    font-weight:bold;
    font-size:12px;
}
.pesquisa-box input[type="submit"]{
    width:80px;
    padding:3px;
    font-size:12px;
    margin-bottom:25px;

}
.pesquisa-box .pesquisa-left{
    float:left;
}
.pesquisa-box .pesquisa-right{
    float:right;
}

.Clear {
    margin-bottom: 25px;
}
.clear
{
    height:0;
    clear:both;
}
.oferta-detalhe
{
    width:100%;
    float:left;
    padding:0px 5px 44px 25px;
}
.oferta-detalhe:hover
{
    /*text-decoration:none;*/
    background-color:#f5f5f5;
}
.oferta-detalhe .oferta-top
{
    margin-bottom:15px;
}
.oferta-detalhe .oferta-top h3
{
margin-top:15px;
    width:420px;
    float:left;
}
.oferta-detalhe .oferta-top  .oferta-date
{
    width:250px;
    float:right;
    text-align:right;
    margin-top:20px;
    font-weight:bold;
    font-size:16px;
}
.oferta-detalhe .oferta-line
{
    padding:10px;
    margin-bottom:5px;
    display:block;
    background-image:url(bg-line.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}
.oferta-detalhe .oferta-line span
{
    width:150px;
    display:inline-block;
    font-size: 18px;
}
.oferta-detalhe .oferta-desc
{
    margin-top:5px;
    padding:10px;
    background-image:url(bg-line.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}
.oferta-detalhe .oferta-desc h4
{
    margin-bottom:15px;
    display:block;
}
.oferta-detalhe .oferta-desc-small-space
{
    margin-top:3px;
}
.oferta-detalhe .oferta-footer
{
    margin-top:30px;
    margin-right:10PX;
    text-align:right;
}
.oferta-detalhe .oferta-footer a
{
    font-size:15px;
    text-align:center;
    color:#fff;
    background-repeat:no-repeat;
}
