@charset "iso-8859-1";
body  {
	/*font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	letter-spacing:normal;
	font-size:12px;
	color:#3D3D3D;*/
	
	background-color:#E1E1E1;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#4C4C4C;
	
	
	/*background-image: url("img_background.jpg");*/
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*border: 1px solid #00FF00;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image: url("img_header.gif");
}
input.search {		
	border:none;
	border-bottom:1px solid silver;	
	/*background-image: url("img_header.gif");*/	
	color:navy;
	font-size:10px;
}
.thrColFixHdr #header2 { 
	padding: 5px 0px 0px 0px;
	/*background: #DDDDDD;*/
	height:370px;
	/*border: 1px solid navy;*/
}
.thrColFixHdr #lang { 	
	/*border: 1px solid #FF0000;*/
	float:left;
	width:120px;
	margin-left:20px;	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #search { 	
	/*border: 1px solid #FF0000;*/
	float:right;
	margin-left:540px;	
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #rotator {	
	width: 223;
	height: 346;	
}

.thrColFixHdr #left_menu {
	/*border: 1px solid red;*/
	float: left; /* since this element is floated, a width must be given */
	width: 370px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 2px 0px 0px; /* top right bottom left*/
}


.thrColFixHdr #menu {
	/*border: 1px solid navy;*/
	height:234px;
	
	padding: 0px 2px 0px 2px; /* top right bottom left*/
}
.thrColFixHdr #right_news {	
	/*border: 1px solid #FF0000;*/
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:350px;
	margin-right:2px;
	padding-right:5px;
	padding-left: 5px;
	
}

.thrColFixHdr #menuContent { 
	/*border: 1px solid #FF0000;*/
	margin-left:375px;
	margin-right:170px;

	/*margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #rotator { 
	/*border: 1px solid #FF0000;*/	
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #subHeader2 { 
	/*background: silver;*/
	/*border: 1px solid navy;*/
} 
.thrColFixHdr #banners {
	/*border:1px solid #F00;*/
	padding-left:5px;
	float: left; /* since this element is floated, a width must be given */	
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	/*position:absolute;/*GOOD
	width:780px;
	left:50%;
	margin-left:-390px;*/
	min-height:100px;
	min-width:600px;
	float:right;
	text-align:none;
	/*border: 1px solid red;*/
	margin: auto auto;
	
	padding-right: 8px;
}
.test {
	/*position:absolute;/*GOOD
	width:780px;
	left:50%;
	margin-left:-390px;*/
	
	width:600px;
	
	text-align:justify;
	/*border: 1px solid yellow;*/
	margin: auto auto;
}
div.oneCategory {
	/*border: 1px solid #FF0000;*/
	width:560px;
	/*float:left;imp*/
		
	margin: auto auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
div.oneProduct {
	/*border: 1px solid #00FF00;*/
	/*background-color:#FFFFE4;*/
	border: 1px solid silver;
	z-index: 1;
	float:left;
	width:160px;
	height:150px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	/*margin: auto auto;*/
}
div.oneFullProduct {
	/*border: 1px solid #00FF00;*/
	/*background-color:#FFFFE4;*/
	z-index: 2;
	width:560px;
	padding: 5px 5px 5px 5px;
	margin: auto auto;
}
td.product {	 
	/*border:1px solid olive;*/	 
	font-size: 10px;
	font-style: normal;
}

div.title_categories {
	background:url(header_gama_4.jpg) no-repeat;/*distanta fata de dimensiunea fontului*/
	float:left;
	width:370px;
	height:28px;
	
	padding-left:25px;
	padding-top:6px;
	
	 
}
a.title_categories{
	font-weight:bold;
	font-size:10px;
	font-style:normal;
	text-decoration:none;
}

.thrColFixHdr #footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: url(img_footer.png) no-repeat;*/
	float:right;
	width: 780px;
	height:113px;
	margin: auto auto;
}
/*//////MENU////////////////////////////////////////////////////*/
a.company {
	background:url(img_companie.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0 2px 0 0;
}

a.company:hover, a.active_company {
	background:url(img_companie_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	margin:0 2px 0 0;
}

a.produse {
	background:url(img_produse.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0 2px 0 0;
}

a.produse:hover, a.active_produse {
	background:url(img_produse_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	margin:0 2px 0 0;
}

a.clienti {
	background:url(img_clienti.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0 2px 0 0;
}

a.clienti:hover, a.active_clienti {
	background:url(img_clienti_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	margin:0 2px 0 0;
}

a.operator {
	background:url(img_operator.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0 2px 0 0;
}

a.operator:hover, a.active_operator {
	background:url(img_operator_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	margin:0 2px 0 0;
}

a.magazin {
	background:url(img_magazin.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0 2px 0 0;
}

a.magazin:hover, a.active_magazin {
	background:url(img_magazin_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	margin:0 2px 0 0;
}
a.presa {
	background:url(img_presa.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
}

a.presa:hover, a.active_presa {
	background:url(img_presa_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
}
a.concursuri {
	background:url(img_concursuri.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
}

a.concursuri:hover, a.active_concursuri {
	background:url(img_concursuri_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
}
a.media {
	background:url(img_media.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
}

a.media:hover, a.active_media {
	background:url(img_media_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
}
a.contact {
	background:url(img_contact.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
}

a.contact:hover, a.active_contact {
	background:url(img_contact_on.gif) no-repeat;
	width:130px;
	height:26px;
	display:inline-block;
	float:left;
}
/*//////////////////////////////////////////////////////////*/
/*///HOME PAGE///////////////////////////////////////////////////////*/
td.header0{
	width:365px;
	height:28px;
	background:url(header_gama_0.jpg) no-repeat;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-top:3px;
}
td.header1{
	width:370px;
	height:28px;
	background:url(header_gama_1.jpg) no-repeat;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-top:3px;	
}
td.header2{
	width:370px;
	height:28px;
	background:url(header_gama_2.jpg) no-repeat;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-top:3px;
}
td.header3{
	width:370px;
	height:28px;
	background:url(header_gama_3.jpg) no-repeat;	
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-top:3px;
}
td.header4{
	width:370px;
	height:28px;
	background:url(header_gama_4.jpg) no-repeat;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-top:3px;
}
td.header5{
	width:370px;
	height:28px;
	background:url(header_gama_5.jpg) no-repeat;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-top:3px;
}
td.main_picture{
	background:url(round_box3.jpg) no-repeat;
	width:370px;
	height:120px;
	vertical-align:middle;	
	/*padding:5px 5px 8px 5px;*/
}
div.roundbox1  {
	/*border: 1px solid navy;*/	
	margin: auto auto;
		
	padding-left:10px;
	
}
a.roundbox,hover {
	color:#FFF;
}
div.roundbox1_1  {
	width:550px;
	height:125px;
	background:url(round_box1.jpg) no-repeat;
	padding-top:5px;
}

td.roundbox1_text  {	
	padding-left:15px;	
	width:400px;
	height:20px;	
	background: url(produse_noi.jpg) no-repeat;	
}
div.roundbox2  {
	/*border: 1px solid olive;*/		
	padding-left:10px;	
	margin: auto auto;
}

div.roundbox2_1  {
	/*border: 1px solid red;*/	
	width:550px;
	height:250px;
	background:url(round_box2.jpg) no-repeat;
	padding-top:5px;
}
td.roundbox2_text  {	
	padding-left:15px;	
	width:400px;
	height:20px;
	background: url(cele_mai_vandute.jpg) no-repeat;	
}

div.categories  {
	/*border: 1px solid red;*/	
	
	padding-left:10px;
	
	margin: auto auto;
}
a.category {
	color:#FFF;
	border:none;
	border:0;
}

a.category:hover{
	color:#FFF;
	text-decoration:none;
	border:thin;
}
/*//////////////////////////////////////////////////////////*/
.admin_container {
    position: relative;
    width: 100%;
    height: 100%;    
}
.admin_content {	
	border:1px solid olive;
}
.send_button {
	border:1px solid olive;	
	
}
a.admin {
	color:black; 
	font-weight:bold; 
	font-size:16px;
	text-decoration:none;	
}

a.admin:hover {
	color:maroon; 
	font-weight:bold; 
	font-size:16px;
	text-decoration:underline;
}
table.pages
{
	background-color:#FFFFDF;	
	color:#000000;
}
div.contact{	
	float:none;
	padding-left:180px;
	width:550px;	 
	/*border: solid;*/
	border-color: red;
	margin-left: 20px;	
}
div.left_reclame{
	width: 182px;
	float: left;
	/*border:solid;*/
}
div.contact_form{
	float:right;
	width:260px;
	/*border:solid;*/	
}

/*//ADMIN ////////////////////////////////////////////////////*/
.thrColFixHdr #adminContent {
	/*position:absolute;/*GOOD
	width:780px;
	left:50%;
	margin-left:-390px;*/
	min-height:270px;
	min-width:630px;
	float: right;
	text-align:center;
	/*border: 1px solid red;*/
	margin: auto auto;
	background: white;
}
.thrColFixHdr #adminMenu {
	/*border: 1px solid navy;*/
	float: left;
	height:250px;
	width:130px;
	padding: 0px 2px 0px 2px; /* top right bottom left*/
}
div.message
{	
	background-color:olive; 
	border: 1px solid navy;
	color:white;
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
input.contact {
	width:230px;
/*	background:url(images/contact-bg.gif) repeat-x top;*/
	border:1px solid #271121;
	color:#000000; /* 645E4D */
	font-size:10px;
	padding:2px 0 2px 10px
}

textarea.contact {
	width:230px;
/*	background:url(images/contact-bg.gif) repeat-x top;*/
	border:1px solid #271121;
	color:#000000; /* 645E4D */
	font-size:11px;
	padding:2px 0 2px 10px
}
div.contact{	
	width:320px;
	/*border: solid yellow 2px;*/
	padding:5px 5px;
	margin: auto auto;
	float: left;
}
div.contact_form{	
	float: right;
	width:270px;	
	border-left: solid silver 1px;	
	border-left-style: dotted;
}
.button{
	border: solid red 1px;
}
span.news {
	color:#FF0000;
}
a.news,hover{
	font-weight:bold;
	text-decoration:none;
	color:#4C4C4C;
}
