@charset "UTF-8";
/* CSS Document */

div.rating {
    height:20px;
    width:137px;
    float:right;
    margin-top:1px;
    background-repeat:no-repeat;
    background-position: 1px;
}
div.rating.rating0 {
    background-image:url('../img/rating-a0.png');
}
div.rating.rating1 {
    background-image:url('../img/rating-a1.png');
}
div.rating.rating2 {
    background-image:url('../img/rating-a2.png');
}
div.rating.rating3 {
    background-image:url('../img/rating-a3.png');
}
div.rating.rating4 {
    background-image:url('../img/rating-a4.png');
}
div.rating.rating5 {
    background-image:url('../img/rating-a5.png');
}

h2 {
    color:white;
}

/* share box */
/*
#user_actions {
    background-color: #999999;
    padding: 0px;
    width:480px;
}
#user_bookmarks table {
    border:0px;
    border-collapse:collapse;
    
}
#user_bookmarks table td {
    width:170px;
    margin:0px;
    padding:2px 0px;
}*/


/*#leftcontent {
	width: 37.2em;
        width:460px;
	padding: 3.2em 4em 4em;
	margin-right: -29.8em;
	border-right: 29.8em solid #B4B4B4;
}
#rightcontent {
	padding: 1em 2em 2em;
	width: 25.4em;
	background: #B4B4B4;
}
#rightcontent .emRss {
	margin-left: 23.75em;
}
#rightcontent h2 {
	font-size: 1.3em;
}
.videorow li {
	margin: 0 2.5em 0 0;
}

/* new share box styles */
#share {
    /*width:480px;*/width:544px;
    border:1px solid black;
    border-width:0px 0px 1px 0px;
}
#share ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:relative;
    top:1px;
}
#share ul li {
    float:left;
    padding:2px 8px;
    background-color:#333333;
}
#share ul li:last-child {
    border-right:1px solid black;
}
#share ul li.active,#share ul li:hover {
    background-color:#606060;
}
#share ul li a {
    text-decoration:none;
    font-weight:bold;
    color:#cccccc;
    font-size:12px;
    outline:none;
}
#user_bookmarks, #user_embed_html{
    background-color:#606060;
    padding:8px;
    border:1px solid black;
    border-width:1px 1px 0px 0px;
}
#user_bookmarks a {
    text-decoration:none;
    line-height:16px;
    padding-right:5px;
}
#user_bookmarks a:hover {
    background-color:#444444;
}
#user_bookmarks table {
    margin-left:10px;
}
#user_bookmarks table td {
    width:170px;
    margin:0px;
    padding: 2px 0px;
}
#user_bookmarks a > img {
    vertical-align:bottom;
}
#share > div {
    display:none;
}
#share > div.visible {
    display:block;
}
#user_bookmarks a, #user_embed_html a {
    color:#cccccc;
}
#user_embed_html input {
    width:100%;
}
div.info {
    width:544px;
}

