@charset "utf-8";
/* CSS Document */

html, body, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, button,  blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,  form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight:inherit;
	vertical-align: middle; }

/* default input style */
 
input[type=button], input[type=submit], button {
	cursor:pointer;
	outline:none;
	border:none;
	} 
	
a {
	color:inherit;
	text-decoration:none;
	}

a:hover { cursor:pointer; }

.link_body {
	font-family: inherit;
	color: #444444;
	font-size:inherit;
	text-decoration:underline;
	}
	
.radius4 { 	border-radius:1rem; 	}
.radius2 { border-radius:0.5rem; }
.radius4top { 	border-radius:1rem 1rem 0rem 0rem; }

.clearb { clear:both; }
.clearl { clear:left; }
.clearr { clear:right; }
.floatl { float:left; }	
.floatr { float:right; }	
.ascunde { display:none; }

.margintop5 { margin-top:5px; }
.marginTB10 { margin:10px 0px; }

.shadow_style1 { box-shadow: 0px 0px 5px #c5c5c5; }
.shadow_style2 { box-shadow: 0px 0px 10px #4c4c4c; }	

.hide {	display:none; }	
.show {	display:inherit; }	
	
body {
	width:100%;
	font-size:100%;
	font-family: arial, Helvetica, sans-serif;
	}

#wrap {
	float:left;
	width:100%;
	}
	
#container {
	float:left;
	width:98%;
	padding:4px 1%;
	}
	
#main {
	float:left;	
	width:98%;
	padding:0px 1%;
	padding-bottom:10px;
	}		

#header {
	position:fixed;
	width:96%;
	padding:5px 2%;
	background:#e9e9e9;
	z-index:99999;
	background:url(images/bk_header.png);
	border-bottom:6px solid #983211;
	}
	
#logo {
	float:left;
	display:block;
	width:auto;
	min-width:50%;
	min-height:35px;
	max-height:35px;	
	text-align:left;
	background:url(images/logo.png) no-repeat 5% 50%;
	background-size: auto 100%;
	}		
	
#search {
	float:right;
	width:35px;
	min-width:5%;
	max-width:40px;	
	min-height:35px;
	max-height:35px;		
	margin-right:1%;
	background:url(images/search.png) 50% 50% no-repeat;
	background-size:auto 100%;
	overflow:hidden;
	}
	
	
#user {
	float:right;
	width:35px;
	min-width:5%;	
	max-width:40px;	
	min-height:35px;
	max-height:35px;		
	margin-right:1%;
	background:url(images/user.png) 50% 50% no-repeat;
	background-size:auto 100%;
	overflow:hidden;
	}	
 	
#cos {
	float:right;
	width:50px;
	min-width:5%;	
	max-width:45px;
	min-height:35px;
	max-height:35px;		
	background:url(images/cos.png) 10% 50% no-repeat;
	background-size:auto 100%;
	overflow:hidden;
	}	
	
#total_items_cos {
	position:absolute;
	display:inline;
	font-size:90%;
	font-weight:bold;
	background-color:#343434;
	border-radius:10px;
	padding:1px 5px;
	padding-bottom:0px;
	color:#fff;
	text-align:center;
	line-height:150%;
	right:1%;
	margin-top:7px;
	}	

	
#cauta {
	float:left;
	display:none;
	width:100%;
	padding:auto 2%;
	overflow:hidden;
	}	
	
#cauta_container {
	float:left;
	padding:1%;
	width:98%;
	background-color:#fea410;
	margin-top:10px;
	}

.input_search {
	float:left;
	min-width:86%;
	max-width:86%;	
	color:inherit;
	outline:0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
	border-radius:2px;
	padding:5px 2px;
	font-size:100%;
	color:#999999;
	}
	
.buton_search {
	float:right;
	overflow:hidden;
	background:url(images/cauta.png) 50% 50% no-repeat;
	min-width:35px;
	max-width:10%;	
	background-size:auto 100%;
	min-height:30px;
	color:#fff;
	border:0;
	outline:0;
	text-decoration:none;
	cursor:pointer;
	}
	
 
#msg {
	float:left;
	padding:10px 1%;
	width:92%;
	margin-left:3%;
	border-radius:0px;
	display:block;
	text-decoration:inherit;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	}


.error {
	background:url(images/del2.png) right no-repeat #feebeb;
	border:1px solid #ffb3b3;
	margin:0 auto;
	margin-top:10px;
	width:90%;
	padding:2px;
	text-align:left;
	font-family:inherit;
	font-size:12px;
	color:#990000;
}	
	
.ok {
	background:url(images/del2.png) right no-repeat #eeffd0;
	border:1px solid #adcf6d;
	width:97.92%;
	}
	 
 
img.responsive-image {
    max-width:100% !important;
    height:auto;
    display:block;
	border:none;
	margin:0 auto;
	}
	
#date_user { display:none; }	
#user_login_container { display:none; }	


.titlu_pagina {
	float:left;
	margin-top:45px;	
	width:97%;
	padding:10px 1.5%;
	background:#ffffff;
	border-bottom:1px solid #ccc;
	color:#343434;
	font-weight:bold;
	}
	
#but_back {
	float:left;
	display:block;
	margin:0% 1%;
	background:#fff;
	color:#444444;
	border:1px solid #ccc;
	border-radius:2px;	
	padding:6px 12px;
	}

.but_del {
	width:95%;
	background:#d80000;
	display:inline;
	padding:4px 6px;
	color:#FFFFFF;
	border-radius:5px;
	}
	
.but_expand {
	float:left;
	display:block;
	margin-right:5px;
	background:url(images/gradient1.png) #ffffff repeat-x 50% 50% ;
	color:#414141;
	border:1px solid #ccc;
	padding:0px 3px;
	border-radius:2px;
	}	

 
#promo {
	margin:0 auto;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
	}
	
/* slider layout */
.lof-slidecontent { position:relative;	overflow:hidden;}
.lof-slidecontent .preload{	height:100%;	width:100%;	position:absolute;	top:0;	left:0;	z-index:99;	text-align:center;	background:none;}
.lof-slidecontent .preload div{	height:100%;	width:100%;	background:transparent url(images/slider/load-indicator.gif) no-repeat scroll 50% 50%;}

.lof-slidecontent  .sliders-wrapper{  float:left;	height:100%;	 z-index:3;	overflow:hidden; }
.lof-slidecontent  ul.sliders-wrap-inner{	background:transparent url(images/slider/load-indicator.gif) no-repeat scroll 50% 50%; padding:0px; margin:0px; list-style:none; position:absolute;	overflow:hidden;}
.lof-slidecontent  ul.sliders-wrap-inner li{overflow:hidden;	padding:0px;margin:0px;	float:right;	position:relative;}
.lof-slidecontent  .lof-opacity { width:100%; height:100%; }
.lof-slidecontent  .lof-opacity  li{position:absolute!important;	top:0;	left:0;	float:inherit!important; }


.lof-slidecontent  .navigator-content {position:absolute;
	left:0;
	top:00px;
	z-index:100;
	height:300px;
	width:330px;
	overflow:hidden;
	color:#FFF
}
.lof-slidecontent  .navigator-wrapper{	position:relative;	z-index:10;
	height:300px;
	width:330px;
	overflow:hidden;
	color:#FFF;
	float:left
}
.lof-slidecontent  ul.navigator-wrap-inner{	top:0;	padding:0;	margin:0;	position:absolute;	width:100%; }
.lof-slidecontent  ul.navigator-wrap-inner li{ cursor:pointer;	list-style:none;	padding:0;	margin-left:0px;	overflow:hidden;	float:left;	display:block;	text-align:center;}

/*******************************************************/
 
ul.sliders-wrap-inner li img{	padding:0px; }
.lof-slidecontent .slider-description > div {
	padding:12px;
	text-align:left;
	margin-bottom:20px;
}


.lof-slidecontent .slider-description a.readmore{color:#58B1EA; font-size:95%; }
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{
	z-index:100;
	position:absolute;
	bottom:0;
	right:0px;
	width:100%;
	background:url(images/slider/bg_trans.png);
 	color:#006633;
}
.lof-slidecontent .slider-description h4 {    font-size: 14px;    margin: 10px 0;    padding: 0; }
.lof-slidecontent .slider-description .slider-meta a{	
	margin:0;
	background: #76bb28;
	background-image: linear-gradient(to bottom, #5aa803, #99db4f);
	font-size:75%;
	padding:2px 3px;
	font-family:inherit;
	text-transform:uppercase;
	text-decoration:none
}
.lof-slidecontent  .item-meta a:hover{	text-decoration:underline;}
.lof-slidecontent  .item-meta i {	font-size:70%; }

/* item navigator */
.lof-slidecontent ul.navigator-wrap-inner  li.active{ }
.lof-slidecontent ul.navigator-wrap-inner  li >  div{
	background:url(images/slider/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	border-top:1px solid #E1E1E1;
	text-align:left
}

.lof-slidecontent ul.navigator-wrap-inner li.active div{
	background:url(images/slider/grad-bg.gif);
	color:#FFF;
}
.lof-slidecontent ul.navigator-wrap-inner li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img, 
.lof-slidecontent ul.navigator-wrap-inner li:hover img {
	border:1px solid #6C8E5C;
}
.lof-slidecontent  .button-next, 
.lof-slidecontent .button-previous{
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;
}
.lof-slidecontent   .button-next {
	right:0px;
	background:url(images/slider/b_next.png) no-repeat right center;
	background-size:150%;
}

.button-next:hover {
	right:0px;
	background:url(images/slider/b_next_h.png) no-repeat left center;
	background-size:150%;
	}

.lof-slidecontent  .button-previous {
	left:0px;
	background:url(images/slider/b_prev.png) no-repeat left center;
	background-size:150%;		
}

.button-previous:hover {
	left:0px;
	background:url(images/slider/b_prev_h.png) no-repeat left center;
	background-size:150%;
	}

/* ------------------------------ END SLIDER ---------------------------- */	


.container_main {
	clear:both;
	float:right;
	text-align:left;
	width:100%;
	padding-bottom:10px;
	}
	
#container_elemente_footer	{
	clear:both;
	width:96%;
	margin:0 auto; 
	color:#444444;
	background:url(images/bk_punct.png);
	border-radius:5px;
	border:1px solid #CCCCCC;
	padding:5px 1%;
	margin-bottom:5px;
	}
 
#container_elemente_footer a {
	text-decoration:none;
	color:#333333;
	}
	

/* ********* ordonare *********** */
.container_ordonare {
	clear:both;
	float:right;
	text-align:right;
	width:100%;
	padding:5px 0%;
	font-size:70%;
	line-height:160%;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #e4e4e4;
	margin-bottom:4px;
	margin-top:-5px;
	}
.titlu_ordonare {
	margin:0px 5px;
	}	

.criteriu_listare {
	float:left;
	color:#7f7f7f;
	margin:0px 5px;
	}

	
.criteriu_ordonare a {
	float:right;
	color:#DC143C;
	}
/* ********* ordonare *********** */	

/* ----------- PAGINARE ----------- */
#paginare {
	clear:both;
	float:left;
	width:100%;
	margin-top:-5px;
	background:#dbeaf9;
	border-bottom:1px solid #a2b4c7;
	color:#7f7f7f;
	}
	
#previous_page {
	width:24%;
	float:left;
	}
	
#current_page {
	max-width:52%;
	min-width:52%;	
	float:right;
	text-align:center;
	padding:5px 0px;
	}
	
#next_page {
	width:24%;
	float:right;
	}
	
.page_common {
	text-align:center;
	width:100%;	
	}	

.page_active {	
	width:100%;		
	display:inline-block;	
	background:url(images/gradient2.png) #ffffff repeat-x 50% 50% ;
	color:#005577;
	padding:10px 0px;		
	}
	
.page_active:hover {
	color:#ffcc00;
	}
	
.page_inactive {	
	width:100%;		
	display:inline-block;	
	padding:10px 0px;
	color:#c5c5c5;
	background:#efefef;
	}
/* ----------- PAGINARE ----------- */	

.titlu_lista_produse {
	clear:left;
	float:left;
	width:96%;
	padding:5px 2%;
	background:url(images/cat_pp_bk.png) repeat-x bottom;
	border:1px solid #e4e4e4;
	margin-bottom:5px;
	border-radius:2px;
	font-size:90%;
	}
	
.container_produs {
	float:left;
	clear:both;
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #a2b4c7;
	margin-bottom:5px;
	}

	
.container_poze	{
	float:left;
	width:32%;
	padding:1%;
	border:1px solid #e4e4e4;
	border-radius:2px;
	}
	
.produs_specificatii_container  {
	position:absolute;
	max-width:20%;
	min-width:20px;
	overflow:hidden;
	z-index:100;
	margin:-1px 0 0 -1px;
	}	
	
.produs_specificatii_lista { /* lista de produse */
	clear:left;
	float:left;
	width:100%;
	margin-bottom:5px;
	overflow:hidden;
	z-index:99;
	text-align:left;
	}		
	
.box_caracteristici_produs	{
	float:left;
	width:64%;
	margin-left:1%;
	}
	
.container_alte_produse {
	width:100%; 
	height:auto;
	float:left; 
	overflow:auto;
	overflow-y:hidden;
	}	

.subtitlu_style_1 {
	float:left;
	border-bottom: 1px solid #c5c5c5;
	font-family: inherit;
	font-size: 130%;
	font-weight: bold;
	color: #444444;
	width: 100%;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	line-height: 120%;
	margin:10px auto;
	}
	
#wrapper_alte_produse, #wrapper_alte_produse_rec, #container_articole_categorie { display:none; }	
.subtitlu_style_1:hover { cursor:pointer; }	

.wrapper_alte_produse, wrapper_alte_produse_rec {
	width:100%;
	height:195px;
	padding:5px 0px;
	padding-bottom:15px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	}
 
	
.container_produs2 {
	float:left;
	width:100px;
	margin-right:10px;
	padding-bottom:5px;
	}	
	
.container_poze2	{
	margin:0 auto;
	width:97%;
	padding:1%;
	border:1px solid #e4e4e4;
	border-radius:2px;
	}	
	
.image_box_style2 {	/* lista de alte produse*/
	text-align:center;
	padding:5px 0px;
	background:#ffffff;
	overflow:hidden;
	margin:0 auto;
	z-index:0;
	}	
	
.box_caracteristici_produs2	{ /* lista de alte produse*/
	float:left;
	width:100%;
	}	
	
.titlu_produs2 { /* lista de alte produse*/
	float:left;
	border-bottom: 1px solid #c5c5c5;
	font-family: inherit;
	font-size: 70%;
	font-weight: normal;
	color: #444444;
	width: 100%;
	padding: 0px 0px 5px 0px;
	height:35px;
	text-decoration: none;
	text-align: left;
	line-height: 120%;
	overflow:hidden;
	}	

.preturi_produs2 {
	font-size:100%;
	height:35px;
	float:left;
	overflow:hidden;
	}

.pret_alte_produse {
	float:left;
	font-size:90%;
	color:#cc0033;
	font-weight:bold;
	}
	
.pret_vechi_alte_produse {
	float:left;
	font-size:80%;
	color:#7f7f7f;
	font-weight:light;
	}	
	
.titlu_produs {
	float:left;
	border-bottom: 1px solid #c5c5c5;
	font-family: inherit;
	font-size: 80%;
	font-weight:bold;
	color: #444444;
	width: 100%;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	line-height: 120%;	
	}
	
.tabel_prd {
	float:left;
	width:100;
	font-size:60%;
	}

.pret {
	float:left;
	font-size:120%;
	color:#e90000;
	font-weight:bold;
	}
	
.pret_vechi {
	float:left;
	font-size:100%;
	color:#7f7f7f;
	font-weight:light;
	}
	
.discount {
	float:left;
	font-size:120%;
	color:#006600;
	font-weight:bold;
	}	
	
.produs_indisponibil {
	float:right;
	display:block;
	font-family:inherit;
	font-weight:normal;
	color:#ff3333;
	width:95.5%;
	padding:10px 2%;
	line-height:90%;
	text-align:center;
	text-decoration:none;
	background:#ebebeb;
	border:1px solid #ffff00;
	border-radius:2px;	
	}		
	
.box_cumpara {
	float:right;
	display:block;
	font-family:inherit;
	font-weight:normal;
	color:#fff;
	width:auto;
	max-width:100%;
	padding:10px 10px;
	line-height:90%;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:url(images/gradient1.png) #ffffff repeat-x 40% 50% ;
	color:#ffffff;
	border:1px solid #fff;
	border-radius:5px;
	}
	
.numar_variante_box_produs	{
	display:inline-block;
	color:#7f7f7f;
	font-size:70%;
	}

#left {
	float:left;
	width:100%;
	}	
	
/* ********* filtre lista ********* */ 
.filtru_container {
	float:left;
	margin:0 auto 10px 0;
	width:100%;
	}
	
.filtru_titlu {
	width:96%;
	background:url(images/gradient2.png) top ;
	font-size:90%;
	color:#373737;
	padding:10px 2%;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:5px;
	}	
	
.filtru_style {
	background:#ffffff;
	float:left;
	width:96%;
	padding:5px 2%;
	font-size:85%;
	border-bottom:1px solid #efefef;
	}	
	
.container_poza_actiuni_produs 	{
	clear:both;
	float:left;
	width:100%;
	}
	
#produs_poza {
	float:left;
	width:96%;
	height:100%;
	padding:2%;
	border:1px solid #e4e4e4;
	border-radius:2px;
	overflow:hidden;
	margin-bottom:5px;
	}	

.produs_galerie_thb {
	float:left;
	overflow:hidden;
	padding:4px;
	margin-right:4px;
	border:1px solid #e4e4e4;
	border-radius:0px;
	min-height:45px;
	max-height:45px;
	margin-bottom:4px;
	}	
	
.produs_specificatii { /* pagina de produs */
	position:absolute;
	width:100px;
	}
.produs_specificatii img {
	margin-bottom:4px;
	}		

#container_social_media	{
	clear:both;
	float:left;
	width:100%;
	padding:4px 0%;
	}
	
.box_facilitati_produs {
	clear:both;
	float:left;
	width:96%;
	padding:2%;
	border:1px solid #e4e4e4;
	border-radius:2px;
	font-size:90%;
	line-height:130%;
	margin:10px 0px;
	}
	
.box_facilitate	{
	width:100%;
	float:left;
	}	
	
#titlu_produs_pagina {
	clear:both;
	float:left;
	border-bottom:1px solid #c5c5c5;
	font-family:inherit;
	font-size:140%;
	font-weight:bold;
	color:#373737;
	width:100%;
	padding:5px 0%;
	text-decoration:none;
	text-align:left;
	line-height:120%;
	}
	
.box_cumpara_pag_produs {
	float:right;
	display:block;
	font-family:inherit;
	font-weight:bold;
	color:#fff;
	width:100%;
	padding:10px 0%;
	line-height:130%;
	text-align:center;
	text-decoration:none;
	background:url(images/gradient1.png) #fd8300 repeat-x 40% 50%;
	border:1px solid #fff;
	border-radius:5px;
	text-transform:uppercase;
	margin:10px 0px;
	}	
	
.cant_add {
	padding:2px 1px;
	text-align:center;
	}	
	
#telefon_email_produs {
	float:left;
	width:100%;
	padding:5px 0px;
	font-size:110%;
	font-weight:bold;
	margin:10px 0px;
	}

.box_specificatii_produs {
	clear:both;
	float:left;
	width:96%;
	padding:2%;
	border:1px solid #CCCCCC;
	border-radius:2px;
	font-size:90%;
	line-height:130%;
	margin-bottom:10px;
	background:url(images/bk_punct_negativ.png);
	}
	
.tabel_pag_prd {
	float:left;
	width:100;
	font-size:90%;
	}	
	
#produs_descriere_container	{
	clear:both;
	float:left;
	width:96%;
	padding:2%;
	border:1px solid #e4e4e4;
	border-radius:2px;
	font-size:90%;
	line-height:130%;
	}


.poza_in_text {
	float:right;
	margin:5px;
	max-width:50%;
	}

.container_brands {
	float:left;
	width:100%;
	margin:5px 0;
	}	

.box_brand { 
	width:48%;
	padding:0 1%;
	float:left;
	text-align:center;
	overflow:hidden;
	}
	
.titlu_brand_lista {
	clear:left;
	float:left;
	width:98%;
	padding:5px 1%;
	font-size:90%;	
	}	
	
.detalii_brand_lista {
	float:left;
	width:98%;
	padding:0px 1%;
	margin-bottom:5px;
	font-size:70%;
	color:#999999;
	}	

	
.image_box_brand_lista {
	width:93%;
	margin:0% 2%;
	padding:2%;
	border:1px solid #e4e4e4;
	min-height:100px;
	max-height:100px;	
	border-radius:2px;
	overflow:hidden;
	background-size:100%;
	}	
	
.info_produs_link {
	color:#444444;
	text-decoration:underline;
	}
	
.titlu_articol_lista {
	width:100%;
	float:left;
	color:#444444;
	line-height:150%;
	font-weight:bold;
	font-size:130%;
	border-bottom: 1px solid #c5c5c5;
	font-family: inherit;
	color: #444444;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	}
	
.box_articol_container {
	margin-bottom:10px;
	}	
	
.titlu_pagina_articol {
	float:left;
	border-bottom: 1px solid #c5c5c5;
	font-family: inherit;
	font-size: 120%;
	font-weight: bold;
	color: #444444;
	width: 100%;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	line-height: 120%;	
	}		
 
	
.galerie_foto_articol_container	{
	float:left;
	width:94%;
	padding:10px 3%;
	}
	
.box_galerie_foto1 {
	float:left;
	width:100%;
	margin-bottom:10px;
	}	
	
.titlu_sectiune	{
	float:left;
	width:96%;
	padding:4px 2%;
	background:#efefef;
	}
	
.list_link {
	float:left;
	width:96%;
	padding:4px 2%;
	font-size:80%;
	line-height:120%;
	color:#444444;
	text-wrap:unrestricted;
	}	
	
.style_col1 {
	float:left;
	width:23%;
	margin-right:2%;
	padding:4px 0px;
	font-weight:500;
	}
	
	
.style_col2 {
	float:left;
	width:74.8%;
	padding:4px 0px;
	text-align:left;
	}
	
.input_style2 {
	float:left;
	width:98%;
	border:1px solid #c5c5c5;
	background:#f9f9f9;
	padding:4px 2px;
	color:inherit;
	font-family:inherit;
	font-size:100%;
	}	
	
#errorMessageV	{ text-align:left; color:#ff6600; }	


.buton_style1 {
	background:#444444;
	color:#FFFFFF;
	padding:8px;
	border-radius:0px; 
	}
	
.buton_style1:hover{
	background:#373737;
	}
	
.buton_style2 {
	background:#ffcc00;
	color:#FFFFFF;
	padding:8px;
	border-radius:0px; 
	}
	
.buton_style2:hover{
	background:#373737;
	}	
	
.link_activ {
	font-weight:500;
	color:#ffcc00;
	}	
	
.content {
	float:left;
	width:95.6%;
	padding:5px 2%;
	font-size:100%;
	border:1px solid #e4e4e4;
	background:#f5f5f5;
	margin:5px 0px;
	margin-top:0px;
	border-radius:2px;
	text-wrap:unrestricted;
	}	
	
/* -------- BASKET --------------- */


/* ********* basket css ********* */ 

#slidingTopWrap {
	float:left;
    width: 100%;
    z-index: 10;
	margin: 0 ;
	padding: 0;
}

#cos_slide_container {
	display:none;
	position:absolute;
	padding:10px 2%;
	margin-top:32px;
	width:92%;
	z-index:-1;
	background:#ffffff;
	color:#373737;
	font-family:inherit;
	font-size:60%;
	line-height:150%;
	border-radius:0px;
	overflow:hidden;
	border: 1px solid #c5c5c5;	
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.13);
}

 

#slidingTopFooter {
	width: 100%;
	height: 20px;
	margin: 0;
	font-size: 12px;
}

#slidingTopFooter A:link {
	text-decoration: none;
	color: #373737;
}

#slidingTopFooter A:visited {
	text-decoration: none;
	color: #fff;
}

#slidingTopFooter A:hover {
	text-decoration: underline;
	color: #373737;
}

#slidingTopFooter A:active {
	text-decoration: underline;
	color: #fff;
}


#slidingTopFooterLeft {
	margin: 0 auto;
	text-align:center;
}

#slidingTopFooterRight {
	float: right;
	margin: 15px 30px 0 0;
}

#wrdInfoWrap {
	background-color: #FFFF99;
	height: 80px;
}

#wrdInfoWrapLeft {
	float: left;
	width: 100%;
	padding: 10px;
}

#wrdInfoWrapRight {
	float: right;
}

#wrdInfoWrapRight A:link, #wrdInfoWrapRight A:visited, #wrdInfoWrapRight A:active {
	color: #333333;
	text-decoration: underline;
}

#wrdInfoWrapRight A:hover {
	color: #669900;
}

#wrdTutorialInfo {
	margin: 25px 10px 0 0;
	background-color: #FFFFFF;
	padding: 5px;
}

#headerWrap {
	width: 100%;
	height: 192px;
	background-color: #666666;
	border: 1px #999999 solid;
}

#contentWrapLeft {
	float: left;
	width: 100%;
}


#contentWrapRight {
	float: right;
	width: 100%;
}

.productWrap {
	float:left;
	width: 100%;
	margin: 5px;
	padding:10px;
	text-align:center;
	color:#7a7a7a;
	border: 0px #ff3300 solid;
}

.productPriceWrap {
	background-color: #c5c5c5;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

.productPriceWrap img {
	border: 0;
}

.productPrice {
font-weight:bold;

}


#basketWrap {	
	float:left;
	padding-bottom: 5px;
	width:100%;
}

#basketTitleWrap {	
	width:100%;
	clear:both;
	padding:5px;
	color: #373737;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	font-family:inherit;
	margin-top:4px;
}

#basketItemsWrap {
	max-height:400px;
	}

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

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: outside  ;
	margin: 0;
	padding: 0;
	width: 100%;
}

#basketItemsWrap li {
	background:#fff;
	padding: 4px 0px;
	font-size: 12px;
	color:#000000;
	text-align:left;
	font-family:inherit;
	height:auto;
	float:left;
	width:100%;
	margin-bottom:2px;
	overflow:hidden;
	border-bottom:1px solid #c5c5c5;
}

.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

#bannerWrap {
	margin: 10px;
	padding-bottom: 5px;
}

/* ********* end basket css ********* */ 

.basket_img_thumb {
	float:left;
	width:45px;
	margin-left:3px;
	}
	
.basket_prd_titlu {
	float:left;
	margin-left:3px;
	width:233px;
	font-size:12px;
	line-height:120%;
	}

.basket_prd_titlu:hover a {
	color:#ffcc00;
	}	

.basket_prd_del {
	float:left;
	width:20px;
	height:auto;
	background:url(images/delete.png)  50% 50% no-repeat;
	}

.basket_prd_del:hover {	background:url(images/delete_h.png)  50% 50% no-repeat; }
	
.basket_prd_pret {
	float:left;
	width:75px;
	text-align:right;
	margin-right:4px;
	margin-top:-3px;
	}
	
.style_header_tabel1, td.style_header_tabel1 {
	background:#f4f4f4;
	padding:4px;
	}
	
tr.style_header_tabel1 td {
	background:#f4f4f4;
	padding:8px 4px;
	color:#a5a5a5;
	font-size:12px;
	border-bottom:3px solid #999999;
}

tr.style_header_tabel2 td {
	background:#f4f4f4;
	padding:8px 4px;
	font-size:14px;
	color:#333333;
}
	
	
	.buton_delete {
	display:block;
	width:16px;
	height:16px;
	background:url(images/delete_h.png)  50% 50% no-repeat;
	border:0;
	outline:0;
	text-decoration:none;
	cursor:pointer;
	border-radius:0 2px 2px 0;
	}
	
	.buton_delete:hover {
	background:url(images/delete.png)  50% 50% no-repeat;
	}
	
.error_cos	{ 
	display: none;
	width:100%;
	float:right;
	padding:5px;
	text-align:right;
	color: #D8000C; 
	font-size:12px;
	color:#ffcc00; 
	}	
	
#produsAdaugat {
	display:none;
	position:fixed;
	top:30%;
	width:64%;
	margin:0 15%;
	background:url(images/produsAdaugat_bk.png) repeat;
	border:1px solid #fff;
	padding:10px 2%;
	z-index:9999999;
	text-align:center;
	color:#FFFFFF;
	border-radius:2px;
	font-size:100%;	
	}
		
#adaugatOK	{
	margin:0 auto;
	width:80%;
	padding:5px 0px;
	font-size:100%;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	}
		
.buton_style3 {
	width:auto;
	background:url(images/gradient1.png) #ffffff repeat-x 50% 50% ;
	color:#414141;
	border:1px solid #ccc;
	border-radius:2px;
	padding:5px 7px;
	font-size:80%;
	text-shadow:1px 1px 0px #ffffff;
	text-transform:uppercase;
	}
	
.buton_style4 {
	float:left;
	width:95.2%;
	background:url(images/gradient1.png) #ffffff repeat-x 50% 50% ;
	color:#414141;
	border:1px solid #ccc;
	border-radius:2px;
	padding:5px 2%;
	font-size:80%;
	text-shadow:1px 1px 0px #ffffff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px;
	}	

.buton_style3:hover { cursor:pointer; }


table.tabel_cos	tr.style_row_tabel1 td {
	font-size:80%;
	padding:3px 1px;
	color:#373737;
	}
	
table.tabel_cos	tr.style_row_tabel2 td {
	font-size:100%;
	padding:3px;
	}
	
table.tabel_cos	tr.style_par1 { background:#ffffff; }
table.tabel_cos	tr.style_impar1 { background:#f5f5f5; }
table.tabel_cos	tr.discount { background:#efefef; }

table.tabel_cos	td.valori_cos { background:#fff; font-size:14px; color:#373737; padding:6px 4px; }

table.tabel_cos	td.total_cos { background:#4c4c4c; font-size:18px; color:#FFFFFF; padding:6px 4px; }
	
table.tabel_cos	tr.style_row_tabel1:hover {
	background:#efefef;
	}
	
.subtitlu_style_viwcart {
	clear:both;
	float:left;
	font-family:inherit;
	font-size:90%;
	font-weight:normal;
	color:#444444;
	width:100%;
	padding:5px 0%;
	text-decoration:none;
	line-height:130%;
	text-transform:uppercase;
	text-align:left;
	border-bottom:1px solid #444444;
	}
	
#cont_nouDiv, #data_client_logat {
	font-size:90%;
	}

.discount_var {
	float:right;
	background:#003300;
	color:#ffffff;
	border-radius:20px;
	padding:8px 0px;
	margin-top:-15px;
	}	

table.tabel_pag_prd	tr.style_par1 { background:#ffffff; }
table.tabel_pag_prd	tr.style_impar1 { background:#f5f5f5; }

select#alege {
	background:#efefef;
	padding:10px 0px;
	border:0;
	}

.comanda_minima {
	float:left;
	width:95.5%;
	padding:10px 2%;
	background:#efefef;
	border:1px solid #cc6666;
	color:#474747;
	border-radius:2px;
	}

.pasi_cos {
	padding:5px 0;
	border-top:1px solid #e4e4e4;
	text-wrap:unrestricted;
	font-size:110%;
	}

.label_style { padding:10px; float:left;}

.buton_finalizeaza {
	margin:0 auto;
	font-family:inherit;
	font-weight:normal;
	color:#fff;
	width:100%;
	padding:10px 0%;
	line-height:130%;
	text-align:center;
	text-transform:uppercase;
	background:url(images/gradient2.png) #ffffff repeat-x 100% 50% ;
	color:#ffffff;
	border:1px solid #000099;
	border-radius:4px;
	font-size:140%;
	}
	
.info {   
	font-size:90%; padding:5px 5px;
	color:#006600;
	}	

/* suprescrie css */
.width50 { width:40%; }



.box_meniu	{ /* box categorie */
	width:100%;
	text-align:left;
	}
	
.titlu_meniu {
	clear:left;
	float:left;
	width:96%;
	padding:12px 2%;
	background:url(images/gradient2.png) repeat-x top;
	border:1px solid #fff;
	border-radius:5px;
	margin-bottom:10px;
	font-size:100%;
	font-weight:bold;	
	}	
	
.titlu_meniu a {
	float:left;
	color:#ffffff;
	width:100%;
	font-size:inherit;
	text-decoration:none;
	background:url(images/arrow_down_white.png) no-repeat 100% 50%;
	background-size:10%;	
	}


a.upArrowM {
	background:url(images/arrow_up_white.png) no-repeat 100% 50%;
	background-size:10%;
	}	
	
.meniuri_container {
	float:left;
	background:#fff;
	border:2px solid #e2e2e2;
	width:96%;
	padding:2%;
	font-size:90%;
	border-radius:4px;
	}
	
.meniuri_container a {
	float:left;
	color:#7f7f7f;
	width:100%;
	font-size:inherit;
	text-decoration:none;
	background:none;
	padding:12px 0px;
	border-bottom:2px solid #444444;	
	font-size:130%;
	}	
	
#anadeea {
	margin:0 auto;
	width:96%;
	padding:5px 2%;
	font-size:50%;
	text-align:center;
	color:#999999;
	}
	
.imagine_articol_lista {
	float:left;
	max-width:50%;
	margin-right:10px;
	}	
	
.titlu_produs_viewcart {
	float:left;
	width:100%;
	color:#474747;
	font-weight:bold;
	font-size:120%;
	}

.cantitate_produs_viewcart {
	float:left;
	max-width:50%;
	text-align:left;
	margin-right:5%;
	}	
	
.cantitate_produs_viewcart span {
	float:left;
	padding:5px 0px;
	margin-right:5px;
	font-size:110%;
	color:#474747;
	font-weight:normal;
	}
	
.pret_produs_viewcart {
	float:right;
	max-width:50%;
	text-align:right;
	font-weight:bold;
	color:#cc0033;
	font-size:120%;
	padding:4px 0px;
	}		
	
.input_cantitate {
	width:auto;
	width:16px;
	text-align:center;
	border:1px solid #c5c5c5;
	background:#f9f9f9;
	padding:4px 4px;
	color:inherit;
	border-radius:2px;
	}

.buton_actualizeaza {
	width:auto;
	max-width:25px;
	padding:3px 5px;
	font-size:100%;
	background:url(images/gradient1.png) #ffffff repeat-x 50% 50% ;
	color:#474747;	
	border:1px solid #c5c5c5 !important;
	background-size:100%;	
	text-decoration:none;
	cursor:pointer;
	border-radius:2px;
	}
	
.buton_actualizeaza:hover {
	background:url(images/gradient1.png) #ffffff repeat-x 70% 90% ;	
	}
	
.sapou_articol {
	font-weight:bold;
	margin-bottom:10px;
	}

.video_produs	{
	clear:both;
	float:left;
	width:96%;
	padding:2%;
	border:1px solid #e4e4e4;
	border-radius:2px;
	font-size:90%;
	text-align:center;
	}

.titlu_articol_produs {
	width:100%;
	float:left;
	color:#0099ff;
	line-height:150%;
	font-weight:bold;
	font-size:90%;
	border-bottom: 1px solid #c5c5c5;
	font-family: inherit;
	color: #6c6c6c;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	text-align: left;
	}
	
#produse_cadou {
	float:left;
	width:98%;
	padding:5px 1%;
	background:#ffffff;
	border-radius:5px;
	margin:10px 0px;
	box-shadow: inset 0px 0px 2px #c5c5c5;
	}		

.titlu_produs_cadou {
	float:right;
	width:98%;
	font-family:inherit;
	font-size:120%;
	font-weight:bold;
	color:#fd8300;
	padding:5px 1%;
	text-decoration:none;
	line-height:130%;
	background:#FFFFFF;
	border-radius:3px;
	margin-bottom:5px;
	}		
	
tr.style_header_produs_cadou td {
	padding:8px 4px;
	color:#cc0000;
	font-size:90%;
	border-bottom:1px solid #efefef;
}
	
.tabel_produse_cadou {
	float:left;
	width:90% !important;
	border:1px solid #ccc;
	margin-left:4%;
	padding:1%;
	margin-bottom:10px;
	border-radius:5px;
	}
	
.tabel_produse_cadou:hover { border:1px solid #ffffff; box-shadow:0px 0px 5px #ccc; }			

#produs_transport_gratuit {
	float:left;
	width:96%;
	background:#efefef;
	color:#4b4b4b4;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:10px 2%;
	border-radius:4px;
	margin-bottom:5px;
	}
	
.checkTransport {
	font-size:80%;
	color:#006600;
	}		