﻿#articleRating
{
	margin-top: -10px;
}

.noUnderLine a { text-decoration:none }
.noUnderLine a:visited { text-decoration:none }
      
.learningItem
{
	margin: 5px 0 10px 0;
}
.learningItem h4
{
	margin-bottom: 3px;
}

.videosList
{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    height: 150px; /*Height should enough to fit largest content's height*/
}

.videosList .belt
{
    position: absolute; /*leave this value alone*/
    left: 0px;
    top: 0;
}

.videosList .video
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin-left: 25px;
    padding-right: 10px;
    width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.videosList .video p
{
    font-size: .85em;
    width: 130px;
}

#topicTips ul
{
	list-style-type: none;
    margin-left: 0;
}
#topicArticles ul
{
	list-style-type: none;
    margin-left: 0;
}
#topicArticles li
{
	padding: 5px 0 5px 0;
	line-height: 15px;
}
.topicsSidebar h3
{
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	background-color: #2e8b57;
	color: white;
	text-align: center;
}
.tipExcerpt
{
	cursor: pointer;
	display: block;
	color: #1ba33e
}
.fullTip
{
	cursor: pointer;
	display: none;
	cursor: auto;
	background-color:#ffff99;
}
