/* 
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: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	background: #DADADA;
}
a {
	color: #FF6699;
	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;
	position: relative;
/*	background: White;
*/}
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: 121px;
	background: url(bg_header.jpg);
	background-repeat: no-repeat;
}
	#logo {
		float: left;
		width: 200px;
		height: 80px;
		
	}
	#searchloginbox {
		float: right;
		width: 550px;
		height: 90px;
		margin-top: 3px; 
		position: relative;
		background-repeat: no-repeat;
	}
		.loginParUnu {
		position:absolute;
		top:55px;
		left:0px;
}
	.restLogin {
		
	position:absolute;top:18px;left:10px;
	}

	#searchloginbox a {
		color: #737373;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
	}
	#searchloginbox a:hover {
		color: #FF6699;
	}

	.cerberul {
		position:absolute;
		top:6px;
		left:17px;
	}
			.joslogin {
		position:absolute;
		top:60px;
		left:0px;
	}
	div.butoncerber {
		position:absolute;
		top:29px;
		left:25px;
	}
	.inputlogin {
		width: 164px;
		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;
	}

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

	.formcautare {
		position: absolute;
		width: 300px;
		height: 55px;
		left: 340px;
		top: 55px;
	}

	#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 {
		position: absolute;
		top:17px;
		width: 970px;
		left: 0px;
		clear: both;
		text-align: right;
		padding: 0px;
	}

	#navigaresus a {
		color: Black;
		text-decoration: none;
	}
	#navigaresus a:hover {
		color: #FF6699;
	}
	#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: 5px;
		padding-right:5px;
	}

	li.litopmeniu span:hover {
		padding-left: 5px;
		padding-right:5px;
	}

/* 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:180px;
	}
	#stanga {
		width: 180px;
	}


/* incepe meniul categoriilor, pe partea din dreapta
li.lh = Headline-urile (Produse, Branduri)
li.catprod = categoriile de produse
ul.subcatprod = listele de subcategorii
 */

#tdstanga ul {
	margin: 10px 0px 0px 17px;
	padding: 0px;
list-style-type:none;
/*	color: #FF6699;
*/} 
 
li.lh {
	font-weight: bold;
	text-transform: uppercase;
	color: /* #FF6699 */ Black;
	list-style-type: none;
}

li.catprod {
	list-style: inside;
	list-style-type:none;
	margin-left:18px;
	margin-bottom: 1px;
	padding: 2px;
/*	background-color: #0099CC; */
	text-transform: none;
}
li.catprod a {
 	color: #666;
	text-decoration: none;
	font-weight: normal;
}

li.catprod a:hover {
	color: Black;
	text-decoration: underline;
}
/*
li.catprod a:visited {
	color: #FF66FF;
}
*/
ul.subcatprod {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 1px;
}

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: 90%;
		text-align:center;
	}
/* se incheie coloana stanga */
	

/* incepe coloana din mijloc */
td#tdmijloc {
	width:665px;
}
	div#mijloc {
/*		margin-left:10px;
*/		margin-top: 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 */
	font-size: 17px;
	color: #CC0000; /*	background-image: url(img/bg_promo.jpg); */
	background-image: url(star_sp.gif);
	background-position: left center;
	background-repeat: no-repeat; 
	padding: 15px; 
	padding-left: 35px;  
	font-variant: small-caps;
	line-height: 18px;
/*	margin-top: 10px; */
	margin-bottom: 0px;
}
#superpromotii { /* tabelul superpromotiilor */
/*	border: 1px solid #efefef;
*/	width: 639px;
margin-top: 10px;
}

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

caption h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 0px;	
	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: 0px;
	left: 0px;
}
.promomic {
	padding: 1px;
	border: 1px solid #DADADA;
	width: 248px;
	height: 300px;
	text-align: center;
	z-index: 0;
	position: relative;
}
div.containerpromomic {
	position:relative; 
	height:100px;
}
.promomic h2 {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
.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;
		margin-left:10px;
		text-align: center;
	}

/* incepe definirea formularului de newsletter
   ATENTIE LA _HACKURILE pentru IE 6!
 */		
#newsletter {
	margin-bottom: 10px;
	text-align: left;	
	width:140px;
}

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

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

div.submitmail {
	font-size: 10px;
	margin:5px;
/*	border: 1px solid #000; */
letter-spacing: -1px;
}

.inputnews {
	height: 16px;
	width: 124px;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;
}
/* 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: 100%;
	text-align: center;
	clear: both;
	background: url(bg_jos.gif) no-repeat;
	display: table-cell;
}

.susfiltre {
	width:627px;
	margin-left: 3px;
	border:1px solid #ddd;
	text-align: left;
	margin-bottom: 20px;	
}
.susfiltre td {
	padding: 15px;
	padding-top: 5px;
}
.filtru { /* astea sunt filtrele; configurarea completa a filtrelor se face din produse.php  */
	color:Black;
	cursor:pointer;
	text-align: left;
	font-weight: bold;
	margin-left: 1px;
	margin-top: 10px;
	font-size: 12px;
}
.filtru a {
	color: #606060;	
}
.filtru a:hover {
	color: Fuchsia;
}
.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;
}
h2.linkVitrina {
	margin:2px;
	font-weight: normal;
}
h2.linkVitrina a {
	color: Black;
}
h2.linkVitrina a:hover {
	color: #FF6699;
}

div.pretAfisat {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 190px;
	text-align: right;
}
.afisarepret {
	color: #292929;
	font-size: 20px;
	font-family: Verdana, sans-serif;
}
.afisarepret sup {
	font-size: 15px;
}
.legsel {
	font-size: 14px;
}

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

#kategorii table {
	text-align: center;
}

.promointern {
	width: 640px;
}

#filtreaplicate {
	padding: 5px;
	border: 0px solid #fff;
	border-top: 1px solid #ddd;
}

a.killemall {
	color: #FF4FAF;
}

a.killemall:hover {
	color: Red;
}
div.denumire {
	text-align: left;
	margin: 3px;
}
a.denumire {
	text-decoration: none;
	color: Black;
	text-align: left;
}
.hedlain {
	background: #0099CC;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: White;
}
.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: #CC0066;
	font-size: 1.1em;
}

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

.fieldbox {
	padding: 10px;
}
/* pe fisa de produs, produsele asezate pe verticala */

.titluProduse {
	color: #444;
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 3px;
}

.listareProdus {
	border:1px solid #ddd; 
	width:200px;
	padding: 3px;
	height:290px;
	_height: 300px;
	float:left;
	margin-left:2px;
	text-align:center;
	margin-bottom:2px;
	position:relative;
}
.numarare {
	font-size:12px;
	margin-left: 10px;
}
#afisareContoar {
	border:solid 0px;
	width:20px;
	text-align:center;
	background-color:transparent;
}
.noRat {
	color: #99CC00;
}
/* 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);
	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: #FFE6D4;
	color: Black;
	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: 15px;
}

#disclaimer {
	margin:20px;
	color: #888;
	text-align: justify;
}
#continutcos {
	text-align: left;
}
.ulMeniuJos {
	text-align: left;
	border-left: 1px solid #464646;
	margin:0px;
	margin-top: 10px;
	padding: 0px;
	padding-left: 10px;
}
.ulMeniuJos li {
	list-style-type: none;
}
.ulMeniuJos a {
	color: #464646;	
}
.ulMeniuJos a:hover {
	color: White;
}
.extraInfo {
	margin-top:15px;
	padding-left:10px; 
	border-left:1px solid #464646;
	margin-bottom: 15px;
}
#breadcrumb {
	background: #EFEFEF;
	padding: 3px;
	color: #FF6699;
}
.h1peProdus {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:25px;
	color: #444;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}
.afisarepretprodus {
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #FF3399;
	font-weight: bold;
}
.infolica {
	background: url(punctulete.gif) no-repeat;
	background-position: top left;
	text-align: left;
	padding: 15px 20px 15px 20px;
}

/* taburile */

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top:20px;
font: normal 11px;

}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #dfdfdf;
border-bottom: 2px;
background: white;
color: #FF6699;
font-weight: bold;
cursor: hand;
}

#tablist li a:link, #tablist li a:visited{
color: #FF6633;
}

#tablist li a.current{
	background: #F0F0F0;
}

#tabcontentcontainer{
width: 98%;
min-height: 200px; /* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid #dfdfdf;
}

.tabcontent{
display:none;
}
#pagina2 table h6 {
	font-size: 1.3em;
	color: #FF3300;
}
.disper {
	height: 90px;
}
.etchLogin {
	font-size: 17px;
}
.tabelPagini {
	margin-top:5px;
	margin-bottom:10px;
}