/* 
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;
	padding: 0px;
	margin: 0px;
	background: url(bodybg.gif) top;
	background-repeat: repeat-x;
	color: #202020;
}
a {
	color: #202020;
	text-decoration: none;
}
a:hover {
	color: #c01a1a;
}
table {
	font-size: 11px;
}


/* 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;
	background: White;
	border: 0px solid #fbf7d6;
	border-top: 0px;
}
li.nobull {
	list-style: none;
	margin: 0px;
}
#pagina2{
	border:1px solid #b1b1b1;
	width:100%;
	height:100%;
	text-align: left;
	background: White;
}

#pagina3{
	border:0px solid #b1b1b1;
	width:100%;
	text-align: left;
	background: White;
}
/* aici incep elementele care compun headerul paginii */
#header {
	height: 116px;
	background: url(bodybg.gif);
	background-position: top;     
	background-repeat: repeat-x;  
}
	#logo {
		float: left;
		width: 300px;
		height: 95px;
		
	}
	#countdown {
		width: 170px;
		height: 80px;
		
	}
	#searchloginbox {
		float: right;
		width: 600px;
		height: 93px;
		margin-top: 7px; 
		position: relative;
		background-repeat: no-repeat;
	}
		.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: Black;
		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: 14px;
		_height: 15px;
		border: 1px solid #b1b1b1;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 10px;
	}

	.loginbtn {
		width: 24px;
		height: 24px;
		_height: 24px;
		border: 0px;
		background: url(ok.jpg);
		background-repeat: no-repeat;
	}
	p.cerparola {
	position:absolute;top:80px;left:17px;
	}

	#searchloginbox p {
		margin-right: 25px;
		margin-left: 10px;
		margin-top: 0px;
		text-align: left;
	}

	.formcautare {
		position: absolute;
		left: 270px;
		top: 18px;
		height: 12px;
		border: 0px solid #000000;
		padding: 0px 0px 0px 0px;
		margin-bottom: 3px;
		width: 300px;
		color: #000000;
		font-size: 11px;
	}



	.searchfield {
		height: 20px;
		border: 1px solid #b1b1b1;
		padding: 0px 0px 0px 0px;
		margin-top:5px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 260px;
		color: #000000;
		font-size: 12px;
		float:left;
	}

	#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;
	background: url(menubg.gif) no-repeat;
	width: 980px;
	height: 37px;
	margin: 0px;
	font: bolder 1.2em/29px Verdana;
}

#navigaresus ul{
	margin: 0; padding: 0 0 0 34px;
}

#navigaresus ul li {
	float: left;
	list-style: none;		
	border-right: 0px solid #FFFFFF;
}

#navigaresus ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 18px;
	color: #FFFFFF;	
}

#navigaresus ul li a:hover {
  	color: #FFFFFF;	
	background: #000000;
}

#navigaresus ul li#current a {
	color: #FFFFFF;
	background: #505050;	
}


	/* 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
 */
#maincontent {
	width:980px;
}
	#tdstanga {
		width:190px;
	}
	#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
 */

/* incepe meniul modificat
*/

#titlumenuprod{
font-family: 'Trebuchet MS', Arial, sans-serif;
font-weight: bold;
color:#ffffff;
font-size: 13px;
padding-left: 12px;
padding-top: 6px;
}

#titlumenuprod a{
display: block;
padding-bottom: 2px;
font-family: 'Trebuchet MS', Arial, sans-serif;
font-weight: bold;
color:#ffffff;
font-size: 13px;
}

#titlumenuprod a:hover{
font-family: 'Trebuchet MS', Arial, sans-serif;
font-weight: bold;
color:#dfdfdf;
font-size: 13px;
}

#toateprodlnk{
font-family: 'Trebuchet MS', Arial, sans-serif;
font-style: normal;
padding-right: 3px;
color:#ffffff;
font-size: 11px;
}

#toateprodlnk a{
font-family: 'Trebuchet MS', Arial, sans-serif;
font-style: normal;
color:#FFFFFF;
font-size: 11px;
}

#toateprodlnk a:hover{
color:#dfdfdf;
}

#menuprod{
border: 0px solid #404040;
border-left:#404040;
border-right:#404040;
border-bottom-width: 0;
width: 180px;
font-family: 'Trebuchet MS', Arial, sans-serif;
font-weight: normal;
color:#FFFFFF;
font-size: 11px;
}

#menuprod ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 100% 'Trebuchet MS', Arial, sans-serif;
}

#menuprod li a{
display: block;
padding: 0px 0;
padding-left: 16px;
width: 161px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background: #404040 url(bullet-menu.gif) no-repeat 9px center;
border-bottom: 0px solid #6F6F6F;
border-bottom-style: dashed;
border-left: 3px solid #FFFFFF;
}

* html #menuprod li a{ /*IE only */
width: 180px; /*IE 5*/
w\idth: 180px; /*185px minus all left/right paddings and margins*/
}

#menuprod li a:hover {
background-color: #212121;
background-image:url(bullet-menu-red.gif);
border-left-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-bottom-style: dashed;
border-top-color: #212121;
}

#menuprod2{
border: 0px solid #404040;
border-left:#404040;
border-right:#404040;
border-bottom-width: 0;
width: 180px;
font-family: 'Trebuchet MS', Arial, sans-serif;
font-weight: normal;
color:#FFFFFF;
font-size: 12px;
}

#menuprod2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 95% 'Trebuchet MS', Arial, sans-serif;
}

#menuprod2 li a{
display: block;
padding: 0px 0;
padding-left: 21px;
width: 156px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background: #404040 url(bullet-menu.gif) no-repeat 15px center;
border-bottom: 0px solid #404040;
border-left: 3px solid #FFFFFF;
}

* html #menuprod2 li a{ /*IE only */
width: 180px; /*IE 5*/
w\idth: 180px; /*185px minus all left/right paddings and margins*/
}

#menuprod2 li a:hover {
background-color: #212121;
background-image:url(bullet-menu-red.gif);
border-left-color: #FFFFFF;
border-bottom-color: #212121;
border-top-color: #212121;
}

/* se incheie meniul modificat
*/

li.lh {
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	color: #000000;
	line-height: 30px;
	margin-left: -35px;
	padding-left: 0px;
	list-style-type: none;
}

li.producatori {
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	margin-left: -20px;
	padding-left: 0px;
}


li.catprod {
	list-style-type: none;
	margin-left: 0px;
	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;
}

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 {
		font-size: 11px;
		margin-left: -15px;
	}
	#banerestanga {
		width: 90%;
		text-align:center;
	}
/* se incheie coloana stanga */
	

/* incepe coloana din mijloc */
td#tdmijloc {
	width:650px;
}
	div#mijloc {
		margin-left:5px;
	}

/* 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: 640px;
}

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 {
		width:315px;
		z-index: 0;
		padding:0 0 14px 0;
		margin:10px auto;
		background: url(tsr-new.gif) bottom left no-repeat;
}

.promomicbrand {
	padding: 3px;
	width: 33%;
	height: 150px;
	text-align: center;
	z-index: 0;
/*	background: url(bg_promo.gif);  */
	position: relative;
	font-size:12px;
}

div.containerpromomic {
	position:relative; 
	height:100px;
}
.promomic h2 {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.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;
	_margin-bottom: 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 {
	width: 115px;
	text-align: center;
	font-size: 11px;
	color: #000000;
/*	border: 1px solid #000; */
}

.inputnews {
	height: 16px;
	_height: 19px;
	border: 1px solid #000000;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	text-align: center;
}
/* se incheie newsletterul */

/* vitrina revolutie */
#superrevo {
	width: 640px;
}
.revoilustrata {
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid #ccc;
}
.divUlrevo {
	width: 260px;
	float: right;
}
h3.revo {
	font-size: 12px;
	border-bottom: 1px solid #000000;
}

.listarevo {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 11px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}
.listarevo a {
	margin-left: 2px;
	margin-right: 2px;
	color: #393939;
	font-weight: normal;
	font-size: 11px;
}
.listarevo a:hover {
	color: #c00a0a;
}
.listarevo span {
	font-weight: bold;
	color: #d74b06;
}
/* final revolutie */	
#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: #FFFFFF;
	cursor:pointer;
	position: relative;
	height: 15px;
	line-height: 15px;
	background: #af1f1f;
	text-align: center;
	padding-left: 9px;
	font-weight: bold;
	font-size: 11px;
	margin-left: 1px;
}

.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: 11px;
	color: #333333;
}

#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: #f2f2f2;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #333333;
	border-bottom-style: dashed;
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: solid;
}

.hedlain2 {
	background: #fffded;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #333333;
	border-bottom-style: dashed;
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: solid;
}

.hedlain3 {
	background: #ba1911;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.hedlain4 {
	background: #404040;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dashed;
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: solid;
}

.text_disclaimer_prod {
	background: #fffeed;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #404040;
	border-bottom-style: dotted;
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: dotted;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: dotted;
	border-top: 1px;
	border-top-color: #404040;
	border-top-style: dotted;
}

.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: #b01e17;
	font-size: 1.2em;
}

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(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: 2px;
	height: 160px;
	background-image: url(bg_intermed.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

td.contactinfo {
	text-align: left;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: solid;
}

.bigcontactinfo {
	font-size: 13px;
	font-weight: bold;
	color: #ba0202;
}

#tdh1 {
	text-align: center;
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #404040;
	border-top-style: solid;
}

#adaosuri_tva_verde {
	text-align: center;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #404040;
	border-right-style: solid;
}

.butoane_utile_prod {
	border-left: 1px;
	border-left-color: #404040;
	border-left-style: solid;
}

td#tdh1 h1 {
	background: #da251c;
	color: #FFFFFF;
	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 #DDDDDD;
	padding: 10px;
}
.pozaReco {
	float: left;
	width: 100px;
	text-align: center;
	height: 100px;
	border: 1px solid #DDDDDD;
}
.texteReco {
	width: 160px;
	margin: 5px;
	margin-top: 1px;
	float: right;
}
.texteReco a {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.texteReco a:hover {
	color: #CC3300;
}
code { /* rezervat pentru indicatii de genul "NU EXISTA PRODUSE IN CATEGORIE" */
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
}

.specificatie {
border-bottom: 1px;
border-bottom-color: #666666;
border-bottom-style: dotted;
}

.specificatie_valoare {
border-left: 1px;
border-left-color: #d9d9d9;
border-left-style: solid;
border-bottom: 1px;
border-bottom-color: #666666;
border-bottom-style: dotted;
}
