body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #ffffff;
 margin-top: 3px;
 padding-top: 0px;
}

/* FORMATARI GENERALE */
img {
 border: 0px;
}

img.absmiddle {
 vertical-align: middle;
}

input {
 border: 1px solid #9f9f9f;
 color: #777777;
}

textarea {
 border: 1px solid #9f9f9f;
 color: #777777;
}

textarea.standard {
 width: 175px;
}

textarea.contact {
 width: 275px;
 height: 150px;
 margin-left: 0px;
}

input[type="hidden"] {
 background: none;
 border: 0;
}

input[type="submit"]:hover {
 cursor: pointer;
 color: #d71d24;
}

input[type="button"]:hover {
 cursor: pointer;
 color: #d71d24;
}

input.save_profile {
 margin-top: 15px;
 margin-bottom: 15px;
}

input.submitter {
 background-image:url('/ui/img/buton-comanda.jpg');
 background-repeat: no-repeat;
 background-position: 3px 3px;
 border: 0px;
 background-color: #ffffff;
 font-size: 12px;
 width: 73px;
 height: 23px;
}

input.button-accesorii-menu:hover {
 cursor: pointer;
 color: #d71d24;
}


label.standard {
 font-size: 12px;
 width: 140px;
 padding-top: 3px;
 color: #555555;
}

label.profil-cont {
 font-size: 12px;
 width: 140px;
 color: #555555;
}

label.login {
 font-size: 12px;
 width: 85px;
 padding-top: 0px;
 color: #555555;
 font-size: 12px;
 float: left;
}

label.eroare {
 color: red;
 font-weight: bold;
}

input.login {
 width: 105px;
 font-size: 12px;
 margin-right: 18px;
 float: right;
 clear: right;
}

.login_error {
 text-align: right;
 float: left;
 width: 123px;
}

form input {
 margin-top: 0px;
 margin-bottom: 0px;
}

input.do-login {
 background-image:url('/ui/img/buton-login-header.jpg');
 background-repeat: no-repeat;
 background-color: transparent;
 background-position: 3px 3px;
 border: 0px;
 width: 73px;
 height: 23px;
 color: #1d34bd;
 font-size: 12px;
 float: right;
 margin-right: 19px;
}

input.comanda {
 background-image:url('/ui/img/buton-comanda.jpg');
 background-repeat: no-repeat;
 background-color: transparent;
 background-position: 3px 3px;
 border: 0px;
 width: 73px;
 height: 23px;
 color: #1d34bd;
 font-size: 12px;
 float: right;
 margin-right: 10px;
 top: 0px;
 margin-top: -2px;
}

input.salveaza-comanda {
 margin-top: 10px;
 margin-right: 30px;
}

input.trimite-comanda {
 background-image:url('/ui/img/buton-trimite.jpg');
 background-repeat: no-repeat;
 background-color: transparent;
 background-position: 3px 5px;
 border: 0px;
 width: 145px;
 height: 46px;
 color: #D71D24;
 font-weight: bold;
 font-size: 12px;
 float: right;
 margin-right: 10px;
 margin-top: -2px;
 top: 0px;
}

input.comanda-buc-ok {
 background-image:url('/ui/img/buton-comanda-ok.jpg');
 background-repeat: no-repeat;
 background-color: transparent;
 background-position: 3px 3px;
 border: 0px;
 width: 32px;
 height: 23px;
 color: #1d34bd;
 font-size: 12px;
 float: right;
 margin-right: 5px;
 margin-top: -4px;
}

body input,label {
 display: block;
 float: left;
}

body select,label {
 display: block;
 float: left;
}

body textarea,label {
 display: block;
 float: left;
}

/* CLASE GENERALE */
.noshow {
 display: none;
}

.doshow {
 display: block;
}

.clear {
 clear: both;
}

.eroare {
 color: #d71d24;
 font-weight: bold;
}

.eroare-inreg {
 font-size: 11px;
 color: red;
 font-weight: bold;
 padding: 10px;
}

.em {
 font-style: italic;
}

.b {
 font-weight: bold;
}

.f11 {
 font-size: 11px;
}

.textc {
 text-align: center;
}

.textt {
 vertical-align: top;
}

.textl {
 text-align: left;
}

.textr {
 text-align: right;
}

#wrapper {
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 text-align: center;
 margin-top: 0px;
 padding-top: 0px;
}

#header {
 position: relative;
 background-image:url('/ui/img/bg-header.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 width: 800px;
 height: 181px;
}

#logo-box {
 position: relative;
 top: 2px;
 margin-left: 3px;
 float: left;
}

#header-middle-column {
 position: relative;
 float: right;
 margin-right: 0px;
 width: 180px;
 height: 179px;
 text-align: left;
}

#cart-comanda {
 padding-top: 15px;
 padding-left: 5px;
 padding-right: 2px;
 height: 60px;
 overflow: hidden;
 font-size: 10px;
 font-weight: bold;
 color: #555555;
}

#cart-comanda img {
 margin-top: -2px;
 float: left;
}

#cart-comanda .produse-cos {
 margin-left: 5px;
 float: left;
}

#cart-comanda .suma-cos {
 float: left;
 margin-left: 2px;
 margin-top: 3px;
}

#cart-comanda .buton-produse {
 float: right;
}

#cart-comanda a {
 color: #555555;
 text-decoration: none;
}

#cart-comanda a:hover {
 color: #d71d24;
 text-decoration: none;
}

#cart-comanda a:visited {
 color: #555555;
 text-decoration: none;
}

table.tabel-comanda {
 width: 100%;
 text-align: left;
 font-size: 11px;
}

.table-comanda td {
 vertical-align: top;
}

td.pos {
 padding-left: 2px;
 padding-top: 5px;
 vertical-align: top;
}

td.poza {
 padding-top: 5px;
 vertical-align: top;
}

td.poza img {
 border: 1px solid #dddddd;
 width: 40px;
}

td.produs-accesoriu-gsm {
 padding-left: 10px;
 vertical-align: top;
}

td.produs-accesoriu-gsm h2 {
 margin-top: 3px;
 margin: 0;
 margin-bottom: 0px;
 font-size: 12px;
 text-align: left;
 color: #747474;
}

td.produs-accesoriu-gsm h2:hover {
 color: #d71d24;
}

td.produs-accesoriu-gsm h2 a {
 color: #747474;
 font-size: 12px;
 text-decoration: none;
}

td.produs-accesoriu-gsm h2 a:hover {
 text-decoration: underline;
 color: #d71d24;
}

td.produs-accesoriu-gsm .produs-descriere-comanda {
 font-size: 11px;
 color: #999999;
}

td.produs-bucati-comanda {
 padding-left: 10px;
 vertical-align: middle;
}

td.produs-bucati-comanda input {
 width: 35px;
}

.tabel-comanda .pret {
 font-size: 11px;
}

.tabel-comanda .pret-total {
 float: left;
 margin-left: 10px;
 font-size: 12px;
}

textarea.obs-produs-comanda {
 width: 85px;
 height: 40px;
}

td.separator {
 height: 1px;
 background-color: #ececec;
}

.tabel-comanda .comentariu-comanda {
 padding-top: 5px;
 padding-bottom: 5px;
 float: left;
}

.tabel-comanda .comentariu-comanda textarea {
 width: 350px;
 height: 60px;
 margin-left: 30px;
}

.tabel-comanda .butoane-comanda {
 float: left;
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
 padding-left: 110px;
}

.tabel-comanda .butoane-comanda input {
 float: left;
}

.note-comenzi {
 text-align: left;
 font-size: 11px;
 color: #747474;
}

.comanda-goala {
 font-size: 13px;
 font-weight: bold;
 padding-top: 40px;
}

.comanda-preluata {
 font-size: 13px;
 padding-top: 40px;
}

.istoric-comenzi {
 margin-top: 40px;
 text-align: left;
 float: left;
}

.titlu-istoric-comenzi {
 font-size: 14px;
 font-weight: bold;
 color: #155970;
 text-decoration: underline;
}

#cautare {
 padding-top: 15px;
 padding-left: 5px;
 padding-right: 2px;
 height: 90px;
 overflow: hidden;
 font-size: 10px;
 font-weight: bold;
 color: #555555;
 text-align: right;
}

#cautare input[type="text"] {
 width: 156px;
 color: #999999;
 float: right;
 margin-right: 10px;
}

#cautare input.do-login {
 margin-right: 10px;
}

#header-right-column {
 position: relative;
 float: right;
 margin-right: 0px;
 width: 219px;
 height: 179px;
 text-align: right;
}

#login-box {
 padding-top: 5px;
 height: 80px;
}

#login-box form {
 margin: 0px;
}

#loggedin {
 margin-right: 20px;
 font-size: 12px;
 color: #555555;
}

#loggedin p {
 margin: 0;
 text-align: right;
}

#loggedin strong {
 display: block;
 float: right;
}

#loggedin span.vip {
 display: block;
 float: right;
 margin: 0 7px;
 background-color: #D71D24;
 border: 2px solid #930000;
 padding: 0 3px;
 color: #fff;
 font-weight: bold;
}

#links-box {
 position: relative;
 margin-top: 5px;
 padding-top: 0px;
 text-align: left;
 height: 92px;
}

#links-box ul {
 margin: 0 0 0 0;
 list-style: none;
 padding-left: 0px;
 padding-right: 22px;
 text-align: left;
 color: #555555;
 font-size: 10px;
}

#links-box li {
 list-style: none;
 text-align: right;
}

#links-box li:before {
 content: "\2023";
}

#links-box li:hover {
 color: #d71d24;
}

#links-box ul a {
 font-size: 11px;
 color: #555555;
 font-weight: bold;
 text-decoration: none;
}

#links-box ul a:hover {
 color: #d71d24;
 text-decoration: none;
}

#header .header-menu-2nd {
 margin-top: 5px;
}

#header .header-menu-2nd li {
 margin-top: 2px;
}

#menu {
 position: relative;
 background-image:url('/ui/img/bg-menu.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 width: 800px;
 height: 59px;
 text-align: center;
 padding-top: 6px;
}

#menu #button-wrapper {
 position: relative;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 padding-left: 40px;
 height: 59px;
 float: left;
}

#menu a.a-telefoane-menu {
 padding-left: 1px;
}

#menu a.a-accesorii-menu {
 position: relative;
 float: left;
 padding-top: 12px;
 background-image:url('/ui/img/buton-meniu.jpg');
 background-repeat: no-repeat;
 background-color: transparent;
 background-position: 3px 3px;
 border: 0px;
 height: 40px;
 width: 133px;
 font-size: 13px;
 font-weight: bold;
 color: black;
 text-decoration: none;
}

#menu a.a-accesorii-menu:hover {
 cursor: pointer;
 color: #d71d24;
}

#menu a.oferte {
 color: #d71d24;
}

#menu a.oferte:hover {
 cursor: pointer;
 color: #1d34bd;
}

#menu #clock-wrapper {
 position: relative;
 float: right;
 height: 59px;
 padding-right: 7px;
 text-align: right;
 font-size: 11px;
}

#body {
 position: relative;
 width: 800px;
 float: left;
}

#coloana-stanga-accesorii-menu {
 position: relative;
 float: left;
 width: 252px;
}

#coloana-stanga-accesorii-menu .accesorii-gsm-categorii {
 position: relative;
 background-image:url('/ui/img/bg-header-menu-categorii.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 width: 251px;
 z-index: 50;
 min-height: 36px;
}

div.menu-title {
 position: relative;
 text-align: left;
 padding-left: 46px;
 padding-top: 10px;
 height: 26px;
 cursor: pointer;
}

div.menu-title a {
 /*color: #155970;*/
 color: #1d34bd;
 font-weight: bold;
 font-size: 14px;
 text-decoration: none;
}

div.menu-title a:hover {
 color: #d71d24;
 font-weight: bold;
 font-size: 14px;
 text-decoration: none;
}


#coloana-stanga-accesorii-menu .lista-categorii {
 position: relative;
 width: 249px;
 border-left: 1px solid #e0e0e0;
 border-right: 1px solid #e0e0e0;
 z-index: -1;
 text-align: left;
}

/* MENU STYLE BEGIN */

ul.accesorii-gsm-menu {
 list-style: none;
 margin-top: 0px;
 margin-bottom: 0px;
 width: 200px;
}

ul.accesorii-gsm-menu li {
 border-bottom: 1px dashed #e1e1e1;
 padding-left: 8px;
 margin-left: -4px;
 background-image: url("/ui/img/menu-bullet.gif");
 background-repeat: no-repeat;
 background-position: left 5px;
}

ul.accesorii-gsm-menu li.last {
 border-bottom: none;
}

ul.accesorii-gsm-menu li a {
 color: black;
 font-weight: bold;
 text-decoration: none;
}

ul.accesorii-gsm-menu li a:hover {
 color: #d71d24;
 text-decoration: none;
}

ul.accesorii-gsm-menu li.highlighted {
 background-image: url("/ui/img/menu-bullet-on.gif");
 background-repeat: no-repeat;
 background-position: left 5px;
}

ul.accesorii-gsm-menu li.highlighted a {
 color: #d71d24;
}

ul.accesorii-gsm-submenu {
 list-style: none;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-left: 15px;
 width: 181px;
 display: none;
}

ul.accesorii-gsm-submenu li.last {
 border-bottom: none;
}

ul.accesorii-gsm-submenu li a {
 color: black;
 font-weight: normal;
 text-decoration: none;
}

ul.accesorii-gsm-submenu li a:hover {
 color: #d71d24;
 text-decoration: none;
}

ul.accesorii-gsm-menu li.highlighted ul.accesorii-gsm-submenu li a {
 color: black;
}

ul.accesorii-gsm-menu li.highlighted ul.accesorii-gsm-submenu li a:hover {
 color: #d71d24;
}

/* MENU STYLE END */

#coloana-stanga-accesorii-menu .footer-coloana-stanga {
 position: relative;
 width: 251px;
 bottom: 0px;
 height: 4px;
 z-index: 60;
 background-image:url('/ui/img/bg-bottom-menu-categorii.jpg');
 background-repeat: no-repeat;
 background-position: center top;
}

#continut {
 position: relative;
 width: 542px;
 float: left;
 margin-left: 3px;
}

#header-continut {
 background-image:url('/ui/img/bg-header-content.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 height: 40px;
 padding-top: 10px;
 padding-left: 43px;
 color: #1d34bd;
 font-size: 14px;
 text-align: left;
}

#header-continut h1 {
 margin: 0;
 font-size: 14px;
 text-align: left;
}

#header-continut a {
 color: #1d34bd;
 font-size: 14px;
 text-decoration: none;
}

#header-continut a:hover {
 color: #d71d24;
 font-size: 14px;
 text-decoration: none;
}

#continut .text-continut {
 text-align: left;
 padding-left: 15px;
}

.inregistrare {
 text-align: left;
 padding-left: 125px;
 padding-top: 30px;
}

.inregistrare input {
 width: 150px;
}

.inregistrare input.submitter {
 margin-left: 100px;
 width: 73px;
}

.inregistrare input.inapoi {
 float: left;
 margin-left: 80px;
}

.inregistrare input.inainte {
 margin-left: 0px;
}

.inregistrare-end {
 text-align: left;
 padding-left: 25px;
 padding-top: 30px;
}

.mesaj-resetare {
 margin-bottom: 10px;
 font-size: 12px;
 font-weight: bold;
}

.profil {
 text-align: left;
 padding-left: 10px;
 padding-top: 30px;
 padding-right: 5px;
}

.profil .butoane-profil {
 position: relative;
 text-align: right;
 margin-bottom: 25px;
 margin-top: -20px;
}

.butoane-profil input {
 margin-right: 0px;
}

.butoane-profil input.editare {
 color:#d71d24;
 font-weight: bold;
}

.profil .contact-user {
 display: none;
 height: 300px;
 text-align: left;
}

.profile-title {
 position: relative;
 float: none;
 text-align: center;
 font-size: 13px;
 color: #1d34bd;
 background-color: #efefef;
 padding-top: 6px;
 padding-bottom: 6px;
 margin-top: 10px;
 border: 1px solid #dddddd;
 border-right: 2px solid #e0e0e0;
}

.profile-title .primul {
 margin-top: 0px;
}

label.admin-label {
 width: 200px;
}

.profile-detalii {
 border: 1px solid #f0f0f0;
 border-top: 2px solid #e0e0e0;
 padding: 6px;
}

div.profile-detalii span.vip {
 display: block;
 float: left;
 margin: 0;
 background-color: #D71D24;
 border: 2px solid #930000;
 padding: 0 3px;
 color: #fff;
 font-weight: bold;
}

.adrese {
 margin-left: 140px;
}

#footer {
 position: relative;
 width: 800px;
 margin-top: 35px;
 z-index: 60;
 background-image:url('/ui/img/bg-footer-top.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 padding-top: 10px;
}

#footer .footer-menu {
 color: #155970;
 font-size: 11px;
}

#footer a {
 color: #1d34bd;
 font-size: 11px;
 text-decoration: none;
}

#footer a:hover {
 color: #d71d24;
 font-size: 11px;
 text-decoration: underline;
}

/* NAVBAR */
.navbar {
 width: 520px;
 height: 30px;
 background-image: url('/ui/img/background-navbar.jpg');
 background-repeat: no-repeat;
 text-align: center;
 padding: 5px;
 font-size: 12px;
}

.navbar img {
 vertical-align: middle;
}

.navbar a {
 color: black;
 text-decoration: none;
}

.navbar a:visited {
 color: black;
}

.navbar a:hover {
 color: #d71d24;
}

.navbar .crt_page {
 font-weight: bold;
 color: #d71d24;
}

.navbar .navbar_info {
 font-size: 11px;
}
/* NAVBAR*/

/* CATEGORY BROWSE */
.accesoriu-gsm {
 width: 530px;
 float: left;
 margin-bottom: 15px;
 margin-left: 3px;
}

.accesoriu-gsm h2 {
 margin: 0;
 font-size: 12px;
 text-align: left;
}

.accesoriu-gsm img {
 float: left;
 border: 1px solid #999999;
}

.accesoriu-gsm .pret-tva {
 float: right;
}

.zona-comanda {
 clear: right;
 width: 110px;
 float: right;
 margin-top: 7px;
}

.zona-comanda input.items_no {
 width: 24px;
 margin-top: -2px;
}

.accesoriu-gsm h2 {
 margin: 0;
 margin-bottom: 0px;
 font-size: 13px;
 text-align: left;
 color: #747474;
 display: inline;
}

.accesoriu-gsm h2:hover {
 margin: 0;
 margin-bottom: 0px;
 font-size: 13px;
 text-align: left;
 color: #d71d24;
}

.accesoriu-gsm h2 a {
 color: #747474;
 text-decoration: none;
}

.accesoriu-gsm h2 a:hover {
 text-decoration: underline;
 color: #d71d24;
}

.accesoriu-gsm .accesoriu-gsm-detalii {
 text-align: left;
 padding-top: 2px;
 margin-left: 10px;
 width: 420px;
 float: left;
}

.accesoriu-promotie .accesoriu-gsm-detalii {
 width: 405px;
}

.accesoriu-gsm .accesoriu-gsm-descriere {
 color: #909090;
 width: 360px;
 font-size: 12px;
 display: inline;
}

.accesorii-gsm-categorie-brands {
 text-align: center;
 font-size: 11px;
 margin-bottom: 15px;
}

.accesorii-gsm-categorie-brands a {
 text-decoration: underline;
 margin-left: 5px;
 margin-right: 5px;
 font-size: 12px;
 color: #4b5fd5;
 font-weight: bold;
}

.accesorii-gsm-categorie-brands a:hover {
 text-decoration: underline;
 color: #d71d24;
}

.accesorii-gsm-categorie-brands a.brand-on {
 color: #d71d24;
}
/* CATEGORY BROWSE */

.accesorii-gsm-browse {
 margin-left: 7px;
 width: 518px;
 text-align: left;
}

.accesoriu-gsm-vizualizare {
 width: 530px;
 margin-bottom: 5px;
 margin-left: 3px;
 float: left;
}

.pret {
 float: right;
 color: #747474;
 font-weight: bold;
 margin-right: 10px;
 font-size: 13px;
 text-align: right;
}

.accesoriu-gsm-vizualizare h2 {
 margin: 0;
 margin-bottom: 10px;
 font-size: 15px;
 text-align: left;
}

.accesoriu-gsm-vizualizare h2 a {
 color: #747474;
 text-decoration: none;
}

.accesoriu-gsm-vizualizare h2 a:hover {
 text-decoration: underline;
 color: #d71d24;
}

.accesoriu-gsm-vizualizare h2:hover {
 margin: 0;
 margin-bottom: 10px;
 font-size: 15px;
 text-align: left;
 color: #d71d24;
}

.accesoriu-gsm-vizualizare .accesoriu-gsm-poze {
 color: #909090;
 font-size: 10px;
 float: left;
 width: 210px;
 text-align: center;
}

.accesoriu-gsm-poze img {
 border: 1px solid #999999;
}

.accesoriu-gsm-poze img.alte-poze {
margin-left: 5px;
}

.accesoriu-gsm-vizualizare .pret-tva {
 float: right;
}

.accesoriu-gsm-vizualizare .accesoriu-gsm-detalii {
 text-align: left;
 padding-top: 2px;
 padding-left: 10px;
 float: left;
}

.accesoriu-vizualizare-promotie {
 position: relative;
 background-image: url('/ui/img/accesoriu-promotie-bg-top.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 529px;
 margin-left: 0px;
 z-index: 60;
 min-height: 36px;
}

.accesoriu-vizualizare-promotie input.comanda {
 background-image:url('/ui/img/buton-comanda-promotie.jpg');
}

.accesoriu-vizualizare-promotie .wrapper {
 background: #e4e8ff;
 border-left: 1px solid #9f9f9f;
 border-right: 1px solid #9f9f9f;
 width: 513px;
 padding: 7px;
 float: left;
}

.accesoriu-vizualizare-promotie .pret {
 width: 210px;
}

.accesoriu-vizualizare-promotie .footer-accesoriu {
 position: relative;
 width: 529px;
 bottom: 0px;
 height: 5px;
 z-index: 60;
 float: left;
 background-image: url('/ui/img/accesoriu-promotie-bg-bottom.jpg');
 background-repeat: no-repeat;
 background-position: center top;
}

.accesoriu-vizualizare-promotie .compatibilitati {
 width: 270px;
}

.accesoriu-vizualizare-promotie .accesoriu-gsm-descriere {
 width: 270px;
}

.accesoriu-vizualizare-promotie .eroare {
 font-size: 14px;
 padding: 2px;
}

.accesoriu-vizualizare-promotie .accesoriu-gsm-detalii {
 width: 284px;
}

.accesoriu-gsm-vizualizare .compatibilitati {
 color: #909090;
 width: 300px;
 font-size: 12px;
 margin-top: 30px;
}

.compatibilitati a {
 color: #1d34bd;
 text-decoration: underline;
}

.compatibilitati a:hover {
 color: #d71d24;
 text-decoration: underline;
}


.accesoriu-gsm-vizualizare .accesoriu-gsm-descriere {
 color: #909090;
 width: 300px;
 font-size: 13px;
 padding-top: 40px;
}

.items {
 display: none;
 border: 1px solid #999999;
 margin-top: 1px;
 margin-left: 3px;
 height: 21px;
 width: 100px;
 padding-top: 4px;
 padding-left: 2px;
 clear: right;
 float: right;
}

.accesoriu-promotie {
 position: relative;
 background-image: url('/ui/img/accesoriu-promotie-bg-top.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 529px;
 margin-left: 0px;
 z-index: 60;
 min-height: 36px;
}

.accesoriu-promotie input.comanda {
 background-image:url('/ui/img/buton-comanda-promotie.jpg');
}

.accesoriu-promotie .wrapper {
 background: #e4e8ff;
 border-left: 1px solid #9f9f9f;
 border-right: 1px solid #9f9f9f;
 width: 513px;
 padding: 7px;
 float: left;
}

.accesoriu-promotie .pret {
 width: 210px;
}

.accesoriu-promotie .footer-accesoriu {
 position: relative;
 width: 529px;
 bottom: 0px;
 height: 5px;
 z-index: 60;
 float: left;
 background-image: url('/ui/img/accesoriu-promotie-bg-bottom.jpg');
 background-repeat: no-repeat;
 background-position: center top;
}

.accesoriu-promotie .compatibilitati {
 width: 270px;
}

.accesoriu-promotie .accesoriu-gsm-descriere {
 width: 270px;
}

.accesoriu-promotie .eroare {
 font-size: 14px;
 padding: 2px;
}

/* TAG CLOUD */
#coloana-stanga-accesorii-menu .lista-tags {
 position: relative;
 width: 249px;
 border-left: 1px solid #e0e0e0;
 border-right: 1px solid #e0e0e0;
 z-index: -1;
 text-align: center;
}

.tag1 {
 color: #4b5fd5;
 text-decoration: none;
 font-size: 11px;
}

.tag2 {
 color: #4b5fd5;
 text-decoration: none;
 font-size: 12px;
}

.tag3 {
 color: #4b5fd5;
 text-decoration: none;
 font-size: 13px;
}

.tag4 {
 color: #4b5fd5;
 text-decoration: none;
 font-size: 14px;
}

.tag_on {
 color: #d71d24;
}

.lista-tags a:hover {
 color: #d71d24;
}
/* TAG CLOUD */

/* COMANDA */
.grey_row {
 background-color: #ececec;
}

.white_row {
 background-color: white;
}

.delete-accesoriu {
 cursor: pointer;
}

a.accesorii-istoric-comanda {
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
 color: #098182;
}

a.accesorii-istoric-comanda:hover {
 text-decoration: underline;
 color: #d71d24;
}


#orders_history {
 width: 510px;
 padding: 10px;
}

#user_orders_history {
 width: 500px;
 padding: 10px;
}

table.orders_history {
 width: 100%;
 font-size: 12px;
 color: #555555;
 border-collapse: collapse;
 border-spacing: 0;
}

.orders_history .history_title {
 font-weight: bold;
 font-size: 14px;
 color: black;
}

.orders_history .order_title {
 font-size: 13px;
}

.orders_history .order_comment {
 color: #999999;
}

.orders_history .order_pret {
 float: right;
 font-weight: bold;
}

.orders_history .order_date {
 font-size: 11px;
 color: #999999;
}

.orders_history img {
 float: left;
 border: 1px solid #999999;
 width: 100px;
}

.orders_history a {
 color: #747474;
 font-weight: bold;
 text-decoration: none;
}

.orders_history a:hover {
 color: #d71d24;
 text-decoration: underline;
}

td.bb {
 border: 1px solid #bbbbbb;
}

td.bbl {
 border-left: 1px solid #bbbbbb;
}

td.bbr {
 border-right: 1px solid #bbbbbb;
}

td.bbt {
 border-top: 1px solid #bbbbbb;
}

td.bbb {
 border-bottom: 1px solid #bbbbbb;
}

/* END COMANDA */

.contact {
 margin-left: 7px;
 text-align: left;
 float: left;
}

.contact img {
 float: left;
 border: 1px solid #999999;
}

.contact h2 {
 color: #1d34bd;
 font-size: 14px;
 margin: 0;
}

.contact .date-contact {
 margin-left: 10px;
 float: left;
 color: #777777;
}

.date-contact h3 {
 color: black;
 font-size: 12px;
 margin: 0;
}

.date-contact a {
 color: #1d34bd;
 text-decoration: none;
}

.date-contact a:hover {
 color: #d71d24;
 text-decoration: underline;
}

.contact-form {
 color: #777777;
 margin-top: 50px;
 float: left;
}

.contact-form .contact-form-note {
 color: #909090;
 font-size: 10px;
 margin-left: 10px;
 margin-right: 5px;
}

.contact-form input {
 color: #555555;
}

.contact-form textarea {
 color: black;
}

.contact-form .contact-thanks {
 font-weight: bold;
 color: red;
}

.transport {
 position: relative;
 background-image: url('/ui/img/transport-bg-top.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 z-index: 60;
 margin-top: 15px;
 padding-top: 4px;
 width: 251px;
 color: #555555;
 text-align: center;
}

.transport h2 {
 font-size: 15px;
 color: #d71d24;
 margin-top: 0px;
}

.transport .wrapper {
 position: relative;
 border-left: 1px solid #9f9f9f;
 border-right: 1px solid #9f9f9f;
 float: left;
 width: 235px;
 padding: 7px;
 overflow: hidden;
 font-weight: bold;
}

.transport .wrapper img {
 float: left;
}

.transport .wrapper .transport-pret {
 font-size: 12px;
 margin-top: 42px;
 text-align: left;
}

.transport .wrapper .transport-pret span {
 color: #d71d24;
 text-decoration: underline;
}

.transport .footer-transport {
 position: relative;
 float: left;
 width: 251px;
 bottom: 0px;
 height: 4px;
 z-index: 60;
 background-image: url('/ui/img/transport-bg-bottom.jpg');
 background-repeat: no-repeat;
 background-position: center top;
}

.promotie-activa {
 position: relative;
 background-image: url('/ui/img/promotie-bg-top.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 z-index: 60;
 min-height: 36px;
 margin-top: 15px;
 padding-top: 4px;
 width: 251px;
 color: #555555;
 text-align: center;
}

.promotie-activa .date-promotie {
 position: relative;
 border-left: 1px solid #9f9f9f;
 border-right: 1px solid #9f9f9f;
 background: #e4e8ff;
 padding: 7px;
 overflow: hidden;
}

.promotie-activa .descriere-promotie {
}

.promotie-activa .promotie-titlu {
 color: red;
 font-weight: bold;
 font-size: 14px;
}

.promotie-activa h2 {
 font-size: 16px;
 margin-top: 5px;
}

.promotie-activa h2 a {
 color: black;
 text-decoration: none;
}

.promotie-activa h2 a:hover {
 color: #d71d24;
 text-decoration: underline;
}

.promotie-activa img {
 border: 1px solid #999999;
}

.promotie-activa .pret-promotie {
 font-size: 14px;
 font-weight: bold;
}

.promotie-activa .sfarsit-promotie {
 margin-top: 5px;
 font-size: 11px;
 text-align: right;
}

.promotie-activa .footer-promotie {
 position: relative;
 width: 251px;
 bottom: 0px;
 height: 4px;
 z-index: 60;
 background-image: url('/ui/img/promotie-bg-bottom.jpg');
 background-repeat: no-repeat;
 background-position: center top;
}

/* override la promotii pentru pagina de oferte speciale */

.promotie-oferte {
 float: left;
 margin-left: 10px;
 text-align: left;
}

.promotie-oferte .date-promotie {
 height: 160px;
}

.promotie-oferte .date-promotie img {
 float: left;
 margin-right: 7px;
}

.promotie-oferte .date-promotie h2 {
 font-size: 14px;
 margin-top: 0px;
 margin-bottom: 5px;
}

.promotie-oferte .pret-promotie {
 width: 130px;
 float: left;
 margin-bottom: 5px;
}

span.pret-tva {
 font-size: 11px;
 font-weight: normal;
}

/* END block */

.promotii-oferte-accesorii {
 margin-left: 7px;
 text-align: left;
}

.promotii-oferte-accesorii .descriere-promotii {
 color: #555555;
 margin-left: 7px;
 font-size: 12px;
 padding-right: 10px;
}

.home {
 margin-left: 7px;
 text-align: left;
 margin-top: 3px;
}

.home h2 {
 color: #1d34bd;
 font-size: 14px;
 margin: 0;
}

.home .intro {
 color: #555555;
 margin-left: 7px;
 font-size: 12px;
 padding-right: 10px;
}

.home .intro img {
 float: right;
 border: 1px solid #999999;
 margin-left: 15px;
}

.home .intro p {
 margin: 0;
 padding: 0;
 margin-top: 15px;
}

.statistici {
 font-weight: bold;
 color: #098182;
}

.statistici label {
 width: 160px;
}

.statistici span {
 color: #d71d24;
}

a.cont-nou {
 font-size: 11px;
 color: #555555;
 font-weight: bold;
 float: right;
 clear: right;
 margin-right: 23px;
 text-decoration: none;
}

a.cont-nou:hover {
 color: #d71d24;
}

#cauta_accesorii input[type='text'] {
 font-size: 11px;
 height: 15px;
}

.home a {
 color: #1d34bd;
 text-decoration: none;
}

.home a:hover {
 color: #d71d24;
 text-decoration: underline;
}

.filtrare-text {
 color: #909090; font-size: 10px; margin-left: 5px; margin-right: 5px;
}

.titlu-tabel-comanda {
 font-weight: bold;
 color: #d71d24;
}

.continut-standard {
 color: #555555;
 margin-left: 7px;
 font-size: 12px;
 padding-right: 10px;
 text-align: left;
}

.continut-standard img {
 margin-top: 4px;
 float: left;
 border: 1px solid #999999;
 margin-right: 10px;
}

.continut-standard a {
 color: #1d34bd;
 text-decoration: none;
}

.continut-standard a:hover {
 color: #d71d24;
 text-decoration: underline;
}

.echipa-sep {
 float: right;
}

.echipa-sep img {
 border: 0px;
}

.green {
 color: green;
}

.copyright {
 color: #54595a; font-size: 11px;
}

#cart-comanda .buton-produse input.do-login {
 margin-right: 10px;
}

.its_check {
 border: 0
}

#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }

fieldset {
 border: 0px;
 margin: 0px;
 padding: 0px;
}