/************************/
/* GLOBAL               */
/************************/
body
{
  font: 12px/16px Verdana;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #2d8374;
  overflow: auto;
}

body form{}

.stdcolor{ color: #007A5E; }
.altcolor{ color:#C0A550; }

a 
{
	color: #C0A550;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {}
h1 {color:#007A5E; font-weight: bold; font-size: 29px; line-height: 35px; padding: 0; margin: 30px 0 20px 0;}
h2 {color:#007A5E; font-weight: bold; font-size: 14px; line-height: 20px; padding: 0; margin: 0 0 30px 0;}
h3 {color:#007A5E; font-weight: bold; font-size: 12px; line-height: 14px; padding: 0; margin: 0 0 20px 0;}
h1.StdColor{color:#007A5E;} 
h2.StdColor{color:#007A5E;} 
h3.StdColor{color:#007A5E;} 
h1.AltColor{color:#C0A550;} 
h2.AltColor{color:#C0A550;} 
h3.AltColor{color:#C0A550;} 

p 
{
    margin: 0 0 10px 0; 
    padding: 0; 
}

.introduction 
{
    font-style:italic;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear 
{
    clear: both;
}

ul 
{
    padding: 0;
    margin: 0;
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 0;
}

.hidden 
{
    display: none;
}

.error 
{
    color: Red;
}

.button
{
    border: 1px solid black;
    color:White;
    background: black url(/images/buttonBg.png) repeat-x;
}

table
{
	font-size: 12px;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

/************************/
/* Canvas               */
/************************/
#CanvasTop{ display:none; }
#Canvas
{
  text-align: center;
  background: url(/images/CanvasBg.png) #2d8374 repeat-x;
  width: 100%;
}
#CanvasBottom{ display:none; }

/************************/
/* Page                */
/************************/
#PageWrapper 
{
  background:  url(/images/container_bg.png) #287366 no-repeat center top;
  text-align: left;
  width: 1000px;
  margin: 0px auto;
  padding-bottom: 10px;
}
#Page 
{
  background: #FFFFFF none repeat scroll 0 0;
  position: static;
  text-align: left;
  width: 980px;
  margin: 0px auto;
 /* 
	background: url(images/PageBg.png) repeat-y right top; 
	padding: 0 0.5em;
  */
}

/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	background: url(/images/HeaderAreaBg.gif) repeat-x scroll center top;
	height: 123px;
	min-height: 123px;
	max-height: 123px;
	overflow: hidden;
}

#Header
{
	/* position: relative;
	background: url(images/PageCornerLeft.png) 0 0 no-repeat; */
	padding: 2px;
	/* height: 60px; */
}

/************************/
/* Logotype               */
/************************/
#Logotype
{
	float: left;
	margin: 15px 0px 0px 70px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}

/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea 
{
	position: static;
	height: 42px; 
	color: White;
	font-size: 10px;
	font-weight:bold;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 5px 70px 11px 0px;
	margin-left:70px;
}

ul#MainMenu  
{
	height: 36px;
	line-height: normal;
	width: auto;
	margin: 6px 0 0 0px;
	padding: 0px;
	/* background: url(images/MainMenuLeft.png) no-repeat left top; */ 
	list-style-type: none;
	float: right;
	font-size: 12px;
	font-weight:normal;
}

#MainMenu li
{
  display: block;
  float: left;
  margin: 0px; /* 2px 0px 2px 0px; */
  padding: 0px 0px 0px 0px;
  height: 36px;
  background: url(/images/MainMenuDivider.gif) repeat-y right top;
}

#MainMenu li a 
{
	display: block;
	padding: 0px 10px 0 4px;
	text-decoration: none;
	text-transform: uppercase;
}

#MainMenu li.lastitem
{
  background-image: none;
}

#MainMenu li.lastitem a
{
	padding: 0px 0px 0px 4px;
}

#MainMenu li.selected
{
}

#MainMenu li.selected a 
{
  color:#007a5e;
	display: block;
}

#MainMenu li.unselected a:hover 
{
  color:#C0A550;
}

/************************/
/* Languages            */
/************************/
ul#Languages
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
	/* width: 80px; */
	height:42px;
}
#Languages li
{
	display: block;
	float: left;
	padding: 0px;
	height: 42px;
	margin: 0px 6px 0px 0px;
	overflow: visible;
}
#Languages li.current_language{ background: url(/images/language_current.png) no-repeat center bottom; }
#Languages li a 
{
	display: block;
	text-decoration: none;
	float: left;
	padding: 0; 
	height:25px;
	width: 25px;
}
#Languages li a.sv_flag { background: url(/images/flagsround/SV.gif) no-repeat; }
#Languages li a.en_flag { background: url(/images/flagsround/EN.gif) no-repeat; }
#Languages li a.sv_flag_off { background: url(/images/flagsround/SV_off.gif) no-repeat; }
#Languages li a.en_flag_off { background: url(/images/flagsround/EN_off.gif) no-repeat; }

/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
	/* position: absolute;
	right: 0px; */
	float:right;
	margin: 20px 70px 7px 0px;
	height: 25px;
	width: 274px;
}
.QuickSearchArea div.left
{
  width:5px; 
	height: 25px;
	float: left;
  background: url(/images/quicksearch_left.gif) no-repeat left top; 
}
.QuickSearchArea div.right
{
  width:5px; 
	height: 25px;
	float: left;
  background: url(/images/quicksearch_right.gif) no-repeat left top; 
}
input.quickSearchField
{
  background: url(/images/quicksearch_InputBg.gif) repeat-x top left;
	border: none 0;
	float: left;
	padding: 4px 0px 0px 0px;
	width: 202px;
	max-width: 202px;
	height: 21px;
}

.quickSearchButton
{
	background: url(/images/quicksearch_button.gif) no-repeat top left;
	width: 51px;
	height: 23px;
	display: block; 
	float: left;
	border: none;
	margin: 1px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*
/*************************/
/* BREADCRUMBS           */
/*************************/
/* #BreadCrumbsArea
{
	position: absolute;
	left: 20.5em;
	font-size: 0.8em;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	line-height: 2.5em;	
}

#BreadCrumbsArea a
{
    color: #3e3e3e;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}
*/
/*************************/
/* SUBMENUAREA           */
/*************************/

#SubMenuArea
{
  /* background: url(/Images/SubMenuBg.png) no-repeat left top; */
  /* position: absolute;
  top: -95px;
  right: 45px; */
  position: relative;
  top: -95px;
  left: 3px;
	width: 330px;
	max-width: 330px;
	overflow: visible;
	/* z-index: 0; */
}

div#SubMenuTop
{
  background: url(/Images/SubMenuBg.png) no-repeat left top;
/*   
  position: absolute;
  top: 0px;
  right: 0px;
 */
	width: 330px;
 	height: 140px;
 	/* z-index: -1; */
}

#SubMenu
{
  padding: 55px 0px 20px 40px;
  width: 250px;
  max-width: 250px;
  position: relative;
  top: -140px;
/*
  background: #92B0B4 url(glossy/images/SubMenuBg.png) repeat-x left bottom;
  max-height: 500px;
  min-height: 160px;
 */
}

#SubMenu h2
{
  font-size: 17px;
  font-weight: normal;
  margin: 0px 0 20px 0;
}

#SubMenu a
{
	text-decoration: none;
}

#SubMenu a:hover
{
  /* font-weight:bold; */
  text-decoration: underline;
}

#SubMenu ul
{
  border: none;
	padding: 0;
	margin: 0 0 0 5px;
	list-style-type: none;
}

#SubMenu ul ul 
{
  background: transparent url(/images/dotted_border.png) repeat-x scroll left top;
}

#SubMenu li ul { margin: 0;}

#SubMenu li
{
  background: transparent url(/images/dotted_border.png) repeat-x scroll left bottom;
  /* line-height: 42px; */
  padding: 0px 0px 0px 3px;
  margin: 0px;
	/* border-bottom: 1px solid #edecea; */
}

#SubMenu li a, #SubMenu li span
{
  background: transparent url(/images/arrow_grey.png) no-repeat left center;
  color: #C0A550;
  font-size:12px;
  line-height: 16px;
	display: block;
	padding: 14px 0px 14px 10px;
	text-decoration: none;
}

#SubMenu span.selected 
{
  color: #007A5E;
  background: transparent url(/images/arrow_down_grey.png) no-repeat left center;
}

#SubMenu li li
{	
  padding: 0px 0px 0px 17px;
  /* font-size:10px; 
  margin: 0px;
	border-bottom: none; 
	background: url(/images/pil_red.gif) no-repeat left 9px;*/
}

#SubMenu li li.selected
{
  /* background: url(/images/pil_green.gif) no-repeat left 9px; */
}

/* #SubMenu li li li
{
  margin: 0 0px 0 20px;
	border-bottom: none;
} 

#SubMenu li.Label
{
  padding-top:15px;
  padding-bottom:0;
  font-size:14px;
  font-weight:bold;
  line-height: 20px;
	border-bottom: 2px solid #edecea;
}
*/

/* 
#SubMenu li span 
{
  color:#C0A550;
	font-weight: bold;
}

#SubMenu li li span 
{
  color:#C0A550;
	font-weight: bold;
}

#SubMenu li li a, #SubMenu li li span
{
	padding: 0 1px 0 1px;
}
*/

#SubMenu li span.newsitemdate{ display:inline; font-size: 10px; font-weight: normal; background: none; padding: 0 0 0 3px; }
#SubMenu li li span.newsitemdate{ display:inline; font-size: 10px; font-weight: normal; background: none; padding: 0 0 0 3px;}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
  position:relative;
  background-color: #ffffff;
  width: 980px;
  min-width: 980px;
  max-width: 980px;
  height: auto;
}
 
/* IE 6 doesn't understand the > selector and ignores it */
/* html>body #MainContentArea {height: auto;} */

/*************************/
/* MAINBODYAREA           */
/*************************/
#MainBodyArea
{
  position: static;
  width: 537px;
  max-width: 537px;
	float: left;
	margin: 0 0 0 65px;
	overflow: visible;
}

#MainBody
{
	margin: 0px 0px 20px 5px;
}
#MainBody h1 {margin: 0 0 15px 0; font-weight: normal;}
#MainBody h2 {margin: 0 0 15px 0; font-size: 12px; line-height: 16px; }
#MainBody h3 {margin: 0;}
#MainBody img.IntroImage{ margin-bottom: 15px; }
#MainBody .BodyText{color:#7f7f7f; font-size: 12px; line-height: 16px; margin: 0;}
#MainBody .BodyText img
{
  float:left;
  margin: 15px 15px 15px 0;
}
/* #MainBody .BodyText a {color:#7f7f7f; text-decoration:none; }
#MainBody .BodyText a:hover {color:#7f7f7f; text-decoration:underline; } */

#MainBody h1.StdColor{color:#007A5E;} 
#MainBody h2.StdColor{color:#7f7f7f;} 
#MainBody h3.StdColor{color:#007A5E;} 
#MainBody h1.AltColor{color:#C0A550;} 
#MainBody h2.AltColor{color:#000000;} 
#MainBody h3.AltColor{color:#C0A550;} 

#MainBodyArea .pageList
{
	padding: 0;
	margin: 0 0 0 5px;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* #MainBody #MainBody
{	
	padding: 0 2em 2em;
}


#SecondaryBodyArea
{
	width: 16em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
}
*/
/*************************/
/* LinkList              */
/*************************/
ul.linklist
{
  float: left;
  clear: left;
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 0 5px;
  width: 100%;
}
ul.linklist li
{
  font-size: 12px;
  margin: 5px 0 10px 0;
}
ul.linklist li .MainIntro, ul.linklist li .MainIntro P { margin: 0px; }

ul.linklist li a
{
  background: url(/Images/arrow.png) no-repeat left center;
  padding-left: 10px;
  text-decoration: none;
}

ul.linklist li.expanded h2 
{
  background: url(/Images/LinksBg.gif) no-repeat left top;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 10px; 
}
ul.linklist li.expanded span.dateTime+h2 { background: none; padding-left: 0px; margin-bottom: 0px; }

ul.linklist li.expanded  ul.linklist
{
  float: none;
  clear: none;
  padding: 0 0 10px 0;
  margin: 0 0 0 10px;
}


/*************************/
/* SEARCH PAGE           */
/*************************/
.Search #SubMenuArea { display: none; }
#SearchArea
{
  width: 400px;
  max-width: 400px;
	overflow: visible;
	float: left;
	clear: both;
	margin: 0 0 0 5px;
	padding: 0px;
}
input.searchText 
{
    width: 75%;
}

#ResultArea 
{
  width: 839px;
  max-width: 839px;
	float: left;
	clear: both;
	margin: 0 0 0 5px;
  padding: 20px 0px 20px 0px;
}
#ResultArea h2
{
  margin: 0 0 20px 0;
}
#ResultArea ol
{
    margin: 0;
    padding-left: 35px;
}
#ResultArea li 
{
    margin: 0; 
    padding: 0;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
.SiteMap #SubMenuArea { display: none; }
div#SiteMap 
{
  width: 839px;
  max-width: 839px;
	margin: 0px 0px 20px 5px;
}
#SiteMap ul 
{
    margin: 0;
    padding: 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 10px;
}

#SiteMap li
{
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
#SiteMap li.Odd { clear:left; float:left; width: 400px; }
#SiteMap li.Even { float:right; width: 400px; }

#SiteMap li a
{
  text-decoration: none;
}

#SiteMap li li
{
  float:none;
  margin: 5px 0;
  padding-left: 10px;
  background: url(/images/SiteMapBullet.png) no-repeat;
  font-size: 10px;
}
#SiteMap li li.Odd, #SiteMap li li.Even { clear: none; float:none; width: 100%; }

#SiteMap li li a
{
    text-decoration: none;
}

#SiteMap li li li
{
    font-size: 10px;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.rssButton { background: url(/images/rss.png) no-repeat; }
a.bmpExtension {background: url(/images/extensions/bmp.gif) no-repeat; padding: 2px 0 2px 20px; }
a.docExtension, a.docxExtension {background: url(/images/extensions/doc.gif) no-repeat; padding: 2px 0 2px 20px; }
a.gifExtension {background: url(/images/extensions/gif.gif) no-repeat; padding: 2px 0 2px 20px; }
a.htmExtension, a.htmlExtension {background: url(/images/extensions/htm.gif) no-repeat; padding: 2px 0 2px 20px; }
a.jpgExtension, a.jpegExtension {background: url(/images/extensions/jpg.gif) no-repeat; padding: 2px 0 2px 20px; }
a.mp3Extension {background: url(/images/extensions/mp3.gif) no-repeat; padding: 2px 0 2px 20px; }
a.mpgExtension {background: url(/images/extensions/mpg.gif) no-repeat; padding: 2px 0 2px 20px; }
a.pdfExtension {background: url(/images/extensions/pdf.gif) no-repeat; padding: 2px 0 2px 20px; }
a.pngExtension {background: url(/images/extensions/png.gif) no-repeat; padding: 2px 0 2px 20px; }
a.pptExtension, a.pptxExtension {background: url(/images/extensions/ppt.gif) no-repeat; padding: 2px 0 2px 20px; }
a.tifExtension, a.tiffExtension {background: url(/images/extensions/tif.gif) no-repeat; padding: 2px 0 2px 20px; }
a.txtExtension {background: url(/images/extensions/txt.gif) no-repeat; padding: 2px 0 2px 20px; }
a.wavExtension {background: url(/images/extensions/wav.gif) no-repeat; padding: 2px 0 2px 20px; }
a.xlsExtension, a.xlsxExtension {background: url(/images/extensions/xls.gif) no-repeat; padding: 2px 0 2px 20px; }
a.zipExtension {background: url(/images/extensions/zip.gif) no-repeat; padding: 2px 0 2px 20px; }

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
  margin: 0 0 10px 0;
	list-style-type: none;
}
pageList li h3
{
  margin: 0 0 10px 0;
}

.pageList h2
{
	margin: 0;
}

.dateTime
{
  color: #007A5E;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  padding-left: 8px;
  padding-right: 15px;
  border-left: solid 5px #cccccc;
}
.year
{
  color:#C0A550;
  font-size: 14px;
  padding-left: 3px; 
} 

.NewsList .pageList li h3{ margin-top: 10px; }
.NewsList .pageList li h3 a{ text-decoration: none; }

/*************************/
/* FORMS                 */
/*************************/
#XForm
{
	margin: 0px 0px 0px 5px;
}
.xForm {}

.xForm label 
{
    margin-right: 5px;
    float: left;
}

.xForm.CONTACT span, .xForm.KONTAKT span
{
  color: #C0A550;
  font-weight: bold;
}

.xForm.CONTACT input, .xForm.KONTAKT input  
{
  background: url(/images/xform_input.gif) repeat-x left top;
  border: none 0px black;
  padding: 0;
  line-height: 23px;
  height: 23px;
  width: 341px;
}
.xForm.CONTACT input.Postcode, .xForm.KONTAKT input.Postnummer  
{
  background: url(/images/xform_input_postcode.gif) repeat-x left top;
  width: 100px;
}
.xForm.CONTACT input.Phone_number, .xForm.KONTAKT input.Telefonnummer
{
  background: url(/images/xform_input_phone_number.gif) repeat-x left top;
  width: 215px;
}
.xForm.CONTACT textarea.Message, .xForm.KONTAKT textarea.Meddelande
{
  background: url(/images/xform_input_message.gif) repeat-y left top;
  border: none 0px black;
  overflow: hidden;
  padding: 0;
  height: 133px;
  width: 511px;
}
.xForm.CONTACT input[type=submit], .xForm.KONTAKT input[type=submit] 
{
  background: url(/images/xform_submit.gif) no-repeat left top;
  border: none 0px black;
  width: 75px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 5px;
}

.xForm #id_matrix
{
  width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 2px 0;
	/* font-size: 10px; */
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm #id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}
/* 
.xForm h2 { padding: 1em 0; margin: 0; }
.xForm legend { color: Black; }
.xForm .heading { font-weight: bold; font-size: 12px; padding: 0; margin: 0.4em 0em; }
 */
/*************************/
/* RSS READER            */
/*************************/
ul.RssReader
{
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0 0 0 5px;
}
ul.RssReader li
{
  font-size: 12px;
  margin: 0px 0 20px 0;
}
ul.RssReader li h3
{
  margin: 0 0 10px 0;
}
ul.RssReader li a
{
  background: url(/Images/arrow.png) no-repeat right center;
  padding-right: 10px;
  text-decoration: none;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	background: #f2f2f2 url(/images/FooterBg.png) left top no-repeat;
	overflow: hidden;
	margin: 0px 0 0 0;
	clear: both;
	width: 980px;
	height: 36px;
	max-height: 36px;
	min-height: 36px;
}

ul#Footer
{
	font-size: 11px;
	width: 840px;
	margin: 10px  70px 10px 70px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#Footer li
{
 	color: #999999;
	display: block;
	float: right;
	padding: 0;
	margin: 0px;
}

#Footer li.first
{
	float: left;
}

#Footer li.ContactArea div
{
	color: #999999;
	float: left;
}
#Footer li.ContactArea a.ContactMail
{
  /* background: url(/images/brev_ikon.gif) no-repeat left top; */
  display: inline-block;
  width: 15px;
  /* height: 12px; */
  margin: 0 0 0 5px;
  color: #C0A550;
  text-decoration: underline;
}
#Footer li.ContactArea a.ContactMail img{ padding-top: 2px; border:none; }

#Footer li.first div#NewsFlash
{
    padding-top:0px;
}
#Footer li.first div#NewsFlash h2
{
    margin-bottom:10px;
}
#Footer li.first div#NewsFlash div
{
  width: 100%;
  max-width: 100%;
  padding-top:0px;
  cursor: hand;
	color: #888888;
}

#Footer li.first a
{
	text-decoration: none;
	color: #999999;
}


#Footer li a
{
	text-decoration: none;
	color: White;
}

#Footer li a:hover
{
	text-decoration: none;
}

/**********************************/
/*    Table classes for content   */
/**********************************/
table { color: #7f7f7f; }
/*
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted {}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}

/*************************/
/* Product Spec's        */
/*************************/
#ProdSpec
{
  padding: 10px 0 0 0;
	margin: 0px 0px 20px 5px;
}
#ProdSpec h2
{
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#ProdSpec ul
{
  color: #7f7f7f;
  list-style-type: none;
  width: 535px;
  min-width: 535px;
  max-width: 535px;
}
#ProdSpec li
{
  width: 100%
}
#ProdSpec li.odd
{
  background-color: #f9f9f9;
  border-top: #e9eaea 1px solid;
  border-bottom: #e9eaea 1px solid;
}
#ProdSpec li.even{}
#ProdSpec li span
{
  padding: 6px 0;
  display: inline-block;
}
#ProdSpec li .ProdSpecLabel
{
  color:#007A5E; 
  text-transform: none;
}
#ProdSpec li .ProdSpecValue
{
  padding-left: 10px;
}
#ProdSpec li span.ProdSpecLabel.left{ width: 175px; min-width: 175px;  max-width: 175px; }
#ProdSpec li span.ProdSpecValue.left{ width: 155px; min-width: 155px;  max-width: 155px; }
#ProdSpec li span.ProdSpecLabel.right{ width: 55px; min-width: 55px;  max-width: 55px; padding-left: 10px; }
#ProdSpec li span.ProdSpecValue.right{ width: 120px; min-width: 120px;  max-width: 120px;}
