/* 
CSS Magazinosaurus Rex
--------------------------------
(c) Kevin Software & Design srl

Acesta program este protejat de legislatia in vigoare. Magazinosaurus Rex
este marca inregistrata a Kevin Software & Design srl. Detalii pe www.ksd.ro.

ID-urile si clasele folosite in acest document au fost denumite cat mai sugestiv cu putinta.
De multe ori ele reprezinta un nume compus care exprima explicit elementul asupra caruia se 
aplica, de exemplu: 

li.nobullet = elementul lista fara bulet
.subcatprod = subcategorii de produse

etc.

Anumite elemente se definesc direct din codul paginilor

- celulele de tabel de pe pagina de index care contin superpromotiile > index.php liniile 90-105
- celulele de tabel care contin promotiile normale > index.php, subcategorii.php

 */

/* aici vin css-urile compuse */

.inline {
	display: inline;
}
.forprint {display:none;}
/* aici incep css-urile particulare */
body {
	text-align: center;
	font-family: Tahoma,'Trebuchet MS', Arial, sans-serif;
	font-size: .7em;
	padding: 0px;
	margin: 0px;
	background: url(bg_general.jpg) repeat-x;
}

a {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: Black;
}
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.

*/
#pagina {
	max-width: 980px;
	_width: 980px; /* hack valabil pentru Internet Explorer 6 */
	margin: 0 auto;
	text-align: left;
	border-top: 0px;
}
li.nobull {
	list-style: none;
	margin: 0px;
}
#pagina2{
	border:1px solid #0099CC;
	width:98%;
	text-align: left;
	background: White;
}
/* aici incep elementele care compun headerul paginii */
#header {
	height: 100px;
	width: 980px;
	background: url(bg_header.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
}
#continutcos {
	position: absolute;
	left: 915px;
	top: 20px;
	text-align: center;
	color: #FFCC33;
	font: 9px Verdana;
}
	#logo {
		float: left;
		width: 200px;
		height: 80px;
		
	}
	#searchloginbox {
		float: right;
		width: 450px;
		height: 60px;
		color: White;
		margin-top: 23px; 
		position: relative;
		font-size: 11px;
		color: #ccc;
		background: transparent;
	}
		.loginParUnu {
		position:absolute;
		top:12px;
		left:95px;
}
	.restLogin {
		
	position:absolute;top:10px;left:170px;
	}

	#searchloginbox a {
		color: #ccc;
	}
	#searchloginbox a:hover {
		color: Yellow;
		text-decoration: none;
	}

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

	.loginbtn {
		width: 19px;
		height: 20px;
		_height: 20px;
		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 {
		margin: 0px;
		padding: 0px;
		padding-left: 30px;
		text-align: left;
	}

	#searchloginbox fieldset {
		border: 1px dotted #939393;
		_border: 1px solid #000;
		_width: 140px;
		padding: 3px;
	}
	#dupalogin {
		margin-left: 65px;
		margin-bottom: 5px;
	}
/* aici se termina elementele care compun headerul paginii */
	
/* aici incepe bara de navigare superioara */
	#navigaresus {
		clear: both;
		width: 980px;
		height: 54px;
/*		line-height: 25px;
*/		text-align: center;
		padding: 0px;
		margin-bottom: 0px;
		background: url(bg_ddown.gif) no-repeat;
	}
	#navigaresussus {
		position: absolute;
		top:3px;
		left: 420px;
		text-align: right;
		width: 550px;
		height: 24px;
	}
	ul.meniusus {
		color: #eee;
		margin:0px;
		_width: 430px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
	ul.meniusus li {
			list-style-type: none;
			display: inline;			
		}
	ul.meniusus a {
		color: #eee;
		font-size: 10px; 
		text-decoration: none;
	}
	ul.meniusus a:hover {
	color: #66FF00;
}

		
	/* 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:0px;
	}
/*
	li.litopmeniu span:hover {
		padding-left: 10px;
		padding-right:10px;
	} 
*//* se incheie bara de navigare superioara */		

/* incepem definirea tabelului de continut
maincontent = numele tabelului
tdstanga = evident, celula din stanga, care contine meniul categoriilor
 */
#maincontent {
	width:976px;
	background: White;
	_background: url(bg_mijloc_ie6.gif) repeat-y;
	border-left: 2px solid #C6E371;
	border-right:  2px solid #C6E371;
	_border:0px;
}
#tabmainc {
	
}
	#tdstanga {
		width:190px;
	}
	
	#stanga {
		width: 180px;
		background: url(bg_stanga_sus.jpg) no-repeat;
		border-top: 1px solid White;
		display: block;
	}

/* 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: 30px;
	color: Black;
	line-height: 30px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;

}

li.catprod {
	list-style-type: none;
	margin-left: -20px;
	margin-bottom: 0px;
	font-size: 12px;
	padding: 2px;
/*	background-color: #0099CC; */
}
li.catprod a {
	color: #2E62C0;
	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;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
}

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

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

ul.subcatprod li a:hover {
	color: #FF6600;
}
/* se incheie meniul categoriilor */
	#stanga_jos { /* contine lista brandurilor / producatorii */
		width: 175px;
		height:381px;
		background: url(bg_producatori.gif) no-repeat;
		padding-top: 10px;
		_margin-top:10px;
		margin-left: 10px;
		text-align: center;
	}
	#stanga_jos ul {
	border-top: 1px dotted Black;
	border-bottom: 1px dotted Black;
	list-style-type: none;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	width: 155px;
	margin-left: 10px;
	font-size: 11px;
}
#stanga_jos a {
	color: #003300;
}
	#stanga_jos ul li {
		margin: 0px;
		padding: 0px;
		_height:10px;

	}
	#stanga_jos li a {
		display: block;	
	}
	#stanga_jos li a:hover {
	background: #DAECA3;
}
	.listafavorite {
		list-style-type:none;
	}
	#banerestanga {
		width: 90%;
		text-align:center;
	}
/* se incheie coloana stanga */
	

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

/* incep diverse elemente de pe coloana din mijloc */
.divsuperpromo {
float: left;
margin-left: 5px;
width: 247px;
}
.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 */
	font-size: 14px;
	color: #000; /*	background-image: url(img/bg_promo.jpg); */
	padding: 15px; 
	text-transform: uppercase;
	line-height: 18px;
/*	margin-top: 10px; */
	margin-bottom: 0px;
}
#superpromotii { /* tabelul superpromotiilor */
width: 247px;
margin-top: 3px;
}
.subcat1, .subcat2, .subcat3, 
.subcat5, .subcat6, .subcat7, 
.subcat9, .subcat10, .subcat11, 
.subcat13, .subcat14, .subcat15, 
.subcat17, .subcat18, .subcat19 {
	background: url(bg_subcateg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

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

caption h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 0px;
	margin-bottom: 5px;
	background:#E6F1C0;
}

.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: 0px;
	left: 0px;
}

.promomic {
	padding: 0px;
	height: 145px;
	text-align: center;
	background: url(bg_superpromotii.jpg) no-repeat;
}
.k2, .k5, .k8 {
}
.inpromo {
	height:145px; 
	border:0px;
*/	width:247px;
	background: transparent;
	text-align:center;
}

div.containerpromomic {
	position:relative; 
	height:100px;
}
.promomic h2 {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin-bottom:0px;
	text-align: left;
width:120px;
overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap;
}
.promomic a {
	color: Black;
}

.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 {
		text-align: left;
		width: 135px;
	}

/* incepe definirea formularului de newsletter
   ATENTIE LA _HACKURILE pentru IE 6!
 */		
#newsletter {
	width: 175px;
	height: 110px;
	margin-top: 10px;
	margin-left: 10px;
	background: url(bg_newsletter.gif) no-repeat;
}

#formnews {
	width: 115px;
	text-align: center;
	padding:0px;
	margin:0px;
}

#newsletter fieldset {
	width: 100px;
	padding: 5px;
	border: 0px;
	border-top: 1px solid #000;
}

div.submitmail {
	width: 100px;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 10px;
/*	border: 1px solid #000; */
}

.inputnews {
	height: 19px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 115px;
}
/* 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 */	
#footer {
	width: 980px;
	text-align: left;
	clear: both;
	color: White;
	height: 73px;
/*	line-height:16px;
	_line-height: 33px;
*/	background: url(bg_jos.jpg);
	font-size: 10px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid White;
	color: #999999;
}
#footer div {
	margin-left: 210px;
	margin-top: 35px;
	line-height: 12px;
}
#footer p {
	margin: 0px;
}
#footer a {
	color: #999999;
	padding-right: 5px;
}
#footer a:hover {
	color: #FFCC33;
}

.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: #749B26;
}
.pp {
	font-size: 13px;
	color: White;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

.legsel {
	font-size: 14px;
}

#kategorii {
	width: 620px;
	_width: 640px;
	padding: 10px;
	border:0px solid White;
}	

#kategorii table {
	text-align: center;
}

.promointern {
	width: 640px;
}

#filtreaplicate {
	padding: 10px;
}

a.killemall {
	color: Orange;
}

a.killemall:hover {
	color: Red;
}

a.denumire {
	text-decoration: none;
	font-size: 11px;
	color: #333300;
}
div.denumire{
	margin:0 auto;
	width: 140px;
	text-align: center;
}

.hedlain {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #669521;
	padding: 0px;
}
.pretvechi {color:red;text-decoration:line-through;}
.ptrhaine {text-align:right; width:80%;padding:10px;}
.ptrhaine select {width:60px;}
.specialincos {font-size:11px;}
strong {
	color: #669900;
	font-size: 1.1em;
}

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

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

.tablecell2 {
	width: 60px;
	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: 14px;
	height: 14px;
	background: url(stanga.gif) no-repeat;
	border: 0px;
}

.toright {
	width: 14px;
	height: 14px;
	background: url(dreapta.gif) no-repeat;
	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;
	border-left: 1px dashed #cccccc;
	padding-left: 10px;
}
td.contactinfo span.pret {
	font-size: 20px;
}
.bigcontactinfo {
	font-size: 12px;
	color:Black;
}

#tdh1 {
	text-align: center;
	border-bottom: 1px dashed #ccc;
}

td#tdh1 h1 {
	color:Black;
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
}

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: 11px;
	margin-left: 25px;
}
.totiprod {
	color: Black;
	font-size: 11px;
	text-decoration: underline;
}

#disclaimer {
	margin-top:20px;
	margin-right:10px;
	color: #888;
	clear: both;
	text-align: justify;
	padding: 10px;
	border:1px solid #ddd;
}
h4.lastprod {
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
p.linkuriultime {
	margin: 0px;
	margin-left: 20px;
}
p.linkuriultime a {
	color: #339933;
}
p.linkuriultime a:hover {
	color: Black;
}
/* meniu mare de sus */

a.linkmeniumare {
	color: White;
}
a.linkmeniumare:hover {
	color: #749B26;
}
/* Sub level menu links style */
a.linksubmeniu {
font: normal 11px Verdana;
width: 100px; /*width of sub menus*/
padding: 2px;
color: #9CCE38;
margin: 0;
border-top-width: 0;
border: 1px solid #ccc;
border-top: 0px;
}

a.linksubmeniu:hover{ /*sub menus hover style*/
background: #9CCE38;
color: White;
}
/* DIVERSE */

.nowrap {
	background: url(bg_dreapta_produse.gif) repeat-y;
}
.nowrap div {
	margin: 10px;
}
.stronglista {
	font-size: 20px;
	font-weight: normal;
	color: #003366;
}
.tblistaprod {
	margin-top: 20px;
	width: 640px;
	background: url(bg_sus_produse.gif) no-repeat;
}
.tblistaprod td {
padding-bottom: 8px;
}
.susproduse {
	margin-top: 10px;
	margin-left: 10px;
	width: 620px;
}
.filtru {
	/* astea sunt filtrele; configurarea completa a filtrelor se face din produse.php  */
	float: left;
	color: White;
	cursor: pointer;
	position: relative;
	height: 20px;
	line-height: 20px;
	background: url(bg_filtre.gif);
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 1px;
	padding: 0px 5px 0px 5px;
}

.filtru div {
	text-align: left;
	font-variant: normal;
	font-weight: normal;
}
.infoprodus {
	background: url(bg_caseta_produs.jpg) no-repeat;
	min-height: 259px;
	_height:259px;
}
.eliminaref {
	padding:1px;
	color: Red;
	margin-right: 10px;
}
.eliminaref:hover {
	color: white;
	background: Red;
	text-decoration: line-through;
}/*
.eliminaref:after {
	content: " [x] ";
}
*/
.contentinfoproduse {
	width:370px;
	text-align:left;
	margin-top:10px;
	margin-left: 30px;
}
#breadcrumb {
	height: 20px;
	width: 600px;
	background: url(bg_breadcrumb.jpg) no-repeat left top;
	line-height: 20px;
}
.tabelPagini {
	margin: 10px 10px 5px 20px;
	clear: both;
}
div.lp {
	font-size: 15px;
	color: Black;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 150px;
	width:195px;
	left:0px;
}
.listareProdus {
	border:2px solid White; 
	width:200px;
	height:240px;
	float:left;
	margin-left:10px;
	text-align:center;
	margin-top:10px;
	position:relative;
}
.susFiltre {
	background: url(bg_tabel_filtre.jpg) no-repeat;
	width: 640px;
}
.divRss {
	text-align: right;
	border-top: 1px solid #ddd;
	clear: both;
	padding-top: 5px;
}
#legenda {
	clear: both;
}

.titluProduse {
	color: #006633;
	font-size: 15px;
}
b.live {
	display: inline-block;
	width: 20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	background: #d6ea95;
}
.mediadotGrey {
	color: Black;
	text-decoration: underline;
}
.descriereProdus {
	margin: 0px 10px 0px 10px;
	width: 95%;
	color: #666;
}
.specificatie {
	border-bottom: 1px dotted #bbb;
	padding: 5px;
	margin: 5px;
}
.bibi {
	border-right: 1px solid #ddd;
}
.noRat {
	color: #99CC00;
}
p.notau {
	margin: 3px 0px 3px 0px;
}
