/* 
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;
}
/* aici incep css-urile particulare */
body {
	text-align: center;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: .7em;
	background: url(bg_gen.gif);
/*	background-color: #4A4A4A;
*/	color: #E1E1E1;
}
a {
	color: #FFCC00;
	text-decoration: underline;

}
a:hover {
	color: White;
	text-decoration: none;
}
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 #151515;
}
/* Elementul "Legend" este titlul unui fieldset */
legend {
	font-weight: bold;
	color: White;
}
/* <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;
	background-color: #4A4A4A;
}
li.nobull {
	list-style: none;
	margin: 0px;
}
#pagina2{
	border:1px solid #a2a2a2;
	width:98%;
	text-align: left;
	background: Black;
}
/* aici incep elementele care compun headerul paginii */
#header {
	height: 110px;
	border: 1px solid #5F5F5F;
	background: #1B1B1B;
}
	#logo {
		float: left;
		width: 200px;
		height: 80px;
		
	}
	#searchloginbox {
		float: right;
		width: 410px;
		height: 90px;
		margin-top: 3px; 
		position: relative;
		background-repeat: no-repeat;
	}
	#searchloginbox a {
	color: White;
	text-decoration: underline;
}
	#searchloginbox a:hover {
	color: #FFFF99;
	text-decoration: none;
}
	.loginParUnu {
		position:absolute;
		top:0px;
		left:17px;
	 /*  position:absolute;
		top:0px;
		left:240px;
*/	}
	.restLogin {
		position:absolute;
		top:18px;
		left:25px;
	/*
	position:absolute;top:18px;left:250px;
*/	}
	.cerberul {
		position:absolute;
		top:6px;
		left:17px;
	}
		.joslogin {
		position:absolute;
		top:60px;
		left:17px;
	}
	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: 18px;
		height: 18px;
		_height: 16px;
		border: 0px solid #000;
		background: url(ok.gif);
		background-repeat: no-repeat;
	}
	p.cerparola {
	position:absolute;top:75px;left:17px;
	}
	#dupalogin {
		margin-left: 35px; 
	}
	#dupalogin a {
		text-decoration: none;
	}
	.mesajsalut {
		font-size: 13px; color: white;font-weight: bold;text-align:center;
}
	#searchloginbox p {
		margin-right: 25px;
		margin-left: 10px;
		margin-top: 0px;
		text-align: left;
	}

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

	#searchloginbox fieldset {
		border: 1px dotted #939393;
		_border: 1px solid #000;
		_width: 140px;
		padding: 3px;
	}
/* aici se termina elementele care compun headerul paginii */
	
/* aici incepe bara de navigare superioara */
	#navigaresus {
		clear: both;
		width: 190px;
		text-align: left;
		padding: 0px;
		position: absolute;
		margin-top: 10px;
		_margin-left:10px;
	}
	#navigaresus ul {
		margin: 0px;
		padding: 10px;
	}

	#navigaresus a {
		font-size: 1.3em; 
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	#navigaresus a:hover {
		color: Black;
		background: #FFCC00;
	}
	#navigaresus ul li {
			list-style-type: none;
			border-bottom: 1px solid #FFCC00;	
		}

/* 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:980px;
}
	#tdstanga {
		width:190px;
		border: 1px solid #5f5f5f;
		border-top: 0px;
	}
	#stanga {
	margin-top: 170px;
		width: 180px;
	/*	border: 1px solid #ccc;
		border-top:3px solid #ccc;
*/	}
	.listafavorite {
		list-style-type:none;
		margin:1px:
	}
	#banerestanga {
		width: 90%;
		text-align:center;
	}

/* 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.5em;
	color: Black;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-left: -30px;

	list-style-type: none;
	background: url(bg-lh.gif) no-repeat; 
}

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

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

ul.subcatprod {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding: 2px;
	padding-left: 5px;
}

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

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

ul.subcatprod li a:hover {
	color: #FFf;
}
/* se incheie meniul categoriilor */
	#stanga_jos { /* contine lista brandurilor / producatorii */
		width: 180px;
	}

	#stanga_jos li {
	list-style-type: none;
	margin-left: -30px;
	margin-bottom: 1px;
	padding: 2px;
	}
#stanga_jos a {
	color: #FFCC00;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #CC9933;
}
#stanga_jos a:hover {
	color: White; 
}	
/* se incheie coloana stanga */
	

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

/* incep diverse elemente de pe coloana din mijloc */
#breadcrumb {
	border: 1px solid #5F5F5F;
	background: #1B1B1B;
	padding: 3px;
}
#breadcrumb a {
	text-decoration: none;
}
.divsuperpromo {
	width: 640px; 
	_margin-top: 10px;
}
/* vitrina revolutie */

#superrevo {
	width:640px;
}
#superrevo td {
	position: relative;
	border-bottom: 1px solid #222;
}
#superrevo td>div {
	position: relative;
}
.revoilustrata {
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid #ccc;
}
.divUlrevo {
	width: 230px;
	float: left;
	margin-top: 40px;
}
h3.revo {
	position: absolute;
	top: 0px;
	left: 60px;
	font-size: 1.6em;
	font-family: Georgia, serif;
	font-weight: normal;
}
.listarevo {
	padding-left: 0px;
	margin-left:23px;
}
.listarevo li {
	margin-left: 0px;
}
.listarevo li a {
	font-size: 1.1em;	
	font-weight: bold;
	text-decoration: none;
}
.listarevo a:hover {
	color: #000000;
}
.listarevo li span {
	font-weight: bold;
	color: #ddd;
}
/* final revolutie */	
h1.superpromo {
	/* H1 superpromo = ceea ce e scris intre superbaner si superpromotii */
	font-size: 16px;
	color: White; /*	background-image: url(img/bg_promo.jpg); */
	padding: 6px;
	background: Black;
	border: 1px solid #515151;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 10px;
}
#superpromotii { /* tabelul superpromotiilor */
	width: 640px;
}

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

caption h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 0px;	
	margin-bottom: -5px;
}
code {
	font-size: 1.2em;
	color: #E1E1E1;
}
h2.vitrina1 {
	color: Black; 
	text-decoration: none; 
	font-weight: bold;
	margin-bottom:2px;
}
.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: 3px;
	width: 20%;
	height: 190px;
	text-align: center;
	z-index: 0;
	position: relative;
	background: url(bg_promotii.gif);
	background-repeat: no-repeat;
}
div.containerpromomic {
	position:relative; 
	height:100px;
}
.promomic h2 {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
.produs {
	text-align: center;
	width: 25%;
	background: White;
	color: #4F4F4F;
}
.produs a {
	color: Black;
}
.produs h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 4px;
}
.miniinfo {
	border: 1px solid #5F5F5F;
	background: #1B1B1B;
	padding: 3px; 
}

/* 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 */

	
#footer {
	width: 100%;
	text-align: center;
	clear: both;
	border-top: 1px solid #CACACA;
}


.filtru { /* astea sunt filtrele; configurarea completa a filtrelor se face din produse.php  */
	float:left;
	color:black;
	cursor:pointer;
	position: relative;
	height: 20px;
	line-height: 20px;
	background: url(bg_filtre.gif);
	text-align: center;
	font-variant: small-caps;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 1px;
}
.filtru a {
	color: Black;
	text-decoration: none;
}
.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: white;
	font-size: 1.3em;
	font-weight: bold;
}
.pretvechi {color:red;text-decoration:line-through;}
.ptrhaine {text-align:right; width:80%;padding:10px;}
.ptrhaine select {width:60px;background:#FFCC00;}
.specialincos {font-size:.8px;background:#FFCC00;}
.legsel {
	font-size: 14px;
	color: White;
}

#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 {
/*	background: #FFF0E5;
*/	font-size: 14px;
	font-weight: bold;
	display: block;
	color: White;
	text-align: right;
}

strong {
	color: White;
	font-size: 1.1em;
}

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 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(img/tema1/zz.gif); 
	color: Red;
}

.toleft {
	width: 14px;
	height: 14px;
	background: url(stanga.gif);
	border: 0px;
}

.toright {
	width: 14px;
	height: 14px;
	background: url(dreapta.gif);
	border: 0px;
}

#rezultate a {
	font-size: 14px;
}
td.interm {
	width: 0px;
	height: 160px;
	background: #333333;
}

td.contactinfo {
	text-align: center;
}

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

#tdh1 {
	text-align: center;
}

td#tdh1 h1 {
	color: #E4E4E4;
	margin: 0px;
	margin-top: 5px;
	padding: 2px;
	font-size: 20px;
	text-align: center;
}

a.intarire {
	color: Red;
}

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

em {
	background: #8C8C8C;
	font-style: oblique;
}

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

.linkpromotii {
	font-size: 14px;
	text-decoration: underline;
}
.linkpromotii:hover {
	color: #FF9900;
}
td.produs_mic a img {
	border: 1px solid #E1E1E1;
	padding: 1px;
}
.totiprod {
	color: #E1E1E1;
	margin-left: 10px;
	font-size: .9em;
}
.pozefisaprodus {
	background: White;
	border: 1px solid #a9a9a9;
	color: Black;
}
.spec1 {
	background: #696969;
}
.spec2 {
	background: #4C4C4C;
}
h6 {margin:0px;font-size: 1.2em;font-weight:bold;}

/* Recomandari */
#tabelRecomandari {
	
}
#recomandare {
	width: 275px;
	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;
	font-size: 1.5em;
}
.texteReco a:hover {
	color: Orange;
}
td.specificatie {
	background-color: #282828 !important;
	border-bottom: 1px solid #111;
	color: #C5C5C5;
}
code { /* rezervat pentru indicatii de genul "NU EXISTA PRODUSE IN CATEGORIE" */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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