/* web shop styles */
td	{ font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
A:hover {
text-decoration: underline
; color: #666666
}
A:visited:hover {
text-decoration: none
}
a {text-decoration: none}
H1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; }
.TextSmall {font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.Text {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a:active {color: #AAAAAA}
.BoutonForm {color:#ffffff;background-color:#548BC2;border-top-color:#548BC2;border-left-color:#548BC2;border-right-color:#548BC2;border-bottom-color:#548BC2}
.FindHighlight {font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #C1FFD6}
.productname {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #333333; font-weight: bold; line-height: 8pt}
.priceoff { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #CC6633; font-weight: bold; line-height: 8pt}
.price { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; color: #006699; font-weight: bold; line-height: 9pt}
.maintitle {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #006699; text-decoration: none}
.listborder {  border-color: #999999 black black; border: B5B5B5; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.listtype TD{padding:2px;height:20px;}
.listtype A:link, .listtype A:visited, .listtype A:active, .listtype A:hover, .listtype SPAN {font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; color: #666666; text-decoration: none; border:solid 1px #999999;padding:4px;padding-top:1px;padding-bottom:0px;height:15px;}
.listtype SPAN {background:firebrick;color:White;}
.totalprice { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; color: #000000; font-weight: bold; line-height: 9pt ; text-decoration: none}
.pagerstyle {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; color: #666666; text-decoration: none; text-align: right;}
.smalltext {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; color: #666666; text-decoration: none}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.ContainerPanelAbsolute 
{
	position: absolute;
	top: 0px;
	left: 0px;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */

.SearchButton
{
	font:7pt Tahoma;
	height: 20px;
	font-weight:bold;
	cursor:hand;
	background:#213463;
	color:white;
	border-color:#848284;
}

.SubmitButton
{
	font:7pt Tahoma;
	height: 20px;
	font-weight:bold;
	cursor:hand;
	background:#948E7B;
	color:white;
	border-color:black;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    line-height: 24px;
    font-weight:    normal;
    color: #73759C;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #73759C;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    undeline;
    color: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: black;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #003C7B;
}

A:visited  {
    text-decoration:    none;
    color:  #003C7B;
}

A:active  {
    text-decoration:    none;
    color:  #003C7B;
}

A:hover {
    text-decoration:    underline;
    color:  #5292AD;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* TABLE CELL BORDERS */
.tblmain_0 .tblCell
{
	 border-width: 0px;
	 border-style: none;
}

.tblmain_1 .tblCell
{
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

.ControlBox SPAN
{
	background:white;
	font:8pt Verdana;
	/* border:solid 1px buttonface; */
	width:16px;
	text-align:center;
	color:#ece9d8;
}

.ControlBox SPAN a
{
	color:Black;	
}

option
{
	word-wrap: break-word;
	
}

.MonoButtonStyle input
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fffbe9,endColorStr=#d8d5c4)
			progid:DXImageTransform.Microsoft.Glow(color=black,strength=1)
			progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#555555,strength=2);
	width:125px;
	color:#555555;
	font:8pt Verdana;
	border:none 0px;
	cursor:pointer;cursor:hand;
	padding-top:1px;
	padding-bottom:1px;
}

.MonoButtonStyle2
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fffbe9,endColorStr=#d8d5c4)
			progid:DXImageTransform.Microsoft.Glow(color=black,strength=1)
			progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#555555,strength=2);
	
	color:#555555;
	font:8pt Verdana;
	border:none 0px;
	cursor:pointer;cursor:hand;
	padding-top:1px;
	padding-bottom:1px;
}

.HTMLEditorStyle 
{
	padding-left: 5px;
	padding-right: 5px;	
}

.HTMLEditorStyle P
{
	margin: 0px;
}

.DocumentCategories A:link, .DocumentCategories A:visited, .DocumentCategories A:active, .DocumentCategories A:hover, .DocumentCategories .highlight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.DocumentCategories .raquo
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding-right:2px;
}

.DocumentCategories .raquo, .DocumentCategories .highlight, .DocumentCategories A:hover
{
	color: #FF7700;
}

