
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../images/bg_html.jpg") top left repeat-x;
	font: normal 12px Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

textarea{
	border: 1px solid #999;
}

select{
	border: 1px solid #999;
}

.clearFloat{
	clear: both;
}

.clearboth{
	clear: both;
}

.error{
	color: #cc0000;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #A92A24;
}


h1{
	font-size: 16px;
	margin: 5px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}

#wrapper{

	width: 965px;
	margin: 0px auto;
}

#header{
	background: none;
	/*height: 114px;*/
	height: 65px;
}

#logo{
	width: 200px;
	float: left;
	padding-left: 10px;
}

#search_div{
	width: 300px;
	float: right;
	text-align: right;
	padding: 10px;
}

#menu{
	/*text-align:right;*/
	width: 700px;
	/*float: right;*/
	float:left;
	padding: 0 30px 0 248px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a{

	height: 25px;
	line-height: 25px;
	padding: 5px 9px;
	font-size: 14px;
	margin: 0px;
	color: #fff;
	background: #A92A24;
	border-right:1px dotted #cccccc;
}

#menu ul li .tree_selected a{
	color: #fff;
	background: #404040;
}

#menu ul li a:hover{
	color: #fff;
	background: #404040;
}

#banner
{
	position:relative;
	padding: 0px;
	/*background: url("../images/banner.jpg") no-repeat;*/
	background: url("../images/final.jpg") no-repeat;
	height: 198px;
}


#content{

	border-top: 2px solid #A92A24;
	padding-top: 0px;
}


#main{
	float: left;
	width: 690px;
	margin: 0px 5px;
}

ol {
	padding-left: 20px;
}

#main h1{
	color: #A92A24;
	background: url("../images/h1.jpg")  no-repeat;
	padding: 4px 0px 0px 13px;

}

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



.tab_left{

	margin: 0px 0px;
	padding-bottom: 10px;
}

.tab_left h1{
	background: #404040;
	color: #fff;
	padding: 5px;
	padding-left: 12px;
	font-size: 13px;
}

.tab_left a:hover{
	text-decoration: underline;
}

.tab_left ul{
	padding: 0px;
}

.tab_left ul ul{

}


.tab_left ul li{
	background: #A92A24;
	
}


.tab_left ul li  a{
	border-bottom:1px dotted #cccccc;	
	height:33px;
	font-size: 14px;
	font-weight: bold;
}
.tab_left ul li ul li {
	padding: 0px 20px;
}


.tab_left ul li ul li a{
	font-weight: normal;
	border-bottom: 1px dotted #ccc;	line-height: 100%;
	height: auto;
}

.tab_left ul li ul li ul li {
	padding: 0px 20px;
}

.tab_left ul li ul li ul li a{

}

.tab_left ul li a{
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 15px 2px 4px 15px;
}

.tab_left ul ul li a{
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 4px 2px 4px 15px;
}

.tab_left ul ul ul li a{
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 2px 4px 15px;
}

.tab_left ul li a:hover{
	color: #fff;
	background: #404040;
	text-decoration: none;
}

.tab_left ul li .tree_selected a{
	color: #fff;
	background: #404040;
}

.tab_left .tab_left_second{
	padding: 0px 10px;
}

.tab_left .tab_left_second p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer{

	padding: 20px 20px 15px 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 2px solid #AA2923;
}

#footer ul
{
	text-align: right;
}

#footer ul li{
	display: inline;
	margin-right: 0px;
	text-align: right;
}

#footer ul li .tree_selected{
	display: inline;

}

#footer ul li a {
	color: #333;
	padding: 10px;
}

#footer ul li .tree_selected a{
	color: #A92A24;
}

#footer ul li a:hover{
	color: #A92A24;
}

#footer_left{
	float: left;
	width: 200px;
	text-align: left;
}

#footer_rigth{
	float: right;
	width: 600px;
	text-align: right;
}


/*//////////		DIN CSS VECHI		/////////*/


/*///////////////  CART LIST  ////////////////////////*/
.cart_list {
	width: 660px;
}

.cart_list input {
}

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

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

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

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

.cart_list .prod_row {
	width: 665px;
	border-bottom: 1px dotted #eee;
	padding: 4px 0 4px 0;
	float: left;
}

.cart_list .prod_row_ {
	width: 665px;
	border-bottom: 1px solid #CEB4AA;
	padding: 4px 0 4px 0;
	float: left;
}

.cart_list .prod_row div {
	float: left;

}

.cart_list .header {
	width: 660px;

}

.cart_list .header div {
	float: left;
	background: #E1D2CC;
	border-bottom: 1px solid #CEB4AA;
	line-height: 29px;
	height: 29px;
	text-align: center;
	color: #5C2719;
	font-weight:bold;

}

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

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

.cart_list .header .produs_produs {
	width: 175px;
	text-align: left;
}

.cart_list .prod_row .produs_produs a {
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}



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

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

.cart_list .produs_produs {
	width: 175px;
	padding: 0 0 0 2px;

}

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

.cart_list .produs_imagine img {
	border:1px solid #CEB4AA;
}

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

.cart_list .bucati {
	width:46px;
	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: 60px;
	text-align: center;
}

.cart_list .header .pret_ {
	width: 80px;
	text-align: center;
}

.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: 445px;
	margin: 2px 0 0 0;
	text-align: right;
}


.cart_list .details select {
	width: 200px;
	border: 1px solid #999;
}

.cart_list .details input {
	width: 200px;
}

.cart_list .details textarea {
	width: 200px;
	height: 45px;
	margin: 0 0 12px 0;
}

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

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

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

.cart_preview .value {
	color: #4A0F00;
	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: #999;
	color: #fff;
}



/*///////////////   DETALII PRODUS   ///////////////*/



.col1 {
	float: left;
	width: 310px;
	margin-right: 10px;
	text-align: center;
}

.col2 {
	float: left;
	width: 320px;
}

.caract_produs {
	width: 680px;
}

.col2 h3{
	padding: 0;
	margin: 5px 0;
}

.caract_produs .field {
	float: left;
}

.caract_produs .a_caract {
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #aaa;
}

.caract_produs .value {
	float: right;
}


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

.pret_un_produs {
	border-top: 1px solid #4A0F00;
	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;
}

.email{
	float:left;
	height:18px;
	width: 70px;
	line-height:22px;
}

.desc_prod {
	float: left;
}


.password{
	float:left;
	height:18px;
	width: 70px;
	line-height:27px;
}

.email_i{
	float: left;
	margin:1px;
}
.password_i{
	float: left;
	margin:1px;
}

.login_form{
	width:230px;
	margin-left:15px;
}

.submit{
	border:1px solid #FFFFFF;
	width:100px;
	background: #A92926;
	color: #fff;
}

.user_add{


}


.user_add label {
	width: 200px;
	float: left;
	text-align: right;
	padding: 4px 5px 0 0;
}

.required_field {
	color:red;
}

.user_add input {
	width: 200px;
	float: left;
	border:1px solid #999;
	margin: 2px;
}

.user_add textarea {
	width: 200px;
	float: left;
	border:1px solid #999;
	margin: 2px;
}


.flabel1{
	float:left;
	height:20px;
	line-height:20px;
}

.flabel1_{
	float:left;
	height:50px;
	line-height:50px;
}

input{

	border:1px solid #999;

}

.input{
	float:right;
	width:150px;
	border:1px solid #999;
	margin:1px;
}

.input_search{

	width:150px;
	border:1px solid #ccc;
	margin:1px;
}

.search_submit{
	border: none;
	background: url("../images/lupa.jpg") no-repeat;
	width: 21px;
	height: 18px;
}

/*////////////////////   LISTA DE COMENZI    ////////////////*/


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

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

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

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

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

.desc_prod{
	font-size:12px;
	line-height:16px;
	text-align:justify;
}
.desc_prod p{
	line-height:16px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.desc_prod a{
	color:#A92926;
	text-decoration:underline;
}

#list_comenzi tbody tr #selected {

}

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

#list_comenzi .light {
	background: #fff;
}

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

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


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

.total_tax {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	background: #eee;
}


.h_error {
	color:red;
}

.h_ok {
	color:green;
}

.user_add .submit_inregistrare{
	border:1px solid #fff;
	background: #A92A24;
	color: #fff;
	margin:10px 0 0 207px;
}



.produs
{

	float:left;
	height: 280px;
	width: 215px;
	text-align:center;
	margin: 4px;
	margin-bottom: 20px;
	font-size:12px;
	vertical-align:middle;
}

.produs  img{

	padding: 2px;
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 200px;
}

.produs  .sep{
	height: 200px;
	width: 0px;
	vertical-align: middle;
	border: none;
}


.color_img
{
	border: 2px solid #fff;
	padding: 1px;
	margin: 1px;
	float:left;
}

.color_img:hover
{
	border: 2px solid #fff;
	padding: 1px;
}


.cart_table th
{
	background: #A92926;
	color: #fff;
	padding: 3px 5px;
}

.cart_table td
{
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}
