/* 
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: .7em;
	padding: 0px;
	margin: 0px;
	background: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a {
	color: #000066;
	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;
}
#cosul {
	width: 151px;
	margin-left: 10px;
	background: url("bg_cos.gif") repeat-x;
	border: 1px solid #FFCC33;
	padding: 5px;
	top: 5px;
	left: 43%;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#cosul p {
	margin:0px;
}
#cosul a {
	text-decoration: underline;
color: #CC3333;
}
#cosul a:hover {
	color: Black;
}
/* <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: 4px solid White;
	border-top: 0px;
}
li.nobull {
	list-style: none;
	margin: 0px;
}
#pagina2{
	border:1px solid #0099CC;
	width:98%;
	text-align: left;
	background: White;
	margin: 0 auto;
}
.titlu_galerie {
	background: #6699CC;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	color: White;
}
div.thumbnailgalerie {
	width:140px;
	height: 140px;
	text-align: center;
	border:1px solid #ddd;
}
.headcomparatie {
	background: #eee;
	border-bottom:1px dotted Black;
	border-top:1px dotted Black;
}
.headcomparatie b {
	font-size:1.2em;
}
/* aici incep elementele care compun headerul paginii */
#header {
	height: 110px;
	background: url(bg_head.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
	#logo {
		float: left;
		width: 200px;
		height: 80px;
		
	}
	#searchloginbox {
		float: right;
		width: 410px;
		height: 90px;
		margin-top: 3px; 
		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: 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;
		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: 980px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		padding: 0px;
		margin-bottom: 10px;
		background: url(bg_nav_sus.jpg);
	}

	#navigaresus a {
		color: White;
		font-size: 11px; 
		font-weight: bold;		
		text-decoration: none;
	}
	#navigaresus a:hover {
		color: Black;
	}
	#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
 */
#maincontent {
	width:980px;
}
	#tdstanga {
		width:190px;
	}
	#stanga {
		width: 180px;
	}
	#stanga>ul {
		margin: 0 0 0 10px;
		padding: 0px;
	}
	#stanga ul {
		_margin-left:10px;
	}
/* 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: White;
	line-height: 30px;
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
	background: url(bullet.gif) no-repeat; 
}

li.catprod {
	list-style-type: none;
	margin: 0px 0px 1px 10px;
	padding: 2px;
	width:85%;
	border-bottom:1px dotted #000;
/*	background-color: #0099CC; */
}
li.catprod a {
	color:Black;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

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

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

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

ul.subcatprod li a:hover {
	color: #FF6600;
}
ul.subsubcatprod {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
}
ul.subsubcatprod li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul.subsubsub {
	margin:0px;
	padding-left: 15px;
}
/* se incheie meniul categoriilor */
	#stanga_jos { /* contine lista brandurilor / producatorii */
		width: 180px;
		margin-top: 20px;
	}
	#stanga_jos ul {
		margin: 0px;
		padding-left: 10px;
	}
	#stanga_jos ul li {
		margin: 0 0 2px 0;
		padding-left: 10px;
		list-style-type:none;
	}
	.listafavorite {
		list-style-type:none;
	}
	#banerestanga {
		width: 90%;
		text-align:center;
	}

form#formfavorite {
	padding: 0px;
}	
form#formfavorite div ul {
	margin:10px 0 0 0;
	padding: 0 0 0 10px;
}

/* se incheie coloana stanga */
	

/* incepe coloana din mijloc */
td#tdmijloc {
	width:665px;
}
	div#mijloc {
		margin-left:0px;
	}
	#breadcrumb {
		width: 99%;
		padding: 4px;
		background: #F3F3F3;
	}
a.nava {padding:5px; background:#FFBBBB;font-weight:bold;border:#B00000 1px solid;}
a.nava:hover {background: Black; color:white;}

/* 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;
}
h3.feeduri {
	border-bottom: 1px solid #333;
	color:#333;
}
div.feeduri {
	width: 210px;
	height:25px;
	float:left;
	font-size:13px;
	font-weight: bold;
	margin-left:5px;
	padding:0px;
}
caption { /* titlurile produselor promovate normal */
	margin: 5px;
}

caption h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	margin: 5px;	
	margin-bottom: -5px;
}
caption h2:before {
	content: "Promotii ";
}
.promotii {
	margin: 0px;
	margin-bottom: 10px;
	width: 640px;
}
div.pozavitrina {
	height:140px;
}
span.pretvitrinasubcat {
	font-size: 17px;
	font-weight: bold;
	color:black;
}
a.linkvitrina {
	color: #B00000;
	font-size: 12px;
}
a.linkvitrina:hover {
	color: Black;
}
/* 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: 50%;
	height: 190px;
	text-align: center;
	z-index: 0;
	background: url(bg_promo.gif) no-repeat;
	background-position: bottom right;
	position: relative;
}
div.containerpromomic {
	position:relative; 
	height:100px;
}
.promomic h2 {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
.pretvitrina {
	position: absolute;
	left: 160px;
	top:70px;
	font-weight: bold;
	font-size: 18px;
}
.pretvitrina sup {
	font-size: 14px;
}
h2.vitrina {
	color: Black; 
	text-decoration: none; 
	font-weight: bold;
	margin-bottom:2px;
}
.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 */	
#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: #DBDBDB;
	text-align: center;
	font-variant: small-caps;
	padding-left: 5px;font-size:12px;
	font-weight: bold;
	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: 14px;
}
.mini {
	font-size: 10px;
	font-weight: normal;
	color: #6B6B6B;
}
div.butonbuy {
	width:105px;
	_width:120px;
	height:25px;
	margin:10px 0 15px 80px;
	_margin:10px 0 15px 10px;
	padding:0 0 0 15px;
	_padding:0;
	text-align:left;
	background: #FF3366;
	line-height: 25px;
	background: url(bg_buy.gif);
	background-position: 0px -25px;
}
div.butonbuy:hover {
	background-image: url(bg_buy.gif);
	background-position: 0px 0px;
}
div.butonbuy a {
	color: White;
	font-size:12px;
	font-weight: bold;
	display:block;
	_margin-left:15px;
}

#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:underline;
	font-weight: bold;
	font-size: 14px;
}
.denumire:hover {
	color:Red;
}

.hedlain {
	background: #0099CC;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: White;
	padding: 3px;
}
.pretvechi {color:red;text-decoration:line-through;}
.ptrhaine {text-align:right; width:80%;padding:10px;}
.ptrhaine select {width:60px;}
.specialincos {font-size:10px;}
#adrese label {
	border-bottom:1px solid #ddd;
	display: block;
	height:25px;
	line-height: 25px;
}
strong {
	color: #B00000;
	font-size: 1.3em;
}

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) 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;
	width:220px;
}

.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:10px 0 2px 0;
	font-size: 1.3em;
	font-weight:bold;
	color: #3399CC;
	}

/* Recomandari */
h3.recomandari {
	font-size: 14px;
	padding:2px;
	color: #333;
	border-bottom:1px solid #333;
}
#tabelRecomandari {
	
}
.recomandare {
	width: 350px;
	height:150px;
	margin: 5px;
	float:left;
	font-size: 12px;
	border-bottom: 1px solid #666;
	padding: 10px;
}
.pozaReco {
	float: left;
	width: 140px;
	text-align: center;
	height: 140px;
	border: 1px solid #000;
}
.texteReco {
	width: 180px;
	margin: 2px 2px 2px 10px;
	float: right;
}
.texteReco a {
	font-weight: normal;
	color: #216689;
	text-decoration: underline;
	font-size: 12px;
}
.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: 10px;
}
.totiprod {
	margin-left: 15px;
}

#disclaimer {
	margin:20px;
	color: #888;
	text-align: justify;
}
/* Elementul "Legend" este titlul unui fieldset */
legend {
	font-weight: bold;
	color: black;
}
.specificatie {
	border-bottom: 0px dotted #000;
}
a.subcategorie {
	font-size:13px;
	text-decoration: underline;
}
a.subcategorie:hover {
	color: Red;
	text-decoration: none;
}
p.alert {
	background: #FF7171;
	border: 1px dotted #444;
	padding: 10px;
	font-size: 12px;
}
p.printing {margin:2px 10px 2px 0;font-size: 10px;text-align: right;}
p.printing a {color: #FF3300;}
p.printing a:hover {color: #000;}
/* jquery slideshow */

	DIV#slideshow   {   float:left;    background: #ffffff;     width: 640px;    height: 250px;  }   
	#slideshow #SlidePlayer   {   margin: 0px auto;   position: relative;   }   
	#slideshow .Slides   {    padding-right: 0px;    padding-left: 0px;    padding-bottom: 0px;   margin: 0px;   overflow: hidden;   padding-top: 0px;   list-style-type: none;   height: 220px;   }   
	#slideshow .Slides LI   {float: left;   width: 640px;   height: 220px;   }   
	#slideshow .Slides IMG   {   border-top-width: 0px;   display: block;   border-left-width: 0px;    border-bottom-width: 0px;   width: 640px;    height: 220px;    border-right-width: 0px;   }   
	#slideshow .SlideTriggers   {   padding-right: 0px;   padding-left: 0px;   z-index: 10;   rightright: 0px;   padding-bottom: 0px;   margin: 0px;   padding-top: 0px;    list-style-type: none;   position: absolute;   top: 206px;   height: 20px;   }   
	#slideshow .SlideTriggers LI   { display: inline;   font-size: 11px; font-weight:bold;   background: Red;    float: left;   margin: 3px 6px;    overflow: hidden;    width: 16px;    cursor: pointer;    color: white;   line-height: 16px;     font-family: Arial;    height: 16px;  text-align: center;   }   
	#slideshow .SlideTriggers LI.Current   { border-top-width: 0px;   font-weight: bold;    border-left-width: 0px;   font-size: 14px;    background:#999;    border-bottom-width: 0px;   margin: 0px 6px;    width: 21px;    color: #fff;   line-height: 21px;   height: 21px;   border-right-width: 0px;   }   

/* final slideshow */