@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial;
	font-size:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.bd{
	background-color:#028ed9;
	height:4px;
}

.container {
	background:url(images/bg.gif) repeat-x;
	width:990px;
	margin:0 auto;
	margin-top:-5px;
	text-align:left;
}

#sigla {
	background:url(images/sigla.gif) no-repeat;
	height:78px;
	margin-top:-4px;
	margin-left:30px;
}

.buy{
	background:url(images/buy.jpg) no-repeat left center;
	padding:4px;
	padding-left:24px;
	font-size:13px;
	color:#000;
	text-decoration:none;
	width:200px;
	float:right;
	margin-top:50px;
}

.menu{
	z-index:1;
	margin-top:20px;
}

.menu td{
	text-align:center;
	padding:8px 0;
	white-space:nowrap;
	width:12.5%;
}
.menu a{
	font-family:Arial;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.menu a:hover{
	color:#6bc4f4;
}

#mainContent{
	width:945px;
	margin:0 auto;
	font-size:13px;
	z-index:100;
}

#banner{
	background:url(images/banner.jpg);
	width:938px;
	height:200px;
	border:solid #fff 2px;
}

#banner div{
	width:137px;
	float:right;
	margin-top:153px;
}
#banner a{
	text-decoration:none;
	padding:2px 0px;
	float:left;
	width:100px;
}
#banner a:hover{
	text-decoration:underline;
}


#leftpanel {
	width:240px;
	min-height:300px;
	margin-top:8px;
}

p{
	margin:0;
	padding:0;
}

.box {
	background-color:#edecec;
	border:solid #c6c5c5 1px;
	padding:8px;
}
.title {
	font-size:16px;
	color:#1351a5;
	font-weight:bold;
	padding-bottom:10px;
}

#categorii a{
	background-color:#dfdfdf;
	border:solid silver 1px;
	text-decoration:none;
	color:#5b6169;
	font-weight:bold;
	display:block;
	padding:5px 5px;
	margin:4px 0;
}
#categorii a:hover{
	background-color:#FFF;
	border:solid silver 1px;
	color:#232d74;
}

#rightpanel{
	margin-top:8px;
	width:686px;
	float:right;
	padding:8px;
	z-index:110;
}

.pageTitle{
	font-size:18px;
	color:#1351a5;
	border-bottom:solid #0c92da 3px;
	padding-bottom:4px;
	padding-right:40px;
}

#footer{
	background-color:#0e1d8b;
	color:#fff;
	padding:4px;
	height:15px;
}

#footer a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.nomb{
	text-align:right;
	width:20px;
}
#btnAdd{
	border: solid silver 1px;
}

table td {
	font-size:12px;
}

.contactinf{
	text-align:center;
	font-size:18px;
	color:#1351a5;
	font-weight:bold;
	padding:10px 0;
}

.prettotal{
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding-right:10px;
}

.pname {
	display:block;
	text-align:center;
	background-color:#666;
	padding:7px 0;
	color:#fff;
	text-decoration:none;
}
.pname:hover{
	background-color:#09C;
}

.marcaInregistrata{
	background-color:#0e1d8b;
	text-align:center;
	height:30px;
}

.marcaInregistrata span{
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	width:945px;
	text-align:left;
	font-size:12px;
	margin:0 auto;
	color:#fff;
}

.marcaInregistrata a{
	width:110px;
	height:20px;
	float:right;
	background:url(images/redbyte.gif);
	text-decoration:none;
	margin-top:-5px;
	text-align:center;
	font-size:1px;
	color:#0e1d8b;
}

.imgprodus{
	margin:10px;
	width:120px;
	float:left;
}

#lstProd{
	border-collapse:collapse;
}

#lstProd td{
	width:50%;
	border:dotted silver 1px;
}

#lstProd td:hover{
	background-color:#efefef;
}

.add{
	background-color:#dfdfdf;
	border:solid silver 1px;
	font-weight:bold;
}

.add:hover{
	background-color:#1351a5;
	color:#fff;
}

#imgPreview{
	width:500px;
	height:500px;
	display:none;
	position:absolute;
	left:300px;
	top:300px;
}