.hidden {
	display:none;
}
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
		border: 0px;
}

table td {
		border: 0px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    text-decoration: none;
	outline:none;
}	
h3 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	padding:0px 0 6px 50px;
}
h2 {
		font-size:12px;
		font-style:italic;
		text-align:center;
		font-weight:bold;
}
h4 {
	font-size:11px;
	font-style:italic;
	margin:0;
	padding-left:15px;
	padding-top:2px;
	font-weight:bold;
}
/* Clase */

.center {
	text-align:center;
}
.right {

text-align:right;
}
/* Body */
body, html {
    background-image: url(../images/bg.jpg);
    font-family: "Trebuchet MS";
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#colt {
	position:absolute;
	top:0px;
	right:0px;
}
#wrapper {
    margin: 0px auto;
    width: 866px;
	padding-top:15px;
}

/*header*/
#myjquerymenu {
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	height:50px;
	margin:0 14px;
}
#butoane {
	padding:20px 0 0  16px;
}
.subutoane {
	background-image:url(../images/sbt.gif);	
}
#header {
	margin:0 13px;
	height:20px;
    width: 100%;
	background-image:url(../images/ct_bg.png);
	background-repeat:repeat-y;
}
/*subheader*/

#subheader {
	height:100%;
    background-image: url(../images/subheader.jpg);	
	background-repeat:no-repeat;
	background-color:#4c0000;
	margin:0 15px;
	border-left:1px solid #781613;
	border-right:1px solid #781613;
	border-top:1px solid #f9e2a7;
	border-bottom:1px solid #e4c978;
	width:826px;
	padding-bottom:10px;
	overflow: hidden;
}
#pasul1 {
	width:239px;
	margin:10px 10px 0px 37px;
	float:left;
	vertical-align:top;
}
#pasul2 {
	width:239px;
	margin:10px 10px 0 10px;
	float:left;
	vertical-align:top;
}
#pasul3 {
	background-image:url(../images/pas_bg.png);	
	width:239px;
	margin:12px 10px 0 10px;
	float:left;
	vertical-align:top;
}
.contnou {
	margin-left:100px;
	display:block;
	color:#6B1815;
	font-size:10px;
	font-weight:600;
}
#login {
	height:61px;
	display:block;
}
.numebox {
	background:transparent url(../images/client.png) no-repeat scroll 4px 0;
	border:0 none;
	font-size:11px;
	height:22px;
	padding:4px 0 0 66px;
	width:160px;
}
.parolabox {
	background:transparent url(../images/parola.png) no-repeat scroll 4px 0;
	border:0 none;
	font-size:11px;
	height:22px;
	padding:4px 0 0 66px;
	width:165px;
}

.subpas {
	margin-top:-4px;
	width:239px;
	min-height:15px;
	background-image:url(../images/subpas.png);	
	background-position:bottom;

}
.subpas a{
	padding:4px 10px;
	font-weight:600;
	display:inline-block;
	color:#6B1815;

}
.subpas a:hover {
	text-decoration:underline;
}
.subpas .right {
	text-align:right;
	width:150px;
	display:inline-block;
}
.subpas .left {
	text-align:left;
	display:inline-block;
	width:88px;
}
#top_content {
    background-image: url(../images/top_content.png);	
	background-repeat:no-repeat;
	height:24px;
	margin:0 13px;
}
/*content*/
#content {
	overflow:hidden;
	margin:0 13px;
	background-image: url(../images/ct_bg.png);	
	background-repeat:repeat-y;
	color:#585343;

}
#content a{
	color:#585343;
	text-decoration:none;
	padding-left:15px;
}
#content a:hover {
	text-decoration:underline;;
}
/*footer*/
#footer {
    height: 110px;
	background-image: url(../images/footer_bg.png);	
	background-repeat:no-repeat;
	margin:0 13px;
	padding-top:40px;
}
.padpas {
	padding:2px 2px 2px 10px;
}
.error {
	padding:2px 2px 2px 20px;
	font-weight:600;
	color:#ab0000;
	background-image: url(../images/error.png);
	background-repeat:no-repeat;
	background-position:0px 1px;
}
#accountFRM input.error, #accountFRM textarea.error {
	background-image: none;
	padding: 0px;
}
#accountFRM label.error {
	width: 100%;
	float: left;
}
.totulok {
	padding:2px 2px 2px 20px;
	font-weight:600;
	color:#5f7222;
	background-image: url(../images/chek.png);
	background-repeat:no-repeat;
	background-position:0px 1px;	
}
.normal {
	color:#4A0401;
	text-indent:0;
}
/*index.html */
#left_body {
	float:left;
	margin-left:52px;
	width:300px;

}
#right_body {
	float:left;
	height:470px;
	width:449px;
}
#search_box {
	float:right;
	padding-right:50px;
	color:#585343;
	font-size:11px;

}
#search_box .inputText {
	height:12px;
	font-size:11px;
}
#ad_title {
	background:transparent url(../images/ad_logo.gif) no-repeat scroll left center;
	height:56px;
	overflow:visible;
	width:300px;
}
#ad_title_img {
	display:none;
}
#left_body p {
	margin-bottom:4px;
	margin-right:5px;
	margin-top:4px;
	text-align:justify;
	text-indent:1cm;
}
#ad_box2 {
	background:transparent url(../images/box_2.jpg) no-repeat scroll 0 0;
	padding-left:95px;
	padding-top:25px;
}
/*referinte*/
.referinta {
	background:transparent url(../images/bg_varianta.gif) no-repeat scroll left top;
	margin:20px 20px 20px 50px;
	min-height:100px;
	padding:10px 10px 10px 20px;
	width:690px;
}
.titlu_referinta {
width:470px;
}
.text_referinta {
padding-right:25px;
width:460px;
}
/*clienti*/
.column_client {
float:left;
line-height:25px;
padding-left:10px;
padding-right:10px;
}
#col_cl1 {
margin-left:40px;
}
#col_cl2 {
border-left:1px dotted #B6A168;
border-right:1px dotted #B6A168;
}
/*despre noi*/
#despre_text {
margin:0 30px;
line-height:18px;
padding-left:20px;
padding-right:20px;
text-indent:17px;
}
#img_desprenoi {
margin-left:80px;
}
.test {
	color:blue;
}
/*meniuri*/
#lista_meniuri {
	position:relative;
}
.desc_box {
	display:none;
	position:absolute;
	width:150px;
	height:95px;
	left:144px;
	background:transparent url(../images/hoverbox.png) no-repeat scroll left top;
	margin-top:-65px;
	padding:10px 10px 0 33px;
	text-indent:10px;
}

#lista_meniuri a{
	display:block;
	margin:2px;
}
#lista_meniuri a:hover{
	text-decoration:none;
}
/*meniuri2*/
#major_body {
	margin:0 40px;
}
#major_body #lista_meniuri a{
	float:left;
	display:block;
	width:330px;
	position:relative;
}

.descbubble {
	display:none;
	position:absolute;
	width:140px;
	height:74px;
	left:144px;
	background:transparent url(../images/bubble.png) no-repeat scroll left top;
	margin-top:-70px;
	padding:10px 20px 0;
	font-size:17px;
	overflow:visible;
}
/*oferte*/
.varianta {
	background:transparent url(../images/bg_varianta.gif) no-repeat scroll left top;
	height:auto;
	width:490px;
	float:left;
	position:relative;
	margin:15px 0;
	min-height:140px;
	*min-height:160px;
}
.numevar {
	font-size:15px;
	font-weight:bold;
	height:12%;
	padding-top:5px;
	margin:0 15px;

}
.varianta table {
	border-collapse: collapse;
	border-spacing: 0;
}

.varianta p{
 
 text-align:right;
 display:table;
 width:100%;
}
.varianta p span {
	display:inline;
	white-space:nowrap
}
.varianta p span.left {
	float:left
}

.text_descierere {
margin:0 20px;
}
a.linkpret {
	background:transparent url(../images/bg_pret.gif) no-repeat scroll center center;
	float:left;
	height:20px;
	line-height:20px;
	margin:1px;
	padding-left:5px !important;
	text-align:center;
	width:53px;
}
#preturi{
	float:left;
}
#marjor_body h2 {
	float:left;
}
#preturi span {
	font-weight:bold;
	padding:0px 0px 0px 15px;
}
.comanda_btn {
	display:block;
	background:transparent url(../images/comanda_btn.png) no-repeat top left;
	width:75px;
	height:26px;
	margin:10px 0 0 400px;
}
.comanda_btn:hover {
	background:transparent url(../images/comanda_btn.png) no-repeat bottom left;
}
.comanda_btn span{
	display:none;
}
#poza {
	width:234px;
	height:174px;
	background:transparent url(../images/image_bg.jpg) no-repeat;
	position:absolute;
	left:502px;
	top:-15px;
}
#poza img {
	padding:14px 15px;
}
/*	#poza_categ {
		background:transparent url(../images/bg_img.jpg) no-repeat scroll left center;
		height:210px;
		margin-right:40px;
		margin-top:-30px;
		margin-bottom:40px;
		width:350px;
		float:right;
	}
*/
#preturi {
	width:500px;
	overflow:hidden;
}

#poza_categ {
	float:right;
	width:240px;
	margin-right:50px;
}

#poza_categ img {
	float:right;
	padding:0px;
}
#poza_categ2 {
	float:right;
	margin-right:39px;
}
#poza_categ2 img {
	padding:0px;
	border:3px solid #fff;
	width:330px;
}
.comandavar {
	margin-top:20px;
}

#accountFRM {
	margin-left:55px;	
}
#accountFRM table{
	border-collapse:separate;
	border-spacing:4px
}
#accountNoInvPJ {
	width:35px;
}
#accountDatePJ {
	width:70px;
}
#accountTimePJ {
	width:35px;
}
#accountNoInvPF {
	width:35px;
}
#accountDatePF {
	width:70px;
}
#accountTimePF {
	width:35px;
}
.caption_table {
	font-size:20px;
	padding:5px 0 5px 20px;
}
