/*************************************************************************************
*
*
*	CSS-ul principal de la Elite TV Shop
*
*
*************************************************************************************/
body{
	background:#DBEDE5;
	color:#000000;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
}
a{
	color:#000000;
	text-decoration:none;
	font-family:inherit;
	font-size:inherit;
}
img{
	border:0px;
}
/*************************************************************************************
*
*	Elemente de layout
*
*************************************************************************************/
div.holderPage{
	width:763px;
	background:transparent url(../images/umbre.jpg) repeat-y scroll;
/*	margin-top: 30px;	*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img.umbraJos{
	display:block;
}
div.holderMeniu{
	background:#DBEDE5 url(../images/umbraSus.jpg) no-repeat scroll right bottom;
	padding-top:2px;
	height:80px;
	padding-left:4px;
}
div.holderMeniuIndex{
	background:#DBEDE5 url(../images/susIndex.jpg) no-repeat scroll right bottom;
/*	padding-top:3px;	*/
	padding-top:0px;
	height:60px;
	padding-left:13px;
}
a.butonMeniu{
	padding-top:7px;
	width:104px;
	text-align:center;
	height:29px;
	he\ight:22px;
	margin-left:1px;
	background:transparent url(../images/buton2.jpg) no-repeat scroll bottom;
	color:#E4E4A3;
}
a.butonMeniu:hover{
	color:#FFFFFF;
}
div.holderIndex{
	margin-top:0px;
	margin-left:2px;
	width:770px;
	height:393px;
	background:transparent url(../images/index.jpg) no-repeat scroll;
	position:relative;
}
div.content{
	margin:20px 20px 0px 10px;
}
/*************************************************************************************
*	Formatare text
*************************************************************************************/
div.titlu{
	margin:0px 20px 10px 0px;
	color:#FFFFFF;
	border-bottom:1px solid #FFFF66;
	float:right;
	padding-bottom:3px;
	font-size:16px;
}
/*************************************************************************************
*	Produse
*************************************************************************************/
div.produs{
	width:177px;
	height:317px;
	background-color:#FFFFFF;
	float:left;
	margin-right:4px;
	margin-bottom:10px;
}
div.holderPage div.holderGeneral{
	padding-left:7px;
	clear:both;
}
div.baraTitluProdus{
	width:177px;
	background:transparent url(../images/baraTitluProdus.jpg) scroll no-repeat top;
	text-align:center;
	height:21px;
	he\ight:19px; /* bug de paddinguri pe IE5. primul height e pt el, al doilea pt restul lumii */
	padding-top:2px;
	color:#ffffff;
}
div.holderPozaProdus{
	width:177px;
	height:296px;
	background:transparent url(../images/coltProdus.jpg) scroll no-repeat right bottom;
}
img.pozaProdus{
	display:block;
}
div.descriereProdus{
	background:#E3EBE7;
	font-size:12px;
	padding:5px;
	height:100px;
	he\ight:90px;/* bug de paddinguri pe IE5. primul height e pt el, al doilea pt restul lumii */
	color:#4A4A2A;
}
div.pret{
	color:#FF0000;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
}
div.category{
	margin:8px;
	float:left;
	margin-left:8px;
}

* html div.category{
	margin-left:6px; /* Bugul de floaturi la IE: dubleaza marginile. Bill stie! */
}
span.numeCateg{
	color:#FFFFFF;
	font-weight:bold;
}
span.descriereCateg{
	color:#2A4538;
}
div.holderCateg{
	margin:0px 0px 10px 0px;
	background:transparent url(../images/buletCategory.jpg) no-repeat top left;
	padding:2px 0px 0px 36px;
	height:48px;
}
a.holderBuy{
	display:block;
	text-align:center;
	margin:3px;
}
a.holderBuy:hover{
	color:#990000;
	text-decoration:underline;
}
/*************************************************************************************
*
*	Mesaje
*
*************************************************************************************/
div.error{
	text-align:center;
	color:#990000;
	font-size:16px;
	font-weight:bold;
}
/*************************************************************************************
*
*	Altele
*
*************************************************************************************/
span.rosu{
	color:#990000;
}
span.bold{
	font-weight:bold;
}
span.mare{
	font-size:17px;
}
div.pacificatorul{
	clear:both;
	font-size:1px;
	line-height:1px;
	color:#759485;
}
div.centrat{
	text-align:center;
}


