body
{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}

table
{
	font-size: 12px;
}

h1,h2,h3
{
	margin:0px;
}


/* MENU */

h1.store-title
{
	font-weight:bold; 
	font-size:22px; 
	padding-bottom:12px; 
	padding-top:2px;
}

h1.store-title a
{
	color:#CC0000;
	text-decoration: none; 
}

h1.store-title-closed
{
	font-weight:bold; 
	font-size:22px; 
	padding-bottom:12px; 
	padding-top:2px;
}

h1.store-title-closed a
{
	color:#909090;
	text-decoration: none; 
}

.menu
{
	
}

.menu .fPriceType
{
	font-weight:bold;
	font-size: 10px;
}


.menu .fItemTitle
{
	font-weight:bold;
	font-size: 13px;
}

.menu .fItemDesc
{
	font-size: 11px;
}

.menu .fItemPrice
{
	font-weight:bold;
	font-size: 13px;
}



/* POPUP */
.popup .fWinTitle
{
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
}

.popup .fSmall
{
	font-size: 11px;
	color:#606060;
}


.popup .fSmallRed
{
	font-weight:bold;
	font-size: 11px;
	color:#FF0000;
}

.popup .fBigRed
{
	font-weight:bold;
	font-size: 13px;
	color:#FF0000;
}

/* BASKET */
.basket .fItemTitle
{
	font-weight:bold;
	font-size: 11px;
	color:#CC0000;
}

.basket .fFreeItem
{
	font-weight:bold;
	font-size: 11px;
	color:#FF9900;
}

.basket .fItemPrice
{
	font-weight:bold;
	font-size: 11px;
	color:#CC0000;
}

.basket .fItemDesc
{
	font-size: 10px;
	color:#FF9900;
}

.basket .fPrice
{
	font-weight:bold;
	font-size: 13px;
	color:#CC0000;
	font-variant: small-caps;
}



/* INFO BOX */
.info .fSmall
{
	font-weight:normal;
	font-size: 10px;
	color:#FF9900;
}


.info .fSmallRed
{
	font-weight:bold;
	font-size: 10px;
	color:#FF0000;
}


.info .fSmallBlack
{
	font-weight:bold;
	font-size: 10px;
	color:#000000;
}



/* REGION */
.fBigWhite
{
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.fBigRedLink
{
	font-size: 13px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}

.fBigRedLink-disabled
{
	font-size: 13px;
	font-weight:bold;
	color:#FF9900;
	text-decoration:none;
}

.fBigOrangeLink
{
	font-size: 15px;
	font-weight:bold;
	color:#FF9900;
	text-decoration: none;
}

.fBigOrangeLink-disabled
{
	font-size: 14px;
	font-weight:bold;
	color:#909090;
	text-decoration:none;
}

a.fBigOrangeLink:hover, a.fBigOrangeLink-disabled:hover
{
	text-decoration: underline !important;
}


.region a:hover
{
	text-decoration:underline;
}


.region .fSmallRedLink
{
	font-size: 9px;
	color:#909090;
	text-decoration:none;
	font-style: italic;
}

.fDefaultSmaller
{
	font-size: 11px;
	color:#000;
}

.fDefaultSmall
{
	font-size: 11px;
	color:#909090;
}

/* DEFAULT */
.fCaption
{
	font-size: 16px;
	color:#C00;
	font-weight:bold;
}

.fCaption a
{
	font-size: 16px;
	color:#C00;
	font-weight:bold;
	text-decoration:none;
}


.fCaption a:hover
{
	text-decoration:underline;
}

.fBody
{
	font-size: 12px;
	color:#606060;
}

.fBody a
{
	text-decoration:none;
}

.fBody a:hover
{
	font-size: 12px;
	color:#F00;
	text-decoration:underline;
}

.fSubCaption
{
	color:#C00;
	font-size: 14px;
	font-weight: bold;
}

.fInnerLink
{
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
}

.fInnerLink:HOVER
{

	text-decoration: underline;
}

/* ORANGE */
.orange .fCaption
{
	font-size: 16px;
	color:#C00;
	font-weight:bold;
}

.orange .fInput
{
	font-size: 12px;
	color:#C00;
}

.orange .fSmall
{
	font-weight:normal;
	font-size: 10px;
	color:#FF9900;
	text-decoration: none;
}


.orange .fSmallRed
{
	font-weight:bold;
	font-size: 10px;
	color:#FF0000;
	text-decoration: none;
}

.orange .fSmallDarkRed
{
	font-size: 10px;
	color:#C00;
	text-decoration: none;
}

.orange .fSmallBlack
{
	font-size: 10px;
	color:#606060;
	text-decoration: none;
}

.orange a:hover
{
	text-decoration: underline;
}

/* NOSCRIPT */
.ns-category
{
	text-align: center;
}
.ns-category a
{
	color:#CC0000;
	display: block;
	font-weight: bold;
	font-size: large;	
}

.ns-category a:HOVER
{
	background-color:#CC0000;
	color:#FFF;
}

.ns-category-selected
{
	text-align: center;
	background-color:#CC0000;
}
.ns-category-selected a
{
	display: block;
	color:#FFF;
	font-weight: bold;
	font-size: large;
}

table.ns-products
{
	background-color: #c00;
}
table.ns-products td
{
	background-color: #FFF;
	padding: 2px;
}
.ns-product
{
	color:#FF0000;
	font-weight: bold;
	font-size: small;
}
.ns-product-desc
{
	font-size: x-small;
	font-weight: normal;
	color: #808080;
}
.ns-price
{
	color:#FF0000;
	font-weight: bold;
	font-size: x-small;
	text-align: right;
}
.ns-products-head
{
	font-size: x-small;
	font-weight: normal;
	color: #808080;
	text-align: center;
	font-weight: bold;
}

.breadcrumbs
{
	color: #606060;
	font-size:12px; 
	font-weight:bold; 
}

.breadcrumbs a
{
	color:#C00;
	text-decoration:none;
}
.breadcrumbs a:HOVER
{
	text-decoration:underline;
}
.breadcrumbs a.last
{
	color: #000;
/* 	text-decoration:underline; */
}