/* --------------------------- GENERAL ---------------------------------- */




p
{ 
line-height: 19px;
margin-top: 10px;
margin-bottom: 10px;
color:#808080;
}


h1 {
font-weight: bold; 
font-size: 15px; 
}




div
{ 
line-height: 19px;
}

ul.list, li.list, ol.list {
    list-style-type: none;
}


.listdescription, #listdescription
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 10px;
color:#666666;
}


.required {
	font-weight : bold;
	font-style : normal;
	color : #808080;
	text-decoration : none;
}

#SocialNetworkFacebook
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/facebook_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkTwitter
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/twitter_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkYouTube
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/youtube_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkLinkedIn
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/linkedin_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkRSS
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/rss_logo_lists.png") no-repeat 0 0;
}


#SocialNetworkFacebook:hover, #SocialNetworkTwitter:hover, #SocialNetworkYouTube:hover, #SocialNetworkLinkedIn:hover, #SocialNetworkRSS:hover
{ 
  background-position: 0 -44px;
}

#SocialNetworkFacebook span, #SocialNetworkTwitter span, #SocialNetworkYouTube span, #SocialNetworkLinkedIn span, #SocialNetworkRSS span
{
  display: none;
}
