
/*
RED: #da221d

*/

BODY
{
	font-size: 12px;
	margin: 0px;
	font-family: Tahoma, Arial;
	background-color: white;
}
P
{
	font-size:x-small
}
TABLE
{
	font-size: 12px;
	font-family: Tahoma, Arial;
}

SELECT
{
	font-size: 12px;
	font-family: Tahoma, Arial;
}

INPUT
{
	font-size: 12px;
	font-family: Tahoma, Arial;
}

TEXTAREA
{
	font-size: 12px;
	font-family: Tahoma, Arial;
}

A
{
	color: black;
}


.Menu
{
	padding-left: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.MenuItem
{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}

.MenuItem:hover
{
	color: dimgray;
}

.ProductSelector
{
	font-size: 11px;
	margin-bottom: 2px;
	color: white;
}

.LeftSideBar
{
	padding-top: 200px;
}
.RightSideBar
{
	padding-top: 20px;
}

.Caption
{
	font-weight: bold;
	font-size: 15px;
	color: white;
}
.ProductCategoryCaption
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-decoration: none;
}
.ProductListCaption
{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #da221d;
}

.ProductsHeaderLeftCorner
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	background-image: url(Images/corner.top.left.gif);
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-repeat: no-repeat;
}

/* Content classes  */

.StorOverskrift
{
	font-weight: bold;
	font-size: 24px;
	font-family: Tahoma, Arial;
	color: #da221d;
}

.Overskrift
{
	font-weight: bold;
	font-size:x-small;
	color: black;
	font-family: Tahoma, Arial;
}

.Toolbox
{
	border-right: #cc9966 1px solid;
	padding-right: 5px;
	border-top: #cc9966 1px solid;
	padding-left: 17px;
	padding-bottom: 5px;
	width: 170px;
	padding-top: 5px;
	border-bottom: #cc9966 1px solid;
	background-color: #ffcc66;
}

.Toolbox A
{
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}

.Toolbox A:hover
{
	color: #da221d;
}

.AdminHeader
{
	font-weight: bold;
	font-size: 14px;
}
.AdminContent
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.AdminDataGrid
{
	line-height:normal;
}

.AdminDataGrid td
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.AdminLabel
{
	border-right: #cc9966 1px solid;
	border-top: #cc9966 1px solid;
	padding-left: 5px;
	margin: 1px 2px 1px 1px;
	border-left: #cc9966 1px solid;
	width: 150px;
	padding-top: 2px;
	border-bottom: #cc9966 1px solid;
	height: 20px;
	background-color: #ffcc66;
}
.AdminData
{
	border-right: #cc9966 1px solid;
	border-top: #cc9966 1px solid;
	padding-left: 5px;
	margin: 1px 2px 1px 1px;
	border-left: #cc9966 1px solid;
	width: 300px;
	padding-top: 2px;
	border-bottom: #cc9966 1px solid;
	height: 20px;
}
.AdminSelector
{
	border-right: gainsboro 1px solid;
	padding-right: 5px;
	border-top: gainsboro 1px solid;
	margin-top: 20px;
	padding-left: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-left: gainsboro 1px solid;
	padding-top: 5px;
	border-bottom: gainsboro 1px solid;
	background-color: whitesmoke;
}
.ThumbFrame
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	margin: 5px 0px 0px 5px;
	border-left: dimgray 1px solid;
	width: 180px;
	border-bottom: dimgray 1px solid;
	height: 180px;
}
.ThumbFrame TD
{
	font-size: 11px;
	color: dimgray;
}

.RotatorButton
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
}

.SpecialOfferTitle
{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 3px;
	color: white;
	text-align: center;
}

.SpecialOfferText
{
	text-align:center;
	color:White;
	font-size:12px;
	color: white;
}

.SpecialOfferTitle2
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	color: #da221d;
	text-align: left;
}

.SpecialOfferText2
{
	text-align:center;
	color:black;
	font-size:12px;
}

.ShoppingCartAdd
{
	font-size:12px;
	font-weight:bold;
	color:#da221d;
}

.ProductCategoryLink
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Verdana, Arial, 'Helvetica';
	letter-spacing: 1px;
}

A.ProductCategoryLink
{
	text-decoration:none;
}
