/*=== news Categoty ====*/
div#news-category{

}
ul.news-category-list li {
padding: 5px;
}
/*--*/
ul.news-category-list div.news-image{
float:left;
padding: 10px 10px;

}
ul.news-category-list div.news-image img{
width: 120px;
height:90px;
}

ul.news-category-list div.news-title{
    padding: 5px 10px;
    line-height: 20px;

}
ul.news-category-list div.news-title a{
   font-weight: bold;
   color: #666666;
   text-decoration: none;
}

/* Category Style 1*/
ul.news-category-list-style1 li {
margin:5px;
padding: 5px;
float:left;
width: 29%;
height:190px;
text-align: justify;
line-height: 17px;

}
 ul.news-category-list-style1 img{
width: 160px;
height:120px;
margin: 5px auto
}

/*=== News Widget ====*/
/* Widget Display Default*/
.w-news-display-df li{
  border-bottom:1px solid #f9f9f9;
  margin:5px 0;
  background:url(images/dot.png) .2em 5px no-repeat ;
  width: 94%;
  padding:0 0 0 15px;
}
/* Widget Display Style 1*/
.w-news-main{
	margin-top:  0px;
}
.w-news-main .news-image{
float:left;
padding: 5px 10px;
}
.w-news-main .news-image img{
width: 220px;
height:150px;
}
.w-news-main .news-title{
    padding: 5px 10px;
    line-height: 20px;
}

.w-news-main .news-title a{
   font-weight: bold;
   color: #111;
   text-decoration: none;
   text-transform: uppercase;
}
.w-news-main .news-des{
	text-align:justify;
}
.w-news-list  a{
   margin-left:15px;
   display:block;

   text-indent:1em;
   background: url(images/dot-1.png) left 7px no-repeat;
}

/* Widget Display Style 3*/
.w-news-display-st3 .w-news-main{
  width:48%;
  float:left;
  margin-right:10px;
  }
/* vWidget category Class simple*/
/*.w-category-simple ul.ac-menu li{
    background: url(images/dot-1.png) .3em center no-repeat ;
}*/
/* Widget Display Style 3*/
.w-news-display-st4{
	width:570px;
	height:320px;
	float:left;
	margin-left:5px;
}
.box-news{
	box-shadow:0px 0px 25px #dbdbdb inset;
	width:990px;
	height:auto;
	padding:10px 0;
	display:table;
	float:left;

}
#facebook{
	width:380px;
	height:320px;
	display:table;
	float:right;
    margin-right:10px;
	box-shadow:0px 0px 5px #dbdbdb;
}