body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff url(../assets/bg-body.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 10px 0 0 0;
}
#header .inOferta img {
}


.clear {
	clear: both;
}

a {color: #cc0000;}

dl dt {
	float: left;
	width: 170px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#333333;
}

dl dd {
	margin-bottom: 5px;
	width:250px;
	float:left;
}

form {
	margin:0px;
}

fieldset dl dd {
	width:auto;
	float:none;
}

dl dt sup {
	vertical-align: text-top;
	font-size: 16px;
	color: #CC0000;
	line-height: 10px;
}

fieldset {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 10px 5px;
	padding: 3px 10px;
	border-bottom: 2px solid #ccc
}

fieldset p.info {
	margin: 0;
	padding: 5px 25px;
	background: #F0F6FD url(../assets/help.png) 5px 4px no-repeat;
	}

fieldset input, fieldset textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

/* Header
--------------------------------------------- */
#header {
	width: 980px;
	margin: 0 auto;
	height: 120px;
	background: url(../assets/bg-head.jpg) 0 0 no-repeat #ffffff;
}

#header h1 {
	margin: 0 0 0 20px;
	padding: 10px 0 0;
	width: 280px;
	float: left;
}

#header h1 img {
	border: 0;
}

#header form#cautare {
	float: right;
	margin-right: 20px;
	width: 320px;
}

#header form#cautare input.text {
	background:url(../assets/bg-text-search.jpg) 0 0 no-repeat;
	margin:0 0 10px 10px;
	padding:7px 0 8px 0;
	border:0px;
	
} * html #header form#cautare input.text {margin-left: 30px; width:200px;}

html>/**/body #header form#cautare input.buton {
	margin:1px 0 3px 0;
}

#header form#cautare input.buton {
	vertical-align:middle;
	margin:-13px 0 3px 0;
	padding:0px;
} * html #header form#cautare input.buton {margin-bottom:3px}

#header ul {
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
}

#header ul li {
	float: left;
	padding-right: 8px;
}

#header ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#header ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* Vertical menu
--------------------------------------------- */
div#vertical {
	width: 980px;
	margin: 0 auto 10px;
}

div#vertical div#persoana {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	width: 180px;
	/*position: absolute;*/
	float:left;
	padding:5px 0px;
	margin-right:10px;
	background: url(../assets/bg-ante-vertical.jpg) 0 0 no-repeat;
}

div#vertical div#persoana a {
	color:#ffffff;
	text-decoration:none;
}

div#vertical div#persoana a:hover {
	text-decoration:underline;
}

div#vertical div#persoana a.selected {
	font-weight:bold;
}

div#vertical ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 780px;
	float:left;
	background: #666666 url(../assets/bg-vertical.jpg) 0 0 no-repeat;
	height: 24px;
}

div#vertical ul li {
	float: left;
}

div#vertical ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 20px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #8E8E8E;
}

div#vertical ul li a:hover {
	color: #cccccc;
}

img#mareste {
	float: right;
	margin-top: -30px;
	cursor: pointer;
}

/* Main Container
--------------------------------------------- */
#main {
	width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
}

#main h1 {
		font-size: 21px;
		font-weight: normal;
		margin: 0 0 10px 0;		
	}

#main p#breadcrumbs {
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #666;
}

#main p#breadcrumbs a {
	color: #666;
	text-decoration: none;
}

#main p#breadcrumbs a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#main div#wrapper {
	width: 760px;
	float: left;
	margin: 0 0 0 20px;
}

#main p#btncomanda {
	text-align: right;
}

#main p#btncomanda img {
	border: 0px;
}

/* Tree Navigation
--------------------------------------------- */
#nav {
	padding: 0;
	width: 180px;
	float: left;
	margin-right:10px;
}

#nav h2 {
	margin: 0;
	font-size: 13px;
	color: #ffffff;
	background: #003265 url(../assets/bg-meniu-head.jpg) 0 0 no-repeat;
	padding: 4px 0 10px;
	text-align: center;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 21px;
	line-height: 18px;
	background: url(../assets/bg-bottom-meniu.jpg) left bottom no-repeat;
}

#nav ul li {
	margin: 0 10px;
}

#nav ul li.level {
	font-weight: bold;
	padding: 0;
}

#nav ul li a {
	color: #333333;
	text-decoration: none;
	padding: 2px 20px;
	display: block;
	background: url(../assets/bg-meniu-item.jpg) 0 6px no-repeat;
	outline: none;
}

* html  #nav ul li a {
	display: inline-block;
}

#nav ul li a:hover {
	background-color: #f1f1f1;
	color: #000000;
}

#nav ul li.level .selected {
	color: #cc0000;
	background: url(../assets/bg-meniu-item-selected.jpg) 0 6px no-repeat;
}

#nav ul li.level ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	border: none;
	background: none;
	line-height: 14px;
}

#nav ul li.level ul li {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#nav ul li.level ul li a.selected {
	background: url(../assets/bg-meniu-item-doi.jpg) 15px 6px no-repeat;
}

#nav ul li.level ul li a {
	display: block;
	padding-left: 30px;
	background: url(../assets/bg-meniu-item-doi.jpg) 15px 6px no-repeat;
} * html #nav ul li.level ul li a  { 	margin-left: -20px; }


#nav ul li.level ul li a:hover {
	background-color: #f1f1f1;
}

#nav ul li.level ul.open {
	display: block;
}

#nav ul li.level ul.close {
	display: none;
}

/* Listing produse
--------------------------------------------- */
#listing {
	width: 580px;
	float: left;
	margin: 0 10px 0 0;
}

#listing table th {
	font-size:11px;
}

* html #listing {width: 540px;}

div.banner {
	margin-bottom:10px;
	text-align:center;
}

#listing table#filtre {
	margin-bottom: 10px;
}

#listing table#filtre td {
	padding:2px 10px;
}

#listing table#filtre td label {
	width: 120px;
	display:block;
	float:left;
	margin-top:3px;
}

#listing table#filtre td a img {
	border:0px;
}

#listing ul#listaproduse {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#listing ul#listaproduse li {
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
}

#listing ul#listaproduse li.odd {
	background-color: #ffffff;
}

#listing ul#listaproduse li.even {
	background-color: #EBF3FA;
}

#listing ul#listaproduse li table td ul.speciale {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
	width:20px;
}

#listing table th {
	background: url(../assets/bg-table-th.jpg) 0 0 repeat-x;
	padding: 3px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

#listing ul#listaproduse li table td div.fotoprodus {
	background-color: #ffffff;
	/*border: 1px solid #f1f1f1;*/
	width: 60px;
	height: 60px;
	text-align: center;
	margin:5px 10px 0 0;
}

#listing ul#listaproduse li table td.cumpara {
	padding:0 5px;
	text-align:right;
}

#listing ul#listaproduse li table td.lista {
	color:#666666;
	font-size:11px;
	text-align:center;
}

#listing table .cantitate {
	width: 70px;
	text-align: center;
}

#listing table .pretunitar {
	width: 70px;
	text-align: center;
}


#listing table .prettotal {
	width: 80px;
	text-align: center;
}

/* text alighn grid style*/

#listing table .cantitategrid {
	width: 70px;
	text-align: left;
}

#listing table .pretunitargrid {
	width: 70px;
	text-align: left;
}


#listing table .prettotalgrid {
	width: 80px;
	text-align: left;
}

#listing table .colored {
		color: #cc0000;
		font-weight: bold;
	}
	
#listing table span.taiat {
	text-decoration: line-through;
	}	

#listing ul#listaproduse li table .prettotal {
	font-size: 12px;
}

#listing ul#listaproduse li ul li {
	margin: 0 0 3px;
	padding: 0;
	border: none;
	color: #333333;
}

#listing ul#listaproduse li ul li span.suma {
	color: #cc0000;
}

#listing ul#listaproduse li table {
	font-size: 12px;
	border-collapse: collapse;
}

#listing ul#listaproduse li table td form td img {
	cursor: pointer;
	margin-right: 5px;
}

#listing ul#listaproduse li table td a {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003265;
}

#listing ul#listaproduse li table th a:hover {
	text-decoration: underline;
}

#listing ul#listaproduse.doi li {
	width: 168px;
	height: 190px;
	float: left;
	margin: 0 6px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
} 

#listing ul#listaproduse.doi li ul li {
	width:auto;
	height:auto;
	float:none;
	margin:0;
	padding:0;
	border:0px;
}

#listing ul#listaproduse.doi li p {
	width: 160px;
	margin: 0px;
	font-size: 11px;
	color: #666666;
}

#listing ul#listaproduse.doi li p.titluprodus {margin-top: 10px;}
#listing ul#listaproduse.doi li p.prettotal {margin-top: 5px;}
#listing ul#listaproduse.doi li p.cantitate {margin-bottom: 5px;}

#listing ul#listaproduse.doi li table td.lista {
	font-size: 11px;
	text-align: left;
}

#listing ul#listaproduse.doi div.lista {
	margin: 0;
}

/* legate de cosul rapid */

#listing a#inapoicosrapid {
	width:136px;
	position:absolute;
	margin:-23px 0 0 420px;
}

#listing a#inapoicosrapid img {
	border:0px;
}

#listing p.words {
	margin: 0 0 20px 0;
	border-bottom:2px solid #cc0000;
	padding-bottom:2px;
}

	#listing p.words a {
		color:#333;
		text-decoration:none;
		padding:2px 10px;
	}
	
	#listing p.words a:hover {
		background-color:#f1f1f1;
	}
	
	#listing p.words a.selected {
		background-color:#cc0000;
		color:#fff;
		font-weight:bold;
	}
	
	#listing ul#rezrapide {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#listing ul#rezrapide li {
		padding:3px 0 3px 25px;
		background: url(../assets/icon-cos-rapid.jpg) 0 1px no-repeat;
	} 
	
	#listing ul#rezrapide li a {
		color:#333333;
		text-decoration:none;
	}
	
	#listing ul#rezrapide li a:hover {
		color:#cc0000;
		text-decoration:underline;
	}
	
	
/* Lista mica de produse din pagina de  listing
-----------------------------------------------*/

#listing ul#listaproduse div.lista {
	position:absolute;
	background-color:#FFFFE6;
	width:180px;
	margin:-15px 0 0 360px;
	border:1px solid #cccccc;
}

#listing ul#listaproduse div.lista ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}

#listing ul#listaproduse div.lista ul li {
	padding:1px 10px;
	border-bottom:1px solid #85B7E0;
}

#listing ul#listaproduse div.lista ul li a {
	color:#333333;
	text-decoration:none;
	display:block;
}

#listing ul#listaproduse div.lista ul li a:hover {
	text-decoration:underline;
}

#listing ul#listaproduse div.lista a.hide {
	margin:2px 0 0 165px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#listing ul#listaproduse div.lista div.formul {
	margin-top:10px;
	padding:3px 10px;
	background-color:#f1f1f1;
}

#listing ul#listaproduse div.lista input.camp {
	border:0px;
	background-color:#ffffff;
}

#listing ul#listaproduse div.lista input.buton {
	border:0px;
	background-color:#333333;
	color:#ffffff;
}

#listing ul#listaproduse div.lista p {
	padding:0 5px;
}

/* TRAIL
---------------------------------------------*/

.trail {
	margin:10px 0;
	text-align:right;
}

.trail a {
	padding:1px 5px;
	margin-left:2px;
	text-decoration:none;
	border:1px solid #475AA9;
	color:#475AA9;
}

.trail a.selected {
	background-color:#475AA9;
	color:#FFFFFF;
}

/* Detalii Produs
-----------------------------------------------*/
#product {
	width: 540px;
	float: left;
	margin: 0 40px 0 10px;
} * html body #product {margin: 0 20px 0 10px;}

#product table td {
	font-size: 12px;
}

#product table td h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
}

#product p#prettotal {
	margin: 20px 0 0;
	font-size: 18px;
}

#product p#prettotal span {
	color: #cc0000;
}

#product p#pretunitar {
	margin: 0;
	color: #666666;
}

#product p.info {
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
}

#product div#fotoprodus {
	margin-right: 10px;
	text-align: center;
	/*height:240px;*/
	padding:5px;
}

#product div#fotoprodus img {
	border:1px solid #ccc;
	padding:20px;
}

#product div#fotoprodus img {
	vertical-align: middle;
}

#product form#cumpara {
	background: #E1E4E8 url(../assets/bg-cumpara.jpg) 0px 0px no-repeat;
	padding: 5px 10px;
} * html #product form#cumpara {padding: 3px 10px; }



#product form#cumpara table td {
	font-size: 11px;
}

#product form#cumpara table td input {
	font-size: 11px;
	font-weight: bold;
}

/* PAGINI DE INFORMATII
----------------------------------------------*/
#pages {
	width: 560px;
	float: left;
	margin: 0 10px;
}

#pages dl dt {
	padding-left: 25px;
	background: url(../assets/page_white.png) 0 0 no-repeat;
}

#pages dl dt a {
	text-decoration: none;
	color: #333;
	}
	
#pages dl dt a:hover {
	color: #cc0000;
	text-decoration: underline;
	}

#pages dl dt {
	float: none;
	width: auto;
	}

#pages dl dd {
	display: none;
	margin: 5px 0 10px 25px;
	padding: 0;
	}
	
/* PAGES LIGHT
---------------------------*/
#pages-light {
	margin: 0 20px 20px;
	}
	
#pages-light h1 {
		font-size: 21px;
		font-weight: normal;
		margin: 0 0 10px 0;		
	}

#pages-light ol li strong {
	color: #cc0000;
	}
	
#pages-light ol li {
	margin-bottom: 10px;
	}

p.close {
	margin: 0 0 10px 0;
	background-color: #01396A;
	padding: 2px;
	height: 15px;
	}

a.tinyhide {
	width: 15px;
	height: 15px;
	float: right;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}

#pages-light a.tinyclose {
	color:#cc0000;
	}
	
/* USER ACCOUNT
----------------------------------------------*/
#user {
	width: 540px;
	float: left;
	margin: 0 20px;
}

form#login dl dt {
	width:100px;
}

#user h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cc0000;
	margin: 0 0 20px 0;
}

#user p.eroare {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	padding: 5px;
	border: 1px dotted #ccc;
	margin: 0 0 20px 0;
}

#user ul#usermenu {
	list-style-type:none;
	margin:0;
	padding:0;
}

#user ul#usermenu li {
	width:250px;
	margin: 0 10px 10px 0;
	float:left;
	height:70px;
}

#user ul#usermenu li img {
	float:left;
	margin:0 10px 0 0 ;
	border:0px;
}

#user ul#usermenu li a {
	color:#CC0000;
}

#user ul#usermenu li p {
	margin:5px 0;
}


#user ul#listaadrese {
	margin:5px 10px 0 0;
	padding:0;
	list-style-type:none;
	width:140px;
	float:left;
}

#user ul#listaadrese li.add {
	padding-top:10px;
}

#user ul#listaadrese li.add  a {
	color:#003399;
	background:url(../assets/icon-adresa-add.jpg)  5px 5px no-repeat;
}

#user ul#listaadrese li.add  a:hover {
	background-color:#003399;
}

#user ul#listaadrese li  a {
	display:block;
	padding:5px 0 5px 25px;
	color:#CC0000;
	border:solid #ccc;
	border-width:0 3px 1px 0;	
	text-decoration:none;
	font-weight:bold;
	background:url(../assets/icon-adresa-edit.jpg)  5px 5px no-repeat;
}

#user ul#listaadrese li  a:hover {
	background-color:#CC0000;
	font-weight:bold;
	color:#FFFFFF;
}

#user ul#favorite {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#user ul#favorite li {
	padding:3px 20px;
	margin-bottom:5px;
	background:url(../assets/icon-lista-fav.jpg) 0 3px no-repeat;
}

#user ul#favorite a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

#user ul#favorite a:hover {
	color:#cc0000;
	text-decoration:underline;
}

#user ul#favorite a img {
	border:0px;
	vertical-align:middle;
	margin-left:10px;
}


/* COSUL DE CUMPARATURI
-----------------------------------------------*/
table#cart {
	border-collapse: collapse;
	border-color: #cccccc;
}

	table#cart th {
		background: url(../assets/bg-table-th.jpg) 0 0 repeat-x;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		font-weight:bold;
	}
	
	table#cart td.cantitate {
		font-size:16px;
	}
	
		table#cart td span.numeprodus  {
			text-transform: capitalize;
		}

ul#rezumatcos {
	margin: 20px 0 20px 600px;
	padding: 0;
	list-style-type: none;
}

	ul#rezumatcos li strong {
		color: #cc0000;
	}

/* COMANDA
----------------------------------------------*/
p#substitutiegenerala {
	padding: 5px;
	background-color: #f1f1f1;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

fieldset ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

fieldset.h300 {
	height: 300px;
}

fieldset.h100 {
	height: 100px;
}

fieldset input[type=text],
fieldset input[type=password],
fieldset textarea {
	border: 1px solid #ccc;
	padding: 2px 5px;
}

td.totalcomanda {
	padding-top:5px;
	border-top:1px solid #ccc;
}

td.totalcomanda strong {
	font-size:16px;

}

ul#orar {
	margin:0;
	padding:0;
	list-style-type:none;
	height:25px;
}

	ul#orar li {
		width:80px;
		float:left;
		text-align:center;
	}
	
		ul#orar li a {
			color:#333;
			text-decoration:none;
			display: block;
			padding:5px 0;
			background-color:#f1f1f1;
			outline:0px;
		}
		
		ul#orar li a.selected {
			display:block;
			background-color:#ffffff;
			color:#cc0000;
			border:solid #efefef;
			border-width:1px 1px 0px 1px;
			
		}
		
		ul#orar li ul {
			margin:0;
			padding:0;
			list-style-type:none;
		}
		
			ul#orar li ul li {
				display:none;
				
			}
			
				ul#orar li ul li.selected {
					display:block;
				}

div.intervale {
	display: none;
	clear: both;
	border:solid #efefef;
	border-width:0px 1px 1px 1px;
	width:538px;
	padding:10px;
	}
	

	div.intervale.selected {
		display: block;
		}
		
		div.intervale ul {
			margin:0;
			padding:0;
			list-style-type:none;
		}
			
		div.intervale ul li {
			width:250px;
			float:left;
		}
		
input#trimite-comanda {
		padding: 5px 20px;
		font-size: 18px;
		margin-bottom: 20px;
	}

/* LISTA DE CATEGORII
--------------------------------------------- */
ul#listacategorii {
	margin-top: 30px;
	padding: 0;
	list-style-type: none;
	}
	
ul#listacategorii li {
	width: 140px;
	float: left;
	text-align: center;
	border: none;
	margin-bottom: 20px;
	height: 130px;
	}

ul#listacategorii li a {
	font-size: 12px;
	font-weight: bold;	
	color: #333333;
	display: block;
	text-decoration: none;
	display: block;
	}

ul#listacategorii li a:hover{
	color: #cc0000;
	}

ul#listacategorii li a span {
	display: block;
	height: 80px;
	}

ul#listacategorii li a img {
	margin-bottom: 10px;
	}

/* Toolbox aka Coloana din dreapta
--------------------------------------------- */
#toolbox {
	width: 200px;
	float:left;
}

#toolbox div.box {
	background:url(../assets/bg-toolbox-box.jpg) left bottom no-repeat;
	padding:0 0 40px 0;
}

#toolbox ul,#toolbox p,#toolbox form {
	margin: 0 10px;
}

#toolbox h2 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 7px;
	background: #cc0000 url(../assets/bg-toolbox-head.jpg) 0 0 no-repeat;
	color: #ffffff;
	text-align: center;
}

#toolbox div.cos h2 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 7px;
	background: #cc0000 url(../assets/bg-toolbox-head-cos.jpg) 0 0 no-repeat;
	color: #ffffff;
	text-align: center;
}

#toolbox #previewcos {
	min-height: 100px;
	margin:3px;
	
}

#showprodusepreview {
	max-height: 200px;
	overflow: auto;
	}

#toolbox #previewcos p.loading {
	text-align: center;
	padding: 20px;
}

/* COSUL DE CUMPARARTURI
---------------------------*/
.errors {
		background-color: #cc0000;
		color: #ffffff;
		padding: 10px;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
.errors h3 {
		font-size: 13px;
		margin: 0 0 10px;
	}
	
table#cartcontent td {
	font-size:11px;
	text-transform:capitalize;
	border-bottom:2px solid #ffffff;
}

table#cartcontent td input {
	font-size:11px;
}

table#cartcontent td.subtotal {
	background-color:#f1f1f1;
}

table#cartvalues {
	font-size:11px;
	background-color:#f1f1f1;
	margin-bottom:5px;
}

table#cartvalues td.total {
	font-weight:bold;
	border-top:1px solid #ccc;
	padding-bottom:5px;
	font-size:12px;
}

/* RECOMANDARI
-------------------------*/
#toolbox ul#recomandari {
	list-style-type: none;
	margin: 0 10px 10px;
	padding: 0;
}

#toolbox ul#recomandari li {
	font-size: 11px;
	margin-bottom: 10px;
	clear: both;
}

#toolbox ul#recomandari li img {
	float: left;
	margin-right: 5px;
	margin-bottom: 25px;
}

#toolbox ul#recomandari li a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
	display: block;
	text-transform: capitalize;
}

/* EXTERNAL APPS
-----------------------------------------------*/

.tiny-ie-hack { height: 100%; width: 100%; overflow: hidden; }

#tiny-over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 1000;
	display: none;
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
} * html #tiny-over { position: absolute; }

#tiny-load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 2000;
	display: none;
	background: transparent url(../img/throbber.0.1.gif) center no-repeat;
} * html #tiny-load { position: absolute; }

#tiny-tbox {
	width: 510px;
	height: auto;
	position: fixed;
	top: 15px; left: 50%;
	margin-left: -255px;
	z-index: 1500;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
} * html #tiny-tbox { position: absolute; }

/* DEXAGO VALIDATION
--------------------------------------------*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	color : #cc0000;
	display:inline;
	font-weight: bold;
}
#message_center{
	width:370px;
	height:30px;
	border: 1px solid #E0E0E0;
	position:absolute;
	margin-left:240px;
	margin-top:5px;
	*left:340px;

}


#message_center #icon_mesaj {
	margin-top: 5px;
	margin-left: 5px;



}
#message_center h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: -23px;
	margin-left: 25px;
	

}

#message_center #inchide_mesaj {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	cursor: pointer;
}
#wrapof{
    height:  265px;  
    width:   573px;   
	background-image:url(../assets/slide.jpg);
	background-repeat:no-repeat;
	margin:auto;
  }
.inOferta {  
    width:130px;	
    height:130px;
	margin-left:45px;
	position:relative;
	overflow:hidden;
	top:15px;
	
} 
 
.inOferta a img { 
    border:none;   
    width:  125px; 
    height: 130px; 
    overflow:hidden;

} 
.inOferta a{
	width:130px;
	height:130px;
	overflow:hidden;
	
	
}
.titluprodusegrid{
    height:40px;
    overflow:hidden;
}
.gross {
    width:980px;
	margin:0 auto;

}
#trafic {
    margin-left:50px;
}
