/* CSS Document */
body, td, p, div, span
{
	margin-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;						
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	color:#000000;	
	line-height:18px;		
}
h1
{	
	color: #000000;
	font-size: 22px;
	font-weight:normal;
	text-transform:capitalize;	
	padding-top:0px;
	padding-bottom:0px;
	line-height:35px;
}
h2
{	
	color:#000000;
	font-size: 14px;	
}
h3
{		
	color:#000000;
	font-size: 12px;	
}
h4
{		
	color:#000000;
	font-size: 11px;
}
h5
{		
	color:#000000;
	font-size: 10px;
}
a:link, a:visited
{	
	color:#5082BD;
	font-weight: normal;
	text-decoration:none;
}
a:hover,a:active
{		
	text-decoration:underline;
}
.border
{
	border: solid 1px #cccccc; 	
}
li
{	
	list-style:url(../images/arrows/arrow1.gif);
}
.error
{
	color: #CC0000;				
}
.done
{
	color: #00CC00;		
}
.small
{
	font-size:10px;
	color:#999999;	
}



/*custom
==================================================================
==================================================================
*/
/*produse*/
.price
{
	font-weight:bold;
	font-size:14px;
}
.price_cut
{
	font-weight:bold;
	text-decoration:line-through;
	font-size:14px;
}
.price_offer
{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
	padding-left:15px;
}