.news-panel .news-body .highlighted-features {
    margin: 5px;
    padding:0px 10px 10px 10px;
    background:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
    text-align: justify;
}

.news-panel .news-body .highlighted-features ul {
    list-style: disc outside;
    margin-left:20px;
}

.news-panel .news-body .highlighted-features ul li {
    margin:5px 0;
    font-style:italic;
}

.news-panel .social-bookmarks {
    margin-top:20px;
    border-top:1px dotted #9d9d9d;
    border-bottom:1px dotted #9d9d9d;
    padding:5px;
}

.news-panel .news-picture-gallery {
    padding:10px 0 10px 0;
}

.news-panel .news-picture-gallery a {
    margin-right: 2px
}

.news-panel .game-news-picture-gallery a {
    margin-right: 0px
}

.news-panel .news-picture-gallery .news-picture-gallery-count {
    text-align:left;
    font-size:14px;
    font-weight:bold;
    padding:10px;
}

/* Video content */
.news-videos {
    padding-top:10px;
    text-align:left;
}

.news-videos-date {
   	background-image: url('../imggsyv2/dot.gif');
	background-position: center 8px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}

.news-videos-date span {
	font-size: 12px;
	text-align: center;
	/*text-shadow: 1px 1px #CFCFCF, -1px -1px #FFF; */
	color: #AFAFAF;
	background-color: #EEE;
	padding: 0px 5px;
}

.news-videos .video-content {
    width:225px;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 26px;
    _margin-right: 9px;
    _margin-bottom: 10px;
    display: inline\9;
}

.news-videos .game-video-content{
	margin-right: 0px;
	
}

.news-videos .video-content .video-content-top {
    background-position:left top;
    width:225px;
    height:102px;
}

.news-videos .video-content .video-content-bottom {
    width:225px;
    height:31px;
    position:relative;
}

.news-videos .video-content .video-content-bottom .video-content-bottom-image {
    background-position:left bottom;
    width:225px;
    height:31px;
    /* Cross browser opacity */
    opacity:0.5;
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.news-videos .video-content .video-content-bottom .video-content-view {
    background:transparent url(../imggsyv2/big-arrow.png) no-repeat 10px center;
    padding-left:30px;
    font-size:14px;
    position:relative;
    height:31px;
    line-height:31px;
    z-index:1;
    font-weight:bold;
    text-align:left;
}

.news-videos .video-content .video-content-bottom .video-content-view a {
  color:#3d3d3d;
  text-decoration:none;
}

.news-videos .video-content .video-content-firstline {
    height:24px;
    line-height:24px;
    background:#3d3d3d;
    padding-left:10px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:left;
}

.news-videos .video-content .video-content-download {
    height:18px;
    line-height:18px;
    background:#3d3d3d;
    padding-left:10px;
    font-size:11px;
    color:#fff;
    text-transform:uppercase;
    text-align:left;
}

.news-videos .video-content .video-content-download a {
  color:#ffffff;
}

/* Comments */
.news-panel .news-comments {
    border-top:1px dotted #9d9d9d;
    margin-top:10px;
}

.news-panel .news-comments .selected-comments {
    font-size:18px;
    border-bottom:1px dotted #9d9d9d;
    padding:10px 0;
}

.news-panel .news-comments .all-comments h1 {
    margin:10px 0 10px 0;
    font-size:20px;
}

.news-panel .news-comments .comment {
    border-top:1px solid #dfdfdf;
    padding-top:5px;
    margin-left:10px;
}

.news-panel .news-comments .comment-author {
    font-size:16px;
    font-weight:bold;
    color:#3d3d3d;
}

.news-panel .news-comments .comment-author a {
  color:#3d3d3d;
}

.news-panel .news-comments .comment-meta {
    font-size:10px;
    font-weight:normal;
    color:#999;
    margin-bottom:5px;
}

.news-panel .news-comments .comment .comment-gutter {
    width:55px;
    min-height:70px;
    height:70px\9;
    background:#fff url(../imggsyv2/quote.png) no-repeat left 5px;
    vertical-align:top;
    padding-top:50px;
    display:inline\9;
}

.news-panel .news-comments .all-comments .comment .comment-gutter {
    width:60px;
    vertical-align:top;
    background:none;
    padding-top:10px;
    display:inline\9;
}

.news-panel .news-comments .comment-highlighted-features {
    margin:4px 0;
    padding:4px;
    background:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:4px;
    /* Webkit */
    -webkit-border-radius:4px;
    /* CSS 3 */
    border-radius:4px;
    margin-left:5px;
}


.news-panel .news-comments .comment .comment-text {
    width:80%;
    color:#444;
    padding-top:5px;
    padding-bottom:5px;
    font-size:12px;
  text-align: justify;
    display:inline\9;
}

.news-panel .news-comments .selected-comments-count {
    font-size:25px;
    color:#ff3b44;
    font-weight:bold;
}

.news-panel .news-comments .comment-textarea {
    border:1px solid #aaaaaa;
    font-family:verdana;
  font-size:8pt;
    width:99%;
}

/* About game */
.about-game img {
    margin-right:10px;
}

.about-game ul li {
    margin:3px 0;
    *margin:0.02em 0;
    font-family:verdana;
    font-size:10px;
}

.about-game ul li strong {
    font-family:arial;
    font-size:12px;
    position:relative;
    top:-3px;
    *top:-2px;
}

/* Social icons */
.social-bookmarks .social-icon {
    width:16px;
    height:16px;
    display:block;
    float:left;
    margin-right:5px;
    background:#fff url(../imggsyv2/social-icons.png) no-repeat left top;
}

.social-icon.twitter {
    background-position:0 0;
}

.social-icon.facebook {
    background-position:-16px 0;
}

.social-icon.delicious {
    background-position:-32px 0;
}

.social-icon.linkedin {
    background-position:-48px 0;
}

.social-icon.digg {
    background-position:-64px 0;
}
