/* Default stylesheet for snsk*/

body {
  background-color: #c0c0c0;
  color: #444444;
	font-family: Helvetica, Arial, sans-serif;
  font-size: 75%;
  margin: 0px;
}
table,caption,th,td {
  font-size: 1.0em; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}

h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

a img {
	border: none;
}

.body img {
	margin: 3px 0px 5px 10px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}
/* Use class layout on images and tables used for layout */

img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.layout {
  margin: 0px;
  padding: 0px;
}

td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

/* General links */
a:link {color: #444444; }
a:visited { color: #444444;}
a:hover {color: #0e3546; }

/* read more.. links */

.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */

.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */

.cp { }
.cp a { font-size: 10px;}
.cp a:hover { }

/* Linked headlines (normally inside LIST-sections) */ 

.headlinelink { font-family: Arial, Trebuchet, Tahoma,sans-serif; text-decoration: none;font-size: 16px;font-weight: normal;}
.headlinelink:link { font-size: 22px;color: #252525;}
.headlinelink:visited {font-size: 22px;color: #202020;}
.headlinelink:hover {text-decoration:underline; }

.aktuelt { font-family: Arial, Trebuchet, Tahoma,sans-serif; text-decoration: none;font-size: 16px;font-weight: normal;}
.aktuelt:link { font-size: 16px;color: #252525;}
.aktuelt:visited {font-size: 16px;color: #202020;}
.aktuelt:hover {text-decoration:underline; }

.bnlist .headlinelink:link{
color: #FFF;
font-weight: bold;
font-size: 18px;
}
a.bn {
display: block;
}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */

.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }

/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 10px; background: url(/getfile.php/1020601.1589.dtwvapqadp/date.png) no-repeat;padding:2px 5px 0 20px;}
.authorimg { color: #333333; font-size: 10px; background: url(/getfile.php/1020608.1589.axquusdvev/user.png) no-repeat;padding:2px 5px 0 20px;}
.feedback { }
#copyright { font-size: 10px;}
.path span.arrow { padding: 0px 3px; }

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background: url(/getfile.php/981087.1554.fawffqvxrr/box_border.gif);
  background-repeat: no-repeat;
	display: block;
  position: absolute;

  /* Set width/height to size of corner images */
  width: 13px;
  height: 13px;
}



span.corner.tl {
  background-position: top left;
  left: -1px;
  top: -1px;
}

span.corner.tr {
  background-position: top right;
  right: -1px;
  top: -1px;
}

span.corner.br {
  background-position: bottom right;
  bottom: -1px;

  right: -1px;

}

span.corner.bl {
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 

/* midtskygge */

div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}

/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}

/* bunnskygge */

div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}



/* Fully flexible shadows */

/* Use in combination with corners for a rounded box with almost any type of shadow */

/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */

/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">
Content here...
<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>
</div></div></div></div><!-- end sides -->
</div><!-- end container -->

*/
div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}

div.side.v.r, span.side.v.r {
	 background-position: top right;
}

div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}

 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required  */
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}

/* adminbar */
.adminbar { float: left;padding-top:5px;}
/* Standard tools */

div.tools { float: right;}
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }
.center {
text-align: center;
margin: 0 auto;
}

/* Share Widget */

.share_anchor { 
position: absolute; 
left: 20px; 
bottom: 10px; padding: 0; 
list-style-type: none; 
}

.share_button{ 
outline: none; 
}

.share_button a	{ 
text-decoration: none; 
color: #444444; 
font-weight: bold; 
}
.share_button .share_text{ 
padding: 4px 5px; 
border: 1px solid #CCCCCC; 
border-right: none; 
background: #FFF; 
color: #444444; }
.share_button .share_icon{ 
padding: 4px 8px; 
border: 1px solid #CCCCCC; 
background: #0e3546; 
color: #FFF; 
}

.share_menu { 
position: absolute; 
z-index: 1000; 
left: 0px; 
top: 22px; 
list-style-type: none; 
width: 480px;
border: 1px solid #CCC; 
}

.share_menu li{
background: #FFF; 
padding: 4px;
float: left;
width: 160px;
}

.share_menu li a{ 
padding: 5px 3px; 
text-decoration: none;
}

.share_menu li:hover{ 

background: #f9f9f9; 

}



/* SECTION: listing/view styles */

div.pagedescription { }
.pagedescription { }
.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.headlineview, h1.headlineview {
color:#252525;
font-family:Arial,Trebuchet,Tahoma,sans-serif;
font-size:22px;
  font-weight: bold; 
  font-weight:normal;
text-decoration:none;
  margin: 0px;
  padding: 0px;
}

.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}

.ingress, .ingressview {
font-size: 15px;
}

div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}

div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}

.byline {
float: right;
}
p.byline, .byline {
  margin: 0px; padding: 0px;
}

.listingpic {
width: 100%;
background: #E9EAEB;
height: 420px;
position: relative;
z-index: 3;
}
.slideauthorshow{
/*	border: 1px solid black;*/
	width: auto !important;
}
.slidetext{
/*	background-color: #FFFFFF;*/
	min-height: 1em;
	width: 96%;
	margin: 0 14px;
	clear:both;
}

.slidealttext {
/*	border: 1px solid blue;*/
	float: left;
/* height:355px !important; */
margin:5px 0;
text-align:left;
width:69%;
min-height: 10px;
}
.slideauthor {
/*	border: 1px solid green;*/
/*	float: right;*/
/* height:355px !important; */
	font-style: italic;
	margin:5px 0;
	text-align:right;
	width:29%;
	position: absolute;
	font-style: italic;
/*
right: 0 !important;
*/
min-height: 10px;
}

.imageauthor {
	float: right;
	font-style: italic;
	margin:5px 0;
	text-align:right;
	width:29%;
	min-height: 10px; 
}
.imagetext {
	/*	border: 1px solid blue;*/
	float: left;
	/* height:355px !important; */
	margin:5px 0;
	text-align:left;
	width:69%;
	min-height: 10px;
	font-style: italic;
}

/* SECTION: Articlemedia */

div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}
.paragraphimage,.paragraphpictable{
clear:both;
display: block;
float: none;
}
.paragraphpictext {
display: block;
width: 100%;
clear: both;

}


.person {
display: inline-block;
padding: 5px;
border: 1px solid #E9EAEB;
}
.person:hover {
background-color: #D5D5D5;
border: 1px solid #b9b9b9;
/*
font-weight: bold;
*/

}

div.articleimage { 

	margin-bottom: 10px;

}

div.articleimagedesc, i.paragraphpictext { 

	font-style: italic;

	padding: 1px 2px;

}





/* SECTION: viewarea block/spacing elements */

.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}

.articleblock .imgwrap img{
	/*max-width: 100%;*/
}
.articleblock .textwrap{
	padding-left: 20px;
}
/* Full text width if no listing image */
q
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

/* 2-spalter */

div.twocol .articleblock { 
	width: 49%;
}

div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}

div.twocol .articleblock.pair1 { 

	clear: right;

	float: right;

	margin-right: 0;

}



/* 3-spalter */

div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}

div.threecol .articleblock.treble0 { 
	clear: both;
}

div.threecol .articleblock.treble1 { 
	margin-right: 0;
}

div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-bottom: 1px solid #000000;
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}

div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
  
}
.viewarea .articleparagraph {

}

.viewarea.history .articleparagraph {
	border-bottom: 0;
}

.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION ARTPICS */

td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

/* SECTION: page containers */ 

/*

blue - /getfile.php/980766.1554.eabqupqtbe/page_bg.png

orange - /getfile.php/981724.1554.xbttsafubf/page_bg_orange.png

yellow - /getfile.php/981734.1554.cxbsuqcyae/page_bg_yellow.png

dark green - /getfile.php/981736.1554.ddeeaaqesy/page_bg_darkgreen.png

*/

#page {
width: 1000px;
margin: 5px auto;
text-align: left;
padding: 0;
}

#inner {
background: #FFF;
padding: 0px 0px 5px 0px;
margin: 0;
}

#top {
background: url(/getfile.php/1020603.1589.vwvaxtudqc/header_bg.png) no-repeat;
height: 102px;
width: 100%;
}

#top #logo {
float: right;
}
.topnav {
color: #FFF;
padding-top: 5px;
height: 25px;
float: left;

}
.topnav a {
color: #FFF;
}
.topnav a:hover {
color: #FFF;
}
.langbar {
float: right;
margin: 10px 5px;
}
#middle {

}

#navbar {
background: transparent url(/getfile.php/1020604.1589.xtctswyuaa/navbar_bg.png) repeat-x bottom;
width: 100%;
margin-bottom: 5px;
}

#navbar .inner {
margin: 0 35px;
}
.content {
}
#subnavbar {
float: left;
width: 230px;
margin-right: 10px;
}

#main {
	background: #e9eaeb;
	float: left;
	width: 755px;
	margin: 0 0px 5px 5px;
	display: inline !important;
}

#main.maingeneral{
	width: 755px;
}

.articlepage #main {
	width: 755px;
}

/* articleslideshow */

.slideshowpage #main {
	width: 755px;
	float: left;
}

/* articleslideshow end */

.articlepage #subnavbar {
	margin-right: 0;
}

#mainsidebar {
	background: #E9EAEB;
	float: right;
	width: 230px;
	margin: 0 5px 5px 0;
	color: #8c8b8d;
	display: inline !important;
}

#footer {
  clear: both;
  text-align: center;
  background: #E9EAEB;
  border: 1px solid #f4f4f5;
  margin: 0 5px 0px;
  padding: 5px;
}

/* SECTION: Main */

.articleblock {

}

.slideshowpage .articleblock {
width: 240px;
float: left;
margin-right:5px;
}

/* SECTION: Sidebar */

.sidebar {

}

/* SECTION: box */

.box {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #f4f4f5;
}

#mainsidebar .box {
margin: 0;
border-top: 0;
border-bottom: 0;
}

.box .head {
background: #e9eaeb;
font-size: 14px;
padding: 2px 0px 0px;
}
#mainsidebar .box .head {
background: #e9eaeb;
font-size: 14px;
padding: 0px;
}


.box .cell {
	background: #e9eaeb;
	padding: 5px;
  zoom: 1;
  position: relative;
}
#mainsidebar .box .cell {
	padding: 5px;
	margin-bottom: 5px;

}

.viewarea .box .cell{
padding: 5px 20px;
}

.box ul {
  padding: 0px;
  margin: 0px 0px 0px 20px;
  /* list-style-type: none; */
  
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}

.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.box h3.caption {
  padding: 0px 0 0 5px;
  margin: 0px;
  font-size: 16px;
}
/* SECTION: menu elements */

ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul.menu li {
  margin: 0px;
  padding: 1px 0px;

}

ul.menu li ul li.menulevel1,ul.menu li ul li.menulevel2,ul.menu li ul li.menulevel3 {
	background: url(/getfile.php/981392.1554.cerqcwetcx/menu_sublink.gif) no-repeat;
	padding-left: 15px;
}

#topmenu {
  	list-style-type: none;
}
#topmenu li {
  	display: inline;
}

#nav, #nav ul { /* all lists */
	background: url(/getfile.php/1022025.1589.edtycexrdx/nav_ul_bg.png) repeat-x top;
	height: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding: 2px;
	width: auto;
	display: inline-block;
	position: relative;
	z-index: 5;
}

#nav span.noclick {
	display:block;
	padding:8px 0px;
}
#nav a,#nav li{
	display: block;
	padding: 0px 15px 0px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	margin: 0 1px;
	background: #242424 url(/getfile.php/1020605.1589.saspavtebe/navbar_li_bg.png) repeat-x top;
	
}

#nav li ul { /* second-level lists */
	height: auto;
	position: absolute;
	zoom: 1;
	background: #FFF;
	margin: 0;
  	opacity: .8; /* Standard: FF gt 1.5, Opera, Safari */
  	filter: alpha(opacity=80); /* IE lt 8 */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
  	-khtml-opacity: .8; /* Safari 1.x */
  	-moz-opacity: .8; /* FF lt 1.5, Netscape */
	left: -999em;
	width: auto;
	border: 1px solid #FFF;
	border-top: 0;
	
}

#nav li ul {
list-style: none;
}
#nav li ul li {
background: #FFF;
width: auto;
white-space: nowrap;
border: none;
float: none;
}

#nav li ul li.noclick {
	padding: 5px 0;
}
	#nav li ul li a{
	padding: 5px 0;
	border: 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}

#nav li ul li ul {
list-style: none;
position: relative;
padding: 0;
margin: 0px 0 0 5px;
}

#nav li ul li ul li{

}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	top: auto;
}

/* sidenav */
#sidenav, #sidenav ul,#sidenav2, #sidenav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 3;
	background: #E9EAEB;
	
}
#sidenav li,#sidenav2 li { /* all list items */
	position : relative;
	line-height : 1.25em;
	margin-bottom : -1px;
}

#sidenav li ul,#sidenav2 li ul { /* second-level lists */
	position : absolute;
	background: #FFF;
	left: -999em;
	margin-right : -12.6em;
	margin-top : -2.10em;
 	filter:alpha(opacity=80);
 	opacity:0.8;
	border: 1px solid #FFF;
	width: auto;
	min-width:100px;
	float: right;
}
#sidenav li a,#sidenav2 li a,#sidenav li.noclick,#sidenav2 li.noclick {
	width: auto;
	display : block;
	color : #8c8b8d;
	font-weight : bold;
	text-decoration : none;
	padding : 7px 5px;
	background: url(/getfile.php/1020606.1589.ubxvcyvcxe/sidenav_divider.png) no-repeat left top;
}

#sidenav li a:hover,#sidenav2 li a:hover {
	color : #000;
	text-decoration: underline;
}
#sidenav li ul li,#sidenav2 li ul li{
	background: #FFF;
	border: 0;
	white-space: nowrap;
	}
#sidenav li ul li a,#sidenav2 li ul li a{
	padding-right: 15px;
	width: auto;
	background: #FFF;
	border: 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#sidenav li ul ul,#sidenav2 li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#sidenav li:hover ul ul, #sidenav li:hover ul ul ul, #sidenav li.sfhover ul ul, #sidenav li.sfhover ul ul ul,
#sidenav2 li:hover ul ul, #sidenav2 li:hover ul ul ul, #sidenav2 li.sfhover ul ul, #sidenav2 li.sfhover ul ul ul {
	left: -999em;
	
}
#sidenav li:hover ul, #sidenav li li:hover ul, #sidenav li li li:hover ul, #sidenav li.sfhover ul, #sidenav li li.sfhover ul, #sidenav li li li.sfhover ul,
#sidenav2 li:hover ul, #sidenav2 li li:hover ul, #sidenav2 li li li:hover ul, #sidenav2 li.sfhover ul, #sidenav2 li li.sfhover ul, #sidenav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	right: 31.7em;	
}
#tools {
  list-style-type: none;
}

#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}

/* SECTION: search form*/

#search {
float: right;
margin: 10px 0 5px;
}

#searchform {
margin:0px;
padding: 0;
}

input.searchinput {
	background: #FFF url(/getfile.php/1022301.1589.ffepfsexup/input_bg.png) no-repeat;
	border:0;
	padding: 2px 3px;
	height: 15px;
	width: 143px;
	/* border: 1px solid #d7d9da; */
	font-size:12px;
/* padding:3px 5px; */
margin: 0;
/* width:160px; */
}	

input.searchsubmit {
background: #e4e5e6 url(/getfile.php/1022305.1589.scyaxscxbw/search_btn.png) no-repeat left;
  vertical-align: middle;
 /*  border: 1px solid #b5b8ba; */
 border: 0;
color:#222;
font-size:12px;
padding:1px 4px 1px 9px;
margin-bottom: 2px;
vertical-align:middle;
 cursor: pointer;
}

#search span {
background: #e4e5e6 url(/getfile.php/1022305.1589.scyaxscxbw/search_btn.png) no-repeat right;
height:19px;
width:5px;
display:inline-block;
vertical-align:middle;
margin-bottom: 2px;
}


/* SECTION: banner locations */

.bannerlocation {

  clear: both;

  text-align: center;

}

.bannerlocation table {

  margin-left: auto;

  margin-right: auto;

}

.bannerlocation td {

  text-align: center;

  padding: 5px 0px;

}

.bannerlocation img {

  border-width: 0px;

}



.icalendardayhead  { background-color: #cecece;  }

.monthlycalendartable  { width: 100%; }

.calendardate { color:#333333; font-size: 85%;  }

.errmsg  { font-weight: bold; color: #aa0000;  }



table.weathertablefivedays { }



table.weathertablefivedays td {

  padding: 5px;

}

table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

#bnbox {
margin: 20px;
}

ul.bnlist {
color: #FFF;
font-weight: bold;
list-style: none;
padding:0;
margin:0;
}

ul.bnlist li {
text-align: center;
float: left;
background: #8c8d90;
border: 2px solid #58595d;
display: block;
height: 45px;
width: 50px;
padding-top: 5px; 
margin: 6px
}
ul.bnlist li a {
color: #FFF;
text-decoration: none;
}
#bnbox h2 {
font-size: 20px;
}

ul.tabnav {
margin: 0;
padding: 0;
}
.tabnav li {
	float: left;
	display: block;
	list-style: none;
	margin-right:-6px;
	width: 65px;
	height: 15px;
	}
	
		.tabnav li a {
		background: url(/getfile.php/1022967.1589.qexbvufrtb/taboff.png) no-repeat;
		color: #FFF;
		padding: 5px 18px;
		position: relative;
		z-index: 1;
		font-weight: bold;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a,.tabnav a.menuselected {
		background: url(/getfile.php/1022968.1589.fetatxaytq/tabon.png) no-repeat;
		color: #FFF;
		position: relative;
		z-index: 2;
		}
		
.tabdiv {
	background: #3b3d43 url(/getfile.php/1023350.1589.rvvfdffaus/bn_bg.png) no-repeat center center;
	border: 2px solid #070c17;
	height:400px;
	padding:25px;
	width:660px;
	clear:both;
}
	
.tabdiv li {
}

.ui-tabs-hide {
	display: none;
}
