/* style --------------------------------------------------------------------- */

a {
	color:#333333;
}
a:hover {
	color: #666666; 
}


/* CONTENT --------------------------------------------------------------------- */

.search {
	background:url('/images/search-bg.jpg') top left repeat-x;
}
.search .title {
	text-transform: uppercase;
	padding-bottom: 1px;
	margin:0px;
	font-size:0.7em;
	color:#FFFFFF;
	position: absolute;
	top: -15px;
}
.search .corner-right {
	width:3px;
	height: 50px;
	background:url('/images/search-corners.jpg') -3px 0px no-repeat;
}
.search .corner-left {
	width:3px;
	height: 50px;
	background:url('/images/search-corners.jpg') 0px 0px no-repeat;
}
.search .wrapper {
	width:589px;/*597px*/
	height: 30px; /*50px;*/
	padding:20px 0 0 10px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}
.search .wrapper .col { margin: 0px 2px; }
.search .col-1 input {width:475px;}
.search .col, .search .col input, .search .col select { margin: 0px;  }

.search .col input { height: 16px; padding: 0px; font-size:0.9em; }
.search .col select { height: 18px !important; padding: 0px;  font-size:0.9em; }
.search .col .button { height: 18px !important; text-transform: uppercase; font-size:0.7em;padding-top: 0px !important; padding-left: 10px; width: 90px; }



#results-top {
	width:605px;
	padding-top:10px;
	border-bottom:1px solid #E1E1E1;
	padding-bottom: 2px;
}
#results-top .title{
	color:#333333;
	margin-bottom: 2px;
	font-size:1em;
	font-weight:bold;
}
#results .paging {
	float:right;
	text-align: right;
}
#results .paging.bottom { padding-top: 10px; }

.cell {
	background:url('/images/celltop.jpg') top left no-repeat;
	margin-top:10px;
}
.cell .player { display: none;}

.cell .wrapper {
	padding: 6px 8px 8px 7px;
	font-size:1em;
	background:url('/images/cellbottom.jpg') bottom left no-repeat;
}

.cell .title { border-bottom:1px solid #E1E1E1; font-size:1.2em; font-weight:bold; width: 470px; padding-bottom: 4px;  }

.cell .title span { font-weight:normal;position:absolute; right: 10px; top:3px; font-size:0.7em; text-transform: uppercase; }

.cell .preview {padding:0px 10px 0px 0px;}
.cell .preview img { width: 100px; height: 69px; }
.cell .preview a {
	text-decoration:none;
	position: relative;
}
.cell .preview .morelink {
	text-decoration:none;
	background: #434343;
	position: absolute;
	right: 3px;
	bottom: 4px;
	width: 142px;
	width: 96px;
  padding: 2px;
  text-align:center;
}
.cell .preview .morelink span {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight:bold;
	text-transform: uppercase;
}

.cell .preview a:hover .morelink  {
	color: #000000;
	background: #dedede;
}
.cell .preview a:hover .morelink  span {
  color: #000000; 
}

.cell .main {   width: 460px; }

.cell .content 
{
  padding: 5px 0px 0px 0px;
}
.cell .downloads { text-align: left; display:block; }
.cell .download {
	background:url('/images/download-right.jpg') top right no-repeat;
	color:#666666;
	font-weight:bold;
	height:20px;
	margin:2px 5px 2px 0;
        display:block;
	padding-right:5px;
        float: left;
}
.cell .download a {
	background:url('/images/download-left.jpg') top left no-repeat;
	color:#666666;
	font-weight:bold;
	height:16px;
	padding:4px 0 0px 25px;
	text-decoration:none;
	font-size:0.9em;
        margin-bottom: 5px;
        white-space: nowrap;
        display: block;
}
.cell .download a {
	background:url('/images/download-leftblank.jpg') top left no-repeat;
  padding:4px 0 0 7px;
}
.cell .download a span {
	color:#666666;
	font-size:0.8em;
	font-weight:bold;
	padding-left:3px;
	padding-right:2px;
        white-space: nowrap;
}
.cell .download a:hover {
	color:#CC0033;
}


/* FORMS ----------------------------------------------------------------------- */

input.styled, textarea.styled {
  border:none;
  width:200px;
  /*height:14px;*/
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
  padding:2px 2px 4px 4px;
}
select.styled {
  width:120px;
	height:22px;
  border:1px solid #dddddd;
  padding:0;
}
input.button {
	border:none;
	height:22px;
	width:90px;
	padding:3px 0 6px 20px;
	margin:0 0 0 5px;
	background:url('/images/search-btn.jpg') top left no-repeat;
	cursor:pointer;
	font-size:0.9em;
}
