table {
	font-size: 1em;
}
/* Fieldseturile sunt acele chenaruri cu legenda in coltul din stanga sus.
Sunt folosite in functia de cautare, in lista subcategoriilor, in pagina de produs si in cos
 */
fieldset {
	border: 1px solid #D4D4D4;
}
/* Elementul "Legend" este titlul unui fieldset */
legend {
	font-weight: bold;
}
/* <div>-ul cu id pagina este cel care contine toate informatiile
Largimea lui defineste largimea layoutului.

*/
 
li.nobull {
	list-style: none;
	margin: 0px;
}

/* aici incep elementele care compun headerul paginii */
	#logo {
		float: left;
		width:200px;
		height:80px;
		
	}
	#searchloginbox {
		float: right;
		width: 410px;
		margin-top: 3px; 
		position: relative;
		background-repeat: no-repeat;
		margin-top:130px;
	}
		.loginParUnu {
		position:absolute;
		top:0px;
		left:0px;
}
	.restLogin {
		
	position:absolute;top:18px;left:10px;
	}

	#searchloginbox a {
		color: #000066;
		text-decoration: underline;
	}
	#searchloginbox a:hover {
		color: Red;
		text-decoration: none;
	}

	.cerberul {
		position:absolute;
		top:6px;
		left:17px;
	}
			.joslogin {
		position:absolute;
		top:60px;
		left:0px;
	}
	div.butoncerber {
		position:absolute;
		top:29px;
		left:25px;
	}
	.inputlogin {
		width: 100px;
		height: 16px;
		border: 1px solid #000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	.loginbtn {
		width: 40px;
		height: 25px;
		_height: 25px;
		border: 0px solid #000;
		background: url(ok.gif);
		background-repeat: no-repeat;
	}
	p.cerparola {
	position:absolute;top:75px;left:17px;
	}

	#searchloginbox p {
		margin-right: 25px;
		margin-left: 10px;
		margin-top: 0px;
		text-align: left;
	}

	.formcautare {
		position: absolute;
		left: 260px;
		top: 10px;
	}

	#searchloginbox fieldset {
		border: 0px dotted #939393;
		_border: 0px solid #000;
		_width: 140px;
		padding: 3px;
	}
/* aici se termina elementele care compun headerul paginii */
	
/* aici incepe bara de navigare superioara */
	#navigaresus {
    height:35px;
    margin:0px;
    padding:7px;
    padding-left:14px;
    text-align:left;
    color:white;
    font-size: 14px;
    font-family:"Comic Sans MS";
	}

	#navigaresus a {
		color: White;
		font-size: 1.1em; 
		 font-weight: bold; 
		/* font-variant: small-caps; */
		text-decoration: none;
	}
	#navigaresus a:hover {
		color: Red;
	}
	#navigaresus ul {
		margin: 0px;	
		}
	#navigaresus ul li {
			list-style-type: none;
			display: inline;			
		}

	/* urmatoarele doua clase se aplica numai pe un meniu ca la TopVideoMall.ro (cu clapete)

	.litopmeniu {
		background: url(colt_dr.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.litopmeniu:hover {
		background: url(colt_dr_up.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}
	*/
	li.litopmeniu span {
		padding-left: 15px;
		padding-right:15px;
	}

	li.litopmeniu span:hover {
		padding-left: 15px;
		padding-right:15px;
	}
/* se incheie bara de navigare superioara */		

/* incepem definirea tabelului de continut
maincontent = numele tabelului
tdstanga = evident, celula din stanga, care contine meniul categoriilor
 */


/* incepe meniul categoriilor, pe partea din dreapta
li.lh = Headline-urile (Produse, Branduri)
li.catprod = categoriile de produse
ul.subcatprod = listele de subcategorii
 */
li.lh {
	font-size: 1.3em;
	font-weight: bold;
	height: 51px;
	color: White;
	line-height: 70px;
	margin-left: -30px;
	padding-left: 20px;
	list-style-type: none;
	background: url(bullet.gif) no-repeat; 
}

li.catprod {
	list-style-type: none;
	margin-left: -10px;
	margin-bottom: 1px;
	padding: 2px;
	/* background-color: #0099CC; */
}
li.catprod a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

li.catprod a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

ul.subcatprod {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding: 2px;
	padding-left: 5px;
	font-weight: normal;
	font-family: Verdana,Arial, sans-serif;
	font-size: 10px;
	margin-left:10px;
}

ul.subcatprod li {
	margin-bottom: 1px;
}

ul.subcatprod li a {
	color: #000033;
	text-decoration: none;
}

ul.subcatprod li a:hover {
	color: #FF6600;
}

/* se incheie meniul categoriilor */
	#stanga_jos { /* contine lista brandurilor / producatorii */
		width: 180px;
	}
	.listafavorite {
		list-style-type:none;
	}
	#banerestanga {
		width: 161px;
		margin-left:10px;
		text-align:center;
		float:left;
	}
	
/* se incheie coloana stanga */
	

/* incepe coloana din mijloc */
td#tdmijloc {
	width:665px;
}
	div#mijloc {
		margin-left:10px;
	}

/* incep diverse elemente de pe coloana din mijloc */
.divsuperpromo {
	width: 640px; 
	_margin-top: 10px;
}
.linksubcategorii {
	font-size: 1.3em;
	text-decoration: underline;
}
.linksubcategorii:hover {
	text-decoration: none;
	color: Blue;
}
h1.superpromo { /* H1 superpromo = ceea ce e scris intre superbaner si superpromotii */
	color:#fe3131;
  font-weight:bold;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  text-decoration:none;
	padding: 15px; 
	padding-left: 35px;
	font-variant: small-caps;
	line-height: 18px;
/*	margin-top: 10px; */
	margin-bottom: 0px;
}
#superpromotii { /* tabelul superpromotiilor */
	/*border: 10px solid #efefef;*/
	width: 640px;
}

caption { /* titlurile produselor promovate normal */
	margin: 0px;
}

caption h2 {
	color: Blue;
	font-size: 1.2em;
	/* font-variant: small-caps; */
	margin: 5px;	
	margin-bottom: 5px;
}

.promotii {
	margin: 0px;
	margin-bottom: 10px;
	width: 640px;
}
/* promotiile mici pe prima pagina */
.superoferta { /* elementul grafic care defineste superoferta (steluta, watermark etc.) */
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 0px;
}
.promomic {
	padding: 3px;
	width: 33%;
	height: 190px;
	text-align: center;
	z-index: 0;
	background: url(bg_promo.gif);
	position: relative;
}
div.containerpromomic {
	position:relative; 
	height:100px;
}
.promomic h2 {
	color: Blue;
	text-decoration: none;
	/* font-weight: bold; */
	font-size: 10px;
	text-align: center;
}
.produs {
	text-align: center;
	border: 1px solid #E1E1E1;
	width: 25%;
}

.produs h2 {
	color: #6666CC;
	font-weight: normal;
	font-size: 1em;	
}

/* incepe coloana din dreapta */
#tddreapta {
	width: 125px;
}
#dreapta {
		width: 136px;
		text-align: center;
	}

/* incepe definirea formularului de newsletter
   ATENTIE LA _HACKURILE pentru IE 6!
 */		
#newsletter {
	width: 115px;	
	margin-bottom: 10px;
	margin-left: -10px; 
	padding-left:20px;
	_margin-left: 0px;
	_padding-left:0px;
	text-align: center;
}

#formnews {
	width: 125px;
	text-align: center;
}

#newsletter fieldset {
	width: 115px;
	padding: 5px;
	border: 0px;
	text-align: center;
	border-top: 1px solid #000;
}

div.submitmail {
	text-align: justify;
	font-size: 10px;
/*	border: 1px solid #000; */
}

.inputnews {
	height: 16px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* se incheie newsletterul */

/* vitrina revolutie */
#superrevo {
	width: 640px;
}
.revoilustrata {
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid #ccc;
}
.divUlrevo {
	width: 240px;
	float: right;
}
h3.revo {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
}
.listarevo {
	padding-left: 0px;
	margin-left:23px;
}
.listarevo li {
	margin-left: 0px;
	font-size: 1.2em;
	border-bottom: 1px solid #eee;
}
.listarevo li a {
	color: #000066;
	font-weight: bold;
}
.listarevo a:hover {
	color: #FF1A1A;
}
.listarevo li span {
	font-weight: bold;
	color: #3366CC;
}
/* final revolutie */	


.filtru { /* astea sunt filtrele; configurarea completa a filtrelor se face din produse.php  */
	float:left;
	color: #0000C0;
	cursor:pointer;
	position: relative;
	height: 20px;
	line-height: 20px;
	background: #FFFFC0;
	text-align: center;
	/* text-decoration: underline; */
	/* font-variant: small-caps; */
	padding-left: 5px;
	font-weight: bold;
	margin-left: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
  color:#367fc1; 
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.filtru div {
	text-align: left;
	font-variant: normal;
	font-weight: normal;
}

.sortarepret {
	font-size: 10px;
	width: 60px;
	height: 16px;
}

td.produs_mic {
	width: 150px;
	text-align: center;
}

td.produs_mic img {
	border: 1px solid #DBDBDB;
}

.afisarepret {
	color: Red;
	font-weight: bold;
}
.legsel {
	font-size: 14px;
}

#kategorii {
	width: 620px;
	_width: 640px;
	padding: 10px;
}	

#kategorii table {
	text-align: center;
}

.promointern {
	width: 640px;
}

#filtreaplicate {
	padding: 10px;
}

a.killemall {
	color: Orange;
}

a.killemall:hover {
	color: Red;
}

.denumire {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.hedlain {
  font-family:Verdana,Tahoma,Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color:#367fc1 ;
}
.pretvechi {color:red;text-decoration:line-through;}
.ptrhaine {text-align:right; width:80%;padding:10px;}
.ptrhaine select {width:60px;}
.specialincos {font-size:8px;}
strong {
	color: #fe3131;
	font-size: 12px;
	font-family: Verdana,Tahoma,Arial;
	text-decoration:none;
}

table.legione img {
	border: 1px solid #CFCFCF;
}

.fieldbox {
	padding: 10px;
}
/* cosul de produse */
.tablecell1 {
	width: 180px;
	display: table-cell;
	font-weight: bold;
	border-bottom:1px dotted #367fc1;
}

.tablecell2 {
	width: 99px;
	text-align: center;
	display: table-cell;
}

.tablecell3 {
	width: 200px;
	display: table-cell;
	font-weight: bold;
}

.tablecell4 {
	width: 50px;
	display: table-cell;
}
/* se incheie cosul */

.butoane {
	border:2px solid #dfdfdf; 
	background: url(zz.gif); 
	color: Red;
}

.toleft {
	width: 16px;
	height: 16px;
	background: url(images/left.png);
	border: 0px;
}

.toright {
	width: 16px;
	height: 16px;
	background: url(images/right.png);
	border: 0px;
}

#rezultate a {
	font-size: 14px;
}
td.interm {
	width: 2px;
	height: 160px;
	background-image: url(bg_intermed.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

td.contactinfo {
	text-align: center;
}

.bigcontactinfo {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

#tdh1 {
	text-align: center;
}

td#tdh1 h1 {
	background: #FFCC00;
	color: #000066;
	margin: 0px;
	margin-top: 5px;
	padding: 2px;
	font-size: 15px;
	text-align: center;
}

a.intarire {
	color: Red;
}

a.intarire:hover {
	color: White;
	background: #CC0033;
}

em {
	background: #FFF3E8;
	font-style: oblique;
}

.textindex {
	font-size: 12px;
	margin-top: 20px;
}

.linkpromotii {
	color: #CC0000;
	font-size: 14px;
	text-decoration: underline;
}
.linkpromotii:hover {
	color: #FF9900;
}
h6 {margin:0px;font-size: 1.2em;font-weight:bold;}

/* Recomandari */
#tabelRecomandari {
	
}
#recomandare {
	width: 280px;
	margin: 5px;
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
}
.pozaReco {
	float: left;
	width: 40px;
	text-align: center;
	height: 40px;
	border: 1px solid #000;
}
.texteReco {
	width: 210px;
	margin: 10px;
	float: right;
}
.texteReco a {
	font-weight: normal;
	color: #5697D8;
	font-size: 1.5em;
}
.texteReco a:hover {
	color: Orange;
}
code { /* rezervat pentru indicatii de genul "NU EXISTA PRODUSE IN CATEGORIE" */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.totiprod {
	margin-left: 5px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fe3131;
	font-weight:bold;
}

#disclaimer {
	margin:20px;
	color: #888;
	text-align: justify;
}

.bigBlue {
  color:#0c466a;
  font-weight:bold;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
}

.smallBlue {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #367fc1; 
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}

#central {
  background: url('menu1.png') no-repeat;
  width: 638px;
  margin-left:5px;
  float:right;
  height:auto;
}



body {
    text-align:center;
    background:white;
  }
  
  #content {
    /*background:#65a880;*/
    width:980px;
    margin:auto;
    overflow: hidden;
  }
  
  .price {
      color:#f82a2a;
      font-weight:bold;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size:11px;
    }
    
  .name {
    color:#38576d;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
  }
  
  .mediumBlue {
    color:#0c466a;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
  }
  
  .bigBlue {
    color:#0c466a;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
  }
  
  .smallBlack {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .smallBlue {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #0c466a; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .verySmallBlue {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #0c466a; 
    font-size: 9px;
    text-decoration: none;
    font-weight: normal;
  }
  
   .smallPink {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #d63b65; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  #productBox {
    margin-left: 20px;
    margin-top: 20px;
    width: 230px;
    height: 200px;
    background:#d7e3eb;
    display: inline;
    text-align:center;
    border: 2px solid #ddd;
    -moz-border-radius:10px;
  }
  
  #header {
    background-image:url('images/newBanner1.PNG');
    height:200px;
    width:980px;
    margin:auto;   
  }
  
  #centralContent {
    background:url('images/menu1.png') no-repeat;
    width: 638px;
    margin-left:5px;
    float:left;
    height:auto;
  }
  
  #footer {
    /*background:url('images/footer.png');*/
    padding-top:2px;
    height:80px;
    width:580px;
    margin:auto;
    text-align:right;
  }
  
  #menu {
    height:35px;
    margin:0px;
    padding:7px;
    padding-left:14px;
    text-align:left;
    color:white;
    font-size: 20px;
  }
  
  #menu a {
    font-family: 'Comic SANS MS',Verdana,Arial,Helvetica,sans-serif;
    color: white; 
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
  }
  
  #leftContent1 {
    background:url('images/menuLeft1.png') no-repeat;
    width: 180px;
    zoom: 1;
    position: relative;
    margin-left:10px;
    margin-right:0px;
    margin-top:-5px;
    padding-top:40px;
    text-align:left;
  }
  
  #leftMenu1 {
    background:white;
    width: 161px;
    margin:auto;
    margin-left:0px;
    border: 2px solid #2b719c;
    padding-top:10px;
    padding-bottom:10px;
  }
  
   #leftContent2 {
    background:url('images/menuLeft2.png') no-repeat;
    width: 180px;
    margin-left:10px;
    margin-right:0px;
    padding:0px;
    padding-top:40px;
    text-align:left;
  }
  
  #leftMenu2 {
    background:white;
    width: 161px;
    margin:auto;
    margin-left:0px;
    border: 2px solid #2b719c;
    padding-top:10px;
    padding-bottom:10px;
  }
  
  #productsList {
    text-align:left;
    list-style:none;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
  }
  
  #productsList li {
    margin:0px;
    padding:0px;
    padding-top:4px;
    padding-bottom:4px;
  }
  
  #productsList a {
    color:#2b719c;
    text-decoration:none;
  }
  
  #producersList {
    text-align:left;
    list-style:none;
    margin:0px;
    padding-left:5px;
    padding-right:5px;
  }
  
  #producersList li {
    margin:0px;
    padding:0px;
    padding-top:3px;
    padding-bottom:3px;
  }
  
  #producersList a {
    color:#2b719c;
    text-decoration:none;
  }
  
  .mediumBlueLight {
    color:#2b719c;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  .smallBlueLight {
    color:#2b719c;
    font-weight:normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  .mediumOrange {
    color:#ff6600;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  #rightContent {
    float:right;
    margin:0px;
    padding:0px;
  }
  
  #loginBox {
    float:right;
    margin:0px;
    margin-right:10px;
    width:210px;
    height:102px;
    background:white;
    -moz-border-radius:5px;
    padding:3px;
    margin-top:78px;
    border:3px solid #1557af;
    text-align:center;
  }
  
  #newsBox {
    margin-left:20px;
    width:165px;
    height:75px;
    padding:3px;
    text-align:left;
    background:url('images/newsletter.png');
  }

  
  #banner1 {
    background:url('images/bontempi.png') no-repeat;
    height:125px;
    width:117px;
    margin-top:10px;
    margin-left:7px;
    margin-right:13px;
    -moz-border-radius:5px;
    border:3px solid #ebbb43;
  }
  
  #banner2 {
    background:url('images/duni.png') no-repeat;
    height:125px;
    width:117px;
    margin-top:10px;
    margin-left:7px;
    margin-right:13px;
    -moz-border-radius:5px;
    border:3px solid #ebbb43;
  }
  
  #banner3 {
    background:url('images/mehano.png') no-repeat;
    height:125px;
    width:117px;
    margin-top:10px;
    margin-left:7px;
    margin-right:13px;
    -moz-border-radius:5px;
    border:3px solid #ebbb43;
  }


body {
    text-align:center;
    background-image:url('../../../images/bgd_categorii/background_principal.png');
	background-attachment:fixed;
  }
  
  #content {
    /*background-image:url('images/background1.png');*/
    background-attachment:fixed;
  }
  
  .price {
      color:#f82a2a;
      font-weight:bold;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size:11px;
    }
    
  .name {
    color:#38576d;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
  }
  
  .mediumBlue {
    color:#fe3131;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
  }
  
  .bigBlue {
    color:red;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align: center;
  }
  	
  .smallBlack {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000000; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .smallBlue {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fe3131; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .verySmallBlue {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fe3131; 
    font-size: 9px;
    text-decoration: none;
    font-weight: normal;
  }
  
   .smallPink {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #d63b65; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  #productBox {
    margin-left: 20px;
    margin-top: 20px;
    width: 230px;
    height: 200px;
    background:#d7e3eb;
    display: inline;
    text-align:center;
    border: 2px solid #ddd;
    -moz-border-radius:10px;
  }
  
  #header {
    /*background-image:url('images/newBanner1.PNG');*/
    height:200px;
    width:980px;
    margin:auto;
  }
  
  #centralContent {
    background:url('images/menu1.png') no-repeat;
    width: 700px;
    height:auto;
    margin-left:5px;
    float:left;
  }
  
  #footer {
    /*background:url('images/footer1.png');*/
    padding-top:2px;
    height:80px;
    width:580px;
    margin:auto;
    text-align:right;
  }
  
  #menu {
    height:40px;
    margin:0px;
    padding:0px;
    padding-left:0px;
    text-align:center;
    color:white;
  }
  
  #menu a {
    font-family: 'Comic SANS MS',Verdana,Arial,Helvetica,sans-serif;
    color: white; 
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    text-align:center;
    text-shadow: black 5px 10px 10px;
  }
   #menu a:hover {
    font-family: 'Comic SANS MS',Verdana,Arial,Helvetica,sans-serif;
    color: red; 
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    text-align:center;
    /*text-shadow: black 2px 5px 5px;*/
  }
  
  #leftContent1 {
    background:url('images/menuLeft1.png') no-repeat;
    width: 220px;
    zoom: 1;
    position: relative;
    margin-left:20px;
    margin-right:0px;
    margin-top:-105px;
    padding-top:155px;
    text-align:left;
  }
  #leftMenu1 {
    background:white;
    width: 197px;
    margin:auto;
    margin-left:0px;
    border: 2px solid #fe3131;
    border-top:none;
    border-bottom:none;
    padding-top:0px;
    padding-bottom:0px;    
  }
  
  #leftMenuBottom {
    background:url('images/menuLeftBottom.png');
    height:20px;
    width:201px;
  }
  
  
   #leftContent2 {
    background:url('images/menuLeft2.png') no-repeat;
    width: 220px;
    margin-left:20px;
    margin-right:0px;
    padding:0px;
    padding-top:45px;
    text-align:left;
  }
  
  #leftMenu2 {
    background:white;
    width: 197px;
    margin:auto;
    margin-left:0px;
    border: 2px solid #fe3131;
    border-top:none;
    border-bottom:none;
    padding-top:0px;
    padding-bottom:5px;
  }
  
  #leftMenuBottom2 {
    background:url('images/menuLeftBottom2.png');
    height:20px;
    width:201px;
  }
  
  #leftContent3 {
    background:url('images/menuLeft3.png') no-repeat;
    width: 220px;
    zoom: 1;
    position: relative;
    margin-left:20px;
    margin-right:0px;
    margin-top:-30px;
    padding-top:55px;
    text-align:left;
  }
  #leftMenu3 {
    background:white;
    width: 197px;
    margin:auto;
    margin-left:0px;
    border: 2px solid #fe3131;
    border-top:none;
    border-bottom:none;
    padding-top:0px;
    padding-bottom:0px;
  }
  
  #leftMenuBottom3 {
    background:url('images/menuLeftBottom.png');
    height:20px;
    width:201px;
  }
  
  #leftContent4 {
    background:url('images/menuLeft4.png') no-repeat;
    width: 220px;
    zoom: 1;
    position: relative;
    margin-left:20px;
    margin-right:0px;
    margin-top:-30px;
    padding-top:55px;
    text-align:left;
  }
  #leftMenu4 {
    background:white;
    width: 197px;
    margin:auto;
    margin-left:0px;
    border: 2px solid #fe3131;
    border-top:none;
    border-bottom:none;
    padding-top:0px;
    padding-bottom:0px;
  }
  
  #leftMenuBottom4 {
    background:url('images/menuLeftBottom2.png');
    height:20px;
    width:201px;
  }
  
  #productsList {
    text-align:left;
    list-style:none;
    margin:0px;
    padding-left:2px;
    padding-right:2px;
  }
  
  #productsList li {
    margin:0px;
    padding:0px;
    padding-top:6px;
    padding-bottom:6px;
  }
  
  #productsList a {
    color:#367fc1;
    text-decoration:none;
  }
  
  #producersList {
    text-align:left;
    list-style:none;
    margin:0px;
    padding-left:5px;
    padding-right:5px;
  }
  
  #producersList li {
    margin:0px;
    padding:0px;
    padding-top:3px;
    padding-bottom:3px;
  }
  
  #producersList a {
    color:#367fc1;
    text-decoration:none;
  }
  
  .mediumBlueLight {
    color:#fe3131;
    font-weight:normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  .smallBlueLight {
    color:#fe3131;
    font-weight:normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  .mediumOrange {
    color:#ff6600;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  #newsContent {
    margin:0px;
    padding:0px;
  }
  
  #loginBox {
    float:right;
    margin:0px;
    margin-right:10px;
    width:210px;
    height:102px;
    background:white;
    -moz-border-radius:5px;
    padding:3px;
    margin-top:78px;
    border:3px solid #1557af;
    text-align:center;
  }
  
  #newsBox {
    margin-left:20px;
    width:160px;
    height:70px;
    padding-top:30px;
    padding-left:35px;
    text-align:left;
    background:url('images/newsletter.png') no-repeat;
  }

  
  #banner1 {
    background:url('images/bontempi.png') no-repeat;
    height:125px;
    width:117px;
    margin-top:10px;
    margin-left:7px;
    margin-right:13px;
    -moz-border-radius:5px;
    border:3px solid #ebbb43;
  }
  
  #banner2 {
    background:url('images/duni.png') no-repeat;
    height:125px;
    width:117px;
    margin-top:10px;
    margin-left:7px;
    margin-right:13px;
    -moz-border-radius:5px;
    border:3px solid #ebbb43;
  }
  
  #banner3 {
    background:url('images/mehano.png') no-repeat;
    height:125px;
    width:117px;
    margin-top:10px;
    margin-left:7px;
    margin-right:13px;
    -moz-border-radius:5px;
    border:3px solid #ebbb43;
  }
  
  #productsLine {
    width:100%;
    border-bottom:1px dotted #c9c8c8;
    margin:0px;
    padding:0px;
  }
  
  #productsLineVarsta{
    width:100%;
    border-bottom:1px dotted #c9c8c8;
    margin:0px;
    padding:0px;
  }
   #productsLineSex{
    width:100%;
    border-bottom:1px dotted #c9c8c8;
    margin:0px;
    padding:0px;
  }
  .productTitle {
    color:#367fc1;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:none;
  }
  
  .pageTitle {
    color:#fe3131;
    font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    text-decoration:none;
  }
  
  .normalBlack {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: black; 
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .normalBlack2 {
    font-family: Arial,Helvetica,sans-serif;
    color: black; 
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .boldBlack {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: black; 
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
  }

  .normalBlue {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      color:#367fc1; 
      font-size: 11px;
      text-decoration: none;
      font-weight: normal;
  }
  
  .titleBlue {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      color:#367fc1; 
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
      background:url('productLine.png') no-repeat; 
      padding:5px;
      padding-left:10px;
  }
  .normalWhite {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      color:white; 
      font-size: 11px;
      text-decoration: none;
      font-weight: normal;
  }
  .bigRed {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      color:#fe3131; 
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
  }
  #CategoryImage {
    width: 220px;
    position:fixed;
	top:320px;
	left:20px;
	z-index:-1;
  }
  
  #Promotie {
    width: 50px;
    position:absolute;
	margin-left:-300px;
    margin-top:-110px;
    padding-top:0px;
  }
  #Promotie_logo {
    width: 50px;
    position:absolute;
	margin-left:-5px;
    margin-top:-25px;
    padding-top:0px;
  }
  #Ultimele_produse_logo {
    position:absolute;
	margin-left:-467px;
    margin-top:-230px;
    padding-top:0px;
  }
  #Ultimele_produse {
    position:absolute;
	margin-left:-399px;
    margin-top:10px;
    padding-top:0px;
    font-size: 11px;
    color:white;
    text-align:middle;
    font-weight: bold;
  }
  #Produs_nou {
    width: auto;
    zoom: 1;
    position:absolute;
	padding-left:500px;
    margin-top:-97px;
    padding-top:0px;
    cursor:hand;
  }
  #Pointing {
    width: auto;
    zoom: 1;
    position:absolute;
	padding-left:620px;
    margin-top:-450px;
    z-index:2;
  }
  #Sub_banner1 {
    
	width: 200px;
    zoom: 1;
    position: absolute;
    margin-left:230px;
    margin-right:0px;
    margin-top:-146px;
    padding-top:0px;
	
  }
   #Sub_banner2 {
    width: 200px;
    zoom: 1;
    position: absolute;
    margin-left:430px;
    margin-right:0px;
    margin-top:-200px;
    padding-top:0px;
  }
