body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	background: url(images/bg_.jpg);

}

#big_ {
	width:100%;
	background: url(images/bg.jpg) repeat-x;
}

div#big {
	margin:0 auto;
	text-align:left;
	width:960px;
	background-color:#fff;
}

div#headerWrapper {
	width:960px;
	height:272px;
	float:none;
	background-color:#fff;
}

div#header_left {
	width:270px;
	height:272px;
	float:left;
}

div#header_main {
	width:410px;
	height:272px;
	float:left;
	background-color:#fff;
	text-align:center;
}
div#header_right {
	width:278px;
	height:272px;
	float:right;
}

a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#666;
}

.tab_title {
	font-size:15px;
	color:#666;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 0;
	padding-left: 20px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	font-family:Verdana;
}

h2 {
	margin-top:0px;
	font-size:15px;
	font-family:Verdana;
}

ul {
	margin:0px;
}
li {
	margin:0px;
	list-style:none;
}

/*   ////////////////////  L E F T  ///////////////////    */

div#header_left_up {
	margin-top:4px;
	margin-left:4px;
	height:61px;
	background: url(images/header_left_up.jpg);
	text-align:left;
	color:#DFDFDF;
}

div#header_left_up .lang{
	padding-left:12px;
	padding-top:32px;
}
div#header_left_up a{
	text-decoration:none;
	color:#DFDFDF;
}
div#header_left_up a:hover{
	text-decoration:underline;
	color:#DFDFDF;
}

div#header_left_middle {
	margin-left:4px;
	height:130px;
	background: url(images/header_left_middle.jpg) repeat-x #fff;
	text-align:right;
}
div#header_left_down {
	margin-left:4px;
	padding-left:15px;
	height:41px;
	background: url(images/header_left_up.jpg);
}
div#header_left_down .menu_up{
	padding-top:15px;
	padding-bottom:12px;
	text-align:center;
	float:left;
}
div#header_left_down a{
	text-decoration:none;
	padding-top:15px;
	margin-bottom:12px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
}
div#header_left_down a:hover{
	padding-top:15px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:10px;
	background: url(images/menu_hover.jpg) repeat-y center #CA1C20;
}



/*   ////////////////////  R I G H T  ///////////////////    */

div#header_right_up {
	margin-top:4px;
	margin-right:4px;
	height:61px;
	background: url(images/header_right_up.jpg) repeat-y #fff;
	text-align:right;
	padding-right:10px;
	color:#DFDFDF;
}

div#header_right_up .lang{
	padding-left:12px;
	padding-top:32px;
}
div#header_right_up a{
	text-decoration:none;
	color:#DFDFDF;
}
div#header_right_up a:hover{
	text-decoration:underline;
	color:#DFDFDF;
}

div#header_right_middle {
	margin-right:4px;
	height:130px;
	background: url(images/header_right_middle.jpg) repeat-x #fff;
	text-align:left;
}
div#header_right_down {
	margin-right:4px;
	padding-left:35px;
	height:41px;
	background: url(images/header_right_up.jpg);
}

div#header_right_down .menu_up{
	padding-top:15px;
	padding-bottom:12px;
	text-align:center;
	float:left;

}
div#header_right_down a{
	text-decoration:none;
	padding-top:15px;
	margin-bottom:12px;
	padding-left:8px;
	padding-right:8px;
	color:#fff;
}
div#header_right_down a:hover{
	padding-top:15px;
	padding-bottom:12px;
	padding-left:8px;
	padding-right:8px;
	background: url(images/menu_hover.jpg) repeat-y center #CA1C20;
}







/*   ////////////////////  C O N T E N T   ///////////////////    */




div#contentWrapper {
	float:none;
	width:960px;
	/*background: url(images/main.jpg) repeat-y top center #ffffff;*/
	background:  #ffffff;
	margin: 5px 0 0 0;
}


div#leftcol {
	width:260px;
	float:left;
	background-color:#fff;
}
div#leftcol .produse a{
	padding-left:2px;
	font-weight:normal;
	text-decoration:none;
	color:#666;
}


.categ_produse {
	font-size:15px;
	color:#666;
	font-weight:bold;
	padding-left:20px;
}

.menu_left {
	float:left;

}
.spacer {
	width:30px;
	float:left;
	border-right:1px solid #CCC;
}

div#maincol {
	width:419px;
	float:left;
	padding: 10px;

	background: #F7F7F7;
}

div#rightcol {
	width:260px;
	float:left;
	background-color:#fff;
	margin: 0;
}


/*   ////////////////////  F O O T E R   ///////////////////    */

#footerWrapper {
	width:960px;
	height:20px;
}
div#footer_left {
	height:20px;
	width:270px;
	text-align:center;
	float:left;
	color:#666;
	font-size:10px;
}
div#footer_center {
	width:410px;
	height:20px;
	float:left;

}

#footer_center ul {
	margin:0 auto;
	padding:0;

}

#footer_center li {
	float:left;
	margin:0 0 0 10px;

}

div#footer_center ul{
	float:left;

}


div#footer_center a{
	text-decoration:none;
	color:#666;
}
div#footer_center a:hover{
	text-decoration:underline;
	color:#666;
}

.border_ {
	border-bottom:1px solid #CCC;
}



/*     ////////////////////////  C O P Y  F R O M  O L D  C S S   ///////////////////////        */



#login_form {
	color: #C2D8E2;
	text-align:center;
	margin:0 0 20px 0;

}


.border_2 {
	margin: 5px 0 0 0;
	border-bottom: 2px solid #666;
}

.login_form {
	padding:0;
	margin: 5px ;
	text-align: center;

}


.login_form label {
	float: left;
	width: 60px;
	text-align: right;
	margin: 2px 0 0 0;
	color:#666;
}

.login_form .welcome {
	padding: 4px 0 4px 0;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.login_form .email input,.login_form .password input {
	width: 100px;
	float: left;
}


.login_form .submit {
	text-align: center;
	margin: 1px 0 5px 0px;
}

.login_form .submit input {
	border: none;
	background-color: #999;
	color: #fff;
	width: 60px;
	padding: 1px;
	margin: 5px 0 0 0;
}

.login_form a {
	font-size: 11px;
	padding: 0 0 0 10px;
}

.user_add .submit {
	margin: 0;
}

.user_add .submit input {
	width: 80px
}




.clearFloat {
	clear:both;
}

.clearboth {
	clear:both;
}

.flabel1 {
	float :left;
	display:block;
	text-align:right;
	padding-right:4px;
}

#search_box {
	margin: 0;
	padding: 20px 0 0 0px;
	text-align: center;

}

#search_box input {
	font: Verdana 11px;
	color: #656565;
	padding: 2px 0 2px 0;
}

#search_box .input {
	width: 180px;
	border: 1px solid #CCCCCC;
}
#search_box .submit {
	border: none;
	background-color: #666;
	color: white;
	height: 22px;
	padding: 3px;
}

/*///////////////  CART LIST  ////////////////////////*/


.cart_list {
	width: 570px;
	margin: 0 auto;
}

.cart_list .details {
	float: left;
	padding:  0 5px 5px 0;
	text-align: right;
	width: 566px;
}

.cart_list .details .value {
	color: #B81319;
}

.cart_list .total {
	font-size: 14px;
	font-weight: bold;
	width: 566px;
	text-align: right;
	background: #fff;
	padding: 10px 0 0 0;
}

.cart_list .total_fara_taxa {
	padding: 10px 0 0 0;
}

.prod_row .produs_name {
	line-height: 60px;
}

.cart_list .prod_row {
	width: 566px;
	border-bottom: 1px solid #C2D8E3;
	border-left: 1px solid #C2D8E3;
	border-right: 1px solid #C2D8E3;
	padding: 4px 0 0px 0;
	float: left;

}

.prod_row a {
	color: #666;
}

.cart_list .prod_row div {
	float: left;
	padding: 0 4px;

}

.cart_list .header {
	width: 569px;

}

.cart_list .header div {
	float: left;
	background-color: #666;
	line-height: 29px;
	height: 29px;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 0 4px;
	color: #fff;

}

.cart_list .header .produs_sterge {
	width: 50px;
}

.cart_list .header .subtotal {
	width: 85px;
}

.cart_list .header .produs_produs {
	width: 130px;
}


.cart_list .produs_sterge {
	width: 50px;
	text-align: center;
}

.cart_list .produs_sterge a {
	font-weight: bold;
	color: #B81319;
}

.cart_list .produs_produs {
	width: 130px;
	padding: 0 0 0 2px;
}

.cart_list .produs_imagine {
	width: 130px;
	text-align: center;
}

.cart_list .header .produs_imagine {
	width: 130px;
}

.cart_list .bucati {
	width:40px;
	padding: 0 0 0 2px;
	text-align: center;
}

.cart_list .bucati input {
	width: 35px;
	text-align: center;
	margin: 0 0 0 4px;
}
.cart_list .pret {
	width: 80px;
	text-align: center;
}

.cart_list .subtotal {
	width: 80px;
	text-align: center;
	font-weight: bold;
}


.cart_list .flabel {
	float: left;
	width: 357px;
	padding: 1px 0 0 0;
	text-align: right;
}



.cart_list .details input, select {
	width: 200px;
	border: 1px solid #C2D8E3;
}

.cart_list .details textarea {
	width: 200px;
	height: 100px;
	border: 1px solid #C2D8E3;
	margin: 0 0 12px 0;
}

.cart_list .submit_buttons {
	text-align: center;
	padding-top: 20px;
}

.cart_list .submit_buttons input {
	width: auto;
	background: #666;
	color: #fff;
	padding: 3px;
}


.cart_preview .prod_row {
	border: 1px solid #C2D8E3;
	padding: 4px 2px 4px 3px;
	margin: 3px 0 0 0;
}

.cart_preview .prod_row a {
	color: #666;
}

.cart_preview .value {
	color: #B81319;
	font-weight: bold;
}

.cart_preview .details {
	padding: 5px 0 0 0;
	margin: 10px 0 10px 0;
}

.cart_preview .details .submit_buttons {
	text-align: center;
}

.cart_preview .details .submit_buttons input {
	padding: 2px;
	margin: 20px 0 0 0;
	background: #666;
	color: #fff;
}
/*//////////////////////   BREAD   ////////////////////////*/


#bread_categorii {
	padding: 4px 0 8px 0;
	color: #999;
}

#bread_categorii ul {
	list-style: none;
	margin:0 ;
	padding: 0;
}

#bread_categorii ul li {
	display:inline;
}

#bread_categorii a {
	display: none;
	color: #999;

}

#bread_categorii .tree_selected
{
	display:inline;
}

#bread_categorii .tree_selected_
{
	display:inline;
}

#bread_categorii .tree_selected a  {
	display: block;
	padding: 0 0 0 3px;
	display:inline;
}

#bread_categorii .tree_selected_ a {
	display: block;
	padding: 0 0 0 3px;
	color: #CA1B20;
	display:inline;
}


/*/////////////////////////  DETALII PRODUSE  ////////////////////////////////*/

.expl_img{
	clear:both;
	color:#999;
	font-size:10px;
	text-align:center;
	padding:5px 0;
}
.img_produs {
	width: 220px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

.img_produs img {
	margin-right: 12px;
	margin-bottom: 6px;
	border: 1px solid #ddd;
	cursor:pointer;
}

.detalii_produs {
	width: 270px;
}



/*//////////////////////////   ARTICOLE    /////////////////////////////////*/

.lista_articole {
	margin: 10px 0 0 0;
}

.lista_articole .row_articol {
	padding: 2px 0 2px 0;
}

/*//////////////////////////   STIRI    /////////////////////////////////*/

.lista_stiri {
	margin: 10px 0 0 0;
}

.lista_stiri .row_stire {
	padding: 2px 0 2px 0;
}

.lista_stiri .row_stire a {
	color: #666;
}

/*|||||||||||||||||||  LISTA COMENZI  ||||||||||||||||||||||||||||||||||||||||*/

#list_comenzi {
	border: 1px solid #ddd;
}

#list_comenzi a {
	color: #666;
}

#list_comenzi thead {
	background: #666;
	height: 29px;
	color: white;
	text-align: center;
}

#list_comenzi thead tr td {
	padding: 0 3px 0 3px;
}

#list_comenzi tbody tr {
	background: #fff;
	text-align: center;
}

#list_comenzi tbody tr #selected {

}

#list_comenzi tbody tr td {
	padding: 3px;
}

#list_comenzi .light {
	background: #eee;
}

#list_comenzi #second_table {
	border: 1px solid #ddd;
}

#list_comenzi #second_table .light {
	background: #FFF;
}


#list_comenzi #second_table #head {
	background: #B81319;
	color: #fff;
	height: 20px;
	border: none;
}

.total_tax {
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #666;
	margin-top: 10px;
	background: #C2D8E3;
	padding: 0 0 0 10px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/




/*==============================   promotii   ================================*/

.promotii .promo_img {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px solid #ddd;
}

.lista_promotii {
	padding-left: 20px;
	margin: 0 0 20px 0;
}

.lista_promotii .img_ {
	width: 200px;
	margin: 0 0 5px 18px;
	text-align:center;
}

.lista_promotii .img_ img {
	border: none;
}

.lista_promotii h3 {
	color: #666;
	font-size: 14px;
	margin: 10px 0;
}

.lista_promotii .descriere {
	text-align: justify;
	color: #666;
	margin: 0 10px 0 0;
}

.promotii .body {
	padding:  5px 0 5px 0px
}

/*================================   parola uitate form    ===================*/

#div_form_up {
	margin: 10px 0 0 0;
}

#div_form_up .label_ {
	text-align: right;
	float: left;
	width: 100px;
	margin: 8px 2px 0 0;
}

#div_form_up input{
	color: #666;
	width: 200px;
	margin: 5px 0 0 0;
}

#div_form_up #submit {
	width: 100px;
	margin: 0 auto;
}

#div_form_up #submit input{
	background: #666;
	color: #fff;
	padding: 0px;
	width: 100px;
	margin: 0;
	border: none;
}

#div_form_up .eroare{
	color: red;
	text-align: center;
	margin: 10px 0;
}

#footer_logo {
	float: left;
	width: 600px;
	padding: 0px;
	padding-top: 16px;
	margin: 0px;

}

.space {
	margin: 10px 0;
	padding: 0;
}




#div_contact_form {
	padding: 0 3px 0 3px;
	float: left;
}

#div_contact_form input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #666;
	width: 200px;
}

#div_contact_form textarea {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #666;
	width: 200px;
}

#submit_buton {
	width: 300px;
	text-align: center;
	margin: 10px auto;
}

#submit_buton input {
	width: 100px;
	background: #666;
	color: #fff;
	padding: 2px 2px 2px 2px;
	margin: 10px auto;
}

.flabel1 {
   width: 100px;
   display:block;
   float:left;
   text-align:right;
   padding: 0;
   margin: 0 3px 0 0;
}

#div_contact_form .error {
	color: red;
	padding: 0 0 0 63px;
	margin: 0;
}

.required_field {
	color: #ff0000;
	padding: 0;
	margin: 0;
}

#submit_buton .required_field {
	color: #ff0000;
	margin: 5px;
}


.clearRow {
	clear:both;
	margin: 0 0 3px 0;
	padding: 0;
}

#div_contact_form form {
	margin: 0;
	padding: 0;
}

/*//////////////   END FORMULAR CONTACT   ///////////////////////////*/









/*//////////////////   DATE DE CONTACT   ////////////////////////////*/

.contacte {
	padding: 0;
	margin: 0;
	float: left;
}

.contacte a {
	color: #666;
	text-decoration: underline;
}

.contacte img{

	padding: 5px 0 0 0;
}

.contact {
	width:180px;
	float: left;
}


.contact_body {
	padding: 5px 0 0 0;
}


/*///////////////   END DATE DE CONTACT   ///////////////////////////*/


#footer {
	height: auto;
	color: #96B0C8;
	font-size: 11px;
	float: left;
	width: 620px;
	padding: 8px 4px 8px 390px;

}

#footer_menu li {
	list-style: none;
	float: left;
	width: 130px;
}

#footer_menu li a{
	color: #C2D8E2;
	padding: 0 5px 0 5px;
	letter-spacing: 1px;
	font-size: 10px;
}

#footer_menu li a:hover{
	color: #C2D8E2;
	padding: 5px;
	letter-spacing: 1px;
	font-size: 10px;
	background: url(../images/red_repeat.gif);
}

#footer_menu li a.footer_menu_selected {
	font-weight: bold;
	background: url(../images/red_repeat.gif);
	padding: 5px;
}


#footer_text {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}



/*//////////////////   INREGISTRARE FORM   ///////////////////////////*/


.user_add {
	margin: 5px auto;
	padding: 10px 0 0 0;
}

.user_add input{
	width: 200px;
}

.user_add textarea{
	width: 200px;
}

.user_add .error{
	padding: 0 0 0 105px;
	margin:0;
	color: red;
}

.user_add .flabel1{
	width: 100px;
}

#submit {
	width: 100px;
	padding: 4px;
	color: #fff;
	background: #666;
	margin: 20px 0 0 170px;
}

/*//////////////////   INREGISTRARE FORM   ///////////////////////////*/


/*/////////////////////// ZMOKY //////////////////////////*/

.lista_subcategorii {

}

.lista_subcategorii .subcategorie {
	margin:  0px 10px 10px 0;
}


.lista_subcategorii .nume{
	width: 190px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 4px 0 0 0;
	height: 16px;
	overflow:hidden;
	vertical-align: center;
}



/*///////////////////////   PRODUSE RELOADED   //////////////////////////////*/

#produse_table {
	margin: 10px 0 0 0;
	width: 100%;
}

#produse_table .td_img {
	width: 140px;
}

#produse_table .head {
	background-color: #333333;
	height: 25px;
	text-align: center;
}

#produse_table .thumb {
	margin: 5px 5px;
	border: none;
}

#produse_table .cod_title{
	padding: 5px 0 0 3px;
	font-weight: bold;
}

#produse_table .cod_title .value {
	color: #CA1B20;
	font-size: 12px;
}

#produse_table .cod_title a{
	color: #CA1B20;
	font-weight: bold;
	font-size: 12px;
}

#produse_table .cod_title p{
	color: #666;
	font-weight: normal;
	font-size:11px;
}

/*/////////////////////////////////*/
.desc_prod{
	margin: 0;
}

.caract_produs {

	}

.caract_produs .field {
	float: left;
}

.caract_produs .a_caract {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	height: 16px;
}

.caract_produs .value {
	float: right;
}


.caract_produs h2{
	margin: 0;
	padding: 0;
}

.pret_un_produs {
	width: 270px;
	margin: 10px 0 0 0;
	padding: 0;



}

.pret_un_produs h2 {
	padding: 0 0 3px 0;
	margin: 10px 0 8px 0;


}

.pret_un_produs  .value{
	color: #B81319;
}

.cod {
	padding: 0 0 5px 0;
	font-weight: bold;
}

.cod .value {
	font-weight: normal;
	padding: 0 0 0 5px;
}

/*///////////////////////   SERVICII   //////////////////////////////*/

.servicii {
	margin: 10px 0 0 0;
}

.serviciu h2{
	padding: 15px 0 0px 0;
}

/*/////////////////////   END SERVICII   ////////////////////////////*/


/*.pret_un_produs .comanda_ro {
	height: 25px;
	width: 125px;
	background: url(../images/buton_comanda_ro.jpg);
	border: none;
}

.pret_un_produs .comanda_en {
	height: 25px;
	width: 125px;
	background: url(../images/buton_comanda_ro.jpg);
	border: none;
}

*/
.user_add select {
	width: 200px;
	border: 1px solid #CCCCCC;
}

/*///////////////////////////////////////////////////////////////////*/
/*
#user_ec {
	padding: 0 0 5px 10px;
}

#user_ec .icon {
	float: left;
}

#user_ec .text {
	padding: 0 0 0 15px;
}*/

.titlu_categorie {
	text-align: left;
	padding: 0px 0 0 0;
	margin: 0;
}


.col1 {
	float: left;
	width:220px;
}

.col2 {
}

.img_middle .img_{
	width: 142px;
	overflow: hidden;
	padding: 5px 0 2px 2px;
}


.links {
	padding: 0 0 10px 0;
}

.avertisment {
	margin: 10px;
}



#sigla {
	text-align: center;
	margin: 20px;
	color: #666;
}

#sigla a {
	text-decoration: underline;
}

#sigla a:hover {
	color: #CA1B20;
}

#sigla a img {
	border: none;
}

/*///////////////////////   NEWS   //////////////////////////////*/


#news_col .stire {
	padding: 5px 5px 5px 20px;
}

#news_col .stire a{
	color: #CA1B20;
	font-weight: bold;

}

#news_col .stire .sumar {
	font-weight: normal;
	color: #666;
	padding: 5px 5px 0 0;
	text-align:justify;
}


.col_incadrari {
	font-weight: bold;
	margin: 5px 0;
	padding: 0 0 0 20px;
}


/*///////////////////////   RANDOM PRODUCTS   //////////////////////////////*/

.rand_prod {
	width: 375px;
	margin: 0 auto;
}

.rand_prod .row{
	width: 160px;
	float: left;
	height: 169px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px;
	overflow: hidden;
}

.rand_prod .row .img_ {
	height: 130px;
	margin: 5px 0;
	vertical-align: middle;
	line-height: 130px;
}

.rand_prod .row .img_ img {
	border: none;
}

.rand_prod .sep {
	height: 130px;
	width: 0px;
	vertical-align: middle;
}

.rand_prod .img__ {
	vertical-align: middle;
	line-height: 130px;

}

.rand_prod .img_ a {
	line-height: 130px;
	height: 130px;
	vertical-align: middle;
}

.rand_prod .row .title {
	font-size: 11px;
	color:#666;
	font-weight: bold;
	margin: 0;
	padding:0;
}

.rand_prod .row .descriere p{
	margin: 0;
	padding: 5px 0 0 5px;
	text-align: center;
}


/*///////////////////   CATEGORII PRODUSE   //////////////////////////*/

#tree_categorii {
	margin: 0 0 10px 0;
}

#tree_categorii li{
	margin: 0;
	padding: 0;
}

#tree_categorii a {
	color: #666;
	margin: 0 0 0 20px;
	font-weight: bold;
	background-color:#fff;
	border-left: 1px solid #ccc;
	display:block;
	padding: 1px 0 0px 3px;
}

#tree_categorii ul li a:hover {
	color: #CA1C20;
}

#tree_categorii .tree_selected a:visited{
	font-weight: bold;
	color:#CA1C20;
	display:block;
	margin:0px 20px 0px 20px ;

}
#tree_categorii .tree_selected a:hover{
	color:#CA1C20;
	display:block;
	margin:0px 20px 0px 20px ;
}

#tree_categorii .tree_selected {
	background-color:#CA1C20;
}

#tree_categorii ul{
	list-style: none;
	padding: 0;
	margin:0 0 0 3px;
}

#tree_categorii ul ul{
	padding: 0;
	margin: 0 0 0 20px;
}

#tree_categorii ul ul li {
	border-left: 1px solid #ccc;
	background-color:#dddddd;
}

.caract_table td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.caract_table .header {
	color: #fff;
	background: #999999;
	padding: 4px 2px 4px 2px;
}

.caract_table tr {
}

/*//////////////////  END CATEGORII PRODUSE   ////////////////////////*/