body {
    color: #534741;

    background: #ffffff;



    font-family: "PT Sans", Arial, Helvetica, sans-serif;

    padding: 0;
    margin: 0;
}

body {
    overflow-y: scroll;
    position: relative;
}


#decostof {

}

a {
    color: #F06421;
    text-decoration: none;
}

a:hover {

    text-decoration: none;

    color: #988575;
    /*
    text-decoration: underline;
    */
}

a.purple {
    color: #744E99;
    text-decoration: none;
}

a.purple:hover {

    text-decoration: none;

    color: #988575;
    /*
    text-decoration: underline;
    */
}

a.back {
    color: #fff;
    background: #dddddd;
    padding: 5px 10px;

    padding-right: 13px;

    font-size: 18px;

    font-weight: normal;

    display: block;
}


h1 {
    color: #744E99;
    text-transform: uppercase;
}
h1 small {
    text-transform: none;
}
h1 a {
    color: #744E99;
}

h2 {
    color: #F06421;
}
h2 a {
    color: #F06421;
}

h3 {
    color: #744E99;
}
h3 a {
    color: #744E99;
}

h4 {
    color: #F06421;
}
h4 a {
    color: #F06421;
}


#outcontainer {
    background: #ffffff;

    min-height: 800px;
}
#container {
    position: relative;
    background: #ffffff;

    margin-left: 15px;
    margin-right: 15px;

    min-height: 800px;
}
#incontainer {
    padding-top: 1px;

}


input.formular {
    width: 100%;
    height: 18px;
    padding: 3px;
    color: #666;
    background: #f8f9f2;
    border: 1px solid #988575;
    border-radius: 3px;
    margin: 0;
}

textarea.formular {
    width: 270px;
    height: 50px;
    padding: 3px;
    color: #666;
    background: #f8f9f2;
    border: 1px solid #988575;
    border-radius: 3px;
    margin: 0;
}

select.formular{
    width: 272px;
    height: 30px;
    padding: 3px;
    color: #666;
    background: #f8f9f2;
    border: 1px solid #988575;
    margin: 0;
}




input[type=text].formular:focus, input[type=password].formular:focus, input[type=url].formular:focus, input[type=email].formular:focus, input.text.formular:focus, input.title.formular:focus, textarea.formular:focus {border-color:#666;}

button.formular {
    cursor: pointer;

    font-size: 14px;

    padding: 7px 14px;

    color: #fff;
    text-shadow: 1px 1px #50366d;

    text-transform: uppercase;

    border: 1px solid #744E99;
    border-radius: 3px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,33b3d6+100 */
    background: #744E99; /* Old browsers */
    background: -moz-linear-gradient(top, #885db2 0%, #744E99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#885db2), color-stop(100%,#744E99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #885db2 0%,#744E99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #885db2 0%,#744E99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #885db2 0%,#744E99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #885db2 0%,#744E99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#885db2', endColorstr='#744E99',GradientType=0 ); /* IE6-9 */

}
button.formular:hover {
    text-shadow: 1px 1px #62554b;

    border: 1px solid #988575;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,33b3d6+100 */
    background: #988575; /* Old browsers */
    background: -moz-linear-gradient(top, #c7b099 0%, #988575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7b099), color-stop(100%, #988575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c7b099 0%, #988575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c7b099 0%, #988575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c7b099 0%, #988575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c7b099 0%, #988575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b099', endColorstr='#988575',GradientType=0 ); /* IE6-9 */
}
button.formular.green {
    cursor: pointer;

    font-size: 14px;

    padding: 7px 14px;

    color: #fff;
    text-shadow: 1px 1px #a14415;

    text-transform: uppercase;

    border: 1px solid #F06421;
    border-radius: 3px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,33b3d6+100 */
    background: #F06421; /* Old browsers */
    background: -moz-linear-gradient(top, #ff6821 0%, #f06421 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6821), color-stop(100%, #F06421)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff6821 0%, #F06421 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff6821 0%, #F06421 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff6821 0%, #F06421 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff6821 0%, #F06421 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6821', endColorstr='#F06421',GradientType=0 ); /* IE6-9 */

}
button.formular.green:hover {
    text-shadow: 1px 1px #62554b;

    border: 1px solid #988575;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,33b3d6+100 */
    background: #988575; /* Old browsers */
    background: -moz-linear-gradient(top, #c7b099 0%, #988575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7b099), color-stop(100%, #988575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c7b099 0%, #988575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c7b099 0%, #988575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c7b099 0%, #988575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c7b099 0%, #988575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b099', endColorstr='#988575',GradientType=0 ); /* IE6-9 */
}


button.hover {
    text-shadow: 1px 1px #62554b;

    border: 1px solid #988575;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,33b3d6+100 */
    background: #988575; /* Old browsers */
    background: -moz-linear-gradient(top, #c7b099 0%, #988575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7b099), color-stop(100%, #988575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c7b099 0%, #988575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c7b099 0%, #988575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c7b099 0%, #988575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c7b099 0%, #988575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b099', endColorstr='#988575',GradientType=0 ); /* IE6-9 */
}

label.formular {
    font-weight: normal;
    font-size: 13px;

    color: #898989;

    float: left;
    width: 60px;

    margin-top: 10px;

    width: 100%;


    padding-top: 0px;
    padding-left: 0px;
}


.validation-advice, .required {
    color: #a32503;
}

.errorvalidate {
    display: inline-block;

    color: #a32503;
    padding-left: 5px;
    font-weight: normal;
    width: 230px;

    font-size: 11px;

}

.required {
    color: #a32503;
}

tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none;
}



#footer {
    background: #e5d5c0 url(/images/footer.png) top center repeat-x;

    font-size: 12px;

    padding-top: 14px;

    min-height: 345px;

}
#infooter {
    padding-top: 80px;

    padding-left: 10px;
    padding-right: 10px;
}

#footer p {
    margin-bottom: 10px;
}

#footer, #footer a {
    color: #565555;
}
#footer a:hover  {
    color: #F06421;
}

#footer ul {
    margin:  0;
    padding: 0;
    list-style-type: none;

    text-align: left;

    margin: auto;

    width: 132px;

}
#footer ul li {

}
#footer ul li:last-child {
    border-right: 0px;
}
#footer ul li a {

    display: inline;
    vertical-align: middle;
    line-height: 30px;
    font-size: 13px;

    text-transform: none;

    color: #565555;

    padding-left: 10px;
    padding-right: 10px;
    background: url(/images/bullet-footer.png) 5px 7px no-repeat;

}





.sep {

    width: 100%;
    height: 18px;

    background: url(/images/line-h.png) left center no-repeat;

    margin-top: 20px;
    margin-bottom: 20px;
}

.sep1 {

    width: 100%;
    height: 18px;

    background: url(/images/line-h.png) left center no-repeat;

    margin-top: 5px;
    margin-bottom: 5px;
}



.maimult {
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url(/images/butt-more.png) no-repeat;
}
.maimult span {
    display: none;
}
.white_bkg {
    background-color: #ffffff;
}


.toatepromotiile {
    color: #988575;
    font-style: italic;
}
.toatepromotiile:after {
    content: " > ";
}
.toatenoutatile {
    color: #988575;
    font-style: italic;
}
.toatenoutatile:after {
    content: " > ";
}


.leftlink {
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url(/images/butt-more.png) no-repeat;
}
.leftlink span {
    display: none;
}

#categoriile {
    margin-top: 0px;

    padding-top: 0px;

    padding-bottom: 0px;
    border-bottom: 0px dotted #e2e2e2;
    margin-bottom: 0px;
}


.leftBanners {
    padding-left: 10px;
    padding-right: 10px;
}
.leftBanner {
    margin-bottom: 20px;
}


#lefty {
    margin-left: 9px;
    padding-bottom: 15px;
}
#lefty h2 {
    width: 79px;
    height: 13px;

}
#lefty h2 span {
    display: none;
}
#lefty ul {
    margin: 0;
    padding: 0;

    margin-top: 10px;
    margin-left: 3px;

    list-style-type: none;

}
#lefty ul li {
    background: url(/images/bullet-square-green.png) 0px 7px no-repeat;

    padding-left: 12px;


}
#lefty ul li a {
    display: block;
    width: 90%;
    height: 20px;



    color: #3f3f3f;
    font-size: 13px;
}

#socializare a img {
    margin-bottom: 5px;

}

#left {
    float: left;

    font-size: 13px;

    width: 17%;
    min-width: 180px;

    min-height: 550px;


    color: #3f3f3f;

    padding-bottom: 14px;

    position: relative;
}
#left dh2 {
    color: #362F2D;
    font-weight: bold;



    font-size: 1.7rem;
    margin-top: 14px;
    margin-bottom: 0px;
    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;
    text-transform: uppercase;
}
#left dh2 a {
    color: #F06421;
    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;
}

#left dh2 a:hover {
    color: #988575;
}
#left dh2 a span {

}
#left dh2 a.on {
    text-decoration: none;
}


#left dh2.produse {
    display: block;
}

ul.left {
    list-style-type: none;
    margin: 0;

    margin-top: 0px;

    margin-bottom: 5px;

    margin-left: 0px;


    width: 100%;
}


ul.left li a {
    display: inline-block;

    font-size: 13px;
    font-weight: normal;

    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;
    color: #362F2D;

    min-height: 30px;
    line-height: 30px;

    text-decoration: none;

    padding-left: 12px;


}
ul.left li {
    text-transform: none;
}


#marime_alte ul.left li a ,
#culoare_alte ul.left li a {
    display: block;

    font-size: 13px;
    font-weight: normal;

    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;
    color: #362F2D;

    height: 20px;
    line-height: 20px;

    text-decoration: none;

    padding-left: 12px;

    background: url(/images/bullet.png) 2px 6px no-repeat;
}
#marime_alte ul.left li ,
#culoare_alte ul.left li {
    text-transform: none;
}

#marime_alte ul.left li {
    display: inline-block;

}
#marime_alte ul.left li a {
    padding-left: 3px;
    background: none;
}

#marime_alte ul.left li:first-child {


}
#culoare_alte {
    margin-top: -10px;
}

ul.left li.level0 .slider {
    position: absolute;

    top: 0px;
    left: 0px;

    display: none;

    z-index: 9999999;

    overflow: hidden;



    background: #e8e8e8;

}
ul.left li.level0.hovered .slider {
    display: block;

    min-height: 408px;
}

ul.left li.level0 .slider .caturile {
    background: #e8e8e8;
    width: 200px;

    float: left;

    padding: 35px 20px;
}
ul.left li.level0 .slider .caturile h4 {
    font-size: 14px;
    font-weight: bold;

    margin-bottom: -5px;
}
ul.left li.level0 .slider .caturile h4 a {
    color: #362F2D;
}
ul.left li.level0 .slider .caturile dl {
    margin: 0;
    padding: 0;
}
ul.left li.level0 .slider .caturile dd {
    margin: 0;
    padding:0;

    font-size: 13px;
}
ul.left li.level0 .slider .caturile dd a {
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    min-height: inherit;
}
ul.left li.level0 .slider .imagine {
    float: right; width: auto;
    height: 100%;

    text-align: right;
}
ul.left li.level0 .slider .imagine a {
    text-align: right;
}
ul.left li.level0 .slider .imagine img {
    float: right;
    text-align: right;
}




.caturile dl dd .slider2 {
    position: absolute;

    top: 0px;
    left: 0px;

    display: none;

    z-index: 99999999;

    overflow: hidden;



    background: #f5f5f5;

}
.caturile dl dd.hovered .slider2 {
    display: block;
    min-height: 408px;
}
.caturile dl dd.hovered:after {
    font-family: FontAwesome;
    content: "\f04b";
    position: absolute;
    left: 190px;
    margin-top: -20px;

    font-size: 20px;

    color: #e8e8e8;
    z-index: 123908098098;
}
ul.left li.level0 .slider .caturile dd:hover a > .slider2 {
    display: block;
}

.slider2 .inslider22 {

}

.slider2 .caturile2 {
    background: #f5f5f5;
    width: 180px;

    float: left;

    padding: 45px 20px;
}
.caturile dl dd > .slider2 .caturile2 h4 {
    font-size: 14px;
    font-weight: bold;

    margin-bottom: -10px;
}
.caturile dl dd > .slider2 .caturile2 h4  a {
    color: #362F2D;
    font-size: 14px;
    font-weight: bold;
}
.caturile dl dd > .slider2 .caturile2 dl {
    margin: 0;
    padding: 0;
}
.caturile dl dd > .slider2 .caturile2 dd {
    margin: 0;
    padding:0;

    font-size: 13px;
}
.caturile dl dd .slider2 .caturile2 dd a {
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    min-height: inherit;
}
.caturile dl dd .slider2 .imaginea2 {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;

    text-align: left;
}
.caturile dl dd .slider2 .imagine2 img {

}





ul.left li.level0 {
    /*position: relative;*/
}
ul.left li.level0.hovered:after {
    font-family: FontAwesome;
    content: "\f04b";
    position: absolute;
    right: -16px;
    margin-top: -32px;

    font-size: 20px;

    color: #fff;
    z-index: 123908098098;
}

ul.left li.level0 a {
    display: block;

    font-size: 20px;
    font-weight: bold;

    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serifprodus;
    color: #362F2D;

    min-height: 32px;
    line-height: 32px;

    text-decoration: none;

    padding-left: 2px;
}
ul.left li.level0 {
    text-transform: none;
}



ul.left li.level0 a span {


}

ul.left li.level1 a {
    display: block;

    min-height: 26px;
    line-height: 26px;

    font-size: 18px;
    color: #362F2D;
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serifprodus;

    font-weight: normal;

    text-decoration: none;

    text-transform: none;

    padding-left: 10px;

    background: url(/images/bullet-2.png) 2px 10px no-repeat;
}
ul.left li.level2 a {
    display: block;

    min-height: 24px;
    line-height: 24px;

    font-size: 16px;
    color: #362F2D;
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serifprodus;



    font-weight: normal;

    text-decoration: none;

    padding-left: 20px;

    background: url(/images/bullet-1.png) 12px 10px no-repeat;
}
ul.left li.level3 a {
    display: block;

    min-height: 16px;
    line-height: 16px;

    font-size: 14px;
    color: #362F2D;
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serifprodus;



    font-weight: normal;

    text-decoration: none;

    padding-left: 30px;
}
ul.left li.level4 a {
    display: block;

    min-height: 16px;
    line-height: 16px;

    font-size: 10px;
    color: #362F2D;
    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;



    font-weight: normal;

    text-decoration: none;

    padding-left: 40px;
}
ul.left li.level5 a {
    display: block;

    min-height: 16px;
    line-height: 16px;

    font-size: 10px;
    color: #362F2D;
    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;



    font-weight: normal;

    text-decoration: none;

    padding-left: 50px;
}


ul.left li a:hover {
    color: #988575;

}
ul.left li.level0 a:hover {
    color: #988575;

}
ul.left li.level0 a.on {
    text-decoration: none;
    color: #744E99;

}
ul.left li.level1 a:hover{
    color: #988575;

}
ul.left li.level1 a.on {
    text-decoration: none;
    color: #744E99;

}
ul.left li.level2 a:hover{
    color: #988575;

}
ul.left li.level2 a.on {
    color: #744E99;
    text-decoration: none;

}
ul.left li.level3 a:hover{
    color: #988575;

}
ul.left li.level3 a.on {
    color: #744E99;
    text-decoration: none;

}

#parteneri {

    padding-bottom: 10px;
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 10px;
}

#utile {
    position: relative;

    margin-top: 20px;
    margin-left: 0px;

    width: 100%;

    color: #747168;
    text-align: justify;

    font-size: 11px;

    padding-bottom: 10px;
    border-bottom: 0px dotted #e2e2e2;
    margin-bottom: 10px;
}

#utile a{
    color: #F06421;
    text-decoration: none;
    font-size: 12px;
}
#utile a:hover{
    color: #988575;
}





#info {

}
#info h2 {
    width: 42px;
    height: 23px;

    margin-bottom: 5px;
}
#info h2 span {
    display: none;
}

#info ul {
    margin: 0;
    list-style: none;
}
#info ul li {

}
#info ul li a {
    color: #F06421;

    font-size: 14px;
}
#info ul li a:hover {
    color: #988575;
}


#branduri {
    margin-top: 10px;
    border-top: 1px dashed #cccccc;
    padding-top: 10px;

    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
}
.leftbrand {
    margin-bottom: 15px;
}
.leftbrand:last-child {
    margin-bottom: 0px;
}
#anpc {
    margin-top: 10px;
    border-top: 0px dashed #cccccc;
    padding-top: 10px;

    padding-bottom: 10px;
    border-bottom: 0px dashed #cccccc;
    margin-bottom: 10px;
}

.sedii {

}

.sediu {
    margin-bottom: 20px;
}
.sediu iframe {
    max-width: 100%;
    max-height: 280px;
}
.sediu h4 {

}
.sediu .descr {
    font-style: italic;
}

.stiri {

}

.stire {
    display: inline-block;

    vertical-align: top;
    margin-bottom: 20px;

    cursor: pointer;

    padding-bottom: 5px;

    border-radius: 10px;

    min-height: 367px;

    max-width: 100%;
}
.stire:hover {
    background: url(/images/header-bkg-degrade.png) center bottom repeat-x;
}
.stire .title {
}
.stire .title h2 {
    color: #744E99;
    font-weight: normal;
    font-size: 20px;
}
.stire .img {
    margin-top: 5px;
    margin-bottom: 5px;

}
.stire .img img {
    height: auto;
    min-height: 223px;

}
.stire .desc {
    text-align: justify;
}



.parteneriathome {
    float: left;
    text-align: center;

    margin-bottom: 10px;
    margin-right: 0px;

    width: 100px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}
.parteneriathome a {
    display: table-cell;

    width: 100px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}
.parteneriathome a img {
    text-align: center;
    vertical-align: middle;
}


.brand {
    float: left;
    text-align: center;

    margin-bottom: 10px;
    margin-right: 0px;

    width: 200px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}
.brand a {
    display: table-cell;

    width: 200px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}
.brand a img {
    text-align: center;
    vertical-align: middle;
}

#content {
    float: right;
    background: transparent;
    display: block;

    min-height: 558px;
    width: 82.6%;

    padding-bottom: 15px;
}

#main {
    font-size: 14px;

    margin-top: 10px;
}
#maincontentul p {

}

#main img {

}

#main img[align="left"],
#main img[style*="float: left"],
#main img[style*="float:left"]{
    margin: 5px 15px 0px 0px;

}
#main img[align="right"],
#main img[style*="float: right"],
#main img[style*="float:right"]{
    margin: 5px 0px 0px 15px;
}




#header {
    position: relative;
    min-height: 158px;

    background: #fff url(/images/header-bkg-degrade.png) center bottom repeat-x;
}

#identity {
    position: absolute;
    width: 312px;
    height: 84px;
    top: 20px;
    left: 15px;
}




#dl-menu-myaccount-cos {
    position: absolute;
    top: 60px;
    right: 15px;

    color: #fff;
    /*text-shadow: 1px 1px #22839d;*/

    height: 38px;

    border: 1px solid #988575;
    border-radius: 7px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29c2ec+0,33b3d6+100 */
    background: #988575; /* Old browsers */
    background: -moz-linear-gradient(top, #baa58b 0%, #988575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#baa58b), color-stop(100%,#988575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #baa58b 0%,#988575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #baa58b 0%,#988575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #baa58b 0%,#988575 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #baa58b 0%,#988575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa58b', endColorstr='#988575',GradientType=0 ); /* IE6-9 */

    width: 314px;

}

#myaccount {
    position: relative;
    padding-left: 15px;
    width: 50%;
}
#myaccount a.d {
    display: table-cell;
    height: 37px;
    color: #fff;
    font-size: 11px;

    overflow: hidden;

    line-height: 11px;

    width: 100%;
    padding-right: 20px;
    vertical-align: middle;
}
#myaccount a.d:after {
    font-family: FontAwesome;
    content: "\f107";
    color: #fff;

    position: absolute;
    right: 10px;
    top: 12px;
}
#myaccount a.d img {
    position: absolute; top: 8px; left: 10px;
}
#myaccount el {
    display: block; float: right; width:72%;
}
#myaccount .showhide {
    height: 100px;
    width: 100%;
    padding-top: 14px;
    display: none;

    position: absolute;
    z-index: 1000;

    width: 270px;
    right: -10px;

}
#myaccount ul:before {
    content: url(/images/clont.png);
    position: absolute;
    top: -1px;
    right: 108px;
}
#myaccount ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

    background: #fff;

    border: 2px solid #988575;
    border-radius: 5px;

    padding: 10px 15px;

    width: 270px;

}
#myaccount:hover .showhide {
    display: block;
}
#myaccount ul li {

    vertical-align: middle;

    font-family: "PT Sans", Arial, Helvetica, sans-serif;


}
#myaccount ul li > a:before {
    content: ">";
    position: absolute;
    font-size: 10px;

    margin-top: 3px;

    margin-left: -10px;
}

#myaccount ul li > a {
    text-decoration: none;

    padding-left: 10px;
}
#myaccount ul li > a * {
    vertical-align: middle;
}
#myaccount ul li > a:hover{

}

.hidden {
    display: none;
}

#cos:before {
    content: url(/images/myaccount-sep.png);
    position: absolute;
    margin-left: -25px;
    margin-top: 4px;
}
#cos {

    position: relative;
    padding-left: 25px;
    width: 50%;
}
#cos a.d {
    display: table-cell;
    height: 37px;
    color: #fff;
    font-size: 11px;

    overflow: hidden;

    line-height: 11px;

    width: 100%;
    padding-right: 20px;
    vertical-align: middle;
}
#cos a.d:after {
    font-family: FontAwesome;
    content: "\f107";
    color: #fff;

    position: absolute;
    right: 10px;
    top: 12px;
}
#cos a.d img {
    position: absolute; top: 8px; left: 10px;
}
#cos el {
    display: block; float: right; width:72%;
}
#numarprodusedoar {

    display: inline-block;

    position: absolute;
    right: 40px;
    top: 8px;

    border: 1px solid #fff;

    width: 22px;
    height: 22px;

    text-align: center;
    line-height: 20px;

    border-radius: 50%;
}
#cos .showhide {
    height: 100px;
    width: 100%;
    padding-top: 14px;
    display: none;

    position: absolute;
    z-index: 1000;

    width: 380px;
    right: 0px;

}
#cos:hover .showhide {
    display: block;
}
#cos #minicart:before {
    content: url(/images/clont.png);
    position: absolute;
    top: -1px;
    right: 38px;
}
#cos #minicart {

    padding: 0;
    margin: 0;

    background: #fff;

    border: 2px solid #988575;
    border-radius: 5px;

    padding: 10px 15px;

    width: 380px;
}

#minicart hr {
    margin-top: 5px;
    marginbottom: 5px;
}
#minicart p {
    cursor: pointer;
    color: #363636;
}

#minicart table th {
    color: #744E99;
    text-align: left;
    font-size: 14px;

    padding-left: 5px;
    padding-right: 5px;
}
#minicart table td {
    color: #363636;
    font-size: 13px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
#minicart img {
    -webkit-box-shadow: 2px 1px 5px 0px rgba(214, 217, 219, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(214, 217, 219, 0.75);
    box-shadow: 1px 1px 5px 2px rgba(214, 217, 219, 0.75);

    padding: 5px;
}
.minicart table {
    border-spacing: 0;
}
.minicart tr.row1 {
    background: #ffffff;
}
.minicart tr:hover.row1 {
    background: #f0eeda;
}
.minicart tr.row2 {
    background: #eeeeea;
}
.minicart tr:hover.row2{
    background: #d9cca7;
}


#cosulmeunav {

    padding-top: 5px;

    margin-top: 5px;

    width: 200px;

    color: #3f3f3f;
    text-align: justify;
    font-size: 13px;

    margin-bottom: 20px;

}


#myaccountnav {
    margin-top: 20px;




    width: 155px;


    text-align: justify;
    font-size: 12px;
}
#myaccountnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;


}
#myaccountnav ul li {
    width: 155px;
}
#myaccountnav ul li a {
    color: #3f3f3f;
    font-size: 14px;

    padding-left: 17px;
}
#myaccountnav ul li{
    float: left;
    margin-right: 0px;
    color: #3f3f3f;
    font-size:12px;


}


#menu {
    position: absolute;
    bottom: 0px;
    right: 15px;

}
#themenu {
    text-align: right;
}
#themenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#themenu li {
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;

    display: inline-block;
    vertical-align: middle;
}
#themenu li a {
    display: block;

    padding: 0;


    line-height: 46px;


    color: #534741;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: normal;

    padding-left: 7px;
    padding-right: 7px;


}
#themenu li:last-child a {
    padding-right: 0px;
    border-right: 0px;
}




#themenu li:hover {

}
#themenu li:hover a {
    color: #988575;

}
#themenu li.on a {
    color: #744E99;
}
#themenu li.on:hover a {
    color: #744E99;
}






#themenu li.hasSubmenu:hover a {


}
#themenu li.hasSubmenu:hover a:hover {
    color: #988575;
}






#themenu ul li dl.subm-navnew {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;

    position: absolute;

    z-index: 1000;
    background: transparent;
    margin-top: -5px;

    padding-top: 8px;



    padding-left: 15px;


}
#themenu ul li:hover {

}
#themenu ul li:hover dl.subm-navnew {
    display: block;
}
#themenu ul li.on dl.subm-navnew {
    display: block;
}


#themenu ul li dl.subm-navnew dd {
    margin: 0;
    display: inline-block;

    height: 10px;
    line-height: 10px;

    color: #1a1a19;

    text-align: left;


    padding-right: 2px;
    border-right: 1px solid #1a1a19;
}
#themenu ul li dl.subm-navnew dd:last-child {
    border-right: 0;

    padding-right: 20px;
}
#themenu ul li.on dl.subm-navnew dd a ,
#themenu ul li:hover dl.subm-navnew dd a ,
#themenu ul li dl.subm-navnew dd a {
    color: #1a1a19;
    text-transform: none;

    line-height: 12px;
    font-size: 12px;
}
#themenu ul li dl.subm-navnew dd a.on {
    color: #988575;
}
#themenu li dl.subm-navnew dd a:hover {
    color: #988575;
}

#sugestii {
    display: none;
}

#sugestii {
    width: 100%;

    padding: 5px;

    font-size: 12px;


    margin-left: -1px;
    margin-right: -1px;
    position: absolute;

    z-index: 1001;

    top: 36px;

    background: #fff;
    border: 1px solid #dadada;

    min-height: 30px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    max-height: 300px;
    overflow-y: auto;
}


.sugestie {
    cursor: pointer;
    border-radius: 5px;
    padding: 3px;

    border: 1px solid #fff;
}
.sugestie div.original {
    display: none;
}
.sugestie.on {
    border: 1px solid #988575;
}
.sugestie a {
    color: inherit;
}
.sugestie:hover {
    background: #f3f4f4;
}
.sugestie b {
    color: #988575;
}
.sugestie i {
    color: gray;
}


#cautare {
    position: absolute;
    top: 60px;

    right: 350px;
    width: 313px;
}

#cautare img {

}
#cautare #query {

    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    width: 100%;


    height: 37px;

    padding:  3px;

    padding-left: 5px;
    padding-right: 45px;

    color: #000;

    -webkit-box-shadow: 0 0 10px rgba(214, 217, 219, 0.75) inset;
    -moz-box-shadow: 0 0 10px rgba(214, 217, 219, 0.75)inset;
    box-shadow: 0 0 10px rgba(214, 217, 219, 0.75) inset;


    text-align: left;

    border: 1px solid #988575;
    border-radius: 5px;

}
#cautare a.button:before {
    width: 1px;
    height: 32px;
    content: " ";

    border-left: 1px solid #988575;
    margin-right: 8px;
}
#cautare a.button {
    position: absolute;
    right: 1px; top: 0px;
    height: 37px;
    line-height: 37px;

    padding-left: 10px;
    padding-right: 10px;
}


div.cauta {



    position: absolute;

    z-index: 1002;

    display: table-cell;

    margin-top: 1px;

    width: 110px;
    height: 37px;

    padding-left: 5px;
    padding-right: 15px;

    line-height: 14px;

    vertical-align: middle;




    top: 0px;
    right: 40px;




    text-align: left;

    cursor: pointer;
}
div.cauta:hover {

}

div.cauta span {

    padding-top: 1px;

    height: 34px;

    font-size: 15px;
    font-size: 11px;

    text-align: center;
    display: inline-block;

}

div.cauta span.cautace  {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
    width: 100%;
}

div.cauta span:after {

    font-family: FontAwesome;
    content: "\f107";
    color: #988575;
    position: absolute;

    position: absolute;
    top: 12px;
    right: 3px;

}

div.cauta #cautaceselect {
    display: none;

    position: absolute;
    top: 34px;
    right: -41px;

    width: 177px;


    text-align: left;

    margin-top: 2px;


    border-top: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;

    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;

    /*box-shadow: 5px 5px 8px #b2b2b2;*/

    padding-top: 0px;


    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;


}
div.cauta:hover #cautaceselect {
    display: block;
}
div.cauta dl {
    margin: 0;
    padding-top: 0px;



    width: 195px;


    text-align: left;

    border-bottom: 5px solid #988575;

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;


}
div.cauta dl dd {
    padding: 0;
    margin: 0;
    background: #fff;
    line-height: 20px;





}
div.cauta dl dd:first-child{
    padding-top: 5px;
}
div.cauta dl dd:last-child{
    padding-bottom: 5px;
}
div.cauta dl dd a {
    color: #606060;
    display: block;
    width: 100%;

    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;

    padding-left: 10px;
    padding-right: 0px;

}
div.cauta dl dd a:hover {
    color: #988575;
}
div.cauta dl dd.on a {
    color: #988575;
}


#newsletter {

}


::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}


#newsletter_email {

    width: 100%;

    height: 32px;

    padding: 10px 3px;

    padding-right: 20px;

    background: #ffffff;

    color: #000;

    font-style: normal;

    font-size: 13px;

    text-align: left;

    border: 1px solid #988575;
    border-radius: 2px;


}
#newsletter a {
    background: #988575;
    display: block;

    color: #fff;

    font-size: 20px;

    padding: 0px 14px;
}
#newsletter p {
    margin-top: 3px;
}

#btop {
    display: inline-block;
    margin-top: 0;
}


.parteneriat {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 94px;
}

.parteneriat {
    display: table-cell;
    vertical-align: middle;
}
.parteneriat a {
    height: 94px;
    display: table-cell;
    vertical-align: middle;
}
.parteneriat a img {
}

#but {

    width: 940px;
    height: 28px;
    background: #000000;

    position: absolute;

    bottom: 0px;
    left: 0px;

    text-align: left;



}

.mainb {
    font-size: 23px;
    color: #f69322;

}
.mainn {
    font-size: 16px;
    color: #876e61;
    line-height: 26px;

}
.mainf {
    font-size: 14px;
    color: #6fab24;
    line-height: 26px;

}

#pinpointadmin {
    position: relative;
    left: 0;
    top: 110px;

    height: 24px;
    background: #424242 ;

    width: 759px;
    height: auto;
    margin-left: -379px;

    color: #790000;
}

#buttons {
    float: left;
    padding: 0px;
    width: auto;
}
#buttonsA {
    float: left;
    padding: 0px;
    width: auto;
}

ul#mainlevel-nav
{
    list-style: none;
    padding: 0;
    margin: 0;

    margin-left: 10px;

}

ul#mainlevel-nav li
{
    display: inline-block;
    margin: 0;
    padding: 0;

    line-height: 28px;
    white-space: nowrap;
    height: 28px;
}

ul#mainlevel-nav li a
{
    display: block;
    font-size: 17px;
    font-weight: bolder;
    color: #464646;

    padding: 0;
    margin: 0;

    text-transform: uppercase;
    text-decoration: none;

    height: 28px;
    line-height: 28px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 0px;
}
ul#mainlevel-nav li a span {
    display: none;
}
ul#mainlevel-nav li a:hover {
    color: #988575;
    background-position: center -28px;
}
ul#mainlevel-nav li a.on {
    color: #000000;
    background-position: center -28px;
}
ul#mainlevel-nav li a.on:hover {
    color: #988575;
    background-position: center -28px;
}



#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover {
}
a.mainlevel-navc {

}









/* topheader */
#topheader {
}

#promotie {
    float: left;
    background: #ffffff;

    width: 685px;
    height: 230px;

    border-right: 1px solid #ffffff;
}
/* end topheader */

/* pinpoint */
#orizad {
    position: absolute;
    left: 50%;
    top: 320px;
    font-weight:bold;

    width: auto;
    height: auto;
    margin-left: -360px;
}
#orizad a {
    color: #435265;
}
/* end pinpoint */

/* despre */
#incontent {
    float: left;


    padding-left: 0px;
    padding-right: 0px;

    padding-top: 0px;

    padding-bottom: 0px;


}

.intitle {

    font-size: 14px;
    font-weight: bolder;
}
.insubtitle {
    font-size: 16px;
    font-weight: bolder;
    color: #636363;
}

#title {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* end despre*/

/* MainError Main Message */


#MainMessageA,
#MainMessage {

    margin-top: 15px;
    margin-bottom: 0px;

    margin-left: 0px;
    margin-right: 0px;

    background-color:#FFFFFF;

    color:#F06421;

    padding: 5px 10px;

    min-height: 26px;

    font-weight: normal;

    font-size: 16px;

    width: auto;

    border: 1px solid #F06421;
    border-radius: 3px;
}
#MainMessage i {
    margin-right: 10px;
}
#MainMessage input[type='button'] {
    float: right;
    margin-right: 0px;
    margin-top: 1px;

    color: #fff;

    border: 0;
    border-radius: 3px;

    background: #F06421;
    border-color: #F06421;

    cursor: pointer;

    padding: 5px 10px;
}

#CartMessage {
    margin-top: 0px;
    margin-bottom: 10px;

    margin-left: 0px;
    margin-right: 0px;

    position: relative;

    background-color:#FFFFFF;

    text-align: center;

    color:#606060;

    padding: 10px 5px;

    padding-top: 5px;

    min-height: 26px;

    text-transform: uppercase;
    font-style: italic;


    font-weight: normal;

    font-size: 17px;

    color: #F06421;

    width: auto;

    border-bottom: 1px solid #DDDDDD;
    border-radius: 3px;
}
#CartMessage a {
    color: #F06421;
}
#CartMessage i {
    margin-right: 10px;
}
#CartMessage input[type='button'] {
    position: absolute;

    right: 10px;
    top: 5px;

    margin-right: 0px;
    margin-top: 5px;

    background: #eff0f1;
    border-color: #eff0f1;

    padding: 5px 10px;
}



#MainErrorA,
#MainError {

    margin-top: 15px;
    margin-bottom: 10px;


    margin-left: 0px;
    margin-right: 0px;

    background-color:#FAEBE7;
    background-image:url(../images/error_msg_icon.gif);
    background-position: 5px 7px;
    background-repeat: no-repeat;

    background-color:#FFFFFF;

    color:#FF0000;
    border-color: #FF0000;


    padding-left: 30px;
    padding-right: 10px;

    height: 30px;
    line-height: 30px;

    font-weight: bold;


    width: auto;


    border: 1px solid;
    border-radius: 4px;

}

/* end MainError Main Message */



/* home */


.formular {
    font-size: 12px;
    background: #f9f6e9;
}



td.formular {
    padding-top: 4px;
}
input.formular {
    width: 100%;
    height: 20px;
    margin-left: 0px;

}

label.formular {
    background: transparent;
}

input[type="submit"].formular, input[type="button"].formular {

    cursor: pointer;


    color: #ffffff;
    background: #744E99;

    text-shadow: 1px 1px 2px #343434;


    border: 0;





    font-size: 18px;
    font-weight: normal;

    height: 32px;
    line-height: 28px;

    padding-left: 6px;
    padding-right: 6px;




}

input[type="submit"].formular:hover, input[type="button"].formular:hover {
    text-shadow: 2px 2px 4px #343434;
}


select.formular{
    border: #c9c9c9 1px solid;
    width: 162px;
    height: 16px;
    margin-left: 0px;
}
textarea.formular {
    border: #988575 1px solid;
    width: 100%;
    height: 174px;
    margin-left: 0px;
}
/* end home */

/* bottom */
#bottom {
    background: transparent;
    height: 10px;
}

#inbottom {
    background: #424242;
    height: 44px;
    font-size: 12px;
    font-family:Geneva, "PT Sans", Arial, Helvetica, sans-serifprodus;

    text-align: center;
}

/* end bottom */

.clr {
    clear: both;
}
#produs {

}

#Loading {
    height: 100%;
    width: 100%;
    position: relative;
    top: 50%;
    left: 0%;
    text-align: center;
    z-index: 0;
    line-height: 0;
}

.contentleft  {
    float: left;
    width: 520px;
    padding-left: 16px;
    padding-top: 10px;

}
.contentright {
    float: right;
    padding-top: 58px;
    padding-right: 10px;
}


img.bordered {
    border: 1px solid #9b9b9b;
}




.promotii {
    float: left;

    overflow: hidden;

    cursor: hand;
    cursor: pointer;

    width: 260px;
    height: 208px;

    margin-right: 10px;
    margin-bottom: 17px;



    padding-top: 5px;

    text-align: center;
}
.promotii h1, .promotii h1 a {
    font-size: 16px;
    color: #3a2f2c;

    height: 35px;
    text-decoration: none;
}
.promotii img {

}
.promotii .imgoutercontainer {
    margin-left: 20px;
    text-align: center;
    overflow: hidden;
}
.promotii .imgoutereraser {
    width: 220px;
    height: 100px;
    overflow: hidden;
}
.promotii .imgcontainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    width: 220px;
    height: 100px;
}
.promotii .pret, .promotii .pret a{
    float: left;
    margin-left: 10px;
    margin-top: 2px;

    font-size: 20px;
    color: #FF0000;
    text-decoration: none;
}
.promotii .producator {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.promotii .cumpara {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.mark {
    margin-bottom: -51px;
}








.accesorii {
    position: relative;
    display: inline-block;

    overflow: hidden;

    width: 350px;
    min-height: 283px;

    margin-right: 60px;
    margin-bottom: 60px;

    text-align: center;

    vertical-align: top;

    cursor: pointer;


}
.accesorii:nth-child(even) {
    margin-right: 0px;
}
.accesorii .texts h2 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 40px;



    font-size: 18px;
    font-weight: bold;

    text-align: center;

    background: #252525;
    vertical-align: middle;

    border-radius: 0px 0px 10px 10px;
}

.accesorii .texts h2 a {
    display: block;
    height: 40px;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    text-decoration: none;

}
.accesorii .texts h2 a span {
    display: block;
    height: 40px;

    line-height: 40px;
    vertical-align: middle;
}
.accesorii:hover .texts h2 {
    background: #252525;
}
.accesorii .imgoutercontainer {
    text-align: center;
}
.accesorii .imgoutercontainer:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url(/images/img-produs-categorie-shadow.png);


}
.accesorii:hover .imgoutercontainer {

}
.accesorii .imgoutereraser {
    width: 350px;
    height: 233px;

    overflow: hidden;
}
.accesorii .imgcontainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    width: 350px;
    height: 233px;
}


.accesorii-categorie-produs-sep {
    width: 100%;
    height: 1px;

    clear: both;

    /*border-bottom: 1px dotted #e2e2e2;*/

    padding-bottom: 10px;
    background: url(/images/line-h.png) left bottom no-repeat;
    margin-bottom: 10px;

}

.accesorii-categorie-sep {
    width: 100%;
    height: 1px;

    clear: both;

    /*border-bottom: 1px dotted #e2e2e2;*/
    /*
    padding-bottom: 10px;
    background: url(/images/line-h.png) left bottom no-repeat;
    margin-bottom: 10px;
    */
}

.accesorii-sep {
    width: 100%;
    height: 1px;

    clear: both;

    /*border-bottom: 1px dotted #e2e2e2;*/
    /*
    padding-bottom: 10px;
    background: url(/images/line-h.png) left bottom no-repeat;
    margin-bottom: 10px;
    */
}



.accesorii-categorie {
    position: relative;

    display: inline-block;

    cursor: pointer;

    overflow: hidden;

    width: 28%;

    text-align: center;

    vertical-align: top;

    margin-bottom: 0px;

    margin-left: 2%;
    margin-right: 2%;
}
.accesorii-categorie .texts {}
.accesorii-categorie .texts h2 {

    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;

    font-size: 24px;
    font-weight: normal;

    font-style: normal;

    text-align: center;
    vertical-align: middle;
}

.accesorii-categorie .texts h2 a {
    display: block;

    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    color: #252525;

}
.accesorii-categorie .texts h2 a span {
    display: block;


    vertical-align: middle;
}
.accesorii-categorie:hover .texts h2 a {
    color: #988575;
}



.producatori {

}

ul#producatorinav {
    margin: 0;
    padding: 0;
    list-style-type: none;

    margin-bottom: 15px;
}
ul#producatorinav li {
    display: inline-block;
    font-size: 20px;
}

ul#producatorinav li a {
    color: #252525;
    display: block;

    padding: 5px;
}
ul#producatorinav li a.on {
    color: #252525;
}
ul#producatorinav li a:hover {
    color: #252525;
}

.producator {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
    margin-irght: 1%;

    min-height: 30px;
}
.producator a {
    color: #5E5E5E;
}



.meniu-sep {
    width: 100%;
    height: 3px;
    background:  url(/images/line-h-meniu.png) center top no-repeat;
    clear: both;


    padding-bottom: 50px;
}

#oferte_speciale {
    margin-right: -50px;
    margin-left: -20px;

    padding: 10px;
}
#oferte_speciale h1 {
    text-transform: none;
    font-size: 25px;

    padding-left: 10px;
}
#oferte_speciale h1 a {
    color: #252525;

}

#oferte_speciale_isotope {
    padding: 10px;
}

.cele-mai {
    margin-bottom: 35px;
}
.cele-mai h2 {



    padding-left: 5px;
    padding-right: 5px;

    margin-left: -5px;
    margin-right: -5px;

    margin-bottom: 5px;
}

.cele-mai .accesorii-categorie-h dh2 {
    background: inherit;
}

#filtrele {
    margin-top: -10px;
    margin-bottom: 10px;
}
#filtrele .filtru {
    display: inline-block;
    margin-right: 10px;
}
#filtrele .filtru select {
    color: #464646;
    font-size: 11px;
}

.slickCeleMaiContent .slick-prev {
    left: inherit;
    right: 40px;
    top: -20px;
}
.slickCeleMaiContent .slick-next {
    right: 20px;
    top: -20px;
}



.accesorii-categorie-h {
    position: relative;

    display: inline-block;


    width: 18%;
    min-height: 280px;

    text-align: left;

    margin-left: 2%;
    margin-right: 2%;

    margin-top: 10px;
    margin-bottom: 30px;

    padding-top: 10px;
    padding-bottom: 10px;

    cursor: pointer;

    vertical-align: top;

    border-radius: 10px;
}
.accesorii-categorie-h.slick-slide {

}

.accesorii-categorie-h a.cereinformatii {
    color: #534741;
    font-size: 12px;
    font-weight: bolder;
}
.accesorii-categorie-h a.cereinformatii:hover {
    text-decoration: none;
}
.accesorii-categorie-h .cereinformatii:after {
    content: " ➬";
    padding-right: 20px;

}
.accesorii-categorie-h .titlu {
}
.accesorii-categorie-h .preturi {

    font-size: 16px;
    font-weight: bold;

    text-align: center;


    vertical-align: middle;


}
.accesorii-categorie-h .pretvechi {
    display: block;

    color: #534741;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 0px;

}
.accesorii-categorie-h .pretvechi:after {
    content: "       ";
    color: #534741;
}
.accesorii-categorie-h .pretvechi span {
    text-decoration: line-through;
}
.accesorii-categorie-h .pret {
    display: inline-block;

    color: #362F2D;
    font-size: 14px;
    font-weight: bold;
}


.accesorii-categorie-h .pret.redu {
    color: #ff0000;
}
.accesorii-categorie-h .pret span:before {

}
div:hover.accesorii-categorie-h {

}
.accesorii-categorie-h  .producatorcod {
    display: none;

    font-size: 12px;
    color: #252525;
    text-align: center;
    padding: 5px 0px;
}
.accesorii-categorie-h  .cod {
    display: none;

    font-size: 11px;
    color: #252525;
    margin-bottm: 3px;

    text-align: center;
}
.accesorii-categorie-h  .stoc {
    margin-top: 5px;
    font-size: 11px;
    color: #005B7F;
    text-align: center;

}
.accesorii-categorie-h dh2 {
    font-size: 16px;
    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;
    line-height: 15px;

    text-align: center;

    font-weight: normal;

    text-transform: none;
    margin-bottom: 5px;

    display: block;
    width: 100%;

}
.accesorii-categorie-h dh2 a {
    color: #252525;
    text-decoration: none;
}

div:hover.accesorii-categorie-h dh2 a {
    color: #988575;
    text-decoration: none;
}

.accesorii-categorie-h:hover .imgoutercontainer {

}
.accesorii-categorie-h .thumbs {
}
.accesorii-categorie-h img {
}

.accesorii-categorie-h .imgoutercontainer {
    text-align: center;
    width: 100%;
    min-height: 215px;
}
.accesorii-categorie-h:hover .imgoutercontainer {
    text-align: center;
    overflow: hidden;
}
.accesorii-categorie-h .imgoutereraser {
    width: auto;
    margin: auto;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.accesorii-categorie-h .imgcontainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    width: auto;
    margin: auto;
    height: 215px;
}

.accesorii-categorie-h .producator {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}














.accesorii-categorie-produs {
    position: relative;
}
.accesorii-categorie-produs h1 {
    color: #744E99;
    text-transform: none;
    margin-bottom: 5px;


    font-weight: normal;
}
.accesorii-categorie-produs h1 a {
    color: #744E99;
    text-decoration: none;
}
.accesorii-categorie-produs h3 {
    color: #363636;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
}
.accesorii-categorie-produs h3 a {
    color: #363636;

}
.accesorii-categorie-produs h3 a:hover {
    color: #988575;
}

.accesorii-categorie-produs .thumbs {
    float: left;
    width: 350px;


    margin-left: 0px;
    margin-top: 0px;
}
.accesorii-categorie-produs img {
}
.accesorii-categorie-produs .imgoutercontainer {

    padding: 10px;


    width: 350px;
    height: 313px;

    max-width: 100%;

    border: 0;
    border-radius: 0px;

    overflow: hidden;

    text-align: center;

    border: 0;




}
.accesorii-categorie-produs .imgoutercontainer:hover {

 }

.accesorii-categorie-produs .imgoutereraser {
    max-width: 100%;
    width: 350px;
    height: 313px;
    overflow: hidden;
}
.accesorii-categorie-produs .imgcontainer {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    overflow: hidden;
    max-width: 100%;
    width: 350px;
    height: 313px;
}
.accesorii-categorie-produs .imgcontainer img {
    max-width: 100%;
    max-height: 100%;
}

.accesorii-categorie-produs .lupa {
    position: absolute;
    float: left;
    top: 10px;
    left: 10px;
}
.accesorii-categorie-produs .more {


    padding-top: 5px;



    overflow: hidden;

    text-align: center;

    vertical-align: top;

    width: 100%;
}


.accesorii-categorie-produs .thoutercontainer {
    display: inline-block;

    width: 70px;
    height: 70px;

    border: 0;


    margin-top: 8px;
    margin-bottom: 2px;

    margin-left: 6px;
    margin-right: 6px;

    text-align: center;


    overflow: hidden;
}
.accesorii-categorie-produs .thoutercontainer:hover {

}
.accesorii-categorie-produs .thoutercontainer a {
    display: table-cell;
    width: 70px;
    height: 70px;
    vertical-align: middle;
}
.accesorii-categorie-produs .thoutercontainer a img {
    max-width: 100%;
}


.accesorii-categorie-produs .prezentarevideo a {
    background: #f9f9f9;

    display: inline-block;

    padding: 5px 10px 5px 10px;

    border-radius: 5px 0px 5px 5px;

    text-align: center;
}

.accesorii-categorie-produs .specificatii {

}

.accesorii-categorie-produs .texts {
    float: left;
    margin-left: 20px;
    width: auto;

    min-width: 350px;
    max-width: 55%;

    font-size: 11px;
    text-align: justify;
    color: #555555;

    margin-top: 5px;
}

.accesorii-categorie-produs .simboluri {
    float: left;

    margin: 6px;
}
.accesorii-categorie-produs .producator {
    float: left;
    margin-top: 6px;
    margin-bottom: 14px;
    margin-right: 10px;
}
.accesorii-categorie-produs .pret {
    color: #252525;
}
.redus{
    text-decoration: line-through;
    color: #998675;
}
.pretnou {
    color: #ff0000;
}

.accesorii-categorie-produs .specificatii {
    font-size: 14px;
    text-align: justify;
}
.accesorii-categorie-produs .specificatii th {
    background: #ffffff;
    height: 24px;
    color: #744E99;
    font-size: 12px;

    font-weight: normal;
}
.accesorii-categorie-produs .specificatii td {
    font-size: 11px;
}
.accesorii-categorie-produs .specificatii td {
    border-top: 2px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.accesorii-categorie-produs .specificatii .row1 td {
    height: 13px;
    color: #363636;
    font-size: 11px;
}
.accesorii-categorie-produs .specificatii tr.row1 {
    background: #e3e3e3;
}
.accesorii-categorie-produs .specificatii tr:hover.row1 {
    background: #d7d7d7;
}

.accesorii-categorie-produs .specificatii .row2 td {
    height: 13px;
    color: #363636;
    font-size: 11px;
}
.accesorii-categorie-produs .specificatii tr.row2 {
    background: #f2f2f2;
}
.accesorii-categorie-produs .specificatii tr:hover.row2{
    background: #dce5e2;
}

.accesorii-categorie-produs .specificatii.specificatie .row2 td,
.accesorii-categorie-produs .specificatii.specificatie .row1 td
{
    font-size: 13px;
}


.accesorii-categorie-produs .description {
    font-size: 13px;
}
.accesorii-categorie-produs .description p {
    font-size: 13px;
}
.accesorii-categorie-produs .cumpara {
    opacity: 1;
}
.accesorii-categorie-produs .cumpara:hover {
    opacity: 1;
}
.accesorii-categorie-produs .cumpara img {

}

.sliderCeleMai .accesorii-categorie-h {

}




.participant {
    width: 40px;
    heigh: 40px;

    display: inline-block;

    margin: 3px 3px;
}
.participant img {
    width: 40px;
    height: 40px;

    border-radius: 100%;
}
.adauga textarea ,
.editeaza textarea {
    width: 100%;
}

ul.grupare_produse {
    margin: 0;
    padding: 0;
    list-style-type: none;

    margin-left: -3px;
}
ul.grupare_produse li {
    display: inline-block;

}
ul.grupare_produse li a {
    display: block;
    margin: 5px 3px;
    border: 1px solid #cacaca;
    padding: 2px 4px;
    font-size: 13px;
    border-radius: 5px;
}
ul.grupare_produse li a.on {
    border: 1px solid #744E99;
}
ul.grupare_produse li a:hover {
    border: 1px solid #744E99;
}





.playon_stars {
    background: url(/images/stars/off.png) repeat-x;
    height: 16px;
    width: 80px;
}

.playon_stars_on {
    background: url(/images/stars/on.png) repeat-x;
    height: 16px;

    margin-top: -16px;
}
.playon_stars_nota {
    height: 16px;
    width: 80px;
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #cacaca;

    white-space: nowrap;
}
.playon_stars_nota small {
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    display: inline-block;
}
#pareri .playon_stars_nota small {
    padding-top: 0px;
}
.playon_stars_nota small.din {
    margin-left: 5px;
    font-size: 11px;
}
.playon_voteaza {
    position: absolute;
    top: 0;
    height: 16px;
    width: 80px;
}
.playon_voteaza:hover {

}
.playon_voteaza a {
    position: absolute;
    top: 0;

    display: block;

    height: 16px;

    background: url(/images/stars/hover.png) repeat-x;
    background-position: 0 -16px;
}
.playon_voteaza a:hover {
    background-position: 0 0;
}





.parere {
    margin-top: 10px;
    margin-bottom: 10px;

    width: 100%;
}

.parere ul {
    padding: 0;
    margin: 0;
    list-style-type: none;

}
.parere ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 0;

    font-size: 12px;
}
.parere ul li:first-child {
    padding-left: 0px;
}
.parere ul li:before {

    top: 9px;
    left: 3px;

    position: absolute;

    font-family: FontAwesome;
    content: "\f111";
    font-size: 5px;
    color: #cacaca;

}
.parere ul li:first-child:before {
    content: "";

    display: none;
}
.parere ul li a {
    color: #555555;

}
.parere ul li a.up.on {
    color: green;
}
.parere ul li a.on {
    color: #ff0000;
}
.parere ul li a:hover {
    color: #ff0000;
}
.parere ul.left {
    width: auto;
}
.parere .navi {
    display: none;
    float: none;
}
.parere:hover .navi {
    display: inherit;
    margin-top: 7px;
}


.parere dl {
    padding: 0;
    margin: 0;
    list-style-type: none;

    line-height: 12px;
    height: 12px;
}
.parere dl dd {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 0;
    padding-right: 5px;



    font-size: 12px;
}
.parere dl dd a {
    color: #555555;

}
.parere dl dd a:hover {
    color: #ff0000;
}

.submeniu_parere {
    display: none;

    position: absolute;
    right: 0px;

    width: 140px;


    text-align: right;
    border: 1px solid #cacaca;

    padding: 5px 5px;

    border-radius: 5px;
}
.submeniu_parere a {
    display: block;

    padding: 2px 0px;
}
.submeniu_parere a.on {
    color: #ff0000;
}
.parere .expand {
    display: inherit;
}
.parere .collapse {
    display: none;
}
.parere .colla123 {
    display: none;
}

.parere.expanded .expand {
    display: none;
}
.parere.expanded .collapse {
    display: inherit;
}
.parere.expanded .colla123 {
    display: inline-block;
}

.parere_raspuns {
    padding-left: 3%;

    margin-top: -10px;
}
.parere_raspuns .parere {
    margin-top: 0px;
    margin-bottom: 0px;
}
.parere_raspuns textarea {
    width: 100%;
}







.breadcrumb {
    margin-left: -5px;


    color: #bcbcbc;
    font-size: 13px;
    font-style: italic;
}
.breadcrumb a {

    color: #C7B299;


}
.breadcrumb a:hover {
    color: #988575;
}


#detail {
    height: 500px;
}

#detailtitle {
    border: 1px solid #c2c2c2;
    width: 500px;
    height: 35px;
}

#detailtitle h1 {
    font-size: 22px;
    line-height: 35px;
    color: #787878;
}

#detailimage {
    margin-top: 12px;
    border: 1px solid #532117;
    width: 500px;
    height: 400px;

    display: table-cell;
    vertical-align: middle;

}

#detailcontent {
    margin-top: 10px;
    width: 500px;
    height: 50px;
    font-size: 20px;
    color: #787878;
}

#detailnav {
    margin-right: 10px;
}



#optiuni {
    float: left;
    margin-left: -5px;

    width: 100%;
}
#optiuni ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#optiuni ul li {


}
#optiuni a {
    color: #898989;
    font-size: 11px;

    font-style: italic;

    line-height: 11px;
}
#optiuni a:hover{

}
#optiuni img {
    margin-left: 5px;
    margin-right: 3px;

}
.cart img.prod{
    -webkit-box-shadow: 2px 1px 5px 0px rgba(214, 217, 219, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(214, 217, 219, 0.75);
    box-shadow: 1px 1px 5px 2px rgba(214, 217, 219, 0.75);
}

.cart th {
    background: #fff;
    height: 24px;
    color: #744E99;
    font-size: 14px;

    padding-left: 5px;
    padding-right: 5px;
}
.cart td {
    padding-left: 5px;
    padding-right: 5px;
}
.cart td a {
    color: #363636;
}
.cart td a.normal {
    color: #F06421;
}
.cart td a.normal:hover {
    color: #988575;
}

.cart .row1 td {
    height: 24px;
    color: #363636;
    font-size: 14px;
}
.cart tr.row1 {
    background: #ffffff;
}
.cart tr:hover.row1 {
    background: #f0eeda;
}

.cart .row2 td {
    height: 24px;
    color: #363636;
    font-size: 14px;
}
.cart tr.row2 {
    background: #eeeeea;
}
.cart tr:hover.row2{
    background: #d9cca7;
}


.totals {


    height: auto;
    padding-bottom: 25px;
    background: #ffffff;
}

.subtotaluri {
    color: #3f3f3f;
    font-size: 14px;
    height: 24px;
    font-weight: bold;
    width: 100px;
}

.totaluri {
    color: #3f3f3f;
    font-size: 16px;
    height: 28px;
    font-weight: bold;
}

.checkout th {
    background: #eeeeea;
    height: 24px;
    color: #3f3f3f;
    font-size: 14px;
}
.checkout .row1 td {
    height: 24px;
    color: #363636;
    font-size: 14px;
}
.checkout tr.row1 {
    background: #ffffff;
}
.checkout tr:hover.row1 {
    background: #f0eeda;
}

.checkout .row2 td{
    height: 24px;
    color: #363636;
    font-size: 14px;
}
.checkout tr.row2 {
    background: #eeeeea;
}
.checkout tr:hover.row2{
    background: rgba(217, 204, 167, 0.16);
}

.favorite th {
    background: #eeeeea;
    height: 24px;
    color: #3f3f3f;
    font-size: 14px;
}
.favorite .row1 td {
    height: 24px;
    color: #363636;
    font-size: 14px;
}
.favorite tr.row1 {
    background: #ffffff;
}
.favorite tr:hover.row1 {
    background: #f0eeda;
}

.favorite .row2 td{
    height: 24px;
    color: #363636;
    font-size: 14px;
}
.favorite tr.row2 {
    background: #eeeeea;
}
.favorite tr:hover.row2{
    background: rgba(217, 204, 167, 0.14);
}

a.comenzit {
    background: rgba(116, 78, 153, 0.67);
    color: #fff;
    display: inline-block;

    margin-left: 2px;

    text-align: center;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;

}
a.comenzit:hover {
    background: rgba(152, 133, 117, 0.67);
}

a.adreset {
    background: rgba(116, 78, 153, 0.67);
    color: #fff;
    display: inline-block;

    margin-left: 0px;

    min-width: 100px;

    text-align: center;
    padding: 2px 10px;
    border-radius: 3px;

    font-size: 12px;
    margin-right: 10px;
}
a.adreset:hover {
    background: rgba(152, 133, 117, 0.67);
}



a.morepareri {
    background: rgba(116, 78, 153, 0.67);
    color: #fff;
    display: inline-block;

    margin-left: 0px;

    min-width: 100px;

    text-align: center;
    padding: 2px 10px;
    border-radius: 3px;

    font-size: 12px;
    margin-right: 0px;
}
a.morepareri:hover {
    background: rgba(152, 133, 117, 0.67);
}

a.normal {
    color: #744E99;
}
a.normal:hover {
    color: #988575;
}



.comenzit th {
    background: #eeeeea;
    height: 32px;
    color: #3f3f3f;
    font-size: 14px;

    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;

    text-align: center;
}
.comenzit td {
    text-align: center;
}

.comenzit .row1 td {
    height: 32px;
    color: #363636;
    font-size: 14px;
}
.comenzit tr.row1 {
    background: #ffffff;
}
.comenzit tr:hover.row1 {
    background: #f0eeda;
}
.comenzit th {
    text-align: left;
}
.comenzit .row2 td{
    height: 32px;
    color: #363636;
    font-size: 14px;
}
.comenzit tr.row2 {
    background: #eeeeea;
}
.comenzit tr:hover.row2{
    background: rgba(217, 204, 167, 0.15);
}

#login {
    min-height: 300px;
}
#cumparator {
    min-height: 100px;

}

#livrare {
    min-height: 100px;
}
#plata {
    min-height: 100px;
}
#observatii {
    min-height: 100px;
}

#rezumat {

    min-height: 100px;
}

#totals {

    min-height: 30px;
}

.informatiicont pre{
    margin-top: 3px;
    margin-bottom: 3px;
}

.group-select li .input-text, .group-select li select, .group-select li textarea {
    width:auto;
}

.group-select li select {
    height: 27px;
}

.group-select label {

}

.group-select {
    padding-left: 5px;
    padding-right: 5px;

    margin-top: 5px;
    margin-bottom: 15px;
}

ul.form-list {
    margin-bottom: 0;

}




a.paginate {
    border: 1px solid #D5D5D5;
    color: #F06421;
    font-size: 14px;
    padding: 1px 3px;
    text-decoration: none;

    border-radius: 3px;
}
.inactive {
    border: 1px solid #D5D5D5;
    color: #B4B4B4;
    font-size: 14px;
    padding: 2px 6px;

    border-radius: 3px;
}
.current {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #D5D5D5;
    color: #A8A8A8;
    font-size: 14px;
    padding: 2px 6px;

    border-radius: 3px;
}





.backnav {
    float: right;
    margin-right: 160px;
}


#newsletterImg {
    margin-bottom: -4px;
    margin-left: 2px;
}
#cautaimg {
    margin-bottom: -3px;

}


#home_carousel {
    width: 560px;
    height: 200px;
    overflow: hidden;
}
.home_carousel {
}
.home_info {
    margin-top: 12px;
    border-top: 1px dashed #dbdbdb;
    padding-top: 10px;
    margin-bottom: 10px;
}
.home_produsulsaptamanii {
    margin-top: 10px;
    border-top: 1px dashed #dbdbdb;
    padding-top: 20px;
    margin-bottom: 10px;
}



.jos_promotii {
    margin-top: 40px;
    border-top: 1px dashed #dbdbdb;
    padding-top: 20px;
    margin-bottom: 10px;
}
#dreapta {
    float: right;
    width: 195px;
    margin-right: 40px;
}

#dreapta h1{
    font-size: 15px;
    text-transform: none;
    line-height: 20px;
    height: 20px;
    padding:3px;
}
.dreapta_noutati {
    margin-top: 15px;
    border: 1px solid #c4c1bc;
    height: auto;
}
.dreapta_noutati h1, .dreapta_noutati h1 a {
    background: #f1a604;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;

    font-size: 15px;
}

.dreapta_parteneriate {
    margin-top: 15px;
    margin-bottom: 20px;
}

.parteneriate {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.dreapta_parteneriate h1,  .dreapta_parteneriate h1 a{
    background: #F06421;
    color: #ffffff;

    text-transform: none;
    text-decoration: none;

    font-size: 15px;
}

.border5 {
    border: 5px solid #dbdbdb;
}
.border3 {
    border: 3px solid #dbdbdb;
}

.borderbottomdashed {
    border-bottom: 1px dashed #dbdbdb;
}


.mark-normal {
    position: absolute;
    bottom: 0px;

    width: 100%;
    height: 60px;

    background: #e6d4bf;

    display: none;
}


.mark-promo {
    position: absolute;

    right: 0px;
    top: 0px;

    width: 59px;
    height: 35px;

    background: url(/images/icon-promo.png) no-repeat;
}
.reducerea:before {
    content: "REDUCERE\A";
    white-space:pre;
    font-size: 12px;
}
.reducerea {
    position: absolute;
    color: #fff;
    right: 0px;
    top: 0px;

    width: 59px;
    height: 33px;

    padding-top: 2px;

    line-height: 13px;

    vertical-align: middle;
    text-align: center;


    font-size: 16px;
}

.mark-spec {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;

    width: 30px;
    height: 30px;

    background: url(/images/icon-detalii-info.png) no-repeat;
    border-radius: 0px;
}
.mark-new:after {
    content: "NOU";
    vertical-align: middle;
    text-align: center;
    color: #fff;

    padding-left: 15px;
    line-height: 35px;

    width: 59px;
    height: 25px;
}
.mark-new {

    position: absolute;

    right: 0px;
    top: 0px;

    width: 59px;
    height: 35px;

    background: url(/images/icon-new.png) no-repeat;
}




.navi {
    text-align: right;



    width: 100%;

    background: url(/images/line-h.png) left 5px no-repeat;
}
.navi div {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 30px;
}

.pagini {
    display: inline-block;
    line-height: 30px;

    margin-left: -5px;
    margin-top: 0px;

    padding-left: 5px;
    padding-right: 5px;

    color: #898989;

    vertical-align: middle;
}
.pagini a {
    font-size: 14px;

    padding: 2px 6px;
}

.pagini a.paginate {
    color: #744E99;
}

.pagini a.current {
    color: #F06421;
}


.sortare {
    display: inline-block;


    line-height: 30px;
    margin-left: 15px;
    color: #898989;
}

.sortare select {
    color: #898989;
    font-size: 11px;
}
.convertor {
    display: none;
    width: 20px;
    background: #ececec;
    color: #707070;
    font-size: 14px;
    padding: 3px;

    position: absolute;
    width: 200px;
}



p {
}





ul.stars {
    margin-bottom: 5px;
    margin-left: 5px;
}

ul.stars li {
    list-style-type: none;

    color: #cf3e0a;

    height: 20px;
    line-height: 20px;
    background: url(/images/bullet-star.png) 0px 3px no-repeat;
    padding-left: 16px;
}



ul.spell {
    margin-bottom: 5px;
    margin-left: 5px;
}

ul.spell li {
    list-style-type: none;
    height: 20px;
    line-height: 20px;

    padding-left: 16px;
}






.fotogalerie{

    cursor: pointer;
}
.fotogalerie h4{
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 8px;
    color: #252525;
}
.pozefotogalerii {
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
}
.pozefotogaleriidet {
    margin-right: 16px;
    margin-bottom: 15px;
    float: left;

}

.fotogalerie{

    cursor: pointer;
}
.fotogalerie h3 {
    margin-bottom: 3px;
}
.fotogalerie h4{
    font-size: 14px;
    font-weight: bolder;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #d10d3f;
}
.pozefotogaleriism {
    margin-right: 16px;
    margin-bottom: 15px;
    float: left;
}
.pozefotogaleriismeveniment {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.pozefotogalerii {
    margin-right: 7px;
    margin-bottom: 0px;
    float: left;
}
.pozefotogaleriidet {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}


.pozefotogalerii img {
    opacity: 1;
}
.pozefotogalerii:hover img {
    opacity: 1;
}

.fotogalerie .imgcontainer a img {
    border: 2px solid #744E99;
}
.fotogalerie .imgcontainer:hover a img {
    border: 2px solid #988575;
}



#ancoragalerie {
    display: none;
}


.videogalerie{

    cursor: pointer;
}
.videogalerie h4{
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #252525;
}
.pozevideogalerii {
    margin-right: 16px;
    margin-bottom: 15px;
    float: left;
}


.pozefotogalerieh {
    display: none;
}


.fpdiponibilitate {
    font-style: italic;
    font-weight: normal;
    color: #998675;
    font-size: 20px;
    font-family: "PT Sans", Arial, Helvetica, sans-serifprodus;

    margin-left: 0px;
}


.TitluProspect {
    color: #744E99;
}
.description p strong {
    color: #744E99;
}


#optiuni a {

}
#optiuni {

}
#optiuni ul {

}
#optiuni ul li {
    display: inline-block;
}


.fb-like {
}


#colectiecontainer {
    margin-left: -10px; margin-right: -40px; padding: 10px;
}

.colectie {
    display: inline-block;
    position: relative;

    width: 227px;

    vertical-align: top;

    margin-right: 26px;
    margin-bottom: 30px;
}
.colectie h2 {
    font-style: italic;
    font-weight: normal;
}
.colectie a img {
    border: 0px solid #e3e3e3;
    opacity: 1;

}

.colectie a.active img {
    border: 0px solid #f9ae40;
    opacity: 1;
}

.colectie a:hover img {
    opacity: 1;
}
.colectie span {
    display: block;
}

#thumbnailscontainer {
    margin-left: -10px; margin-right: -40px; padding: 10px;
}

.thumbnail {
    display: inline-block;
    position: relative;

    margin-right: 23px;
    margin-bottom: 25px;
}
.thumbnail a img {
    border: 0px solid #e3e3e3;
    opacity: 1;
}

.thumbnail a.active img {
    border: 0px solid #f9ae40;
    opacity: 1;
}

.thumbnail a:hover img {
    opacity: 1;

    -webkit-box-shadow: 0px 0px 1px 1px #988575;
    -moz-box-shadow: 0px 0px 1px 1px #988575;
    box-shadow: 0px 0px 1px 1px #988575;

}

.thumbnail a span {
    display: block;
    color: #36d489;
    text-align: center;
}



#view {
    float: left;

    overflow: hidden;
    width: 465px;
    height: 465px;
    position: relative;
    border: 0px solid #e3e3e3;
    border: 0;
    margin-left: 0px;
    margin-bottom: 10px;
}

#view #theimage {
    overflow: hidden;

    display: table-cell;

    width: 465px;
    height: 465px;

    vertical-align: middle;
    text-align: center;

}

#view #theimage a {
    overflow: hidden;

    width: 465px;
    height: 465px;
}


#prev {
    cursor: pointer;

    display: block;

    position: absolute;

    top: 50%;
    margin-top: -27px;

    left: 10px;

    width: 33px;
    height: 53px;
    background: url(/images/prev.png) no-repeat;

    opacity: 0.4;
}
#next:hover {
    opacity: 1;
}
#next {
    cursor: pointer;

    display: block;

    position: absolute;

    top: 50%;
    margin-top: -27px;

    right: 10px;

    width: 33px;
    height: 53px;
    background: url(/images/next.png) no-repeat;

    opacity: 0.4;
}
#prev:hover {
    opacity: 1;
}


a.maimulte {
    display: inline-block;

    background: white;
    line-heiht: 20px;

    padding: 5px;



    font-style: italic;
    text-align: right;
    align: right;



    float: right;
    clear: both;
}
a.maimulte:after {
    content: " ➬";
    background: white;

    padding-right: 20px;
}


sup.currency {
    font-size: 0.7em;
}

#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: hsla(0, 0%, 100%, 0.9);
    padding: 20px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#infinitypaginator {
    posotion: absolute;
    bottom: 0px;
}
#infinitypaginator span {
    display: none;
}







#home-stiri {
    float: left;
    width: 355px;
    height: 306px;

    position: relative;
}
#home-info {
    float: right;
    width: 355px;
    height: 306px;
    color: #363636;
    font-size: 14px;

    position: relative;
}





#sitemap {
    padding-left: 5px;
}
#sitemap .level-0 {
    padding-left: 50px;
    padding-bottom: 2px;
}
#sitemap .level-0 a {
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 27px;
    font-weight: normal;
    color: #534741;
    margin-bottom: 0px;
}
#sitemap .level-1 {
    padding-left: 100px;
    padding-bottom: 5px;
}
#sitemap .level-1 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    color: #744E99;
    margin-bottom: 0px;
}
#sitemap .level-2 {
    padding-left: 150px;
    padding-bottom: 5px;
}
#sitemap .level-2 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    color: #534741;
    margin-bottom: 0px;
}
#sitemap .level-3 {
    padding-left: 200px;
    padding-bottom: 5px;
}
#sitemap .level-3 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #534741;
    margin-bottom: 0px;
}
#sitemap .level-4 {
    padding-left: 250px;
    padding-bottom: 5px;
}
#sitemap .level-4 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    color: #988575;
    margin-bottom: 0px;
}
#sitemap .level-5 {
    padding-left: 300px;
    padding-bottom: 5px;
}
#sitemap .level-5 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #988575;
    margin-bottom: 0px;
}
#sitemap .level-6 {
    padding-left: 350px;
    padding-bottom: 5px;
}
#sitemap .level-6 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #988575;
    margin-bottom: 0px;
}
#sitemap .level-7 {
    padding-left: 400px;
    padding-bottom: 5px;
}
#sitemap .level-7 a {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #988575;
    margin-bottom: 0px;
}






.l4last {
    margin-right: 0px;
    clear: right;
}




