﻿div.view
{
	width: 710px;
	float: left;
}
div.side-bar
{
	width: 260px;
	float: right;
}
div.view div.part div.h-list div.list-item
{
	height: 212px;
	min-height: 212px;
	max-width: 140px;
	width: 140px;
	padding: 0px;
}

div.view div.part div.v-list div.list-item
{
	width: 100%;
	padding: 0px;
}


div.view div.part div.list div.list-item div.content
{
	position: inherit;
	width: 136px;
	max-width: 136px;
	margin: 0;
}
div.view div.part div.list div.list-item div.thumb
{
	float: left;
	width: 120px;
	overflow: hidden;
	height: 92px;
}
div.side-bar div.part
{
	clear: both;
	margin-bottom: 4px;
}
div.side-bar div.part div.list
{
	width: 98%;
}
div.side-bar div.part div.list div.list-item
{
	width: 98%;
	height: 50px;
}
div.side-bar div.part div.list div.list-item div.thumb
{
	height: 49px;
}
div.side-bar div.part div.body div.list div.list-item div.content
{
	width: 120px;
	float: left;
	margin-left: 6px;
}
.ui-state-active
{
	background-color: Red;
}
div.side-bar.droppabble
{
	background-color: Blue;
}

.link-rss-podcast
{
    width:230px; 
    }