/******************** Huvud ********************/
BODY.Head
{
	background-color : #993333;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/* Sökrutan */
INPUT.TextSearch
{
	BACKGROUND-COLOR : FDF5DF;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 110;
}
/* Sökknappen */
INPUT.ButtonSearch
{
	BACKGROUND-COLOR : FDF5DF;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none;
}
/******************** Meny ********************/
BODY.Menu
{
	background-color : #E5D8B3;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/* Menyalternativ */
A.MenuOption:link
{
	text-decoration : underline;
	color : #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A.MenuOption:active
{
	text-decoration : underline; 
	color : #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A.MenuOption:visited
{
	text-decoration : underline;
	color : #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A.MenuOption:hover
{
	text-decoration : underline; 
	color : #808080;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/******************** Varukorg ********************/
BODY.Cart
{
	background-color : #993333;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/* Rubriker nere i varukorgen */
.CartTitle
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}
/* Text nere i varukorgen */
.CartText
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}
/* Beställknappen */
INPUT.ButtonOrder
{
	BACKGROUND-COLOR : FDF5DF;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 110;
}
/* Visa varukorg-knappen */
INPUT.ButtonShowCart
{
	BACKGROUND-COLOR : FDF5DF;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 110;
}
/* Töm varukorgen-knappen */
INPUT.ButtonEmptyCart
{
	BACKGROUND-COLOR : FDF5DF;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none;
}
/* Tabellhuvud i varukorgslistningen */
TR.CartHeaderRow
{
	background-color : #5183AD;
}
/* Udda rad i varukorgslistningen */
TR.CartOddRow
{
	background-color : #F1F1F1;
}
/* Jämn rad i varukorgslistningen */
TR.CartEvenRow
{
	background-color : #FFFFFF;
}
/* Tabellfot i varukorgslistningen */
TR.CartFooterRow
{
	background-color : #FFFFFF;
}
/* Antal varor-fält i varukorgslistningen*/
INPUT.TextQuantity
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 30;
}
/******************** Hem ********************/
BODY.Home
{
	background-color : #FDF5DF;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/******************** Erbjudanden ********************/
BODY.Offer
{
	background-color : #FDF5DF;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/* Tabellhuvud i erbjudanderutan */
TR.OfferBoxHeaderRow
{
	background-color : #993333;
}
/* Innehållet i erbjudanderutan */
TR.OfferBoxContentRow
{
	background-color : #E5D8B3;
}
/* Rubrik i erbjudanderutan */
.OfferBoxHeaderTitle
{
	text-decoration : none;
	color : white;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* Priser för erbjudanden */
.OfferPriceText
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #black;
	text-decoration : none;
}
/******************** Produktnyheter ********************/
/* Tabellhuvud i produktnyhetsrutan */
TR.ProductNewsBoxHeaderRow
{
	background-color : #993333;
}
/* Innehåll i produktnyhetsrutan */
TR.ProductNewsBoxContentRow
{
	background-color : #E5D8B3;
}
/* Rubrik i produktnyhetsrutan */
.ProductNewsBoxHeaderTitle
{
	text-decoration : none;
	color : black;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* Datum i produktnyhetsrutan */
.ProductNewsDateText
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
}
/* Produktnyhetsrurik på produktsidan */
.ProductNewsTitle
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FF0000;
	text-decoration : none;
}
/******************** Registrering och Beställning ********************/
BODY.Order
{
	background-color : #FDF5DF;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/* Obligatoriska fält */
.RequiredField
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF0000;
	text-decoration : none;
}
/* Knapp för att skicka bortglömda lösenord */
INPUT.ButtonSendPassword
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none; 
}
/* Gå vidare-knapp i beställningen */
INPUT.ButtonProceedOrder
{
	BACKGROUND-COLOR : FF0000;
	COLOR : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none; 
}
/* Ändra kunduppgifter-knapp */
INPUT.ButtonEditDetails
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none; 
}
/* Spara kunduppgifter-knapp */
INPUT.ButtonSave
{
	BACKGROUND-COLOR : FF0000;
	COLOR : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none; 
}
/* Slutför beställningen-knapp */
INPUT.ButtonConfirmOrder
{
	BACKGROUND-COLOR : FF0000;
	COLOR : white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none; 
}
/******************** Produkter ********************/
BODY.Product
{
	background-color : #white;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
BODY.ProductList
{
	background-color : #FFFFFF;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/******************** Informationssidor ********************/
BODY.InfoPage
{
	background-color : #FDF5DF;
	margin-left : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-top : 0;
}
/******************** Allmänt ********************/
.NormalText
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
.SmallTitle
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}
.Title
{
	text-decoration : none;
	color : black;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.BigTitle
{
	text-decoration : none;
	color : black;
	font-size : 20px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* Allmänna länkar */
A:link 
{
	text-decoration : underline; 
	color : #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
} 
A:active 
{
	text-decoration : underline; 
	color : #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
} 
A:visited 
{
	text-decoration : underline;
	color : #000000;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
} 
A:hover 
{
	text-decoration : underline; 
	color : #808080;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/* Drop down-meny */
SELECT.SelectCommon
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 185;
}
/* Inmatningsfält */
INPUT.TextCommon
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 200;
}
/* Utskriftsknapp */
INPUT.ButtonPrint
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none;
	WIDTH : 110;
}
/* Tillbakaknapp */
INPUT.ButtonBack
{
	BACKGROUND-COLOR : white;
	COLOR : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 11px;
	font-weight : bold;
	HEIGHT : auto;
	TEXT-DECORATION : none; 
}
