﻿html, body
{
    height: 100%;
    width: 100%;
}
div
{
    padding: 0 0 0 0;
}
#outer
{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: top;
}
#container
{
    text-align: center;
    position: relative;
    vertical-align: top;
    display: table-cell;
    min-height: 100%;
}
#inner
{
    min-height: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
table
{
    padding: 0;
    margin: 0;
}
body 
{
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: White;
	font-family: Arial;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.floatNone
{
    float: none;
}
.clear
{
    clear: both;
}
.fullWidth
{
    width: 100%;
}
.maxWidth
{
    width:1000px;
}
.menuLine
{
    width:970px;
    text-align:center;
}
.subMenuLine, .subMenuLine a
{
    text-align:center;
    height:25px;
    white-space: nowrap;
    vertical-align: middle;
    color:  #96307d;
	font-size: 11pt;
	font-weight:bolder;
	/*padding-top: 6px;*/
}
img
{
	border: none;
	behavior: url("stylejs/pngbehavior.htc");

}
.MainMenu
{
	background-image:url('../images/leftmenu_bkg_aktiv2.gif');
	background-repeat:no-repeat;
	width:160px;
	height:20px;
	padding-left:8px;
	font-weight: bold;
}
.SubMenu
{
	background-image:url('../images/leftmenu_bkg_passziv2.gif');
	background-repeat:no-repeat;
	width:160px;
	height:20px;
	padding-left:8px;
}
h1
{
	color: #96307d;
	text-align: left;
	font-size: 18pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 1;
}
.h1
{
	color: #96307d;
	text-align: left;
	font-size: 18pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
h2
{
	color: #96307d;
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 1;
}
h3
{
	color: #96307d;
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	margin-top:0px; 
	margin-bottom:3px;
}
p
{
	font-size: 10pt;
	color: Black;
	text-align: left;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: normal; 
	margin-top:0px; 
	margin-bottom:3px;
	
}
.highlighted 
{
	font-size: 10pt;
	color:  #96307d;
	font-weight: bold;
}
p.highlightedSentence
{
	font-style: italic;
	color:  #96307d;
}
a
{
	color: Black;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	text-decoration: underline;
	color:  #96307d;
}
.CategoryListTitleBox
{
	color:  #96307d;
	font-weight: bold;
	font-size: 14px;
}
.CategoryListBox
{
	width: 100%;
}
.CategoryListHeaderStyle
{
	color:  #96307d;
	text-align: left;
	font-size: medium;
	padding-bottom: 10px;
}
.CategoryListBase
{
	border-color: White;
	border-style: none;
	width: 100%;
}
.ProductListHeader
{
	font-weight: bold;
	color:  #96307d;
}
.ProductListDescription
{
	
}
.ProductListPrice
{
	color: #96307d;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
.ProductListSalePrice
{
	color: Red;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
.ProductPrice
{
	color: #96307d;
	font-size: 18pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
.ProductSalePrice
{
	color: Red;
	font-size: 18pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
.CategoryPath
{
	color:  #96307d;
}
.GridHeaderStyle
{
	color:  #96307d;
	font-weight: bold;
}
.GridItemStyle
{
}
.GridStyle
{
}
.LinkButton
{
	text-decoration: underline;
	color:  #96307d;
}
.ProductPropertyRow
{
	border-bottom-style: groove;
	border-bottom-color: Gray;
	border-bottom-width: 1px;
}
.ProductPropertyRow a
{
	color:  #96307d;
}
.NoteBoxTitle
{
	font-weight: bold;
	color: #96307d;
}
.NoteBoxText
{
	
}
.ProductList
{
	width: 100%;
}
.ProductPropertyTitle
{
	color: #8D358C;
	background-color: #EBD6E5; 
	padding: 3px 5px 3px 5px;
	font-size: larger;
}
.ProductPropertyRow1 TD
{
	color: Black;
	background-color: #F4EAF2;
	white-space:nowrap;
	padding: 1px 3px 1px 5px;
}
.ProductPropertyRow2 TD
{
	color: Black;
	background-color: #EBD6E5; 
	white-space:nowrap;
	padding: 1px 3px 1px 5px;
}
.CategoryListHeader, a.CategoryListHeader  
{
	font-weight: bold;
	color: #8D358C;
	font-size: 10pt;
}
a.CategoryListHeader:hover
{
	text-decoration: underline;
}
.ValidationFailure
{
	font-weight: bold;
	color: Red;
	font-size: large;
}
.cursor_hand
{
	cursor: move;
}
.bottomHr
{
	border-top: solid 2px #DFC0D8;
	border-bottom: solid 2px #DFC0D8;
	width: 100%;
	text-align: center;
}
.RelatedProductTitle
{
	font-weight: bold;
}
.TextBoxWatermark
{
	color: Red;
	background-color: #EEEEEE;
}
.Watermark
{
    color: White;
    font-size: 3pt;
    line-height: 0;
}
.GreyBox
{
    background-color: #f3f3f3;
    border-bottom: solid 1px #96307d;
    width: 100%;
    padding: 2px 6px 4px 6px;
    font-style: italic;
}
.HeadingTitle
{
    color: #4b4b4b;
	text-align: left;
	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	line-height: 30px;
}
.BlackLink
{ 
    color:Black;
}
.PaddingTop
{
     line-height: 20px;
}
.FreeformOrderForm
{
    width: 536px;
    height: 580px;
    border: 2px solid #8B6687;
    text-align:center;
    padding-left: 35px;
    padding-right:10px;
    background-position: bottom left;
    background-image: url("../images/freeformorder/gyemant.jpg");
    background-repeat: no-repeat;
    background-color: White;
    display:none;
}
#FreeformQuestionaire
{
}
#FreeformHead
{
    padding-top: 9px;
    position:relative;
    left: -35px;
    padding-bottom:14px;
}
#FreeformHead img
{
}
.FreeFormQuestionCell
{
    text-align:right;
    padding-right: 5px;
}
.FreeFormAnswerCell
{
    padding-left: 5px;
    text-align: left;
    white-space:nowrap;
}
.FreeformDesignImage
{
    position:relative;
    top: -170px;
    left: -157px;
}
.Hidden
{
    display:none;
}
.fancybox
{
    display:none;
}
