/* ------ Text items -------- */
body
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 11px; /*0.65em*/
	color: #333;
	padding: 0; 
	margin: 0;
}
p
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	color: #333;
}
h1, .heading1
{
	font-weight:100 ;
	font-size: 23px; 
	color: #ED1847;
	display: inline;
	EditMenuName: Heading 1;
	color:#E51A47;
	text-transform:uppercase;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 19px; 
	color: #7C8389;
	display:inline;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 13px;
	color: #3F5E72;
	display:inline;
	EditMenuName: Heading 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* ------ Links -------- */
a
{
	color:#F68220;
	text-decoration: underline;
}
a:link 
{
	color:#F68220;	
}
a:hover
{
	color:#ED1847;
}

/* --------- Links in Top menu ----------- */

td.product
{
	border-top-color:Blue;
}


td.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #999;
	text-decoration: none;
	margin: auto;
	font-weight:bold;
}

td.menuhead2
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #BBB;
	text-decoration: none;
	margin: auto;
	font-weight:bold;
}

a.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 0.9em;
	color: #999;
	text-decoration: none;
	margin: auto;
	font-weight:bold;
}

a.menuhead2
{
	padding: 0em 0em 0em 0.55em;
	font-size: 0.9em;
	color: #BBB;
	text-decoration: none;
	margin: auto;
	font-weight:bold;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;

}

div.NewsListingLinks
{
	padding:0.5em 0em 0.5em 3.3em;
}

/* --------- Left menu ----------- */

div.menuitemheadfoot
{
	background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0.2em 0em 1px 0em;
	float: left;
	width: 188px;
	heigt:15px;


}

div.menuitem
{
	background-image: url(../images/submenu_rulerbg_172.gif);
	background-position: 8px top;
	background-repeat: no-repeat; 
	width: 188px;
	padding: 0.7em 0em 0.2em 0em;
	float: left;
	font-size:larger ;
	background-color: #FFFFFF;
	font-weight: bold;	
}
div.menuiteminside
{
	border-bottom: solid 2px #cfd7dc;
	float:none;
	margin-left: 13px;
	padding-left: 10px;
	width: 80%;
	padding-bottom: 3px;
}
div.menuitemselected
{
	background-image: url(../images/submenu_rulerbg_172.gif);
	background-position: 8px top;
	background-repeat: no-repeat;
	width: 188px;
	padding: 0.5em 0em 0.0em 0em;
	float: left;
	font-size:larger ;
	font-weight: bold;
	background-color: #FFFFFF;


}
div.menuitemexpanded
{
	/*background-image: url(../images/submenu_rulerbg.gif);
	background-position: 0em top;
	background-repeat: repeat-x;*/
	width: 188px;
	padding: 0.5em 0em 0em 0em;
	float: left;
	font-size:larger;
	font-weight: bold;
	/*background-color: #FFFFFF;*/


	background-image: url(../images/submenu_rulerbg_172.gif);
	background-repeat: no-repeat;
	background-position: 8px top;


}
div.menuitemchild
{
	width: 188px;
	padding: 0.0em 0em 0.1em 0em;
	float: left;
	background-color: #FFFFFF;
	font-size:1.0em;

}

/* --------- Input ----------- */
input, textarea
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}

select
{
	font-size: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border-color:#BBCAD4;
	border: solid 0.1em #BBCAD4;
	border-top-color:White;
	height: 10px;
	margin: 0px;

	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #BBCAD4;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #BBCAD4;
	padding: 0.2em 0.4em;
}

table.photocure
{
	border-collapse: collapse;
	border-color:#BBCAD4;
	border: solid 0.1em #BBCAD4;
	border-top-color:White;
	border-left-color:White;
	border-right-color:White;

	EditMenuName: PhotoCure;
}
table.photocure th
{
	border: solid 0.1em #BBCAD4;
	background-color: #DADADA;
	padding: 0.4em;
}
table.photocure td
{
	border: solid 0.1em #BBCAD4;
	padding: 0.2em 0.4em;
}


table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}

