/* 
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: Tahoma, Verdana, Arial, sans-serif;
	font-size: .7em;
	padding: 0px;
	margin: 0px;
	background: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
}
a {
	color: #000;
	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 Gray;
}
/* Elementul "Legend" este titlul unui fieldset */
legend {
	font-weight: bold;
	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;
}
/* aici incep elementele care compun headerul paginii */
#header {
	height: 110px;
	background: url(bg_head.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position:relative;
}
	#logo {
		float: left;
		width: 271px;
		height: 110px;
		
		
<link rel="shortcut icon" href="favicon.ico"> 
		
	}
	#searchloginbox {
		float: right;
		width: 384px;
		height: 90px;
		margin-top: 3px; 
		position: relative;
		background-repeat: no-repeat;
	}
		.loginParUnu {
		position:absolute;
		top:7px;
		left:35px;
		color: Black;
}
	.restLogin {		
	position:absolute;top:30px;left:43px;
	}

	#searchloginbox a {
		color: Gray;
		text-decoration: none;
	}
	#searchloginbox a:hover {
		color: Black;
		text-decoration: none;
	}
	.cerberul {
		position:absolute;
		top:6px;
		left:17px;
	}
			.joslogin {
		position:absolute;
		top:70px;
		left:33px;
	}
	div.butoncerber {
		position:absolute;
		top:29px;
		left:25px;
	}
	.inputlogin {
		width: 100px;
		height: 16px;
		border: 1px solid Black;
		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.jpg);
		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: 250px;
		top: 35px;
	}
	

	#searchloginbox fieldset {
		border: 1px solid Gray;
		_border: 1px solid Gray;
		_width: 140px;
		padding: 3px;
	}
	#searchloginbox fieldset legend {
		display: none;
	}
	#dupalogin {
		position: absolute;
		margin-top: -15px;
		background: url(bg_dupalogin2.jpg);
		background-position: bottom;
		color: Black;
		padding: 10px;
	}
	#dupalogin a {
		color: Black;
		text-decoration: none;
	}
	span.mesajsalut {
		font-size: 1.2em;
	}

/* aici se termina elementele care compun headerul paginii */
	
/* aici incepe bara de navigare superioara */
	#navigaresus {
		clear: both;
		width: 980px;
		height: 50px;
		line-height: 25px;
		text-align: center;
		padding: 0px;
		font-size: 1em;
	}

	#navigaresus a {
		color: Black;
		font-size: 1.1em; 
		font-weight: normal;
		text-decoration: none;
	}
	#navigaresus a:hover {
		color: c;
	}
	#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;
	background: #fff;
}
	#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
 */
li.lh {
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
	color: White;
	line-height: 30px;
	margin-left: -30px;
	padding-left: 20px;
	list-style-type: none;
	background: url(bullet.jpg) no-repeat; 
}

li.catprod {
	list-style-type: none;
	margin-left: -10px;
	margin-bottom: 1px;
	padding: 2px;
	border-bottom: 1px solid #ddd;
/*	background-color: #0099CC; */
}
li.catprod a {
	color: Black;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

ul.subcatprod li a {
	color: #2E2E2E;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

ul.subcatprod li a:hover {
        font-weight: normal;
	color: #006400;
	
}
/* 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;
	}
    
    div#mijloc h1 {
		font-size: 14px;
	}
    
    div#mijloc h2 {
		font-size: 12px;
	}

/* incep diverse elemente de pe coloana din mijloc */
.divsuperpromo {
	width: 640px; 
	margin-top: 10px;
}
.linksubcategorii {
	font-size: 1.3em;
	text-decoration: none;
}
.linksubcategorii:hover {
	text-decoration: none;
	color: Gray;
}
h1.superpromo { /* H1 superpromo = ceea ce e scris intre superbaner si superpromotii */
	font-size: 17px;
	color: #006400; 	/* 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 {
	padding: 3px;
	width: 33%;
	height: 190px;
	text-align: center;
	z-index: 0;
	background: url(bg_promo.gif);
	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 Gray;
	width: 25%;
}

.produs h2 {
	color: Green;
	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 Green;
}
.divUlrevo {
	width: 240px;
	float: right;
}
h3.revo {
	font-size: 1.1em;
	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: Black;
	font-weight: bold;
}
.listarevo a:hover {
	color: #FF1A1A;
}
.listarevo li span {
	font-weight: bold;
	color: #CC0000;
}
/* final revolutie */	
#footer {
	width: 980px;
	text-align: center;
	clear: both;
/*	border-top: 1px solid #CACACA;
*/
	background: url(bg_footer.gif);
	padding-top: 20px;
}
#footer a {
	color: Black;
	font-weight: bold;
}

.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: #CC0000;
	text-align: center;
	font-variant: small-caps;
	padding-left: 5px;
	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: #006400;
	font-weight: bold;
}
.legsel {
	font-size: 14px;
}

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

#kategorii table {
	text-align: center;
}

.promointern {
	width: 640px;
}

#filtreaplicate {
	padding: 10px;
}

a.killemall {
	color: #008000;
}

a.killemall:hover {
	color: Green;
}

.denumire {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.hedlain {
/*	background: #0099CC;
*/	font-size: 14px;
	font-weight: bold;
	display: block;
	color: Black;
	border: 0px solid #ddd;
/*	border-bottom: 0px solid #ddd;
*/}
.pretvechi {color:#006400;text-decoration:line-through;}
.ptrhaine {text-align:right; width:80%;padding:10px;}
.ptrhaine select {width:60px;}
.specialincos {font-size:8px;}
strong {
	text-decoration: ; /*color: #33690C;*/ color: #000;	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:1px solid #dfdfdf; 
	background: url(zz.gif); 
	color: #006400;
}

.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: center;
}

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

#tdh1 {
	text-align: center;
}

td#tdh1 h1 {
	background: #F5F5F5;
	color: Black;
	margin: 0px;
	margin-top: 5px;
	padding: 2px;
	font-size: 15px;
	text-align: center;
}

a.intarire {
	color: #006400;
}

a.intarire:hover {
	color: Green;
	background: #F5F5F5;
}

em {
	background: #FFF3E8;
	font-style: oblique;
}

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

.linkpromotii {
	color: #336633;
	font-size: 14px;
	text-decoration: None;
}
.linkpromotii:hover {
	color: Green;
}
h6 {margin:0px;
	font-size: 1.2em;
	font-weight:bold;
	padding-left: 25px;
	background: url(bullet_h6.gif);
	background-repeat: no-repeat;
}

/* Recomandari */
#tabelRecomandari {
	
}
#recomandare {
	width: 280px;
	min-height: 80px;
	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: #006400;
	font-size: 1.5em;
}
.texteReco a:hover {
	color: #006400;
}
code { /* rezervat pentru indicatii de genul "NU EXISTA PRODUSE IN CATEGORIE" */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* extra */
.totiprod {
	margin-left: 20px;
}
.specificatie {
	color: #666;
	padding-left: 10px;
	background: White !important ;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	font-size: .9em;
	font-weight: normal !important;
} 
#disclaimer {
	margin:20px;
	color: #888;
	text-align: justify;
}

/* comanda rapida */
.comanda_rapid {background:url(bg_comanda_rapid.jpg) no-repeat top left; width:648px; height:316px; margin-top:50px; position:relative}
.formular {position:absolute; right:100px; top:20px; height:150px; width:300px}
.formular input {float:left; width:150px; border:1px solid #dedede; margin:3px}
.formular label {float:left; width:70px; margin:3px; color:#858587; font-weight:bold}
.formular textarea {border:1px solid #dedede; margin:3px}
.tbErrors {position:absolute; right:-80px; top:0px; width:110px; color:red}
.antispam {display:  none;visibility: hidden;}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	text-align:center;
}

.jcarousel-clip a {color:black !important; font-size:12px; font-weight:bold; margin-top:5px; display:block; height:40px}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	height:230px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 175px;
    height: 170px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F4F4F4;
    border: 1px solid #CCC;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 553px;
	height:210px;
    padding: 10px 40px 0 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 100px;
    height: 200px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  553px;
    height: 230px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  100px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 175px;
    height: 170px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.pic {width:175px; height:130px; text-align:center; background:#fff; border:1px solid #E9E9E9; padding:3px; position:relative;}
.pret_carusel {color:#437413; font-weight:bold; padding:5px; font-size:14px}

.produsul_zilei {width:630px; margin:10px 0 10px 0; border:5px solid #f2f2f2;padding:20px 0 20px 0}
.produsul_zilei img {float:left}
.produsul_zilei div.infoprod {width:400px; float:right}

.clear {clear:both}

.promo_zilei {width:300px;position:absolute; top:13px; left:215px; font-family:Verdana, Arial;font-size:11px; color:#000; font-weight:bold; text-align:center}
.promo_zilei a {font-size:10pt !important; font-weight:bold; text-decoration:none}

.promo_price {width:50px;position:absolute; top:35px; left:410px; font-weight:bold; text-align:center; font-family:Tahoma, Arial; font-weight:bold; color:#1f5533; font-size:18pt}

.promo_data {width:100px;position:absolute; top:73px; left:340px; text-align:center}

.promo_poza {position:absolute; left:500px; top:10px; height:85px; width:110px; background:#fff}

.promo_cumpara {position:absolute; top:65px; left:460px}

.promo_vechi {width:50px;position:absolute; top:35px; left:290px; font-weight:normal; font-family:Tahoma, Arial; font-size:18pt; color:#b53c0f; text-align:center}

a.img-thumb {border:1px solid #ccc; padding:3px; width:36px; text-align:center; margin:10px 5px 0 0; float:left}
a.img-thumb img {width:30px; height:30px}

.clear {clear:both}

#home-text{color:#d9d9d9;}
#home-text a{color:#d9d9d9;}

.seo_text {
    color:#000;
    text-align:left;
}

.seo_text a{
    color: #609231;
}

.seo_text a:hover{
    color: #83c000;
}
