﻿body {
}

h2 
{
	font-family: Verdana;
	font-size: 9pt;
}	

.h1ArticleName 
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.h1CategoryDescription 
{
	text-align: left;
}	

.tdsub
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-top: 2px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
}

.tdsales
{
	border-right: #5C5656 1px solid;
	border-top: #5C5656 1px solid;
	border-left: #5C5656 1px solid;
	border-bottom: #5C5656 1px solid;
}

.tdcustomerservice1
{
	border-right: #5C5656 thin solid;
	border-top: #5C5656 thin solid;
	border-left: #5C5656 thin solid;
	border-bottom: #5C5656 thin solid;
	background-color: #5C5656;
	color: white;
	font-family: verdana;
	text-align: center;
}

.tdcustomerservice2
{
	border-bottom: #5C5656;
}

.tddetailpage1
{
	border-bottom: #EC008C 1px solid;
}

.tddetailpage2
{
	border-right: #EC008C 1px solid;
	border-top: #EC008C 1px solid;
	border-left: #EC008C 1px solid;
	border-bottom: #EC008C 1px solid;
}

.tdlabel
{
	white-space: normal;
}

.header_wizard_order
{
    color: white; 
    background-color: #B1AEA5; 
    height: 18px;
}

.table_wizard_order
{
    margin-left: auto ;
    margin-right: auto; 
    text-align: Left;
    background-color: White;
}

.tdprice{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
}

.txtstock{
	font-family: Verdana;
	font-size: 8pt;
}

        /* Rating */.ratingStar
        {
            font-size: 0pt;
            width: 13px;
            height: 12px;
            margin: 0px;
            padding: 0px;
            cursor: pointer;
            display: block;
            background-repeat: no-repeat;
        }
        .filledRatingStar
        {
            background-image: url(Images/FilledStar.png);
        }
        .emptyRatingStar
        {
            background-image: url(Images/EmptyStar.png);
        }
        .savedRatingStar
        {
            background-image: url(Images/SavedStar.png);
        }

