﻿body
{
    font-family: Arial;
}

P
{
    font-family: Arial;
}

.ItemTable
{
    background-color: #E50707;
    width: 100%;
    height: 140px;
}

.LeftItem,
.LeftItemTable
{
    width: 140px;
}


.RightItemCell
{
	background-color: White;
	vertical-align: top;
}

.TitleCell
{
    vertical-align: top;
    font-size: 14px;
    color: White;
    font-family: Arial;
    font-weight: bold;
    height: 25px;
    padding: 5px;
}

.PictureCell
{
    vertical-align: top;
    height: 110px;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

.ItemTextTable
{
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-color: White;
}

.TextLabel
{
    padding-left: 5px;
    vertical-align: top;
    width: 120px;
    font-weight: bold;
    font-size: 12px;
}

.PriceCell
{
    vertical-align: top;
    padding-right: 5px;
    text-align: right;
    background-color: #E50707;
    font-size: 25px;
    color: White;
    font-family: Arial;
    font-weight: bold;
    height: 25px;
}

.LblPriceText
{
    font-size: 15px;
}

.TextCell
{
    vertical-align:top;
    padding-left: 5px;
    padding-top: 3px;
    font-size: 12px;
}

.ActionCell
{
    vertical-align: top;
    padding-right: 5px;
    text-align: right;
}

.ActionCell A:link,
.ActionCell A:active,
.ActionCell A:visited
{
    color: #E50707;
    font-weight: bold;
    text-decoration: none;
}

.ActionCell A:hover
{
    color: #E50707;
    text-decoration: underline;
}

.OrderLabel
{
    font-size: 13px;
    font-weight: bold;
}


/*splash*/

.HomePanel
{
    width: 100%;
}

.HomeTable
{
    width: 100%;
}

.HomeItemTable
{
    height: 400px;
}

.HomeItem
{
	height: 400px;
    position: relative;
    vertical-align: top;
    padding: 5px;
    border: solid 1px #E50707;
}

.HomeItemAlt
{
    /*background-color: #FFFFFF;*/
    background-color: #E50707;
}

.TitleLabel
{
    font-weight: bold;
    color: White;
}

.HomeItem .TitleLabel
{
    color: #E50707;
}

.HomeItemAlt .TitleLabel
{
    color: #FFFFFF;
}

.ArticleImage
{
    margin: 5px;
}

.PricePanel
{
    position: absolute;
    background-image: url('images/pricepics/pricetag.png');
    background-repeat: no-repeat;
    top: 250px;
    left: 180px;
    width: 120px;
    height: 87px;
    padding-left: 16px;
    padding-top: 15px;
    color: White;
    font-weight: bold;
}

.PricePanelWhite
{
    position: absolute;
    background-image: url('images/pricepics/pricetag_white.png');
    background-repeat: no-repeat;
    top: 250px;
    left: 180px;
    width: 120px;
    height: 87px;
    padding-left: 16px;
    padding-top: 15px;
    color: #E50707;
    font-weight: bold;
}


.OrderText
{
	font-size: 13px;
	font-weight: bold;
}

.TotaalLabel
{
	width: 100%;
	text-align: right;
	float:right;
	font-size: 14px;
	font-weight: bold;
    color: #E50707;
}

.OrderedItemTable
{
	border: solid 1px #0000;
}

.OrderedItemTable TD
{
	width: 140px;
}

.TitleLabel
{
	font-size: 14px;
}

.LinkTerug,
.LinkTerug A:link,
.LinkTerug A:active,
.LinkTerug A:visited
{
    color: #E50707;
    font-weight: bold;
    text-decoration: none;
}

.WinkelWagen
{
	margin-bottom: 4px;
}

.WinkelWagen,
.WinkelWagen A:active,
.WinkelWagen A:link,
.WinkelWagen A:visited
{
	float:right;
    color: #E50707;
    font-weight: bold;
    text-decoration: none;
}

.WinkelWagen A:hover
{
    color: #E50707;
    font-weight: bold;
    text-decoration: underline;
}
