/* CSS Document */
table
{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#333333;
}

fieldset
{
	width:90%; border:1px inset #999999;
}

legend
{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#333333;
}

input,textarea
{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#333333;
}

button
{
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#333333;
}

.titlu
{
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	color:#333333;
}

.tableTop
{
	border-collapse:collapse;
	width:1010px;
	height:560px;
}

.cellLogo
{
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
	width:200px;
	height:105px;
}

.cellTop
{
	border-bottom:1px dotted #999999;
	width:810px;
}

.cellContent
{
	width:650px;
	height:389px;	
	padding-top:15px;
}

.cellRight
{
	border-left:1px dotted #999999;
	width:160px;
	height:389px;
	padding-top:15px;
}

.cellLeft
{
	border-right:1px dotted #999999;
	width:200px;
	height:389px;
	padding-top:15px;
}

.cellFooter
{
	border-top:1px dotted #999999;
	width:850px;
	height:30px;
}

.cellSens
{
	border-top:1px dotted #999999;
	border-left:1px dotted #999999;
	width:160px;
	height:30px;
}

.horizMenu
{ 
	font-family:"Trebuchet MS", Arial;
	font-size:12px; 
	color:#333333; 
	text-decoration:none;
}

.horizMenu:hover
{ 
	font-family:"Trebuchet MS", Arial;
	font-size:12px; 
	color:#000000; 
	text-decoration:underline;
}

.addCartLnk
{ 
	font-family:"Trebuchet MS", Arial;
	font-size:12px; 
	color:#CC0000;
	text-decoration:none;
}

.addCartLnk:hover
{ 
	font-family:"Trebuchet MS", Arial;
	font-size:12px; 
	color:#990000; 
	text-decoration:underline;
}

.errRed
{ 
	font-family:"Trebuchet MS", Arial;
	font-size:12px; 
	color: #FF0000;
	font-style:italic;
}

.errVerde
{ 
	font-family:"Trebuchet MS", Arial;
	font-size:12px; 
	color:#009933;
	font-style:italic;
}
	
