/*
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;
	padding:0;
	margin:0;
	width:100%;
	vertical-align:top;
	font-family:arial;
	background: url("fill.gif") 0 0 repeat-x #F6F6F6;
	color:#5E5B5B; font-size:11px; 
	
}

.corner {
	position: absolute;
	left: 0px;
}
a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #555;
}
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 dotted #ccc;
}
/* 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:100%;
	text-align: left;
	background: White;
}
/* aici incep elementele care compun headerul paginii */
#header {
	height: 144px;
}
	#logo {
		float: left;
		width: 200px;
		height: 80px;
		padding: 40px 50px 0px 50px;

	}
	#searchloginbox {
		float: right;
		width: 300px;
		height: 90px;
		margin-top: 3px;
		background-repeat: no-repeat;
	}
	#searchloginbox a {
		font-size: 11px;	
	}
	.loginParUnu {

	}
	.restLogin {

	}

	#searchloginbox a {
		color: #fff;
		text-decoration: underline;
	}
	#searchloginbox a:hover {
		color: #CFCFCF;
		text-decoration: none;
	}
	.cerberul {
		top:6px;
		left:17px;
	}
	.joslogin {
		top:65px;
		left:0px;
	}
	div.butoncerber {
		top:29px;
		left:25px;
	}
	.inputlogin {
		width: 150px;
		height: 18px;
		border: 1px solid #999;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		vertical-align: middle;
		margin: 2px;
	}

	.inputsearch {
		width: 90px;
		height: 18px;
		border: 1px solid #999;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		vertical-align: middle;
		margin: 2px;
	}

	.loginbtn {
		width: 90px;
		height: 22px;
		border: 0px solid #000;
		background: url(login_button.png);
		background-repeat: no-repeat;
	}
	p.cerparola {
		aposition:absolute;
		top:75px;
		left:17px;
	}

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

	.formcautare {
		margin-top: 35px;
		padding-top: 12px;
		background: url(search_bg.png) no-repeat;
	}

	.loginbox {
		background: url(box_middle.png) repeat-y;
		padding: 0px;
		margin: 0px;
	}

	.login_box_top {
		width: 190px;
		padding:0px;
		background: url(box_top.png) no-repeat;
	}

	.login_box {
		text-align:center;
		width: 190px;
		background: url(box_bottom.png) no-repeat bottom;
		padding-bottom: 10px;
	}


	#searchloginbox fieldset {
		border: 0px solid black;
		padding: 3px;


	}
	#searchloginbox fieldset legend {
		display: none;
	}
	#dupalogin {
		aposition: absolute;
		margin-top: 10px;
		background: url(bg_dupalogin.png);
		background-position: bottom;
		color: White;
		padding: 10px;
		height: 100px;
	}
	#dupalogin a {
		color: White;
		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: 60px;
		line-height: 63px;
		text-align: center;
		padding: 0px;
		font-size: 1.1em;
		/*background: url(bg_nav_sus.gif);*/
		background: url(menu_bg2.png);
	}

	#navigaresus a {
		color: White;
		font-size: 1em;
		
		text-decoration: none;
		font-size: 13px;
	}
	#navigaresus a:hover {
		color: #FFFC00;
		text-decoration: none;
	}
	#navigaresus ul {
		margin: 0px;
	}
	#navigaresus ul li {
			list-style-type: none;
			display: inline;
	}

	.sep {
		background-image: url("sep.gif");
		background-repeat: no-repeat;
	}

	/* 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: 45px;
		padding-right:45px;
	}

	li.litopmeniu span:hover {
		padding-left: 45px;
		padding-right:45px;
	}
/* 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:200px;
	padding-top: 10px;
}
#stanga {
	width: 195px;
	padding-bottom: 10px;
	margin-bottom:5px;
	background-image: url(box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* 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: 41px;
	color: White;
	line-height: 47px;
	margin-left: 5px;
	padding-left: 45px;
	list-style-type: none;
	background: url(box_title_top.png) no-repeat;
}

li.catprod {
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px dotted #999;
/*	background-color: #0099CC; */
	background: url(box_middle.png);
	background-repeat: repeat-y;
}
li.catprod a {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

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

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

ul.subcatprod li {
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 5px 5px 5px 40px;
	border-bottom: 1px dotted #999;
/*	background-color: #0099CC; */
	background: url(box_middle.png);
	background-repeat: repeat-y;
}

ul.subcatprod  ul li{
	margin-left: 5px;
	padding-left: 60px;
}

ul.subcatprod  ul ul li{
	margin-left: -115px;
	padding-left: 80px;
}

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

ul.subcatprod li a:hover {
	color: #990000;
}
/* se incheie meniul categoriilor */
	#stanga_jos { /* contine lista brandurilor / producatorii */
		width: 195px;
		padding-bottom: 8px;
		margin-bottom:5px;
		background-image: url(box_bottom.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	#stanga_jos ul {
		list-style-type: none;
	}

	#stanga_jos ul li {
		list-style-type: none;
		margin-left: 5px;
		margin-bottom: 0px;
		padding: 5px 5px 5px 30px;
		border-bottom: 1px dotted #999;
	/*	background-color: #0099CC; */
		background: url(box_middle.png);
		background-repeat: repeat-y;
	}

	#stanga_jos ul li.lh {
		font-size: 1.3em;
		font-weight: bold;
		height: 41px;
		color: White;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 47px;
		margin-left: 5px;
		padding-left: 45px;
		list-style-type: none;
		border: none;
		background: url(box_title_top.png) no-repeat;
	}
	
	#stanga_favorite {
		width: 195px;
		padding-bottom: 10px;
		margin-bottom:5px;
		background-image: url(box_bottom.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.listafavorite {
		list-style-type: none;
		margin-left: 5px;
		margin-bottom: 0px;
		padding: 5px 5px 5px 30px;
		border-bottom: 1px dotted #999;
	/*	background-color: #0099CC; */
		background: url(box_middle.png);
		background-repeat: repeat-y;
	}
	#banerestanga {
		width: 90%;
		text-align:center;
	}
/* se incheie coloana stanga */


/* incepe coloana din mijloc */
td#tdmijloc {
}
	div#mijloc {
		margin-left:0px;
		width:580px;
		margin-top:10px;
	}

/* incep diverse elemente de pe coloana din mijloc */
.divsuperpromo {
	width: 580px;
	_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.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 15px;
	padding-left: 55px;
	font-variant: small-caps;
	line-height: 18px;
/*	margin-top: 10px; */
	margin-bottom: 0px;
}
#superpromotii { /* tabelul superpromotiilor */
/*	border: 1px solid #efefef;
*/	width: 580px;
}

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

caption h2 {
	font-size: 1.2em;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	margin: 0px;
	padding: 20px 0 10px 0px;
}

.promotii {
	margin: 0px;
	margin-bottom: 10px;
	width: 600px;
}
/* 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: 130px;
	text-align: center;
	z-index: 0;
	background: url(promo_bg.png) no-repeat;
	position: relative;
}
.promomic2 {
	padding: 3px;
	width: 33%;
	height: 130px;
	text-align: center;
	z-index: 0;
	bbackground: url(promo_bg.png) no-repeat;
	position: relative;
}

.promo_left{
	width:260px;
	text-align: left;
	padding-left: 40px;
}

.promo_right {
	text-align: left;
}

.pret_bg {
	background: url("price_bg.png") no-repeat;
	width: 250px;
	height: 50px;
	line-height: 50px;
}

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 dotted #cccccc;
	width: 25%;
	vertical-align: top;
}

.produs h2 {
	color: #6666CC;
	font-weight: normal;
	font-size: 1em;
}

/* incepe coloana din dreapta */
#tddreapta {
	width: 200px;
}
#dreapta {
		width: 190px;
		text-align: center;
	}

/* incepe definirea formularului de newsletter
   ATENTIE LA _HACKURILE pentru IE 6!
 */
#newsletter {
	width: 190px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background:url(box_bottom.png) bottom no-repeat;
}

#newsletter_top {
	background: url(box_top.png) no-repeat;
}

#newsletter_middle {
	background: url(box_middle.png);
	padding: 0px 5px ;
}

#formNews {
	padding: 0px;
	display: inline;
	margin: 0px;
}

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

div.submitmail {
	text-align: center;
	font-size: 10px;
/*	border: 1px solid #000; */
}

.inputnews {
	height: 22px;
	border: 1px solid #ddd;
	width: 130px;
	vertical-align:middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 2px;
}

.inputnews_button{
	vertical-align:middle;
	padding: 0px;
	margin: 0px;
}

/* se incheie newsletterul */

/* vitrina revolutie */
#superrevo {
	width: 580px;
}
.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: 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.jpg);
	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: 30px;
	line-height: 30px;
	background: #CC0000;
	text-align: center;
	font-variant: small-caps;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 2px;
}

.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: #777777;
	font-weight: bold;
	font-size: 20px;
	width: 118px;
	float: left;
	padding-left: 30px;
}
.afisaredetalii {
	float: left;
	padding-top: 15px;
}
.moneda {
	font-weight:bold;
	font-size: 12px;
}
.legsel {
	font-size: 14px;
}

#kategorii {
	
	margin-left:0px;
	padding: 9px;
}

#kategorii table {
	text-align: center;
}

.promointern {
	width: 580px;
}

#filtreaplicate {
	padding: 10px;
}

a.killemall {
	color: Orange;
}

a.killemall:hover {
	color: Red;
}

.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:red;text-decoration:line-through;}
.pret {font-size: 2em}
.ptrhaine {text-align:right; width:80%;padding:10px;}
.ptrhaine select {width:60px;}
.specialincos {font-size:8px;}
strong {
	color: #CC0000;
	font-size: 1.3em;
	font-weight: bold;
}

.box_cumpara{
	border: 1px dotted #cccccc;
	background-color: #eeeeee;
	margin:10px 0px;
	padding: 5px;
}

.alte_linkuri {
	border: 1px dotted #cccccc;
	background-color: #eeeeee;
	margin:10px 5px 20px 5px;
	padding: 5px;
}

.brand {
	font-size: 1em;
	text-align: left;
}

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;
}

.paging {
	height: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.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 {
	color: #555555 !important;
	margin: 0px;
	margin-top: 5px;
	padding: 2px;
	font-size: 2.2em !important;
	
	font-weight: bold;
}

.small_link {
	font-size: 0.9em;
}
.comanda_title{
	font-size: 1.5em;
	color:#666666;
	text-align: center;
	padding: 10px 0 10px 0;
	font-weight: bold;

}
.phone {
	font-size: 1.6em;
	color: #99cc28;
}

.description_title {
	font-size: 1.5em;
}

.description_body{
	padding: 5px;
	font-size: 1.1em;
}

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;
	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: #5697D8;
	font-size: 1.5em;
}
.texteReco a:hover {
	color: Red;
}
code { /* rezervat pentru indicatii de genul "NU EXISTA PRODUSE IN CATEGORIE" */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* extra */
.totiprod {
	/*margin-left: 35px;*/
	margin-top: 0px;
	color: #99cc28;
}
.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;
}