/*HTCONTENT*/

.htcontent{
background-color: transparent; /* #ececec;*/ 
line-height: 20px;
}

.htcontent h1{
font-size:20px;
margin-bottom:10px;
}

.htcontent h2{
margin:12px 0 8px 0;
font-size:16px;
color: #b4b4b4;
}

.htcontent a{
color:#4083A9;
}

.htcontent a:hover{
text-decoration: none;
color: #426382;
}



/*END HTCONTENT*/




/*H - SHOW/HIDE LIST*/
ul.show-hide-list{
	padding:0;
	margin-top:20px;
}
ul.show-hide-list h3 a{
	margin: 0 0 10px 0;
	padding: 10px;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	font-size:16px;
	font-weight:bold;
	display:block;
}
ul.show-hide-list .show-hide-list-content{
	padding-left:15px;
	padding-right:15px;
}
ul.show-hide-list .show-hide-list-content p{
	font-size:14px;
}
ul.show-hide-list li{
	margin-bottom:20px;
}
/*H - SHOW/HIDE LIST*/



/*   INDEX LINKS  */


a.bodylinks  {color:white; font-weight:bold; text-decoration:none;}
a:hover.bodylinks  {color:orange; font-weight:bold; text-decoration:none;}

a.bodylinks_o  {color:orange; font-weight:bold; text-decoration:none;}
a:hover.bodylinks_o  {color:white; font-weight:bold; text-decoration:none;}
/* END INDEX LINKS */




/*PROJECT*/
.shitem{
display:table;
 width:900px; 
margin-top:12px; 
background-color:white; 
padding:8px; 
font-size:12px;
line-height:18px;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
}
/*end PROJECT*/



/* 
.shitem:hover .dir {display:block;}


*/

.dirx{
float:left; 
width:100px; 
height:100px; 
border:1px black dotted;
/*display:none;*/
}

.dir{
float:left; 
width:900px;
background-color:#fcfcfc;
margin-top:8px;
padding:8px;
border-top :1px black dotted;
/*display:none;*/
}

.fulldir{
float:right; text-align:left; width:620px;border-left:2px solid #cacaca; padding-left:10px; 
}

.cmsbullets ul {
font-weight: bold;
text-indent: 5px;
list-style-type: disc;
}

.bulletsarea{
margin-left: 80px;
}

.bulletsarea a{
text-decoration: none;
color:black;
}




