/* Base Styling */
html {
    font-size: 1em;/*16px*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,:after,:before { background: transparent; border: 0; color: inherit; font: inherit; line-height: inherit; outline: 0; -moz-outline-style: none; vertical-align: baseline; margin: 0; padding: 0; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit; }
:focus { outline: none; -moz-outline-style: none; }
:first-child { margin-top: 0; }
/* Sections */
body {
    background: url(images/bg_top.gif) 0 0 repeat-x #ffffff;
    color: #656565;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.750em;/*12px*/
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2em;
}
section, nav, article, aside, header, footer, main,
hgroup, h1, h2, h3, h4, h5, h6,
p, hr, pre, blockquote, details,
ol, ul, dl,
figure, figcaption,
address,
code, .spaced {
    display: block;
    margin-top: 30px;
}
h1 {
    color: #0982d3;
    font-size: 1.667em;/*20px*/
}
.page-title,
.similare-title {
    border-bottom: 1px solid #cccccc;
    font-size: 1.667em;/*20px*/
    font-weight: 700;
    line-height: 1.2em;
    text-indent: 7px;
    display: block;
    padding: 0 0 9px 0;
}
h2 {
    color: #0982d3;
    font-size: 1.417em;/*17px*/
}
.blue-title {
    font-size: 1.167em;/*14px*/
    font-weight: 700;
}
h3 {
    color: #0982d3;
    font-size: 1.083em;/*13px*/
}
.grey-title {
    color: #9c9c9c;
}
h4 {
    font-size: 125%;
}
h5, h6 {
    font-size: 100%;
    font-weight: 700;
}
.list-header,
.list-header2,
.istoric-header {
    border-bottom: 1px solid #cccccc;
    color: #454545;
    font-size: 1.333em;/*16px*/
    font-weight: 700;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0;
}
.list-header > .alignright {
    color: #0982d3;
    font-size: 0.625em;/*10px*/
    text-decoration: underline;
}
.list-header2 {
    text-indent: 5px;
    margin: 5px 0;
    padding: 0 0 5px;
}
.cms {
    line-height: 1.5em;
}
.cms p {
    margin-top: 12px;
}
ol, ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1.5em;
}
ol {
    list-style-type: decimal;
}
li ul {
    list-style-type: square;
}
dl {
    color: #9c9c9c;
    margin-top: 12px;
}
dt, dd {
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    text-indent: 10px;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
dd {
    font-weight: 400;
}
dt.odd, dd.odd {
    background: #ffffff;
    border: 0;
}
dt.even, dd.even {
    background: #f8f8f8;
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
}
/* Text-level semantics */
a {
    color: #656565;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
i {
    font-style: italic;
}
em {
    font-style: oblique;
    letter-spacing: 1px;
}
mark {
    font-weight: 700;
    letter-spacing: 1;
}
b, strong {
    font-weight: 700;
}
small {
    font-size: 85%;
}
u {
    text-decoration: underline;
}
blockquote, cite, q {
    quotes: none;
}
cite, q {
    display: inline-block;
}
blockquote:before, blockquote:after,
cite:before, cite:after,
q:before, q:after {
    content: "\201C";
    font-size: 100%;
    vertical-align: baseline;
    position: relative;
    top: 0;
}
blockquote:after, cite:after, q:after {
    content: "\201D";
}
sup, sub {
    font-size: 70%;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub {
    top: 0.4em;
}
br {
    clear: left;
}
/* Edits */
ins {
    text-decoration: none;
}
s, del {
    text-decoration: line-through;
}
/* Embedded content */
img {
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
/* Tabular data */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-top: 1.5em;
    width: 100%;
}
th, td {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: left;
    vertical-align: top;
    padding: 2px 5px;
}
th {
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
/* Forms */
form, fieldset {
    display: block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
    height: auto;
}
form p,
#pers_jur {
    margin-top: 13px;
}
legend, label, button, input, select, textarea {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
}
legend {
    color: #0982d3;
}
label {
    max-width: 100%;
    width: 100%;
}
[type="text"],
[type="password"],
select,
textarea {
    border: 1px solid #cccccc;
    background: #ffffff;
    line-height: 29px;
    padding: 0 2px;
    max-width: 100%;
    width: 100%;
    height: 29px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
select {
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 225px;
}
select[multiple] {
    height: auto;
}
optgroup option {
    padding-left: 0.5em;
}
textarea {
    line-height: 1.2em;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 150px;
}
[type="checkbox"],
[type="radio"] {
    float: left;
    margin-right: 5px;
}
[type="image"] {
    background: transparent;
    border: 0;
    width: auto;
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button {
    display: none;
}
button, [type="button"], [type="reset"] {
    background: #FFFFFF;
    color: #000000;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 0.5em 2em;
    -webkit-appearance: button;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="submit"] {
    background: #C2E8FF;
    color: #0982D3;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 0.5em 2em;
    -webkit-appearance: button;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
datalist, output {
    display: block;
}
keygen, progress, meter {
    display: inline-block;
}
.form-450 {
    display: block;
    width: 450px;
    margin: 20px auto;
}
.form-450 > p {
    margin-top: 13px;
}
.addr-input {
    margin: 13px 0 0 0;
    float: left;
    width: 50px;
}
/* Interactive elements */
details, summary, menuitem, menu {
    display: block;
}
/* Utility classes */
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    content: "";
    display:table;
    clear:both;
}
.group {
    zoom: 1;
}
figure img,
.image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
figure {
    text-align: center;
}
.alignleft {
    float: left;
    display: inline;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    display: inline;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    float:none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.unstyled,
nav ul,
nav ol {
    background: transparent;
    border: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.font10 {
    font-size: 0.833em;/*10px*/
}
.font24 {
    font-size: 2em;/*24px*/
}
.bordered {
    border: 1px solid #cccccc;
    display: block;
    margin: 11px 0 0 0;
    padding: 9px 9px 9px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	min-height:300px;
	height:auto;
}
.border-top {
    border-top: 1px solid #cccccc;
    padding-top: 13px;
}
.blue {
    color: #0982d3;
}
.grey {
    color: #454545;
}
.margin0 {
    margin: 0;
}
.orange {
    color: #ff8e00;
}
.bigger {
    font-size: 200%;
    line-height: 1.5em;
}
.breadcrumb {
    color: #0982d3;
    font-size: 11px;
    display: block;
    margin: 12px 0 0 0;
}
.breadcrumb .breadcrumb {
    display: inline;
}
/* Topography */
.page-wrapper {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 990px;
    height:auto
}
.sidebar-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 216px;
}
.content-right {
    float: right;
    width: 763px;
}
.sidebar-left2 {
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
    width: 170px;
}
.content-right2 {
    float: right;
    margin: 20px 0 0 0;
    padding: 0;
    width: 790px;
}
.content-right3 {
    float: right;
    margin: 0px;
    padding: 0;
    width: 750px;
}

/* General formats */
[href^="tel:"], [href^="tel:"]:hover {
    cursor: default;
    text-decoration: inherit;
}
/* Icons */
.icon-s {
    color: #0982d3;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    margin: 11px 0 0 7px;
}
.icon-s > img {
    vertical-align: baseline;
}
[class^="act-"] {
    background: 0 50% no-repeat transparent;
    color: #9c9c9c;
    line-height: 24px;
    text-decoration: none;
    float: left;
    display: block;
    margin: 0 30px 0 0;
    padding: 0 0 0 20px;
    width: 125px;
    height: 24px;
}
.act-recomanda { background-image: url(images/icon_recomanda.gif); }
.act-printeaza { background-image: url(images/icon_print.gif); }
.act-messenger { background-image: url(images/icon_yahoo.gif); margin-right: 0; }
.act-similare { background-image: url(images/icon_similare.gif); }
.act-pdf { background-image: url(images/icon_pdf.gif); }
/* Page header right */
#page-header {
    background: url(images/bg_top.jpg) 50% 0 repeat-x transparent;
    margin: 0;
    padding: 0;
    min-height: 139px;
}

#hdr-right {
    text-align: right;
    float: right;
    position: relative;
    width: 766px;
}
#visitors {
    background: url(images/pic_vizitatori.png) 50% 50% no-repeat transparent;
    color: #ffffff;
    font-size: 1.333em;/*16px*/
    font-weight: 700;
    line-height: 109px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    margin: -55px 0 0 0;
    padding: 0;
    width: 109px;
    height: 109px;
}
@media only screen and (max-width: 1265px)  {
    #visitors { display: none; }
}
#hdr-nav1 {
    margin: 0;
    padding: 0 0 2px 0;
}
.nav1-item {
    color: #656565;
    line-height: 2em;
    position: relative;
    display: inline-block;
}
.nav1-item + .nav1-item {
    margin-left: 7px;
    padding-left: 7px;
}
.nav1-item + .nav1-item:before {
    content: '|';
    position: absolute;
    left: -2px;
    top: 0;
}
.nav1-item.has-subnav {
    padding-right: 1em;
}
.nav1-item.has-subnav:after {
    content: '\25bc';
    font-size: 9px;
    position: absolute;
    top: 0;
    right: 0;
}
.nav1-item > a {
    color: #656565;
    font-weight: 700;
}
.subnav1 {
    background: #ffffff;
    border: 1px solid #656565;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    padding: 5px 7px;
}
.nav1-item:hover > .subnav1 {
    display: block;
}
/* Header Cart */
#hdr-cart {
    color: #9c9c9c;
    float: right;
    position: relative;
}
#hdr-cart-button {
    background: url(images/cos.png) 50% 50% no-repeat transparent;
    border: 0;
    color: inherit;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    height: 33px;
    width: 180px;
}
#hdr-cart:hover > #hdr-cart-button,
.open > #hdr-cart-button {
    background-image: url(images/cos_deschis.png);
}
#hdr-cart-button > strong {
    color: #545454;
}
#hdr-cart-drop {
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    display: none;
    padding: 10px 0 8px 0;
    width: 270px;
}
#hdr-cart-drop:before {
    content: ' ';
    background: url(images/cos_deschis_top.png) 50% 50% no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 270px;
    height: 10px;
}
#hdr-cart-drop:after {
    content: ' ';
    background: url(images/cos_deschis_bot.png) 50% 50% no-repeat transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 270px;
    height: 8px;
}
#hdr-cart:hover > #hdr-cart-drop,
.open > #hdr-cart-drop {
    display: block;
}
#hdr-cart-prods {
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-top: 0;
    border-bottom: 0;
    line-height: 35px;
    list-style: none outside none;
    margin: 0;
    padding: 0 14px 0 9px;
}
#hdr-cart-prods > li {
    font-size: 0.917em;/*11px*/
}
#hdr-cart-prods > .hdr-cart-total {
    border-top: 1px solid #cccccc;
    color: #656565;
    font-size: 100%;/*11px*/
}
#hdr-cart-prods > li > a {
    color: #0982d3;
}
.hdr-cart-img {
    vertical-align: middle;
    margin-right: 4px;
    max-width: 35px;
    max-height: 100%;
    width: auto;
    height: auto;
}
#cart-left {
    float: left;
    width: 670px;
}
#cart-right-wrapper {
    float: right;
    margin-top: 25px;
    width: 280px;
}
.cart-text {
	font-size:16px;
    margin-top: 24px;
	text-align:center;
}
/* Header Search */
#hdr-search {
    background: url(images/cauta_left.png) 0 50% no-repeat transparent;
    line-height: 33px;
    float: left;
    padding: 0 0 0 19px;
    width: 566px;
    height: 33px;
}
#hdr-search > fieldset {
    border: 1px solid #cdcdcd;
    border-left: 0;
    border-right: 0;
    float: left;
    height: 33px;
}
#hdr-select {
    text-align: left;
    float: left;
    position: relative;
    height: 31px;
}
#hdr-select-btn {
    background: #ffffff;
    line-height: 33px;
    display: inline-block;
    margin: 0 0 0 -3px;
    padding: 0 12px;
    width: 170px;
    height: 31px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#hdr-select-btn:after {
    content: ' ';
    background: url(images/bullet_cauta.gif) 50% 50% no-repeat transparent;
    float: right;
    display: block;
    width: 7px;
    height: 31px;
}
#hdr-select-list {
    background: #ffffff;
    line-height: 1.5em;
    list-style: none outside none;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 5px 12px;
    min-width: 100%;
}
#hdr-select.open > #hdr-select-list {
    display: block;
}
#hdr-select-list > li > button {
    color: inherit;
    line-height: 2em;
    margin: 0;
    padding: 0;
}
#txtSearch {
    background: url(images/bg_cauta.gif) 0 0 repeat-x transparent;
    border: 0;
    border-left: 1px solid #cdcdcd;
    line-height: 31px;
    padding: 0 12px;
    width: 340px;
    height: 33px;
}
/* Nav 3 */
#hdr-nav3 {
    background: #ffffff;
    border: 1px solid #cccccc;
    list-style: none outside none;
    margin: 9px 0 0 0;
    padding: 0;
    height: 31px;
}
.nav3-item {
    line-height: 17px;
    float: left;
    display: block;
    margin: 7px 0 0 0;
    padding: 0 20px;
    height: 17px;
}
.nav3-item:last-child {
    padding-right: 0;
}
.nav3-item + .nav3-item {
    border-left: 1px solid #cccccc;
}
/* Page header Left */
#hdr-left {
    position: relative;
    padding: 13px 0 0 0;
    width: 213px;
}
#nav-main {
    background: url(images/categorii_off.gif) 0 0 no-repeat transparent;
    margin: 18px 0 0 0;
    padding: 43px 0 0 0;
}
#nav-main:hover,
.nav-open #nav-main {
    background: url(images/categorii_top.gif) 0 0 no-repeat transparent;
}
#nav2 {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;

    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#nav-main:hover > #nav2,
.nav-open #nav2 {
    display: block;
}
.nav2-item {
    background: url(images/sageata_meniu.gif) 98% 50% no-repeat transparent;
    color: #0982d3;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 19px;
    height: 30px;
}
.nav2-item + .nav2-item {
    border-top: 1px solid #dfdfdf;
}
.nav2-item a {
    color: #0982d3;
    position: relative;
    display: block;
}
.nav2-item:hover {
    background: #ffffff;
    color: #9c9c9c;
}
.nav2-item:hover > a {
    color: #9c9c9c;
    text-decoration: none;
}
.nav2-item:hover > a:after {
    content: ' ';
    background: url(images/submnu_arrow.gif) 50% 50% no-repeat #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99999;
    display: block;
    width: 12px;
    height: 30px;
}
.subnav2 {
    background: 100% 100% no-repeat #ffffff;
    border: 1px solid #cccccc;
    line-height: 1.2em;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 9999;
    display: none;
    padding: 23px 26px;
    width: 774px;
    min-height: 427px;
}
.nav2-item:hover > .subnav2 {
    display: block;
}
.subnav2-mnu {
    float: left;
}
.subnav2 > ul > li {
    margin-bottom: 17px;
}
.subnav2 > ul {
    float: left;
}
.subnav2 > ul + ul {
    margin-left: 25px;
}
/* Page Footer */
#page-footer {
    background: url(images/bg_bot.gif) 0 0 repeat-x transparent;
    color: #9c9c9c;
    padding: 20px 0 0 0;
    min-height: 297px;
}
#foot-nav {
    float: right;
    width: 625px;
}
.fnav {
    float: left;
    width: 180px;
}
.fnav + .fnav {
    margin-left: 42px;
}
.fnav > a {
    line-height: 1em;
    display: block;
    margin: 0;
    padding: 12px 0 12px 2px;
}
.fnav > a + a {
    border-top: 1px solid #e2e2e2;
}
#foot-left {
    float: left;
    width: 172px;
}
#footlogo {
    color: #9c9c9c;
    text-transform: uppercase;
}
#footlogo > strong {
    display: block;
    padding-top: 20px;
}
#copyright {
    border-top: 1px solid #e2e2e2;
    text-align: center;
    clear: both;
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
}
/* Home */
#home-li1, #home-li2, #home-li3 {
    list-style: none outside none;
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
}
#home-li3 {
    background: #f1f1f1;
    border: 1px solid #cccccc;
    letter-spacing: 10px;
    line-height: 70px;
    text-align: center;
    padding: 0;
    width: 295px;
    height: 72px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* Products - List */
.products-list {
    list-style: none outside none;
    margin: 0 0 0 -10px;
    padding: 0;
}
.products-list.bordered {
    margin: 11px 0 0 0;
    padding: 12px 0 11px 0;
}
.pl-item {
    border: 1px solid #cccccc;
    line-height: 1.2em;
    position: relative;
    display: block;
    float: left;
    margin: 13px 0 0 10px;
    padding: 20px 0 0 0;
    min-height: 242px;
    width: 190px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bordered > .pl-item {
    margin: 0 0 7px 7px;
}
.pl-title,
.pg-title {
    color: #0982d3;
    font-size: 100%;/*12px*/
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0 7px 0 15px;
    min-height: 3.6em;
}
.pl-title > a,
.pg-title > a {
    color: #0982d3;
    text-decoration: none;
}
.pg-title {
    text-align: left;
    text-indent: 0;
    margin: 12px 0 5px 0;
    padding: 0;
    min-height: inherit;
}
.pl-image {
    line-height: 140px;
    display: block;
    margin: 0 7px 0 15px;
    height: 140px;
}
.pl-status {
    position: absolute;
    top: 0;
    left: 0;
}
.pl-social {
    border: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    line-height: 31px;
    text-align: right;
    display: block;
    padding: 0 7px 0 15px;
    height: 31px;
}
.pl-rating {
    float: left;
    max-height: 100%;
}
.pl-foot {
    line-height: 38px;
    text-align: right;
    display: block;
    padding: 0 7px 0 15px;
    height: 38px;
}
.pl-price,
.pg-price {
    color: #ff8e00;
    font-size: 1.333em;/*16px*/
    font-weight: 700;
    text-align: left;
    float: left;
    vertical-align: baseline;
    display: block;
    margin: 0 0 -10px 0;
}
.pg-price {
    float: right;
    text-align: right;
    margin: 20px 0 15px 0;
}
.pg-price > small {
    display: block;
}
.pl-old-price,
.pg-old-price {
    color: #9c9c9c;
    font-size: 0.750em;/*12px*/
    line-height: 1.2em;
    text-decoration: line-through;
    display: block;
    margin: 5px 0 -1em 0;
}
.pg-old-price {
    margin: 0;
}
/* Products - Grid */
.products-grid {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pg-item {
    border: 1px solid #cccccc;
    line-height: 1.2em;
    text-align: right;
    position: relative;
    display: block;
    margin: 13px 0 0 0;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.pg-image {
    text-align: center;
    float: left;
    margin-right: 15px;
    width: 130px;
}
.pg-description {
    text-align: left;
    float: left;
    margin-right: 15px;
    width: 460px;
}
.pg-description > p {
    margin-top: 12px;
}
.pg-detalii {
    background: #ededed;
    border: 1px solid #cccccc;
    line-height: 30px;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* Sectiune Istoric */
.istoric-wrapper {
    border: 1px solid #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
.istoric-header {
    font-size: 1.417em;/*17px*/
    margin: 5px 0 15px 0;
}
.istoric-title {
    color: #9c9c9c;
    font-size: 0.917em;/*11px*/
    font-weight: 400;
    margin: 0 0 8px 0;
}
.istoric-list {
    border-right: 1px solid #cccccc;
    float: left;
    min-height: 295px;
    width: 175px;
}
.istoric-ul {
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding: 0;
}
.istoric-ul > li {
    height: 60px;
}
.istoric-ul img {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    max-width: 42px;
    height: auto;
}
.bx-istoric {
    float: right;
    width: 780px;
}
.bx-istoric > .istoric-title {
    margin-top: 20px;
}
.bx-istoric > .products-list {
    margin-left: -5px;
    margin-right: -10px;
}
.bx-istoric > .products-list > .pl-item {
    margin-left: 5px;
}
/* Home Footer */
#blog-home {
    float: left;
    width: 760px;
}
#newsltter-home {
    float: right;
    width: 217px;
}
#blog-home > .list-header,
#newsltter-home > .list-header {
    margin-top: 0;
}
#newsletter-home-fieldset {
    border: 1px solid #cccccc;
    margin: 11px 0 0 0;
    padding: 17px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#txtNewsletterHome {
    background: url(images/newsletter_input_bg.gif) 0 0 repeat-x transparent;
    border: 0;
    line-height: 29px;
    margin: 22px 0 0 0;
    height: 29px;
}
#newsletter-home-fieldset > .center {
    margin-top: 22px;
}
.blog-list {
    border: 1px solid #cccccc;
    list-style: none outside none;
    margin: 11px 0 0 0;
    padding: 14px 0 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bl-item {
    float: left;
    margin: 0 0 0 20px;
    width: 355px;
}
.bl-title {
    font-size: 1.167em;/*14px*/
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0;
}
.bl-content {
    line-height: 1.2em;
    margin-top: 15px;
}
.bl-image {
    float: left;
    line-height: 130px;
    margin-right: 15px;
    width: 115px;
    height: 130px;
}
/* Cart */
.cart-wrapper {
    padding: 20px 24px;
}
.cart-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.cart-list-item {
    border-bottom: 1px solid #cccccc;
}
.cart-image {
    line-height: 120px;
    float: left;
    width: 100px;
    height: 100px;
}
.cart-product {
    font-size: 0.917em;/*11px*/
    line-height: 1.5em;
    float: left;
    padding: 45px 35px 40px 35px;
    width: 310px;
}
.cart-product > .blue {
    font-size: 1.273em;/*14px*/
    display: inline-block;
}
.cart-qty {
    text-align: center;
    float: left;
    padding-top: 50px;
    width: 90px;
}
.cart-qty > .blue {
    line-height: 1.5em;
    display: block;
}
.cart-value {
    line-height: 120px;
    white-space: nowrap;
    float: right;
}
.cart-x {
    display: inline-block;
    margin-left: 20px;
}
.cart-right {
    float: right;
    margin: 20px 15px;
    width: 240px;
}
.cart-code {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    float: left;
    margin: 20px 0;
    padding: 9px 13px;
    width: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#txtCod {
    width: 155px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#btnAdaugaCod {
    margin: 3px 0 0 1px;
}
#btnResetCod {
    background: transparent;
    line-height: 1.2em;
    margin: 8px 0 0 15px;
    padding: 0;
}
.price-cart {
    font-size: 2em;/*24px*/
}
/* Filtre */
.filers-list {
    list-style: none outside none;
    margin: 0 0 12px 0;
    padding: 0;
}
.filers-list > li {
    line-height: 1.2em;
    text-indent: 9px;
    margin-bottom: 5px;
}
.filers-list > .filter-title {
    background: #e6f3fc;
    line-height: 27px;
}
/* Ordonare */
#order-form {
    background: #f3f3f3;
    margin: 11px 0 0 0;
    padding: 5px 10px;
}
#order-form > label {
    line-height: 30px;
    margin-right: 5px;
    width: auto;
    height: 30px;
}
#selOrderBy {
    margin-right: 20px;
}
.changeview-list,
.changeview-grid {
    background: url(images/icon_lista_off.gif) 100% 50% no-repeat transparent;
    line-height: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 25px 0 0;
    height: 30px;
}
.changeview-grid {
    background-image: url(images/icon_grid_off.gif);
}
.changeview-grid:hover,
.changeview-grid.active {
    background-image: url(images/icon_grid_on.gif);
    text-decoration: none;
}
.changeview-list:hover,
.changeview-list.active {
    background-image: url(images/icon_lista_on.gif);
    text-decoration: none;
}
.pagination {
    border: 1px solid #cccccc;
    text-align: center;
    list-style: none outside none;
    display: block;
    margin: 30px 0;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.pagination > .ppage {
    display: inline-block;
    padding: 5px 0;
}
.pagination > .ppage > a {
    background: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination > .ppage > a:hover,
.pagination > .ppage.active > a {
    background: #ededed;
    border: 1px solid #cccccc;
    color: #000000;
    text-decoration: none;
}
/* Detalii */
.det-left {
    float: left;
    width: 497px;
}
.det-left > .page-title {
    border: 0;
}
#bx-details-wrap {
    text-align: center;
    float: left;
    width: 95px;
}
#bx-details {
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
}
#bx-details > li {
    line-height: 99px;
    margin: 0;
    padding: 0;
    height: 99px;
}
#det-main-img {
    float: right;
    width: 400px;
}
.det-right {
    float: right;
    width: 445px;
}
.det-right p {
    line-height: 1.2em;
    margin-top: 1em;
}
.reducere {
    background: #ff8e00;
    color: #ffffff;
    line-height: 26px;
    display: inline-block;
    padding: 0 10px;
}
.similare-title {
    font-size: 1.167em;/*14px*/
    font-weight: 700;
    margin-bottom: 5px;
}
.det-similare {
    text-align: center;
    list-style: none outside none;
    margin: 0 0 0 -5px;
    padding: 0;
}
.det-similare > li {
    float: left;
    margin: 0 0 0 5px;
    width: 139px;
}
.ds-image {
    line-height: 135px;
    margin: 0;
    height: 135px;
}
.ds-title {
    font-size: 100%;
    font-weight: 400;
    margin: 0;
}
.det-table {
    list-style: none outside none;
    margin: 15px 0;
    padding: 0;
}
.det-row {
    background: #f8f8f8;
    border: 1px solid #ededed;
    line-height: 27px;
    padding: 0 13px;
    height: 29px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.det-row + .det-row {
    margin-top: 5px;
}
.dt-col1, .dt-col2 {
    float: left;
    display: block;
    width: 70px;
}
.dt-col2 {
    width: 69px;
}
#frmPersonalizare {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    margin: 5px 0 15px 0;
    padding: 16px 10px 16px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#personalizare-left {
    float: left;
    width: 190px;
    height: 75px;
}
#personalizare-left > label {
    margin-top: 5px;
}
#radOCuloare,
#radPolicromie {
    float: left;
    width: 50%;
}
#selCulori {
    margin-top: 10px;
}
#personalizare-right {
    float: left;
    width: 218px;
    height: 75px;
}
#detQty {
    text-align: left;
    float: left;
    width: 60px;
}
#txtCantitate {
    line-height: 23px;
    height: 23px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* Style for Usual tabs */
.idTabs {
    margin-top: 10px;
}
.idTabs > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.idTabs > ul > li {
    float: left;
    margin: 0 2px -1px 0;
}
.idTabs > ul > li > a {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #9c9c9c;
    line-height: 23px;
    text-transform: uppercase;
    display:block;
    padding: 0 11px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.idTabs > ul > li > a:hover,
.idTabs > ul > li > .selected {
    background: #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    line-height: 24px;
    text-decoration: none;
}
.idTabs > div {
    background: #f3f3f3;
    border: 1px solid #cccccc;
    margin: -1px 0 0 0;
    padding: 19px 13px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
#back-to-top {
    background: url(images/up-arrow.png) 50% 50% no-repeat #9c9c9c;
    text-indent: -999px;
    overflow: hidden;
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: none;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.fb-box {
    float: right;
    width: 375px;
}
.facebook-box {
    width: 375px;
	border:1px solid #CCC;
}
.promo-box {
    float: left;
}
/* Plasare comanda */
.plaseaza-comanda {
    float: left;
    width: 650px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.plaseaza-comanda-right {
    float: right;
    width: 300px;
}

#countdown_dashboard {
	width: 140px;
	height: 70px;
	background-color:#FF8E00;
	border-radius: 5px;
	padding:10px;
	margin-left:65px;
}

.dash {
	width: 42px;
	height: 36px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	position: relative;
}

.dash .digit {
	font-size: 30px !important;
	font-weight: bold !important;
	float: left;
	width: 20px;
	text-align: center;
	font-family: Times !important;
	color: #555 !important;
	position: relative;
	margin-top:10px;
}

.dash .digit .top {
	font-size: 30px !important;
	font-weight: bold !important;
	font-family: Times !important;
	color: #555 !important;
}

.dash_title {
	position: absolute;
	display: block;
	top: 40px;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.input_login {width: 250px; margin-bottom:10px;}
.item-left {float: left; width:100px;}
.item-right {float: left; width:100px;}
.thank-you-left {float: left; width:720px; padding:10px;}
.thank-you-right {float: left; width:200px; margin-left:20px; padding:10px;}
.register_left {width: 300px; float: left;}
.verticalLine {float:left;width:1px; height:300px; background-color:#ECECEC; margin-left:10px;}
.greyLine {background-color:#ECECEC; width:100%; height: 1px;}
.ul_branduri {list-style-type:none; margin:0px; padding:0px; width:871px; float:left}
.ul_branduri li {float:left; width:260px; margin:0 15px;}
.box_litera {font-size:48px; font-weight:bold; width:70px; height:35px; margin-top:10px; float:left; padding-left:15px}
.title_line {border-bottom:1px solid #CCCCCC; padding-bottom:5px;}

a.brand_pag {
	border:1px solid #CCCCCC; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	color:#0191AE;
	margin:0 3px;
	padding: 5px;
}
a.brand_pag:hover {
	color:#000; 
	background:#ECECEC;
}
.float-right {float: right;}

ul.simple-list {margin:0; padding:0;}
ul.simple-list li {margin: 0; padding: 0; list-style-type:none;}
