/*header si meniu*/

.top_subnav {
    clear: both;
    margin: 0;
    padding: 0;
    height: 24px;
    background: #0066CC url('/images/bg_top_bar.gif') repeat-x scroll 0 0;
    color:#FFFFFF;
    font-size: 12px;
}

.top_subnav span{
    display:inline;
    float:left;
    position:relative;
    top:3px;
    padding-left:10px;
}

.top_subnav a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    display: block;
    float: left;
    margin-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #758DC8;
}

.top_subnav a:hover {
    text-decoration: none;
}

/*link si text*/
.normalLink:Link, .normalLink:Visited, .normalLink:Active{
    font-size: 11px;
    color: #2C967B;
    text-decoration: none;
    padding-bottom: 2px;
    display: inline;
    margin-left:1px
}

.normalLink:Hover{
    text-decoration: underline;
}


.boldLink:Link,.boldLink:Visited,.boldLink:Active{
    font-weight:bold;
    font-size: 11px;
    color: #2C967B;
    text-decoration: none;
    padding-bottom: 2px;
    display: inline;
}

.boldLink:Hover{
    text-decoration: underline;
}

.boldLinkBlue:Link,
.boldLinkBlue:Visited,
.boldLinkBlue:Active{
    font-weight:bold;
    font-size: 11px;
    color: #87CEFA;
    text-decoration: none;
    padding-bottom: 2px;
    display: inline;
}

.boldLinkBlue:Hover{
    text-decoration: underline;
}

.normalText{
    font-size: 12px;
    color: #242424;
}

.boldText{
    font-weight:bold;
    font-size: 12px;
    color: #242424;
}

.boldText p { margin: 0 }

.redNormalText{
    font-size: 12px;
    color: #FF3030;
}

.redBoldText{
    font-weight:bold;
    font-size: 14px;
    color: #FF3030;
}

.smallText{
    font-size: 11px;
    color: #242424;
}

.smallBoldText{
    font-weight:bold;
    font-size: 11px;
    color: #242424;
}

.grayItalicText{
    font-weight: normal;
    font-size: 12px;
    color: #C6CBCF;
    font-style: italic;
}

/*continut*/
#content {
    background: url('/images/bg-content-gray-shade.gif');
    background-repeat: repeat-x;
    padding-bottom:1px
}

.littleSpacer{
    height:2px;
    font-size:0px;
}

.weblink{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #008000;
    text-decoration: none;
}

.calea{
    padding: 10px;
    font-size: 12px;
    color: #242424;
}

.calea h1{
    font-size:12px;
    display: inline;
}

.calea h2{
    font-size:12px;
    display: inline;
}

.box_submit {
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #5f7bc0;
    width: 63px;
    height: 22px;
    border: 0;
    padding: 0;
    background: url('http://www.acasa.ro/img/login/bg-login-submit.gif');
}

.box_submit_large {
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #5f7bc0;
    width: 80px;
    height: 22px;
    border: 0;
    padding: 0;
    background: url('http://www.acasa.ro/img/login/bg-login-submit-large.gif');
}

.box_submit_extralarge {
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #2C967B;
    width: 100px;
    height: 22px;
    border: 0;
    padding: 4px 100px 10px 28px;
    background: url('/images/bg-login-submit-extralarge.gif') no-repeat;
}

.box_input {
    margin-top: 5px;
    color: #5f7bc0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    width: 200px;
    height: 18px;
    border: solid 1px #B8C0D4;
    padding: 0px;
    padding-top: 2px;
    padding-left: 2px;
    background: #FFFFFF;
}

.box_textarea {
    margin-top: 5px;
    color: #5f7bc0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    width: 620px;
    border: solid 1px #B8C0D4;
    padding: 0px;
    padding-top: 2px;
    padding-left: 2px;
    background: #FFFFFF;
}

.box_select {
    margin-top: 5px;
    color: #5f7bc0;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    height: 20px;
    border: solid 1px #B8C0D4;
    padding: 0;
    background: #FFFFFF;
}

/*casete recomandari si top*/
.box {
    background: #fff;
    border: 1px solid #D5D5D5;
    font-size: 12px;
}

.box form{
    margin:0px;
    padding:0px;
}

.box_header {
    height: 28px;
    width: 298px;
    background: url('/images/bg-box-header.gif')
}

.box_recomandare {
    width: 100%;
}

.box_header_left {
    float: left;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 6px;
    font-size: 12px;
    margin:0;
}

.box_content {
    clear: both;
    margin: 7px 0 3px 10px;
    padding:0;
    padding-top: 5px;
    padding-bottom: 5px;
    /*width: 625px;*/
}

.box_left{
    float: left;
    display: inline;
    padding-left: 25px;
    width: 190px;
    vertical-align: top;
}

.box_right{
    float: left;
    width: 190px;
    padding-left: 25px;
}

.box_felName{
    width: 150px;
    text-align: center;
}

.fel_thumb{
    float: left;
    width: 190px;
}
.fel_row {margin-left:25px; text-align:center;}

/*caseta de categorii*/
.categ{
    clear:both;
    padding-left: 5px;
    padding-top:5px;
    width: 960px;
    margin:0px;
}

.categ_left{
    float: left;
    display: inline;
    padding-left: 5px;
    width: 100px;
    vertical-align: top;
}

#indexCateg .categ_right{
    float: left;
    width: 520px;

}

#indexCateg .categ{
    clear:both;
    padding-left: 5px;
    padding-top:5px;
    width: 630px;
    margin:0px;
}

#indexCateg .categ_left{
    float: left;
    display: inline;
    padding-left: 5px;
    width: 100px;
    vertical-align: top;
}

.categ_right{
    float: left;
    width: 820px;
}

#categ-img {
    float:left;
    border:0;
    margin-right: 5px;
}

#categ-text {
    text-align:justify;
    margin-right: 10px;
}

/*utile*/

.utile{
    clear:both;
    padding: 0px;
    width: 284px;
    margin:0px;
}

.utile_left{
    float: left;
    display: inline;
    padding-left: 5px;
    width: 40px;
    vertical-align: top;
}

.utile_right{
    float: left;
    width: 239px;
}

.utileSmall{
    float: left;
    padding: 0px;
    padding-left: 25px;
    width: 65px;
    margin:0px;
}

.utile_left{
    float: left;
    display: inline;
    padding-left: 5px;
    width: 40px;
    vertical-align: top;
}

.utile_right{
    float: left;
    width: 239px;
}

#utile-img {
    float:left;
    border:0;
    margin: 0px;
    padding-top:5px;
}

/*caseta cele mai noi felicitari*/
.noi_content{
    margin-left: 35px;
    padding-left: 25px;
    width: 220px;
    vertical-align: top;
}

.noi_felName{
    width: 150px;
    text-align: center;
}

/*vizualizare felicitare*/
.page{
    background: #FFFFFF;
    border: 1px solid #d5d5d5;
    width: 938px;
    margin:0 auto 10px auto
}

/*felicitare*/
.fel{
    background-image: url('/images/fel-border-middle.jpg');
    background-repeat: repeat-y;
    width:700px;
    /*
    text-align: center;
    margin-left: 20px;
    */
    z-index:0;

    margin:auto auto;
}

.fel-top{
    background-image: url('/images/fel-border-top.jpg');
    background-repeat: no-repeat;
    width:700px;
    padding-top:75px;
}

.fel-text{
    background-image: url('/images/fel-border-middle.jpg');
    background-repeat: repeat-y;
    width:700px;
    text-align: center;
    margin-bottom:0px;
    padding-bottom:0px;
}
.fel .fel-top .fel-image{
    margin: auto auto auto auto; width:560px; padding-top: 50px;
    text-align:center;
}
.fel-bottom{
    background-image: url('/images/fel-border-bottom.jpg');
    background-repeat: no-repeat;
    width:690px;
    height: 23px;
    /*
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
    */
     margin:auto auto;
     padding-left:10px;
}

.fel-related{
    clear: both;
    width: 700px;
    margin:auto auto;
    /*padding-bottom:5px;*/
    padding-top:10px;
    padding-bottom:20px;
}

.fel-related-left{
    display: inline;
    float: left;
    margin: 10px 0px;
    padding-left: 25px;
    width: 335px;
}

.fel-related-right{
    float:left;
    width: 325px;
    margin:0px;
    padding-left: 12px;
    border-left: 1px solid #d5d5d5;
}

.fel-related-right form{
    margin:0px;
    padding:0px;
    padding-bottom:5px;
}

/*comentarii*/
.box_comentarii{
    clear: both;
    background: #fff;
    border: 1px solid #D5D5D5;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
}

#mini_forum {
    width: 930px;
    margin-top: 10px;
    background: #FFFFFF;
}

.card_message{
    background: #F4FAFF;
    width: 880px;
    margin-left:20px;
    margin-right:20px;
    /*padding-left:5px;*/
}
#mini_forum .card_message .boldText{
    padding-left:5px;
    width: 865px;
}

.box_comentarii .boldText{
    padding: 5px;
}

.link_view_more{
    padding:10px;
    float: right;
}

.forum_subject {
    float: left;
    width: 770px;
    padding: 3px;
    background: #D4E2FD;
    border-top: 1px solid #ddd;
    margin-left:20px;
    height:20px;
}

.forum_open_close {
    float: left;
    text-align: center;
    width: 100px;
    background: #D4E2FD;
    border-top: 1px solid #ddd;
    height:20px;
}

#open{
    margin: 0px auto auto;
    width:700px;
}

#open .form_text {
    color: rgb(255, 48, 48); padding-left: 10px; padding-right: 10px; margin-left: 5px; width:650px;
}

.forum_content {
    background: #F4FAFF;
    width:725px;
}
.forum_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    background: #F4FAFF;
}
/* Hides from IE-mac \*/
* html .forum_content {
    background: #F4FAFF;
    height: 1%;
    }

.forum_message {
    float: left;
    width: 813px;
    padding: 3px;
    background: #F4FAFF;
    border-top: 1px solid #ddd;
}

.forum_message_open_close {
    float: left;
    text-align: center;
    width: 100px;
    height:15px;
    padding: 3px;
    background: #F4FAFF;
    border-top: 1px solid #ddd;
}

.formular{
    clear: both;
    width: 670px;
    padding-left: 20px;
}

.formular-left{
    display: inline;
    float: left;
    width: 335px;
}

.formular-right{
    width: 335px;
    float:left;
}

.formular-left-fields{
    clear: both;
    width: 335px;
}

.formular-left-fields-l{
    display: inline;
    float: left;
    width: 80px;
}

.formular-left-fields-r{
    width: 220px;
    float:left;
}

.formular-right-fields{
    clear: both;
    width: 335px;
}

.formular-right-fields-l{
    display: inline;
    float: left;
    width: 80px;
}

.formular-right-fields-r{
    width: 220px;
    float:left;
}

/*listare categorii*/
.listing_outer { width:100%; margin-bottom:10px; }

.listing{
    clear: both;
    padding: 5px;
    margin:0 auto 0 auto;
    width:580px;
}

.listing_felicitari
{
    clear: both;
    padding: 5px;
    margin:0 auto 0 auto;
    width:800px;
}

.listing1{
    float: left;
    width: 180px;
    margin-right:20px;
}

.listing1.last { margin-right:0; }

.listing2{
    float: left;
    margin-right:20px;
    width: 180px;
}

.listing3{
    float: left;
    margin-right:20px;
    width: 180px;
}
.listing4{
    float: left;
    margin-right:20px;
    width: 180px;
}

/*preview*/
.introText{
    width: 100%;
    margin-left:0px;
    text-align:center;
}

/*trimite*/
.trimite{
    text-align: center;
    margin-top:10px;
    padding:25px 5px 25px 5px;
    width:930px;
    margin:10px auto
}

/* newsletter top nav link */
.top_subnav #newsletter-menu-link {
    float: right;
    background: transparent url('/images/icons/icon-newsletter-envelope.gif') no-repeat 0% 70%;
}
.top_subnav #newsletter-menu-link a {
    border:0;
    padding-left: 20px;
}
/* newsletter box */
#newsletter-box {
    background: #d5cba5 url('/images/icons/icon-newsletter-bar.gif') no-repeat 10px center;
    margin:0;
    padding:0;
}
#newsletter-box p {
    color:#000;
    font-size: 12px;
    margin:0px;
    padding:15px 0px 5px 50px;
    min-height: 35px;
}
#newsletter-box-form {
    float:right;
    padding: 15px 5px 5px 0;
}
#newsletter-box-form #newsletter-email, #newsletter-box-form #submit {
    border: 1px solid #ad966a;
    background-color: #efefe7;
}
#newsletter-box-form #submit {
    color: #ad966a;
}
#newsletter-box-text {
    float:left;
    width: 400px;
    padding-top: 15px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/*sarbatori*/
#recomandare-img {
    border:0pt none;
    float:left;
    margin-right:10px;

}

#recomandare-text {
    margin-right:10px;
    text-align:justify;
}
#recomandare-text a {
    color: #2C967B;
}

.sarbatori{
    clear: both;
    width:820px;
    border:0px;
    margin:auto auto;
}

.sarbatori-left{
    display:inline;
    float:left;
    width:370px;
    padding-left:60px;
    padding-top:10px;
    padding-bottom:10px;
}

.sarbatori-right{
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    float:left;
    width: 370px;
}

.text{
    clear: both;
    width:100%;
}

#calendar_content{
    clear:both;
    margin:0;
    padding:0;
}

.adsense{
    padding-top: 5px;
}

.adsense_left{
    float: left;
    display: inline;
    width: 250px;
}

.adsense_right{
    margin-left: 15px;
    float: left;
    display: inline;
    width: 430px;
    text-align: left;
}


