
* {
	margin: 0px;
	padding: 0px;
}

html{
	background: url("../images/bg_html.jpg");
}



body {
	background: url("../images/bg.jpg") repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:12px;
}

.clearboth{
	clear:both;
}

.clearfloat{
	clear:both;
}

.error{
	color: #FF0000;
}

form {
}

input{
	border: 1px solid #CCCCCC;

}
textarea{
	border: 1px solid #CCCCCC;

}

h1
{
	font-size: 16px;
}

h1, h2, h3 {
	margin: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h2 {

	font-size: 15px;
	font-weight:bold;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

ul {
	margin-left: 17px;
	list-style: square;
	color: #AE1E1E;
}

ul li {
	padding:2px 0;
}

ul li .tree_selected a{
	font-weight:bold;
	color:#000000;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {

	text-decoration:underline;

}

img {
	border: none;
}



/* Boxed Style */

.boxed {
	margin: 8px;
}

.boxed .title {
	padding: 8px 0 7px 27px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:normal;
	color:#FFFFFF;
	background: url("../images/bg_tab.jpg") no-repeat;
	margin:0px;
}

.boxed .content {
	padding: 10px;
	background: #EBEBEB;
}

.boxed .rosu .title {

	background: url("../images/bg_tab_rosu.jpg") no-repeat;

}


/* Header */

#header {
	width: auto;
	height: 88px;
	margin: 0 auto;
	background-image:url("../images/header.jpg");
	/*border-top:5px solid #D6D6D6;*/
	position:relative;
}

/* Header > Logo */

#logo {
	background: url("../images/logo.jpg") no-repeat;
	width:315px;
	height:88px;
	top:0;
	right:0;
	position:absolute;
}

#logo h1 {
	padding: 110px 0 0 0;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	border:1px solid black;

}



/* Menu */

#menu {
	width: 958px;
	height: 53px;
	text-align:center;
	background: url("../images/bg_meniu.jpg") repeat-x;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#menu ul {
	float: left;
	margin: 0;
	list-style: none;
	line-height: normal;
	width: 960px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:2px;
}

#menu a:hover {
	background: url("../images/bg_meniu_hover.jpg") repeat-x;
	font-weight:bold;
}
#menu .tree_selected a {
	background: url("../images/bg_meniu_hover.jpg") repeat-x;
	font-weight:bold;
}

/* Content */

#content {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;

}

#continut{
	margin:1px;
	border:4px solid #E0E0E0;
}

/* Content > Main */

#main {
	float: left;
	width: 560px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	padding:5px;
	line-height:120%;

}

#main h2
{
	background:url("../images/patrat_.jpg") no-repeat center left;
	padding:0 0 0 20px;
	line-height:140%;
	color:#AE1517;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {

}

/* Content > Sidebar */

#sidebar_right {
	float: right;
	width: 190px;
	margin-right:0px;
}

#sidebar_left {
	float: left;
	width: 190px;
	margin-left:0;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 130px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

.input_search{
	border: 1px solid #CCCCCC;
	width:120px;
}

.input_ {
	width: 190px;
}

#submit_ {

	margin-right: 7px;
	border: none;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
	color:#000000;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > */

#products {
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0 40px 0;
	text-align:center;
	background: #E0E0E0;
	color:#757575;
}

#footer ul{
	list-style:none;
}
#footer ul li .tree_selected{
	display:inline;
}
#footer ul li{
	display:inline;
	margin:5px;
}
#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
}


/*///////////////////////////////////////////////////////////////////*/


.list_produse{
	margin-top:10px;
}


.produs{
	float:left;
	height:180px;
	width:182px;
	text-align:center;
	margin:0px;
	font-size:12px;
	vertical-align:middle;
	border: 1px solid #cccccc;
}

.produs  img{
	margin:5px;
	border:none;
	vertical-align: middle;
	line-height: 130px;
}

.produs img_produs_{
	margin:0px;
}

.produs img_produs_ img{
	margin-top:0px;
	height:130px;
	vertical-align: middle;
	line-height: 130px;
}

.produs .sep {
	height: 130px;
	width: 0px;
	vertical-align: middle;
}

.img_produs_ .img_produs_ {
	vertical-align: middle;
	line-height: 130px;

}

.navigare{
	float:right;
}

.navigare a{
	color:#FFFFFF;
	background: #999999;
}

.navigare a:hover{
	text-decoration:none;
}













.cart_list {
	width: 550px;
}



.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: 547px;
	text-align: right;
	background: #FFFFFF;
	padding: 2px 0 10px 0;
}

.prod_row .produs_name {
	line-height: 60px;
}

.cart_list .prod_row {
	width: 545px;
	border-bottom: 1px solid #757575;
	padding: 4px 0 0px 0;
	float: left;
}

.cart_list .prod_row div {
	float: left;

}

.cart_list .header {
	width: 550px;

}

.cart_list .header div {
	float: left;
	background:url(../images/bg_cos.gif) no-repeat top left #757575;
	border-bottom: 1px solid #757575;
	line-height: 29px;
	height: 29px;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;

}

.cart_list .header .produs_sterge {
	width: 50px;
}

.cart_list .header .subtotal {
	width: 80px;
}

.cart_list .header .produs_produs {
	width: 158px;
}

.cart_list .prod_row .produs_produs a {
	text-decoration: underline;
	font-weight: bold;
}



.cart_list .produs_sterge {
	width: 50px;
	text-align: center;
}

.cart_list .produs_sterge a {
	font-weight: bold;
	color: #B81319;
}

.cart_list .produs_produs {
	width: 158px;
	padding: 0 0 0 2px;
	text-align: center;
}

.cart_list .produs_imagine {
	width: 130px;
	text-align: center;
}

.cart_list .produs_imagine img {
	border:1px solid #757575;
}

.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;
	border: 1px solid #757575;
}
.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: 335px;
	margin: 2px 0 0 0;
	text-align: right;
}


.cart_list .details select {
	width: 200px;
	border: 1px solid #757575;
}

.cart_list .details input {
	width: 200px;
	border: 1px solid #757575;
}

.cart_list .details textarea {
	width: 200px;
	height: 45px;
	border: 1px solid #757575;
	margin: 0 0 12px 0;
}

.cart_list .submit_buttons {
	text-align: center;
	padding-top: 20px;
}

.cart_list .submit_buttons input {
	width: auto;
	background: #757575;
	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:210px;
	text-align: center;
}

.col2 {
	float: left;
	width: 320px;
	padding: 0 0 0 20px;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}

.caract_produs {
	width: 310px;
}

.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 #4A0F00;
}

.caract_produs .value {
	float: right;
}


.caract_produs h2{
	margin: 0 0 0 0;
	padding: 0 0 0 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;
}



.desc_prod {
	float: left;
}






.required_field {
	color:red;
}





/*////////////////////   LISTA DE COMENZI    ////////////////*/


/*|||||||||||||||||||  LISTA COMENZI  ||||||||||||||||||||||||||||||||||||||||*/

#list_comenzi {
	border: 1px solid #757575;
}

#list_comenzi thead {
	background: #757575;
	height: 29px;
	color: white;
	text-align: center;
}

#list_comenzi thead tr td {
	padding: 0 3px 0 3px;
}

#list_comenzi tbody tr {

	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:#B81319;
	text-decoration:underline;
}

#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: #757575;
	color: #fff;
	height: 20px;
	border: none;
}

.total_tax {
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	background: #efefef;
}








