/* szöveg stílusok */

h1.panelh1
{
	background-image: url(images/h1bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 4px;
	font-size: 14px;
	text-transform: uppercase;
	color: #3a4b5f;
}


/* termék */

h1.performername,
h1.performernamebig,
h1.productname,
h1.productnamebig
{
	margin: 0px !important;
	padding: 0px;
	font-weight: normal;
}

.performername,
.performernamebig
{
	font-weight: bold;
	font-size: 15px;
	color: #3a4b5f;
}

.performernamebig
{
	font-size: 17px;
}

.productname
{
	font-size: 13px;
}

.productnamebig
{
	font-size: 15px;
}

.grossprice,
.productboxes,
.grosspricebig,
.grosspricestrike,
.grosspricebigstrike
{
	color: #3a4b5f;	
}

.discountgrossprice,
.discountgrosspricebig
{
	color: #a71317 !important;
	font-weight: bold;
}

.grosspricebig,
.discountgrosspricebig,
.grosspricebigstrike,
.productboxes
{
	font-size: 14px;
}

.productboxes
{
	display: inline;
}

.grosspricestrike,
.grosspricebigstrike
{
	text-decoration: line-through;
}

td.actionmessage
{
	/*font-weight: bold;*/
	text-align: center !important;
	line-height: 150%;
}

/* kosár panel */

span.cartcount,
span.cartsum
{
	color: #3a4b5f;	
	font-weight: bold;
}

span.cartcount
{
	font-size: 20px;
}

span.cartsum
{
	font-size: 15px;
	color: #a71317;
}

/* hírek panel */

h1.newstitle
{	
	font-size: 14px;
	font-weight: bold;
	color: #3a4b5f;	
	margin: 4px;
	margin-left: 0px;
	padding: 0px;
}

/* form */

span.errspn,
div.errtxt
{
	/*color: #a71317;*/
	color: #e0191e;
	font-weight: bold;
}

div.errtxt
{
	background-image: url(images/exclamation.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 3px 0px 2px 20px;
}

/* login */

p.welcometxt
{
	display: inline;
	font-weight: bold;
	color: #3a4b5f;	
}

