@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	font-size:0px;
  margin: 0px;
  padding: 0px;
	line-height: 0px;
  overflow: hidden;
}
ul, li{
	margin:0px;
	padding:0px;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, form{
	margin:0px;
	padding:0px;
}
a:link, a:visited {
  text-decoration:  none;
  color:#369;
}

a:hover { 
  text-decoration:underline;
  color:#369;
}
#wrapper{
	width:798px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:0px;
}
#header{
	width:100%;
	height:auto;
	overflow:hidden;
}
#container{
	width:100%;
	height:auto;
	overflow:hidden;
}
/*Heights*/
.hgt82{
	height:69px;
	font-size:0px;
}

/*------------General CSS-----------*/

.wrapper_left{
	width:422px;
	height:auto;
	overflow:hidden;
	float: left;
}
.wrapper_right{
	width:376px;
	height:auto;
	overflow:hidden;
  margin-top: 0px;
}
.logo{
	width: 230px;
	height: 65px;
	background: url(../images/pswebtv/logo.png) no-repeat left top;
	margin-bottom: 22px;
	margin-top: 15px;
  cursor: pointer;
}
.player{
  margin:0px;
  padding: 0px;
	width:402px;
	height:322px;
}
.details {
  margin-top: 4px;
  padding:  10px;
  width:    382px;
  background:#e6e6e6;
  height: 138px;
}
.det_info{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.det_rating{
	width: 60px;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	}
.det_title{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.det_desc{
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 34px;
  overflow-y:auto;
}
.date{
	font-size: 11px;
	color: #666666;
	width: 25px;
  margin-bottom: 0px;	
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.desc{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 4px;
	height: 27px; 
	overflow: hidden;
}
.length{
	font-size: 11px;
	font-weight: normal;
	width: 36px;
	float: left;
	color: #000000;
  margin-bottom: 0px;
}
.views{
	font-size: 11px;
	font-weight: normal;
	width: 36px;
	float: left;
	color: #000000;
	padding:0px 0px 0px 7px;
}
.rating{
	font-size: 11px;
	font-weight: normal;
	width: 32px;
	float: left;
	color: #000000;
	padding:0px 0px 0px 7px;
}
.downloadvideo{
	width:130px;
	height:23px;
	margin-left:25px;
	padding:5px 0px 0px 0px;
	font-size:11px;
	color:#000000;
}
.downloadvideo a{
	padding:5px 0px 0px 35px;
	font-size:11px;
	text-decoration:none;
  color:#000000;
	float:left;
	text-decoration:none;
	background:url(../images/saab/download.gif) no-repeat 0px 0px;
	height:18px;
	
}
.downloadvideo a:hover{
	font-size:11px;
	text-decoration:none;
	color: #cc0000;
	background:url(../images/saab/download.gif) no-repeat 0px -24px;
	height:18px;
}
.list{
	margin-top: 0px;
	height: 23px;
	width: 140px;
	padding: 5px 0px 5px 0px;
	color: #999999;
	font-size: 11px;
}
.listInactive a{
	background: url(../images/saab/listicon.gif) no-repeat 0px 0px;
	padding: 5px 0px 5px 30px;
	color: #999999;
	font-size: 11px;
	text-decoration:none;
}
.listInactive a:hover {
	background: url(../images/saab/listicon.gif) no-repeat 0px -24px;
	color: #cc0000;
	text-decoration:none;
}
.listActive a{
	background: url(../images/saab/listicon.gif) no-repeat 0px -24px;
	padding: 5px 0px 5px 30px;
	color: #cc0000;
	font-size: 11px;
	text-decoration:none;
}
.searchform{
	width: 160px;
	height: 23px;
	padding: 0px 0px 0px 32px;
}
.searchformActive{
	background: url(../images/saab/searchicon.gif) no-repeat 0px -24px;
}
.searchformInactive{
	background: url(../images/saab/searchicon.gif) no-repeat 0px 0px;
}
.searchformInactive:hover{
	background: url(../images/saab/searchicon.gif) no-repeat 0px -24px;
}
.search {
	color: #999999;
	font-size: 10px;
	padding: 2px;
	margin-top: 3px;
	width: 128px;
}
.go{
	width:11px;
	height: 11px;
	background: url(../images/saab/go.gif) no-repeat right 0px;
	margin-top:7px;
}
.go:hover{
	background: url(../images/saab/go.gif) no-repeat right -12px;
}
.searchformL{
	width:140px; 
	height:auto; 
	overflow:hidden;
	float:left;
}
.searchformR{
	width:11px; 
	float:right; 
	height:auto; 
	overflow:hidden;
}
.items {
  width:375px;
  height:455px;
  overflow-y:scroll;
  overflow-x:hidden;
  border:0px dotted #CCC;
  padding:0px 0px 0px 0px;
  margin-top:5px;
}
.itemslist{
	width:350px;
	border-right:4px solid #ffffff;
	background: url(../images/saab/bgplaylist.gif) no-repeat left top;
}
.itemcolor{
	background:#cccccc;
}
.itemcolor1{
	background:#e6e6e6;
}
.item {
  width:340px;
  height:77px;
  padding:5px;
  border-bottom:5px solid #ffffff;
  font-size:small;
  cursor: pointer;
}
.item:hover {
  background: #e4e5e4 url(../images/saab/active_hover.gif) repeat-x;
}
.item .thumb {
  float:left;
  width:110px;
  height:72px;
}
.item .thumb img {
  max-width:96px;
  width: expression( document.body.clientWidth > 95 ? "96px" : "auto" );
  max-height:71px;
  height: expression( this.scrollHeight > 70 ? "71px" : "auto" );
  margin:3px;
  margin-right:5px;
  vertical-align:middle;
  border: 1px solid #ffffff;
}
.item .info {
  float: left;
  width: 230px;
}
.info .title {
  font-weight: bold;
}
.footer{
	color: #999999;
	font-size: 11px;
	width: 100%;
	height:auto;
	overflow:hidden;
	padding:8px 0px 5px 10px;
}
.footer a{
	color: #999999;
	font-size: 10px;
}

/*------Search Toolbar---------*/

.toolbar{
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.toolbar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.toolbar ul li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
.toolbar li.separator {
  width: 5px;
	font-size:4px;
	float:left;
	background:#ffffff;
}
.toolbar li a{
	float:left;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	padding:5px 41px 5px 8px;
	background:#e6e6e6;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border-right:0px solid #ffffff;
}
.toolbar li a:hover{
	color:#cc0000;
	text-decoration:none;
}
.toolbar li.active a{
	float:left;
	color:#cc0000;
	font-size:11px;
	font-weight:normal;
	padding:5px 42px 5px 8px;
	background:#cccccc;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border-right:0px solid #ffffff;
}
/*footerlinks*/
.footerlinks{
	width:100%;
	height:auto;
	margin: 0px auto;
	overflow:hidden;
}
.footerlinks ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footerlinks ul li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
.footerlinks li a{
	float:left;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	padding:5px ;
	background:#e6e6e6;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border-right:6px solid #ffffff;
}
.footerlinks li a:hover{
	color:#cc0000;
	text-decoration:none;
}
.footerlinks li a.previous{
	float:left;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	padding:5px 47px 5px 8px;
	background:#e6e6e6;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border-right:6px solid #ffffff;
}
.footerlinks li a.previous:hover{
	color: #cc0000;
}
.footerlinks li a.next{
	float:left;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	padding:5px 47px 5px 8px;
	background:#e6e6e6;
	margin:0px 0px 0px 0px;
	border-right:6px solid #e6e6e6;
	text-decoration:none;
}
.footerlinks li a.next:hover{
	color: #cc0000;
}
.footerlinks li a.active{
	float:left;
	color:#cc0000;
	font-size:11px;
	font-weight:normal;
	padding:5px ;
	background:#cccccc;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	border-right:6px solid #ffffff;
}
.bigrating {
  margin: 0;
}
.bigrating  a {
  float: left;
  width:31px;
  height:30px;
  background-repeat:no-repeat;
  cursor: pointer;
}
.bigrating a.full {
  background:url(../images/saab/bigrating/full.jpg) no-repeat 0px 0px;
}
.bigrating a.full:hover {
  background:url(../images/saab/bigrating/full.jpg) no-repeat 0px -32px;
}
.bigrating a.half {
  background:url(../images/saab/bigrating/half.jpg) no-repeat 0px 0px;
}
.bigrating a.half:hover {
  background:url(../images/saab/bigrating/half.jpg) no-repeat 0px -31px;
}
.bigrating a.empty {
  background:url(../images/saab/bigrating/empty.jpg) no-repeat 0px 0px;
}
.bigrating a.empty:hover {
  background:url(../images/saab/bigrating/empty.jpg) no-repeat 0px -32px;
}
.smallrating  a {
  float: left;
  width:12px;
  height:12px;
}
.smallrating a.full {
  background:url(../images/saab/smallrating/full.gif) no-repeat 0px 0px;
}
.smallrating a.half {
  background:url(../images/saab/smallrating/half.gif) no-repeat 0px 0px;
}
.smallrating a.empty {
  background:url(../images/saab/smallrating/empty.gif) no-repeat 0px 0px;
}

.listdiv{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
  margin-top: 0px;
}

.noresults {
    font-size: 11px;
}
.noresults ul {
    margin-left: 15px;
	list-style-type: disc;
}
.noresults li {
    margin-left: 15px;
	list-style-type: disc;
}
