* {
	margin: 0px;
	padding: 0px;
}
html body{
	background-color: #fff;
	background: url("../images/logoBG.gif") repeat-x;
}


img{
	border-style: none;
}
#divWrapper{
	width: 771px;
	background: url("../images/contentBG.png") no-repeat 0px 72px;
}
#divLogo{
	/*position: relative;*/
	width: 198px;
	height: 72px;
	float: left;
}
#divLogo img{
	/*position: relative;*/
	margin-top: 14px;
	margin-left: 13px;
}
#divSearch{
	/*position: relative;*/
	margin-top: 28px;
	float: right;
}
#divTopClear
{
	/*position: relative;*/
	height: 42px;
	background: url("../images/topClear.gif") no-repeat 100% 0px;
	clear: both;
	z-index: 100;
	margin-left:210px;
	width:561px;
}

#divContentWrapper{
/*	
	position: relative;*/
	margin-top: -42px;

}

/*Page specifik styles*/

.searchHits{
    margin-top:10px;
    width:100%;
    border-collapse:collapse;
}

.searchHits td{
    padding:5px 3px;
    border-bottom:0;
}
.searchHits td a{
    font-size:13px;
}	
.searchHits thead td{
    font-weight:bold;
    font-size:10px;
}
.searchHits tr{
    background:#FFF;
}

 .searchHits tr.odd{
    background:#EEE;
}

ul.sitemap{
	list-style:none;
}
 ul.sitemap li a{
    font-weight:bold;
}
ul.sitemap li.subItem1{
    padding-left:10px !important;
}
ul.sitemap li.subItem2
{
	padding-left:20px !important;
}
ul.sitemap li.subItem1 a, ul.sitemap li.subItem2 a{
    font-weight:normal;
}

#treatmentsContainer{
      margin-top:15px;
 }

#treatmentsContainer dt{
    cursor:hand;
    padding:6px 3px;
    border-bottom:1px solid silver;
    font-size:18px;
}

#treatmentsContainer dd{
    padding:3px;
    padding-bottom:10px;
}

.show{
    display:block;
}


dd.hide{
    display:none;
}
dd.show{
    border-bottom:1px solid silver;
}

#treatmentsContainer dt.show{
    background:#FFF;
    color:#ec008c;
    border-bottom:0;
}
dt.hide{
    
}
.rFloat
{
	float:right;
	margin:0;
}

#divContent ul, #divContent ol, #divPuffs ul, #divPuffs ol
{
	list-style-position:outside;
	margin-left:15px;
}

#divContent ol
{	
		margin-left:22px;
}
